Dell PowerConnect B-RX Configuration Manual page 86

Bigiron rx series configuration guide v02.8.00
Hide thumbs Also See for PowerConnect B-RX:
Table of Contents

Advertisement

1
Searching and filtering output
Displaying lines containing a specified string
The following command filters the output of the show interface command for port 3/11 so it
displays only lines containing the word "Internet". This command can be used to display the IP
address of the interface.
BigIron RX# show interface e 3/11 | include Internet
Internet address is 192.168.1.11/24, MTU 1518 bytes, encapsulation ethernet
Syntax: <show-command> | include <regular-expression>
NOTE
The vertical bar ( | ) is part of the command.
Note that the regular expression specified as the search string is case sensitive. In the example
above, a search string of "Internet" would match the line containing the IP address.
Displaying lines that do not contain a specified string
The following command filters the output of the show who command so it displays only lines that
do not contain the word "closed". This command can be used to display open connections to the
Brocade device.
BigIron RX# show who | exclude closed
Console connections:
Telnet connections (inbound):
1
Telnet connection (outbound):
SSH connections:
Syntax: <show-command> | exclude <regular-expression>
Displaying lines starting with a specified string
The following command filters the output of the show who command so it displays output starting
with the first line that contains the word "SSH". This command can be used to display information
about SSH connections to the device.
BigIron RX# show who | begin SSH
SSH connections:
1
2
3
4
5
Syntax: <show-command> | begin <regular-expression>
Searching and filtering output at the --More-- prompt
The --More-- prompt is displayed when output extends beyond a single page. From this prompt, you
can press the Space bar to display the next page, the Return or Enter key to display the next line, or
Ctrl-C or Q to cancel the display. You can also search and filter output from this prompt.
10
established
you are connecting to this session
2 seconds in idle
established, client ip address 192.168.9.37
27 seconds in idle
established, client ip address 192.168.9.210
7 seconds in idle
closed
closed
closed
closed
BigIron RX Series Configuration Guide
53-1002253-01

Advertisement

Table of Contents
loading

This manual is also suitable for:

Bigiron rx series

Table of Contents