This command adds/appends
rows with primary and/or secondary IPv4/IPv6 addresses
to a P-CSCF discovery table with precedence for P-CSCF discovery.
Privilege:
Security Administrator,
Administrator
Syntax
p-cscf table { 1 | 2 } row-precedence precedence_value { address ip_address | ipv6-address ipv6_address } [ secondary { address ip_address | ipv6-address ipv6_address } ]
no p-cscf table { 1 | 2 } row-precedence precedence_value
no
Removes/deletes
configured row with precedence in specified table for P-CSCF discovery address.
{ 1 | 2 }
Specifies which P-CSCF
table is to be used to add/append the primary and secondary
P-CSCF addresses. Two tables can be configured for P-CSCF discovery
address.
row-precedence precedence_value
This keyword adds/appends
the row with the specified row-precedence to the P-CSCF address
table.
In 8.1 and later releases, precedence_value must
be an integer from 1 through 128, and a maximum of 128 rows can
be added to a table.
In
release 8.0, precedence_value must
be an integer from 1 through 100, and a maximum of 16 rows can be
added to a table.
secondary
Specifies the secondary
IPv4/IPv6 address to be entered in P-CSCF table rows.
address ip_address
Specifies the primary
and/or secondary IPv4 address for P-CSCF discovery table.
This keyword, if used with secondary keyword,
specifies the secondary IPv4 address.
ip_address must
be entered in IPv4 dotted-decimal notation.
ipv6-address ipv6_address
Specifies the primary
and/or secondary IPv6 address for P-CSCF discovery table.
This keyword, if used with secondary keyword,
specifies the secondary IPv6 address.
ipv6_address must
be entered in IPv6 colon-separated-hexadecimal notation.
Usage:
Use this command to
add rows with primary and/or secondary IP addresses for
P-CSCF discovery. The row is added with the specified row-precedence.
The operator can add/remove
rows to the table that is not currently selected by the diameter host-select
table command in Policy Control Configuration Mode.
Example:
The following command
adds a row in
table
2 with primary IP address
10.2.3.4,
secondary IP address as
50.6.7.8,
and row-precedence value as
20 for P-CSCF
discovery.
p-cscf table 2 row-precedence
20 address 10.2.3.4 secondary 50.6.7.8