Reference Guide

Table Of Contents
show xxx|include “string”
The command is executed and the output is filtered to only show lines containing the “string” match. All
other non-matching lines in the output are suppressed.
The following shows an example of this command.
(Extreme 220) (Routing) #show running-config | include “spanning-tree”
spanning-tree configuration name "00-02-BC-42-F9-33"
spanning-tree bpduguard
spanning-tree bpdufilter default
show xxx|include “string” exclude “string2”
The command is executed and the output is filtered to only show lines containing the “string” match
and not containing the “string2” match. All other non-matching lines in the output are suppressed. If a
line of output contains both the include and exclude strings then the line is not displayed.
The following example shows of the CLI command.
(Extreme 220) (Routing) #show running-config | include “spanning-tree” exclude
“configuration”
spanning-tree bpduguard
spanning-tree bpdufilter default
show xxx|exclude “string”
The command is executed and the output is filtered to show all lines not containing the “string” match.
Output lines containing the “string” match are suppressed.
The following shows an example of this command.
(Extreme 220) (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
(Extreme 220) (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 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.
The following shows an example of this command.
Utility Commands
ExtremeSwitching 200 Series: Command Reference Guide for version 01 .02.04.0007 138