© 2006 Cisco Systems, Inc. All rights reserved. BSCI v3.08-1 Implementing IPv6 Defining IPv6 Addressing.

Презентация:



Advertisements
Похожие презентации
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Implementing IPv6 Implementing Dynamic IPv6 Addresses.
Advertisements

© 2005 Cisco Systems, Inc. All rights reserved. BGP v Customer-to-Provider Connectivity with BGP Understanding Customer-to-Provider Connectivity.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v Customer-to-Provider Connectivity with BGP Connecting a Multihomed Customer to Multiple Service.
© 2006 Cisco Systems, Inc. All rights reserved.IP6FD v Introduction to IPv6 Evaluating IPv6 Features and Benefits.
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Implementing IPv6 Using IPv6 with IPv4.
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Implementing BGP Explaining BGP Concepts and Terminology.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS VPN Implementation Configuring VRF Tables.
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Implementing IPv6 Introducing IPv6.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS Concepts Introducing MPLS Labels and Label Stacks.
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Implementing Multicast Explaining Multicast Routing Protocols.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Constructing Network Addresses Classifying Network Addressing.
© 2006 Cisco Systems, Inc. All rights reserved. BCMSN v Implementing Inter-VLAN Routing Describing Routing Between VLANs.
© 2006 Cisco Systems, Inc. All rights reserved.IP6FD v Examining Mobility Examining Mobile IPv6.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v Route Selection Using Policy Controls Using Multihomed BGP Networks.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Label Assignment and Distribution Discovering LDP Neighbors.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Integrating Internet Access with MPLS VPNs Implementing Internet Access as a Separate VPN.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v BGP Overview Understanding BGP Path Attributes.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v Module Summary There are a number of connectivity aspects that must be considered in planning.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v Complex MPLS VPNs Introducing Central Services VPNs.
© 2006 Cisco Systems, Inc. All rights reserved.IP6FD v IPv6 Operations Understanding IPv6 Addressing Architecture.
Транксрипт:

© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Implementing IPv6 Defining IPv6 Addressing

© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Simple and Efficient Header A simpler and more efficient header means: 64-bit aligned fields and fewer fields Hardware-based, efficient processing Improved routing efficiency and performance Faster forwarding rate with better scalability

© 2006 Cisco Systems, Inc. All rights reserved. BSCI v IPv4 and IPv6 Header Comparison

© 2006 Cisco Systems, Inc. All rights reserved. BSCI v IPv6 Extension Headers Simpler and more efficient header means: IPv6 has extension headers. It handles the options more efficiently. It enables faster forwarding rate and end nodes processing.

© 2006 Cisco Systems, Inc. All rights reserved. BSCI v IPv6 Address Representation Format: x:x:x:x:x:x:x:x, where x is a 16-bit hexadecimal field –Case-insensitive for hexadecimal A, B, C, D, E, and F Leading zeros in a field are optional: –2031:0:130F:0:0:9C0:876A:130B Successive fields of 0 can be represented as ::, but only once per address. Examples: –2031:0000:130F:0000:0000:09C0:876A:130B –2031:0:130f::9c0:876a:130b –2031::130f::9c0:876a:130bincorrect –FF01:0:0:0:0:0:0:1 FF01::1 –0:0:0:0:0:0:0:1 ::1 –0:0:0:0:0:0:0:0 ::

© 2006 Cisco Systems, Inc. All rights reserved. BSCI v IPv6 Address Types IPv6 uses: Unicast –Address is for a single interface. –IPv6 has several types (for example, global and IPv4 mapped). Multicast –One-to-many –Enables more efficient use of the network –Uses a larger address range Anycast –One-to-nearest (allocated from unicast address space). –Multiple devices share the same address. –All anycast nodes should provide uniform service. –Source devices send packets to anycast address. –Routers decide on closest device to reach that destination. –Suitable for load balancing and content delivery services.

© 2006 Cisco Systems, Inc. All rights reserved. BSCI v IPv6 Global Unicast (and Anycast) Addresses IPv6 has same address format for global unicast and for anycast. Uses a global routing prefixa structure that enables aggregation upward, eventually to the ISP. A single interface may be assigned multiple addresses of any type (unicast, anycast, multicast). Every IPv6-enabled interface must contain at least one loopback (::1/128) and one link-local address. Optionally, every interface can have multiple unique local and global addresses. Anycast address is a global unicast address assigned to a set of interfaces (typically on different nodes). IPv6 anycast is used for a network multihomed to several ISPs that have multiple connections to each other.

© 2006 Cisco Systems, Inc. All rights reserved. BSCI v IPv6 Unicast Addressing IPv6 addressing rules are covered by multiple RFCs. –Architecture defined by RFC Unicast: One to one –Global –Link local (FE80::/10) A single interface may be assigned multiple IPv6 addresses of any type: unicast, anycast, or multicast.

© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Summary The IPv6 header has 40 octets and is simpler and more efficient than the IPv4 header. IPv6 addresses use 16-bit hexadecimal number fields separated by colons (:) to represent the 128-bit addressing format. The three types of IPv6 addresses are unicast, multicast, and anycast.

© 2006 Cisco Systems, Inc. All rights reserved. BSCI v