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