Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »


To display information about a VLAN or loopback interface, use the run show l3-interface interface command in L2/L3 configuration mode.

Command Syntax

run show l3-interface interface <interface-name>

Parameters

ParameterDescription
interface-nameThe VLAN interface name. Use loopback to display information about the loopback interface.

Example

  • The following example displays information about vlan20:
admin@Switch# run show l3-interface interface vlan20
vlan20      Hwaddr 48:6E:73:02:03:A1, Vlan:20, State:UP 
            Inet addr: 10.10.2.1/24
                       fe80::4a6e:73ff:302: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
  • The following example displays information about the loopback interface:
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
  • No labels