Router advertisement on 7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C

Note:

This feature is supported on all 7210 SAS platforms as described in this document, except the 7210 SAS-K 2F1C2T.

To configure the router to originate router advertisement messages on an interface, the interface must be configured under the router-advertisement context and be enabled (no shutdown). All other router advertisement configuration parameters are optional.

Use the following syntax to enable router advertisement and configure router advertisement parameters.

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: Router advertisement configuration output

*A:sim131>config>router>router-advert# info
----------------------------------------------
     interface "n1"
          prefix 2001:db8:3::/64
          exit
          no shutdown
     exit
----------------------------------------------
*A:sim131>config>router>router-advert# interface n1
*A:sim131>config>router>router-advert>if# prefix 2001:db8:3::/64
*A:sim131>config>router>router-advert>if>prefix# info detail
----------------------------------------------
          autonomous
          on-link
          preferred-lifetime 604800
          valid-lifetime 2592000
----------------------------------------------
*A:tahi>config>router>router-advert>if>prefix#