The following example shows the configuration of the interface through which the IPv6 over IPv4 traffic leaves the node. It must be configured on a network interface. Both the IPv4 and IPv6 system addresses must be configured.
- config>router
- static-route 3ffe::c8c8:c801/128
- indirect 10.0.113.1
- interface ip-int-name
- address {ip-address/mask> | ip-address netmask} [broadcast {all-ones | host-ones}]
- ipv6
- address ipv6-address/prefix-length [eui-64]
- port port-name
The following example shows the interface configuration:
A:ALA-49>config>router# info
----------------------------------------------
...
interface "ip-1.1.1.2"
address 10.1.1.2/30
port 1/1/1
exit
interface "system"
address 10.0.113.2/32
ipv6
address 3ffe::c8c8:c802/128
exit
exit
----------------------------------------------