Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ip [2015/01/04 23:25]
ip [2015/01/04 23:25] (current)
Line 1: Line 1:
 +====== ip ======
  
 +  * [[Networking]]
 +
 +  * [[http://​www.cyberciti.biz/​faq/​linux-ip-command-examples-usage-syntax/​|Linux ip Command Examples]]
 +
 +** Display devices **
 +
 +<​code>​
 +# ip link
 +
 +1: lo: <​LOOPBACK,​UP,​LOWER_UP>​ mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT ​
 +    link/​loopback 00:​00:​00:​00:​00:​00 brd 00:​00:​00:​00:​00:​00
 +2: ens32: <​BROADCAST,​MULTICAST>​ mtu 1500 qdisc noop state DOWN mode DEFAULT qlen 1000
 +    link/ether 00:​0c:​29:​14:​99:​45 brd ff:​ff:​ff:​ff:​ff:​ff
 +3: ens35: <​BROADCAST,​MULTICAST,​UP,​LOWER_UP>​ mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
 +    link/ether 00:​0c:​29:​14:​99:​59 brd ff:​ff:​ff:​ff:​ff:​ff
 +</​code>​