INS_CNGE3FE8MS[POE][HO] Rev. 11.7.17 PAGE 266
INSTRUCTION MANUAL CNGE3FE8MS[POE][HO]
TECH SUPPORT: 1.888.678.9427
Other Special Keys
One additional key is defined as a convenience. It allows the immediate return from any sub-mode
to Exec mode.
Table 5 - Special Keys
Key Operation
Ctrl-Z Return directly to Exec mode
Filtering Output
The output from commands can be filtered in most cases. It is possible to limit the output to only
those lines that match/trigger a specific substring. The available filtering is:
» Begin – display the first line that matches and all subsequent lines
» Include – display exactly those lines that match
» Exclude – display exactly those lines that do not match
The string is case-sensitive.
The syntax is:
command ‘|’ { begin | include | exclude } string
! Execute a command that generates some output; no filtering initially: my-device# show users
Line is con 0.
You are at this line now.
Connection is from Console.
User name is admin.
Privilege is 15.
Elapsed time is 0 day 21 hour 52 min 50 sec.
Idle time is 0 day 0 hour 0 min 0 sec.
! Filter to include specific word:
my-device# show users | include User
User name is admin.
! Exclude all lines that contain ‘0’ (zero)
my-device# show users | exclude 0