Alcatel-Lucent 7750 SR OS Network Router User Manual


 
IP Router Configuration
7750 SR OS Router Configuration Guide Page 61
Tunnel Egress Node
This configuration shows how 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.
CLI Syntax: config>router
configure router static-route ::C8C8:C801/128 indirect
200.200.200.1
interface ip-int-name
address {ip-address/mask>|ip-address netmask} [broad-
cast all-ones|host-ones]
ipv6
address ipv6-address/prefix-length [eui-64]
port port-name
Example
: config>router# interface ip-1.1.1.2
config>router>if# address 1.1.1.2/30
config>router>if# port 1/1/1
config>router>if# exit
config>router#
config>router# interface system
config>router>if# address 200.200.200.2/32
config>router>if# ipv6
config>router>if>ipv6# address 3FFE::C8C8:C802/128
config>router>if>ipv6# exit
config>router>if# exit
config>router#
The following displays the configuration showing the interface information.
A:ALA-49>configure>router# info
----------------------------------------------
...
interface "ip-1.1.1.2"
address 1.1.1.2/30
port 1/1/1
exit
interface "system"
address 200.200.200.2/32
ipv6
address 3FFE::C8C8:C802/128
exit
exit
----------------------------------------------