Command Modes - Dell Z9500 Command Reference Manual

Hide thumbs Also See for Z9500:
Table of Contents

Advertisement

searches for the first occurrence of a pattern
find
displays text that matches a pattern.
grep
The grep command option has an ignore-case suboption that makes the search
case-insensitive. For example, the commands:
show run |
grep
Ethernet
show run |
grep
ethernet
show run |
grep
Ethernet
ignore-case
does not paginate the display output
no-more
copies the output to a file for future use
save
Displaying All Output
To display the output all at once (not one screen at a time), use the no-more option after the pipe. This
operation is similar to the terminal length screen-length command except that the no-more
option affects the output of just the specified command. For example: Dell#show running-config|
no-more.
Filtering the Command Output Multiple Times
You can filter a single command output multiple times. To filter a command output multiple times, place
the save option as the last filter. For example: Dell# command | grep regular-expression |
except regular-expression | grep other-regular-expression | find regular-
expression | no-more | save.

Command Modes

To navigate and launch various CLI modes, use specific commands. Navigation to these modes is
described in the following sections.
BGP ADDRESS-FAMILY Mode
To enable or configure IPv4 for BGP, use BGP ADDRESS-FAMILY mode. For more information, refer to
Border Gateway Protocol IPv4
To enter BGP ADDRESS-FAMILY mode:
CLI Basics
returns a search result with instances containing a capitalized
"Ethernet," such as interface TenGigabitEthernet
1/1
does not return the previous search result because it only
searches for instances containing a noncapitalized "ethernet"
returns instances containing both "Ethernet" and "ethernet"
(BGPv4).
51

Advertisement

Table of Contents
loading

Table of Contents