Assigning IPv6 addresses to a network device enables the device to communicate with other devices on the network.
IPv6 addresses must be configured for router interfaces so that the routers can communicate with IPv6 devices.
Link-local addresses are used in neighbor discovery and in the communication between nodes on the local link during stateless address autoconfiguration. The packets with link-local addresses as source or destination addresses are only forwarded on the local link.
Link-local addresses can be automatically generated or manually configured.
After the IPv6 function is enabled on an interface, the system automatically generates a link-local address for the interface.
The link-local address that is manually configured must be valid (usually with the FE80::/10 prefix).
Link-local addresses are used for the communication between link-local nodes. It means that link-local addresses are usually used for the communication between protocols, and are not directly related to the communication between users. Therefore, automatic generation of link-local addresses is recommended.
Global unicast addresses, equivalent to public IPv4 addresses, are used for data forwarding on a public network and are necessary for the communication between users.
EUI-64 addresses function the same as global unicast addresses. The difference is that only the network bits need to be specified for an EUI-64 address, and the host bits are derived from the interface MAC address; for a global unicast address, all the 128 bits must be specified. You must note that the prefix length of the network bits of an EUI-64 address cannot be more than 64 bits.
Both or either of EUI-64 addresses and global unicast addresses can be configured on an interface for communications. The addresses that are configured on the same interface, however, must belong to different network segments.
IPv6 addresses are classified into unicast addresses, multicast addresses, and anycast addresses.
Before configuring IPv6 addresses for interfaces, complete the following tasks:
Connect interfaces and configure physical parameters for the interfaces to ensure that the physical status of the interfaces is Up.
Configure link layer protocol parameters for the interfaces to ensure that the link layer protocol status of the interfaces is Up.