Below is the example how to show the port status of Gigabitethernet 0/3
:
Switch#show interface GigabitEthernet 0/3
interface gigabitEthernet 0/3 configuration information
Description :
Status : Enabled
Link : Down
Set Speed : Auto
Act Speed : Unkown
Set Duplex : Auto
Act Duplex : Unkown
Set Flow Control : Off
Act Flow Control : Off
Mdix : Auto
Mtu : 1518
Link Delay : 1
Storm Control : Unicast Disabled
Storm Control : Broadcast Disabled
Storm Control : Multicast Disabled
Storm Action : None
native vlan : 40
Below is the example to show the port physical attribute.
:
Switch#show interface gigabitEthernet 0/9 media
Gi 0/9: media: fiber
(
optical interface
)
Switch#show interface gigabitEthernet 0/3 media
Gi 0/3: media: copper
(
electrical port
)
Belo
w example shows the port’s statistics.
Switch#show interface gigabitEthernet 0/9 statistics
interface gigabitEthernet 0/9 statistics information:
5 minutes input rate : 1656 bits/sec ,19 packets/sec
5 minutes output rate : 190 bits/sec ,2 packets/sec
RxOctets : 1327408
RxUcastPkts : 2406
RxMulticastPkts : 2172
RxBroadcastPkts : 6843
TxOctets : 2705325
TxUcastPkts : 3023
TxMulticastPkts : 35638
TxBroadcastPkts : 410
CRCErrors : 0
DropPacketEvents : 0
TotalOctets : 4032733