Common Configuration Tasks
66 7705 SAR OS Router Configuration Guide
Example: config>router# interface “ipv6-interface”
config>router>if# ipv6
config>router>if>ipv6# address 1080:6809:8086:6502::1/64
Configuring Router Advertisement
To configure the router to originate router advertisement messages, the router-advertisement 
command must be enabled. All other router advertisement configuration parameters are 
optional. Router advertisement on all IPv6-enabled interfaces will be enabled.
Use the following CLI syntax to enable router advertisement and configure router 
advertisement parameters:
CLI Syntax: config>router
router-advertisement
interface ip-int-name
current-hop-limit number
managed-configuration
max-advertisement-interval seconds
min-advertisement-interval seconds
mtu mtu-bytes
other-stateful-configuration
prefix ipv6-prefix/prefix-length
autonomous
on-link
preferred-lifetime {seconds | 
infinite}
valid-lifetime {seconds | infinite}
reachable-time milli-seconds
retransmit-time milli-seconds
router-lifetime seconds
no shutdown
Example: config>router# router-advertisement
config>router>router-advert# interface “n1”
config>router>router-advert>if# prefix 3::/64
config>router>router-advert>if>prefix# autonomous
config>router>router-advert>if>prefix# on-link
config>router>router-advert>if>prefix# preferred-
lifetime 604800
config>router>router-advert>if>prefix# valid-lifetime 
2592000