Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

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

Command Syntax

run show l3-interface vlan-interface <interface-name> [detail]

Parameters

ParameterDescription
interface-nameOptional. The VLAN interface name.
detailOptional. Show detail informations of all VLAN interface.

Example

  • The following example displays information about vlan10:
admin@Switch# run show l3-interface vlan-interface vlan10 
vlan10      Hwaddr E0:07:1B:C9:20:9B, Vlan:10, MTU: 1450, State:UP 
            Inet addr: 10.1.1.166/24
                       fe80::e207:1b20:1c9:209b/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 the detail information about vlan10:
admin@Switch# run show l3-interface vlan-interface vlan10 detail
vlan10      Hwaddr E0:07:1B:C9:20:9B, Vlan:10, MTU: 1450, State:UP 
            Inet addr: 10.1.1.166/24
                       fe80::e207:1b20:1c9:209b/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
            Port        State         Tag
            ----------  ------------  --------
            te-1/1/1    FORWARDING    tagged
            te-1/1/17   DOWN          tagged
            te-1/1/2    FORWARDING    tagged
  • No labels