Using and port number with cli commands, Cli nomenclature on turboiron x series devices, Searching and filtering output from cli commands – Brocade TurboIron 24X Series Configuration Guide User Manual

Page 49

Advertising
background image

Brocade TurboIron 24X Series Configuration Guide

15

53-1003053-01

Using and port number with CLI commands

Using and port number with CLI commands

Many CLI commands require users to enter port numbers as part of the command syntax, and
many show command outputs display port numbers. The port numbers are entered and displayed
in one of the following formats.

CLI nomenclature on TurboIron X Series devices

The TurboIron X Series devices use port numbers only. When you enter CLI commands that require
port numbers as part of the syntax, just specify the port number.

Here are some examples. The following commands change the CLI from the global CONFIG level to
the configuration level for the first port on the device:

TurboIron X Series commands

TurboIron(config)#interface e1

TurboIron(config-if-e10000-1)#

Searching and filtering output from CLI commands

You can filter CLI output from show commands and at the --More-- prompt. You can search for
individual characters, strings, or construct complex regular expressions to filter the output.

TABLE 9

CLI line editing commands

Ctrl+Key combination

Description

Ctrl+A

Moves to the first character on the command line.

Ctrl+B

Moves the cursor back one character.

Ctrl+C

Escapes and terminates command prompts and ongoing tasks (such as
lengthy displays), and displays a fresh command prompt.

Ctrl+D

Deletes the character at the cursor.

Ctrl+E

Moves to the end of the current command line.

Ctrl+F

Moves the cursor forward one character.

Ctrl+K

Deletes all characters from the cursor to the end of the command line.

Ctrl+L; Ctrl+R

Repeats the current command line on a new line.

Ctrl+N

Enters the next command line in the history buffer.

Ctrl+P

Enters the previous command line in the history buffer.

Ctrl+U; Ctrl+X

Deletes all characters from the cursor to the beginning of the command line.

Ctrl+W

Deletes the last word you typed.

Ctrl+Z

Moves from any CONFIG level of the CLI to the Privileged EXEC level; at the
Privileged EXEC level, moves to the User EXEC level.

Advertising