C613-50170-01 Rev B
Command Reference for x510 Series
479
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
I
NTERFACE
C
OMMANDS
SHOW
INTERFACE
STATUS
show interface status
Overview
Use this command to display the status of the specified interface or interfaces.
Note that when no interface or interfaces are specified then the status of all
interfaces on the device are shown.
Syntax
show interface [<
port-list
>] status
Examples
To display the status of ports 1.0.1 to 1.0.4, use the commands:
awplus#
show interface port1.0.1-1.0.4 status
To display the status of all ports, use the commands:
awplus#
show interface status
Parameter
Description
<port-list>
The ports to display information about. The port list can be:
•
a switch port (e.g. port1.0.6), a static channel group (e.g. sa2) or a
dynamic (LACP) channel group (e.g. po2)
•
a continuous range of ports separated by a hyphen, e.g.
port1.0.1-1.0.6, or sa1-2, or po1-2
•
a comma-separated list of ports and port ranges, e.g.
port1.0.1,port1.0.4-1.0.6. Do not mix switch ports, static channel
groups, and dynamic (LACP) channel groups in the same list
Table 13:
Example output from the
show interface <port-list> status
command
awplus#show interface port1.0.1-1.0.4 status
Port Name Status Vlan Duplex Speed Type
port1.0.1 notconnect 1 auto auto 1000BASE-T
port1.0.2 notconnect 1 auto auto 1000BASE-T
port1.0.3 notconnect 1 auto auto 1000BASE-T
port1.0.4 notconnect 1 auto auto 1000BASE-T
Table 14:
Example output from the
show interface status
command
awplus#sho int status
Port Name Status Vlan Duplex Speed Type
port1.0.1 Trunk_Net connected trunk a-full a-1000 1000BaseTX
port1.0.2 Access_Net1 connected 5 full 1000 1000BaseTX
port1.0.3 Access_Net1 disabled 5 auto auto 1000BaseTX
port1.0.4 Access_Net2 connected 6 auto auto 1000BaseTX
port1.0.5 Private_Prom connected 10 auto auto 1000BaseTX
port1.0.6 Private_Net1 connected 10,11 auto auto 1000BaseTX
...