CLI Guide

Switch Management Commands 1961
Command History
Command introduced in version 6.6.0 firmware.
Example
The following shows an example of the CLI command.
(Routing) #show interface 0/1
Packets Received Without Error................. 0
Packets Received With Error.................... 0
Broadcast Packets Received..................... 0
Receive Packets Discarded...................... 0
Packets Transmitted Without Errors............. 0
Transmit Packets Discarded..................... 0
Transmit Packet Errors......................... 0
Collision Frames............................... 0
Time Since Counters Last Cleared............... 281 day 4 hr 9 min 0 sec
(Routing) #show interface 0/1 | exclude “Packets”
Transmit Packet Errors......................... 0
Collision Frames............................... 0
Time Since Counters Last Cleared............... 20 day 21 hr 30 min 9 sec
show xxx|begin “string”
The command xxx is executed and the output is filtered to show all lines
beginning with and following the first line containing the "string" match.
All prior lines are suppressed.
Syntax
show xxx|begin “string”
Default Configuration
This command has no default configuration.
User Guidelines
This command has no user guidelines.