- configures the Diameter
dictionary used in this function.
- configures the policy
control origin endpoint used in this function.
- enables the selection
of a Diameter policy control peer server providing Rx/Tx/Gq applications
for this service.
-
configures the Diameter
requested timeout value used in this function.
Product:
SCM (P-CSCF, A-BG)
Syntax
diameter location-info { dictionary { e2custom01 | e2custom02 | e2custom03 | e2custom04 | e2custom05 | e2custom06 | e2custom07 | e2custom08 | e2custom09 | e2standard } |
origin endpoint endpoint_name | peer-select peer peer_name [ peer-realm realm_name ] [ secondary-peer peer_name [ sec-peer-realm realm_name ] ] | request-timeout sec }
diameter policy-control { dictionary { Gq-custom | Gq-standard | Rq-custom| Rx-rel8 | Rx-standard | Tx-standard | custom01 | custom02 | custom03 | custom04 | custom05 | custom06 | custom07 | custom08 |
custom09 } | origin endpoint endpoint_name |
peer-select peer peer_name [ peer-realm realm_name ] [ secondary-peer peer_name [ sec-peer-realm realm_name ] ] | request-timeout sec }
default diameter { location-info | policy-control } { dictionary | request-timeout }no diameter { location-info | policy-control } [ origin
endpoint | peer-select ]
default
Sets the Diameter’s
location-info or policy control dictionary
or requested timeout value as
the default.
no
Removes the Diameter
location-info or policy control origin endpoint or Diameter peer
from the service.
location-info
Defines the E2 interface
for location information.
dictionary { e2custom01...e2custom09 | e2standard }
custom01...custom09:
Specifies that a customer-specific (custom) dictionary is to be
used for expansion and behaviors.
e2standard:
Specifies that the E2-Standard-Dictionary is to be used.
IMPORTANT:
If this keyword is not
configured, the system defaults to the default dictionary (e2standard). In
the Proxy-CSCF configuration, at any time, the location-info dictionary
can either be an explicitly configured dictionary or the default
dictionary. Hence, there is no corresponding “no” CLI
to disable the location-info dictionary setting.
policy-control
Defines external policy
control.
dictionary { Gq-custom | Gq-standard | Rq-custom | Rx-rel8 | Rx-standard | Tx-standard | custom01...custom09 }
Gq-custom:
Specifies that the Gq Operax dictionary is to be used for Operax-specific
behavior.
Gq-standard:
Specifies that the Gq standard dictionary is to be used.
Rq-custom:
Specifies that the Rq custom dictionary is to be used.
Rx-rel8:
Specifies that the Rx Release 8 dictionary is to be used.
Rx-standard:
Specifies that the Rx standard dictionary is to be used.
Tx-standard:
Specifies that the Tx standard dictionary is to be used.
custom01...custom09:
Specifies that a customer-specific (custom) dictionary, for customer-specific
expansion and behaviors, is to be used.
origin endpoint endpoint_name
Specifies the Diameter
location-info or policy control endpoint name.
endpoint_name must
be the endpoint’s name and an alpha and/or numeric
string of 1 through 63 characters in length.
peer-select peer peer_name
Specifies the name of
the Diameter location-info or policy control peer server.
peer_name must
be from 1 to 63 alpha and/or numeric characters in length.
Diameter peer servers
are configured through the diameter endpoint command
in the Context Configuration Mode. The diameter endpoint command
is a generic command and can be found in the Cisco ASR 5000 Series
Command Line Interface Reference.
peer-realm realm_name
Specifies the realm
name for which the Diameter location-info or policy control peer
server has responsibility.
realm_name must
be from 1 to 63 alpha and/or numeric characters in length.
IMPORTANT:
If this keyword is not
configured, the system defaults to the realm name configured for
the selected peer server.
secondary-peer peer_name
Specifies the name of
the secondary Diameter location-info or policy control peer server.
peer_name must
be from 1 to 63 alpha and/or numeric characters in length.
sec-peer-realm realm_name
Specifies the realm
name for which the secondary Diameter location-info or policy control peer
server has responsibility.
realm_name must
be from 1 to 63 alpha and/or numeric characters in length.
IMPORTANT:
If this keyword is not
configured, the system defaults to the realm name configured for
the selected peer server.
IMPORTANT:
The “diameter location-info
peer-select peer <primary_peer> peer-realm <primary_peer_realm> secondary-peer <secondary_peer> sec-peer-realm <secondary_peer_realm>” CLI
configures Peer Switching—selecting which peers the Diameter
messages are routed to. When the secondary peer is configured, in
case the primary fails, request messages are rerouted to the secondary.
Note that the “no diameter location-info
peer-select” CLI command will remove the entire
Peer Switching CLI from the configuration.
request-timeout sec
Specifies the Diameter
location-info or policy control requested timeout value in seconds.
sec must be
an integer from 1 to 300.
Default:
10
IMPORTANT:
If this keyword is not
configured, the system defaults to the default setting (10 seconds).
In the Proxy-CSCF configuration, at any time, the request-timeout
setting can either be an explicitly configured value or the default
value. Hence, there is no corresponding “no” CLI
to disable the request-timeout setting.
Usage:
Use this command to:
- define the Diameter
dictionary to use for the service.
- specify the Diameter
origin endpoint.
- specify a Diameter location-info
or policy control peer server to support Rx/Tx/Gq applications.
-
specify the Diameter
requested timeout value for this service.
Example:
The following command
configures the system to use the Tx standard Diameter dictionary for
this service:
diameter policy-control
dictionary Tx-standard
The following command
sets the Diameter location-info origin endpoint to
test:
diameter location-info
origin endpoint test
The following command
selects a Diameter policy control peer server with a name of
diam-2 and
a realm name of
realm-6:
diameter policy-control
peer-select peer diam-2 peer-realm realm-6