Adding New Rows to Specific Indices
You can add a new row to any specific index number in the table, even if a row has already been configured for that index. The row that was assigned that index is incremented to the next consecutive index number, as well as all the index rows listed below it in the table.
Syntax
# <table name> <row index> insert
Note
The command is applicable only to the following tables:
|
■
|
Firewall table (access-list) |
|
■
|
Message Manipulations table (message-manipulations) |
|
■
|
(SBC Only) IP-to-IP Routing table (ip2ip-routing) |
|
■
|
(SBC Only) Classification table (classification) |
|
■
|
(SBC Only) Message Conditions table (condition-table) |
|
■
|
(SBC Only) Inbound Manipulations table (ip-inbound-manipulation) |
|
■
|
(SBC Only) Outbound Manipulations table (ip-outbound-manipulation) |
|
■
|
(Gateway Only) Destination Phone Number Manipulation for IP-to-Tel Calls table (dst-number-map-ip2tel) |
|
■
|
(Gateway Only) Destination Phone Number Manipulation for Tel-to-IP Calls table (dst-number-map-tel2ip) |
|
■
|
(Gateway Only) Source Phone Number Manipulation for IP-to-Tel Calls table (src-number-map-ip2tel) |
|
■
|
(Gateway Only) Source Phone Number Manipulation for Tel-to-IP Calls table (src-number-map-tel2ip) |
|
■
|
(Gateway Only) Calling Name Manipulation for Tel-to-IP Calls table (calling-name-map-tel2ip) |
|
■
|
(Gateway Only) Calling Name Manipulation for IP-to-Tel Calls table (calling-name-map-ip2tel) |
|
■
|
(Gateway Only) Redirect Number Tel-to-IP table (redirect-number-map-tel2ip) |
Command Mode
Privileged User
Example
If the IP-to-IP Routing table is configured with three existing rows (ip2ip-routing-0, ip2ip-routing-1, and ip2ip-routing-2) and a new row is added at Index 1, the previous ip2ip-routing-1 becomes ip2ip-routing-2, the previous ip2ip-routing-2 becomes ip2ip-routing-3, and so on:
(config-voip)# sbc routing ip2ip routing 1 insert
(ip2ip-routing-1)#