Reference Guide 34 Document #: LTRT-17939
Mediant MSBR
Command Description
no
Undoes an issued command, disables a feature or deletes a table row.
Enter the no before the command, for example:
ï‚§ Disables the debug log feature:
# no debug log
ï‚§ Deletes the table row at Index 2:
<config-voip># no sbc routing ip2ip-routing 2
pwd
Displays the full path to the current CLI command, for example:
(auto-update)# pwd
/config-system/auto-update
Terminates the CLI session.
descending
Displays the command output in descending order, for example:
# show voip calls active descending
Note: Currently, this filter is supported only by certain show commands.
first <x>
Filters the command output to display the first x number of entries. For
example, the following displays only the first two entries:
# show voip calls history sbc first 2
Note: Currently, this filter is supported only by certain show commands.
last <x>
Filters the command output to display the last x number of entries. For
example, the following displays only the last four entries:
# show voip calls active last 4
Note: Currently, this filter is supported only by certain show commands.
range <x-y>
Filters the command output to display a range of entries from x to y. For
example, the following displays only the entries from 1 to 4:
# show voip calls active 1-4
Note: Currently, this filter is supported only by certain show commands.