Question regarding Ipv6 router advertisment
mrblackmamba343
Inactive Imported Users Posts: 136
in CCNP
is it possible to configure an IPv6 interface to advertise its prefix WITHOUT sending a default route along with it?
Comments
-
Forsaken_GA Member Posts: 4,024No, it's pretty much going to send it regardless.
However, you can set the lifetime for which that advertisement's default router is useful to 0, and the hosts should interpret that to mean that advertisement should not be considered for default routing.
Alternatively, if your hosts support the DRP extensions, you can modify the preference level that the routes are sent with. -
mrblackmamba343 Inactive Imported Users Posts: 136Forsaken_GA wrote: »No, it's pretty much going to send it regardless.
However, you can set the lifetime for which that advertisement's default router is useful to 0, and the hosts should interpret that to mean that advertisement should not be considered for default routing.
Alternatively, if your hosts support the DRP extensions, you can modify the preference level that the routes are sent with.
what is the command used to set it to zero?
is it this ipv6 nd ns-interval 0?