Difference between revisions of "Ip (command)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 7: Line 7:
 
* <code>ip route del default</code>
 
* <code>ip route del default</code>
 
* <code>[[ip link show]]</code>
 
* <code>[[ip link show]]</code>
* <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]] / Source routing policy:
 
[[Policy based routing]] / Source routing policy:

Revision as of 06:01, 21 May 2020

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


Linux

Policy based routing / Source routing policy:

ip route add from <source>/<mask> table <name> 
ip route add 1.2.3.4/24 via <router> dev eth4 table <name>
ip link add wg0 type wireguard

Cisco IOS


Related commands

See also

Advertising: