[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Configuring the Addresses to Include in Router Advertisements
To specify which addresses the router should include
in its router advertisements, include the address statement:
-
address address {
- (advertise | ignore);
- (broadcast | multicast);
- (priority number | ineligible);
- }
For a list of hierarchy levels at which you can
include 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 ignore statement.
- 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 broadcast or multicast statement.
- Preference of the address to become the default router—In
the priority statement, a higher value for number indicates 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 the ineligible statement. To modify the preference,
include the preference statement. number can be a value in the range from 0 through 0x80000000. The
default is 0.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]