...
To display information about a VLAN or loopback interface, use the run show l3-interface interface command interface command in L2/L3 configuration mode.
Command Syntax
run show l3-interface [interface <interface-name> | brief | detail]
Parameters
Parameter | Description |
interface-name | The VLAN interface name. Use loopback to display information about the loopback interface. |
brief | Show all VLAN interface briefly. |
detail | Show detail informations of all VLAN interface. |
Example
- The following example displays information about vlan20:
...
Code Block |
---|
admin@Switch# run show l3-interface interface loopback loopback Hwaddr 48:6E:73:02:03:A1, Vlan:4095, State:UP Inet addr: fe80::4a6e:73ff:102:3a1/64 Traffic statistics: 5 sec input rate IPv4 0 packets/sec, IPv6 0 packets/sec 5 sec forwarding rate IPv4 0 packets/sec, IPv6 0 packets/sec IPv4 Input Packets............................0 IPv4 Forwarding Packets.......................0 IPv6 Input Packets............................0 IPv6 Forwarding Packets.......................0 |
- This example shows all VLAN interfaces briefly:
Code Block |
---|
admin@XorPlus# run show l3-interface brief
Interface Vlan ID Status Addr
--------- ------- ------ ------------------
loopback 4095 UP 127.0.0.1/32
::1/128
fe80::ca0a:a9ff:104:4928/64
vlan4001 4001 UP 192.168.10.1/24
fe80::ca0a:a9ff:204:4928/64
vlan4003 4003 UP 192.168.30.1/24
fe80::ca0a:a9ff:304:4928/64 |