...
Configure an IP interface with an IPv6 address:
Code Block | ||
---|---|---|
| ||
% 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 |
Configure an IPv6 signaling port under the default address context and zone:
Code Block | ||
---|---|---|
| ||
% 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.
Configure a GW trunk group under the default address context and zone with an ingress prefix on the egress GW:
Code Block | ||
---|---|---|
| ||
% set addressContext default zone defaultSigZone gwTrunkGroup GW_TG state enabled mode inService ingressIpPrefix fc00::3200:0:0:112:99 128 |
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 | ||
---|---|---|
| ||
% 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 |
Configure an SNMP target to view the new IPv6 GW link traps:
Code Block | ||
---|---|---|
| ||
% set oam snmp trapTarget trapDest ipAddress 10.31.240.108 port 162 state enabled trapType v2 |
Pagebreak |
---|