Difference between revisions of "Ip (command)"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
* <code>ip link set dev eth0 [[mtu]] 9000</code> ([[Jumbo frames]])
 
* <code>ip link set dev eth0 [[mtu]] 9000</code> ([[Jumbo frames]])
  
[[Policy based routing]]:
+
[[Policy based routing]] / Source routing policy:
 
  ip roule add from <source>/<mask> table <name>  
 
  ip roule add from <source>/<mask> table <name>  
 
  ip route add 1.2.3.4/24 via <router> dev eth4 table <name>
 
  ip route add 1.2.3.4/24 via <router> dev eth4 table <name>

Revision as of 06:09, 13 February 2020

This article is a Draft. Help us to complete it.


Policy based routing / Source routing policy:

ip roule add from <source>/<mask> table <name> 
ip route add 1.2.3.4/24 via <router> dev eth4 table <name>

Cisco IOS


See also

Advertising: