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 3 Current »


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> | brief | detail]

Parameters

ParameterDescription
interface-nameThe VLAN interface name. Use loopback to display information about the loopback interface.
briefShow all VLAN interface briefly.
detailShow detail informations of all VLAN 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
  • This example shows all VLAN interfaces briefly:
admin@XorPlus# run show vlan-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
  • No labels