Skip to content

Instantly share code, notes, and snippets.

Created July 16, 2012 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3125147 to your computer and use it in GitHub Desktop.
Save anonymous/3125147 to your computer and use it in GitHub Desktop.
root@m5-p:/var/log# ip l; brctl show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether e4:1f:13:6b:3b:30 brd ff:ff:ff:ff:ff:ff
3: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether e4:1f:13:6b:3b:32 brd ff:ff:ff:ff:ff:ff
4: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether e6:1f:13:5d:3b:33 brd ff:ff:ff:ff:ff:ff
5: ib0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 2044 qdisc pfifo_fast state UP qlen 256
link/infiniband 80:00:00:48:fe:80:00:00:00:00:00:00:00:02:c9:03:00:4d:a0:63 brd 00:ff:ff:ff:ff:12:40:1b:ff:ff:00:00:00:00:00:00:ff:ff:ff:ff
6: eth0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:02:c9:4d:a0:63 brd ff:ff:ff:ff:ff:ff
7: eth0.1722@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether 00:02:c9:4d:a0:63 brd ff:ff:ff:ff:ff:ff
8: vlan200@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br200 state UP
link/ether fa:16:3e:18:92:7b brd ff:ff:ff:ff:ff:ff
9: br200: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether fa:16:3e:18:92:7b brd ff:ff:ff:ff:ff:ff
10: vlan201@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br201 state UP
link/ether fa:16:3e:10:9e:34 brd ff:ff:ff:ff:ff:ff
11: br201: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether fa:16:3e:10:9e:34 brd ff:ff:ff:ff:ff:ff
12: vlan202@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br202 state UP
link/ether fa:16:3e:2f:f9:42 brd ff:ff:ff:ff:ff:ff
13: br202: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether fa:16:3e:2f:f9:42 brd ff:ff:ff:ff:ff:ff
14: vlan203@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br203 state UP
link/ether fa:16:3e:31:17:6a brd ff:ff:ff:ff:ff:ff
15: br203: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether fa:16:3e:31:17:6a brd ff:ff:ff:ff:ff:ff
16: vlan204@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br204 state UP
link/ether fa:16:3e:7c:15:e9 brd ff:ff:ff:ff:ff:ff
17: br204: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether fa:16:3e:7c:15:e9 brd ff:ff:ff:ff:ff:ff
18: vlan205@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br205 state UP
link/ether fa:16:3e:40:8f:27 brd ff:ff:ff:ff:ff:ff
19: br205: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether fa:16:3e:40:8f:27 brd ff:ff:ff:ff:ff:ff
bridge name bridge id STP enabled interfaces
br200 8000.fa163e18927b no vlan200
br201 8000.fa163e109e34 no vlan201
br202 8000.fa163e2ff942 no vlan202
br203 8000.fa163e31176a no vlan203
br204 8000.fa163e7c15e9 no vlan204
br205 8000.fa163e408f27 no vlan205
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment