...
Code Block |
---|
root@zdcpe1cpe01gw01-201812032302:/opt# vppctl show int addr GigabitEthernet0/4/0 (up): 10.5.0.104/24 GigabitEthernet0/6/0 (up): 10.2.0.4/24 local0 (dn): loop0 (up): l2 bridge bd_id 10 bvi shg 2 192.168.1.254/24 tap-0 (up): l2 bridge bd_id 10 shg 0 vxlan_tunnel0 (up): l2 bridge bd_id 10 shg 1 |
#Show interface mac address
Code Block | ||
---|---|---|
| ||
root@zdcpe1cpe01brgemu01-201812282326:~# vppctl show hardware-interfaces
Name Idx Link Hardware
GigabitEthernet0/4/0 1 up GigabitEthernet0/4/0
Ethernet address fa:16:3e:85:fa:ab
Red Hat Virtio
carrier up full duplex speed 10000 mtu 9216
rx queues 1, rx desc 256, tx queues 1, tx desc 256
tx frames ok 65
tx bytes ok 21778
rx frames ok 327
rx bytes ok 41230
extended stats:
rx good packets 327
tx good packets 65
rx good bytes 41230
tx good bytes 21778
rx q0packets 327
rx q0bytes 41230
tx q0packets 65
tx q0bytes 21778
rx q0 good packets 327
rx q0 good bytes 41230
rx q0 multicast packets 262
rx q0 broadcast packets 2
rx q0 undersize packets 1
rx q0 size 65 127 packets 269
rx q0 size 128 255 packets 1
rx q0 size 256 511 packets 56
tx q0 good packets 65
tx q0 good bytes 21778
tx q0 undersize packets 1
tx q0 size 65 127 packets 5
tx q0 size 256 511 packets 58
tx q0 size 1024 1518 packets 1
local0 0 down local0
local
tap-0 2 up tap-0
Ethernet address 02:fe:bd:f2:7b:71
tap-1 3 up tap-1
Ethernet address 02:fe:36:99:a5:5c
|
#service managed by systemd
...