Configure the Addresses to Include in Router Advertisements
To specify which addresses the router should include in its router advertisements, include the
addressstatement:[edit protocols router-discovery]addressaddress{(advertise | ignore);(broadcast | multicast);(prioritynumber| ineligible);For a list of hierarchy levels at which you can configure these statements, see the statement summary sections for these statements.
Specify the IP address of the router, and optionally specify the following information about the router:
- Whether the server should include this address in its router advertisements—By default, the address is advertised. To disable this function, include the
ignorestatement.- Whether the server should broadcast or multicast router advertisements—By default, advertisements are multicast if the router supports IP multicast; otherwise, they are broadcast. To modify the default functionality, include the
broadcastormulticaststatement.- Preference of the address to become the default router—In the
prioritystatement, a higher value fornumberindicates that the address has a greater preference for becoming the default router. The default value is 0, which means that the address has the least chance of becoming the default router. If the router at this address should never become the default router, include theineligiblestatement. To modify the preference, include thepreferencestatement.numbercan be a value in the range 0 through 0x80000000. The default is 0.