Dell Networking S5000 User's Guide Page 51

  • Download
  • Add to my manuals
  • Print
  • Page
    / 134
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 50
The grep command option has an ignore-case suboption that makes the search case-
insensitive. For example, the commands:
show run |
grep
Ethernet
returns a search result with instances containing a capitalized
“Ethernet,” such as interface GigabitEthernet 0/0
show run |
grep
ethernet
does not return the above search result because it only searches for
instances containing a noncapitalized “ethernet”
show run |
grep
Ethernet
ignore-case
returns instances containing both “Ethernet” and “ethernet”
no-more
does not paginate the display output
save
copies the output to a file for future use
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:
FTOS#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: FTOS# 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.
NOTE: Some of the following modes are not available on the S5000.
EXEC Mode
When you initially log in to the switch, by default, you are logged in to EXEC mode. This mode allows you to view settings
and enter EXEC Privilege mode, which is used to configure the device.
When you are in EXEC mode, the > prompt is displayed following the host name prompt, which is “FTOS” by default. You
can change the host name prompt using the hostname command.
NOTE: Each mode prompt is preceded by the host name.
51
Page view 50
1 2 ... 46 47 48 49 50 51 52 53 54 55 56 ... 133 134

Comments to this Manuals

No comments