Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Configure an IP interface with an IPv6 address:

    Code Block
    languagenone
    % set addressContext default ipInterfaceGroup LIFG1 ipInterface LIF_1 ceName SBX1-1 portName pkt0 ipAddress 10.32.113.1 prefix 16 altIpAddress fc00::3200:0:0:113:1 altPrefix 64
  2. Configure an IPv6 signaling port under the default address context and zone:

    Code Block
    languagenone
    % set addressContext default zone defaultSigZone gwSigPort 1 ipAddress fc00::3200:0:0:113:99 ipInterfaceGroupName LIFG1 state enabled mode inService

    The configuration will fail if the specified IP address is set to 'loopback', 'link local' or 'unspecified', or is an IPv4-mapped IPv6 address.

  3. Configure a GW trunk group under the default address context and zone with an ingress prefix on the egress GW:

    Code Block
    languagenone
    % set addressContext default zone defaultSigZone gwTrunkGroup GW_TG state enabled mode inService ingressIpPrefix fc00::3200:0:0:112:99 128
  4. SBC must use an external policy server to run GW-GW calls. Hence disable the internal policy server and configure an external policy server: 

    Code Block
    languagenone
    % set system policyServer localServer PSX_LOCAL_SERVER mode outOfService state disabled 
    % set system policyServer remoteServer PSX_REMOTE_SERVER ipAddress 10.31.240.106 mode active state enabled
  5. Configure an SNMP target to view the new IPv6 GW link traps:

    Code Block
    languagenone
    % set oam snmp trapTarget trapDest ipAddress 10.31.240.108 port 162 state enabled trapType v2

    Pagebreak