IPv6 Router - Router Advertisements
Background Information
- IPv6 routers by default will respond to router solicitation messages with router advertisements containing the following information:
- Configured prefixes on the link
- Whether the prefixes can be used for auto-configuration
- All prefixes configured with the ipv6 address command will be included in the RA by default.
- Hosts use this information to assign itself an IPv6 address and set its gateway.
- Hosts will autoconfig an IPv6 address for each prefix announced in the RA.
Summary
- show ipv6 interface prefix to list what prefixes to include in RA.
- show ipv6 nd on-link prefix to list what prefixes were advertised to us on the link.
- show ipv6 routers to list the routers and their RA details.
- ipv6 nd prefix x y no-autoconfig so hosts do not use that prefix for auto-config.
- ipv6 nd prefix no-advertise to not advertise this prefix in RAs.
- ipv6 nd ra suppress to not send router advertisements.
- ipv6 address autoconfig to configure an interface to use autoconfig.
- ipv6 address autoconfig default to use autoconfig and set the router as the default route.