User's Manual 78 Document #: LTRT-10466
Mediant 500L MSBR
Command Description
activate
Activates a command. When you enter a configuration command in the CLI, the
command is not applied until you enter the activate and exit commands.
Note: Offline configuration changes require a reset of the device. A reset can be
performed at the end of the configuration changes. A required reset is indicated
by an asterisk (*) before the command prompt.
exit
Leaves the current command-set and returns one level up. If issued on the top
level, the session ends.
For online parameters, if the configuration was changed and no activate
command was entered, the exit command applies the activate command
automatically. If issued on the top level, the session will end:
(config)# exit
# exit
display
Displays the configuration of current configuration set.
help
Displays a short help how-to string.
history
Displays a list of previously run commands.
list
Displays the available command list of the current command-set.
| <filter>
Applied to a command output. The filter should be typed
a pipe mark (|).
Supported filters:
 include <word> – filter (print) lines which contain <word>
 exclude <word> – filter lines which does not contain <word>
ï‚§ grep <options> - filter lines according to grep common Unix utility options
ï‚§ egrep <options> - filter lines according to egrep common Unix utility options
 begin <word> – filter (print) lines which begins with <word>
 between <word1> <word2> – filter (print) lines which are placed between
<word1> and <word2>
 count – show the output’s line count
Example:
# show system version | grep Number
;Serial Number: 2239835;Slot Number: 1
9.1.4 Configuring Tables in CLI
Throughout the CLI, many configuration elements are in table format, where each table row
is represented by an index number. When you add a new row to a table, the device
automatically assigns it the next consecutive, available index number. You can also specify
an index number, if required. When you add a new table row, the device accesses the
row's configuration mode.
Table rows are added using the new command:
# <table name> new
For example, if three rows are configured in the Account table (account-0, account-1, and
account-2) and a new entry is subsequently added, account-3 is automatically created and
its configuration mode is accessed:
(config-voip)# sip-definition account new
(account-3)#
You can also add a new table row to any specific index number, even if a row has already
been configured for that index number. The row that was previously assigned that index