Difference between revisions of "Ip (command)"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
  
 +
 +
* Man page: https://man7.org/linux/man-pages/man8/ip.8.html
 
* <code>[[ip link]]</code> https://man7.org/linux/man-pages/man8/ip-link.8.html
 
* <code>[[ip link]]</code> https://man7.org/linux/man-pages/man8/ip-link.8.html
  

Revision as of 10:33, 18 February 2021

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>


Set an IP address:

  • ip addr add 192.168.0.xx/24 dev eth0

Default gateway:

  • ip route add default via 192.0.2.2 dev eth0
  • ip route add default via 192.0.2.2 dev eth55
Cannot find device "eth55"

Cisco IOS

Related commands

See also

Advertising: