Cisco Cisco Packet Data Gateway (PDG) Folheto

Página de 8487
Policy Control Configuration Mode Commands   
▀  diameter host-select table 
 
 
▄  Cisco ASR 5x00 Command Line Interface Reference 
7654 
   
diameter host-select table 
This command selects the Diameter host table or the MSISDN prefix range table, and the algorithm to select rows from 
the Diameter host table. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > IMS Authorization Configuration > Policy Control 
Configuration 
configure > context context_name > ims-auth-service service_name > policy-control
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-imsa-dpca)# 
Syntax
 
diameter host-select table { { 1 | 2 } algorithm { ip-address-modulus [ prefer-ipv4 | 
prefer-ipv6 ] | msisdn-modulus | round-robin } | prefix-table { 1 | 2 } }
 
{ default | no } diameter host-select table 
diameter host-select table { 1 | 2 } algorithm { ip-address-modulus | msisdn-
modulus | round-robin }
 
table { 1 | 2 }
: Specifies the Diameter host table to obtain the primary and secondary host names for 
PCRF. 
algorithm { ip-address-modulus [ prefer-ipv4 | prefer-ipv6 ] | msisdn-modulus | 
round-robin }
: Specifies the algorithm to select row from the Diameter host table. 
Default: 
round-robin
 
 
ip-address-modulus [ prefer-ipv4 | prefer-ipv6 ]
: This algorithm divides the IP address, 
in binary, of the subscriber by the number of rows in the table, and the remainder is used as an index 
into the specified table to select the row. 
 
prefer-ipv4: Specifies that IPv4 addresses are to be used, if an IPv4v6 call is received, for selecting the 
rows in the host table. 
 
prefer-ipv6: Specifies that IPv6 addresses are to be used, if an IPv4v6 call is received, for selecting the 
rows in the host table. 
 
msisdn-modulus
: This algorithm divides the MSISDN value in binary without the leading “+” of the 
subscriber by the number of rows in the table, and the remainder is used as an index in the specific 
table to select the row. 
 
round-robin
: This algorithm rotates all rows in the active table for selection of the row in round-robin 
fashion. If no algorithm is specified this is the default behavior. 
Important:
  The Round Robin algorithm is effective only over a large number of selections, and not at a granular 
level.