DETAILED STEPS
PurposeCommand or Action
Displaysthe global configuration command entry that extends beyond
oneline.
access-list
Example:
Switch(config)# access-list 101 permit tcp
Step 1
Whenthe cursor first reaches the end of the line, the line is shifted ten
spacesto theleft andredisplayed. The dollarsign ($) shows that the
linehas been scrolled to the left. Each time the cursor reaches the end
ofthe line, the line is again shifted ten spaces to the left.
10.15.22.25 255.255.255.0 10.15.22.35
Switch(config)# $ 101 permit tcp
10.15.22.25 255.255.255.0 10.15.22.35
255.25
Switch(config)# $t tcp 10.15.22.25
255.255.255.0 131.108.1.20 255.255.255.0
eq
Switch(config)# $15.22.25 255.255.255.0
10.15.22.35 255.255.255.0 eq 45
Checksthe completesyntax.Ctrl-A
Step 2
Example:
Switch(config)# access-list 101 permit tcp
10.15.22.25 255.255.255.0 10.15.2$
Thedollar sign ($) appears at the end of the line to show that the line
hasbeen scrolledto theright.
Executethe commands.Returnkey
Step 3
Thesoftware assumes that you have a terminal screen that is 80 columns
wide.If you have a different width, use the terminal width privileged
EXECcommand to set the width of your terminal.
Useline wrapping with the command history feature to recall and
modifyprevious complex command entries.
Searching and Filtering Output of show and more Commands
Youcan search and filter the output for show and more commands. This is useful when you need to sort
throughlarge amounts of output or if you want to exclude output that you do not need to see. Using these
commandsis optional.
SUMMARY STEPS
1. {show|more}command | {begin |include |exclude}regular-expression
DETAILED STEPS
PurposeCommand or Action
Searchesand filters the output.
{show|more}command | {begin |include |exclude}
regular-expression
Step 1
Catalyst 2960-XR Switch VLAN Configuration Guide, Cisco IOS Release 15.0(2)EX1
10 OL-29440-01
Using the Command-Line Interface
Searching and Filtering Output of show and more Commands