Version 7.2 37 Mediant MSBR
Reference Guide 3. CLI Structure
3.5.3 Changing Index Position of Rows
You can change the position (index) of a table row, by moving it one row up or one row down
in the table.
Syntax
# <table name> <row index> move-up|move-down
Note
The command is applicable only to certain tables.
Command Mode
Privileged User
Example
Moving row at Index 1 down to Index 2 in the IP-to-IP Routing table:
<config-voip># sbc routing ip2ip-routing 1 move-down
3.5.4 Deleting Table Rows
You can delete a specific table row, by using the no command.
Syntax
# no <table name> <row index to delete>
Command Mode
Privileged User
Example
This example deletes a table row at Index 2 in the IP-to-IP Routing table:
<config-voip># no sbc routing ip2ip-routing 2