Install guide

10 Release Note
Software Release 2.6.4
C613-10404-00 REV A
Router Advertisement Messages
A router advertisement is an ICMP (type 10) message containing:
In the destination address field of the IP header, the interface's configured
advertisement address, either 224.0.0.1 (ALL) or 255.255.255.255
(LIMITED).
In the lifetime field, the interface's configured advertisement lifetime.
In the Router Address and Preference Level fields, the addresses and
preference levels of all the logical interfaces that are set to advertise.
Router Solicitation Messages
A router solicitation is an ICMP (type 10) message containing:
Source Address: an IP address belonging to the interface from which the
message is sent
Destination Address: the configured Solicitation Address, and
Time-to-Live: 1 if the Destination Address is an IP multicast address; at
least 1 otherwise.
Router Advertisement Interval
The router advertisement interval is the time between router advertisements.
For the first few advertisements sent from an interface (up to 3), the switch
sends the router advertisements at intervals of at most 16 seconds. After these
initial transmissions, it sends router advertisements at random intervals
between the minimum and maximum intervals that the user configures, to
reduce the probability of synchronization with the advertisements from other
routers on the same link. By default the minimum is 450 seconds (7.5 minutes),
and the maximum is 600 seconds (10 minutes).
the switch receives a router solicitation the switch multicasts an early router
advertisement on the multicast interface on
which it received the router solicitation.
a host receives a router advertisement the host stores the IP address and preference
level for the advertisement lifetime.
the lifetime of all existing router
advertisements on a host expires
the host sends a router solicitation.
a host does not receive a router
advertisement after sending a small number
of router solicitations
the host waits for the next unsolicited router
advertisement
a host needs a default router address the host uses the IP address of the router or
L3 switch with the highest preference level.
Router Discovery advertising is deleted from
the physical interface (delete ip advertise
command), or the logical interface has
advertise set to no (set ip interface
command)
the switch multicasts a router advertisement
with the IP address(es) that stopped
advertising, and a lifetime of zero (0). It
continues to periodically multicast router
advertisements for other interfaces.
the switch receives a router advertisement
from another router
the switch does nothing but silently discards
the message.
Table 3: Router Discovery Process (Continued)
When ... Then ...