Skip to content

Instantly share code, notes, and snippets.

@Grommish
Created March 7, 2022 07:16
Show Gist options
  • Save Grommish/e8f5daf0a3713aa85bc9989a7e965b8f to your computer and use it in GitHub Desktop.
Save Grommish/e8f5daf0a3713aa85bc9989a7e965b8f to your computer and use it in GitHub Desktop.
root@OpenWrt:/# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP qlen 1000
link/ether 2c:26:5f:80:14:3c brd ff:ff:ff:ff:ff:ff
3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel master br-lan state DOWN qlen 1000
link/ether 2c:26:5f:80:14:3d brd ff:ff:ff:ff:ff:ff
4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel master br-lan state DOWN qlen 1000
link/ether 2c:26:5f:80:14:3e brd ff:ff:ff:ff:ff:ff
5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 2c:26:5f:80:14:3f brd ff:ff:ff:ff:ff:ff
6: loop0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 4a:3b:f3:7b:8f:3f brd ff:ff:ff:ff:ff:ff
7: loop1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 36:01:8c:a9:6d:fc brd ff:ff:ff:ff:ff:ff
8: loop2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether a6:23:b1:ef:21:5d brd ff:ff:ff:ff:ff:ff
9: loop3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether aa:44:ac:d4:07:41 brd ff:ff:ff:ff:ff:ff
10: br-lan: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN qlen 1000
link/ether 2c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment