DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
85
This command enters the interface configuration mode for the specified range of interfaces.
Commands configured in the interface range mode, applies to interfaces in the range.
Example
This example shows how to enter the interface configuration mode for the range of ports 1/0/1 to 1/0/10:
Switch# configure terminal
Switch(config)# interface range Ethernet 1/0/1-10
Switch(config-if-range)#
16-5
show counters
This command is used to display interface information.
show counters [interface
INTERFACE-ID
]
Parameters
INTERFACE-ID
Specifies that the interface can be a physical port. If no interface is
specified, counters of all interfaces will be displayed.
Default
None.
Command Mode
EXEC Mode or Any Configuration Mode.
Command Default Level
Level: 1.
Usage Guideline
Use this command to display the statistic counters for an interface.
Example
This example shows how to display the counters for interface Ethernet 1/0/1.
Switch# show counters interface Ethernet 1/0/1
eth1/0/1 counters
rxHCTotalPkts : 0
txHCTotalPkts : 138
rxHCUnicastPkts : 0
txHCUnicastPkts : 0
rxHCMulticastPkts : 0
txHCMulticastPkts : 0
rxHCBroadcastPkts : 0
txHCBroadcastPkts : 138
rxHCOctets : 0
txHCOctets : 50094