Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Command Syntax

run show vlanl3-interface interface  <interface-namename>

Parameters

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

Example

  • The following example displays information about vlan20:
Code Block
admin@Switch>admin@Switch# run show vlanl3-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:
Code Block
admin@Switch>admin@Switch# run show vlanl3-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

...