ipv6 address types:
Unicast :
- Aggregatable Global Addresses:
- Link-Local Addresses:
Multicast :
IPv6 always begin with FF as the first octet in the address, or FF00::/8. The
second octet specifies the lifetime and scope of the multicast group. Lifetime can be permanent or
temporary. Scope can be local to any of the following:
■ Node
■ Link
■ Site
■ Organization
■ Global
IPv6 multicast uses a solicited-node group that each router must join for all of its unicast and anycast addresses. The format for solicited-node multicast addresses is FF02::1:FF00:0000/104 ,
Solicited-node addresses are used in the Neighbor Discovery (ND) process
AnyCast :
Once an address is assigned to more than one host, it becomes an anycast address by definition. Because anycast addresses cannot be used to source traffic, however, a router must know if one of its interface IPv6 addresses is an anycast address. Therefore, Cisco IOS Software requires the anycast keyword to be applied when an anycast address is configured, as in this example:
Mariano(config-if)# ipv6 address 3001:fffe::104/64 anycast
No comments:
Post a Comment