You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

 

The

Unable to show "metadata-from": No such page "_space_variables"
 can communicate over IPv6 with an external PSX server using a single socket communicating to two different destination ports:

  • Non-call transaction destination port—Configurable on the
    Unable to show "metadata-from": No such page "_space_variables"
     when the remote policy server is defined (default:3055). This channel is used for the initial registration request and keep-alive indications between the
    Unable to show "metadata-from": No such page "_space_variables"
     and PSX.
  • Call transaction destination port—The port number for this socket is returned by the PSX in the registration response (this is configurable in the PSX svc.pes.conf file). This channel is used for call processing policy requests and responses using the Diameter+ protocol.

The

Unable to show "metadata-from": No such page "_space_variables"
 accommodates up to nine different external PSX servers. If more than one active server is configured, the
Unable to show "metadata-from": No such page "_space_variables"
 policy request is load shared between the active servers in a round robin sequence. A combination of both IPv4 and IPv6 policy servers can be configured on the
Unable to show "metadata-from": No such page "_space_variables"
.

The high-level steps required to establish communication are listed below:

  1. Configure the SBC with an IPv6 management address.
  2. Configure a PSX (remote policy server) running release 8.x or higher with an IPv6 address (ensure that SBC is configured as a gateway on the PSX or else
    Unable to show "metadata-from": No such page "_space_variables"
     registration will fail).
  3. Configure the
    Unable to show "metadata-from": No such page "_space_variables"
     to use the remote policy server for initial REGISTRATION on port 3055:
    1. Disable the local policy server:

      % set system policyServer localServer PSX_LOCAL_SERVER mode outOfService state disabled
    2. Configure and enable the remote policy server:

      % set system policyServer remoteServer IPV6_PSX ipAddress fc00::3100:0:0:240:106 portNumber 3055 mode active state enabled


      The

      Unable to show "metadata-from": No such page "_space_variables"
       sends a Registration Request message to the external PSX which replies with the port number to use for call processing communication.

  4. System adds ACL rules dynamically to allow a remote PSX access rights to communicate with the
    Unable to show "metadata-from": No such page "_space_variables"
    .

    Ports for initial registration – port 3055 (configured default) and the call transaction communication port 3054 (default) – are added once registration is successful.

    DIAMETER AVP structures that incorporate IP addresses allow support of the larger (128 byte) IPv6 address.

 

  • No labels