Avaya Networking IPv6 Using Fabric Connect to ease IPv6 Deployment. Ed Koehler Director DSE Ron Senna SE Avaya Networking Solutions Architecture

Size: px
Start display at page:

Download "Avaya Networking IPv6 Using Fabric Connect to ease IPv6 Deployment. Ed Koehler Director DSE Ron Senna SE Avaya Networking Solutions Architecture"

Transcription

1 Avaya Networking IPv6 Using Fabric Connect to ease IPv6 Deployment Ed Koehler Director DSE Ron Senna SE Avaya Networking Solutions Architecture IAUG Newport RI, November 2013

2 Agenda IPv6, The fundamentals and issues at hand IPv6 basics IPv6 transition methods Using IEEE 802.1aq Shortest Path Bridging Layer 2 Virtual Services Networks to ease IPv6 deployment The VSP 9000 Test Bed Activity The use of Configured Tunnels over IP Shortcuts using IEEE 802.1aq Shortest Path Bridging Summary 2

3 Why not IPv4? IPv4 28 years old Has simply run out of steam AND addresses Inefficient allocation of addressing that can not be reversed (4.3 billion address space but only around 1.5 billion devices connected to the Internet) Flawed due to several modifications most notably NAT NAT -> Eliminated the flat address space and transparency Multicast and IPSec an add-on Etc. All contiguous public IPv4 address space is exhausted Some recycling efforts underway, but this will NOT extend IPv4 notably 3

4 Why IPv6? IPv6 offers Larger address space for global reachability and scalability Restores a flatter address space Simplified header format for efficient packet handling Hierarchical network architecture for routing efficiency Auto-configuration and plug-and-play support Elimination of need for NAT Embedded security with mandatory IPSec implementation Enhanced support for Mobile IP and Mobile Computing Devices Multicast is an embedded part of the protocol*. * This comment refers to link layer functionality in that Multicast Listener Discovery (MLDv1/v2) is an extension of Neighbor Discovery (ND) and ICMPv6. A L3 multicast routing protocol such as PIMv6 is still required. 4

5 So, what s new and improved - and what remains the same? TCP/IPv4 stack model Application Layer HTTP, SIP, DNS, DHCPv4, FTP, etc. Transport Layer TCPv4, UDPv4 Internet Layer IPv4, ICMPv4, IPsec Link Layer Ethernet, ARP, OSPFv2, etc. TCP/IPv6 stack model Application Layer HTTP, SIP, DNS, DHCPv6, FTP, etc. Transport Layer TCPv6, UDPv6 Internet Layer IPv6, ICMPv6, IPsec Link Layer Ethernet, ND, OSPFv3, etc. 5

6 What s new and improved? 20 octects, 12 fields, including 3 flag bits + fixed max number of options IPv4 Header 40 octects, 8 fields +Unlimited Chained Extensions. IPv6 Header 6

7 What s new and improved? IPv6 address length is now 128 bits large possible addresses: 340,282,366,920,938,463,463,374,607,431,768,211,456 (3.4 x ) addresses (IPv4 = 4,294,967,296 addresses) Solves IP address exhaustion : 1 million addresses per person on the planet 20 networks per m 2 on planet Typical unicast IPv6 address: 64 bits for subnet ID, 64 bits for interface ID Allows addresses to be permanently assigned to end devices (DSL, PDA s, mobile terminals, PC s,...) 7

8 IPv6 Terminology Neighbors Allows for hierarchical routing and effective route summarization Host Host Host LAN segment Bridge Intra-subnet router Router Link=One or more LAN segments bounded by routers Subnet Network Additional subnets 8

9 Routing Hierarchy Concept 3000:004D:0C00::/38 Level 1 Hierarchy Ex. C00::-D80 Level 1 Hierarchy Ex. E00-F :4D:C00::/ :4D:C00::/ :4D:D00::/ :4D:E00::/ :4D:F00::/41 Level 2 Hierarchy Ex. C00::-C00:C :4D:C80::/ :4D:D80::/ :4D:E80::/ :4D:F80::/ :4D:C00::/ :4D:C00::/ :4D:C00:4000:/ :4D:C00:8000:/ :4D:C00:C000:/ :4D:C00:2000:/ :4D:C00:6000:/ :4D:C00:A000:/51 IPv6 Internet Route summarization & policy on 3000:4D:C00::/41 9

10 IPv6 Addressing (RFC 4291) IPv6 Address Types Unicast addresses Global Link local special addresses like Unspecified and loopback addresses Multicast addresses Similar operation to IPv4 Anycast addresses A Unicast address used for several devices to allow to communicate with the closer device to the source No more broadcast addresses 10

11 IPv6 Address Representation Addresses are 128 bits (16 bytes) long (versus 4 bytes in IPv4) 128 bits divided into 8 blocks of 16 bits each Each 16 bits are converted into a 4 digit hexadecimal number divided by colons : The preferred format is xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx Leading zeros can be removed can be represented with a single 0 sequences of 0 blocks are represented by :: can only appear once in an address. 2001:10F2:0000:0000:25AB:0000:0000:0001 or 2001:10F2:0:0:25AB:0:0:1 or 2001:10F2:0:0:25AB::1 or 2001:10F2::25AB:0:0:1 IPv6 representation 11

12 IPv6 Address Prefixes IPv6 prefixes indicate a network identifier or a fixed part of the address Are represented as address/prefix length Examples: 2001:10F2::/48 for a summarized route prefix and 2001:10F2:0:102F::/64 for a subnet or link prefix 12

13 IPv6 Unicast address Types: Global Unicast An address used to identify a single interface. A packet destined for a unicast address is delivered to the interface identified by that address. Global unicast addresses (RFC 3587) Globally routable addresses (same as public IPv4 addresses) Global routing prefix is used for the route prefix exchange external to the site 48 bits or n bits Provider 16 bits or 64-n Site 64 bits Host Global Routing Prefix Subnet ID Interface ID 13

14 IPv6 Unicast address Types: Link-local Unicast Link-local with higher 10 bits at (FE80) Prefix is FE80::/10, never forwarded beyond a link by routers 10 bits FE80 54 bits 64 bits Interface ID Host Host Host LAN segment Bridge Intra-subnet router Router Link=One or more LAN segments bounded by routers Subnet 14

15 IPv6 Multicast addresses As in IPv4, a multicast address is assigned to a set of interfaces belonging to different nodes. A packet destined to a multicast address is routed to all interfaces identified by that address. The IPv6 multicast address uses the FF00::/8 prefix 8 bits 4 bits 4 bits 112 bits Flags Scope Group ID Flags: First 1-3 bits are reserved, Bit 4: 1 if temporary, 0 if Permanent (well known address assigned by IANA). Scope: Used to limit the scope of multicast address (1 - node local, 2 - link-local, 3 subnet local, 4 admin local, 5 - site-local, 8 - organization-local, B - community-local, E global) Defined multicast addresses All-Nodes addresses FF01::1 (Node Local), FF02::1 (Link Local) All-Routers addresses FF01::2 (Node Local), FF02::2 (Link Local), FF05::2 (Site Local) 15

16 Solicited-Node Multicast Address This address is formed by taking the low-order 24 bits of an IPv6 address and appending those bits to the well know prefix FF02::1:FF00::/104. Thus the range of Solicited Node multicast address goes from FF02::1:FF00:0000- FF02::1:FFFF:FFFF For example for MAC B3-1E and IPv6 address fe80::202:b3ff:fe1e:8329. The corresponding solicited host multicast address is FF02::1:FF1E: bits 64 bits Unicast prefix Interface ID 24 bits FF02:0:0:0:0:1:F:F Acts as a pseudo-unicast address for very efficient address resolution & DAD 16

17 Anycast address The anycast address is a global address that is assigned to a set of interfaces belonging to different nodes. These addresses are also group addresses in which the member of the group to respond is the closest to the source. One-to-one-of-many delivery to a single interface The anycast address has the following restrictions: An anycast address must not be used as source address of IPv6 packet. An anycast address must not be assigned to an IPv6 host. It may be assigned to an IPv6 router The use of anycast addresses is very potentially very interesting because of the closest router, the closest name server or time server can be accessed by an anycast address. 17

18 Special Addresses Unspecified address 0:0:0:0:0:0:0:0 called all zeros, can be abbreviated as :: Indicates the absence of a valid address It can be used as a source address by a host during boot process when it sends out a request for address configuration information. It should never be statically or dynamically assigned to an interface and should never appear as destination ip address. The Loopback address 0:0:0:0:0:0:0:0:1 can be abbreviated as ::1 (equivalent to ) It is helpful in troubleshooting and testing the IP stack because it can be used to send a packet to the protocol stack without sending it out on the subnet. It should never be statically or dynamically assigned to an interface. 18

19 IANA IPv6 Address space IPv6 Prefix Allocation Reference 0000::/8 Reserved by IETF [RFC3513] 0100::/8 Reserved by IETF [RFC3513] 0200::/7 Reserved by IETF 0400::/6 Reserved by IETF [RFC3513] 0800::/5 Reserved by IETF [RFC3513] 1000::/4 Reserved by IETF [RFC3513] 2000::/3 Global Unicast [RFC3513] 4000::/3 Reserved by IETF [RFC3513] 6000::/3 Reserved by IETF [RFC3513] 8000::/3 Reserved by IETF [RFC3513] A000::/3 Reserved by IETF [RFC3513] C000::/3 Reserved by IETF [RFC3513] E000::/4 Reserved by IETF [RFC3513] F000::/5 Reserved by IETF [RFC3513] F800::/6 Reserved by IETF [RFC3513] FA00::/7 Reserved by IETF [RFC3513] FC00::/7 Unique Local Unicast [RFC4193] FE00::/9 Reserved by IETF [RFC3513] FE80::/10 Link Local Unicast [RFC3513] FEC0::/10 Reserved by IETF [RFC3879] FF00::/8 Multicast [RFC3513] Deprecated 19

20 Ethernet II Encapsulation of IPv6 Packets IPv6 Packet IPv6 Extension Headers Upper Layer PDU bytes IPv6 Packet Preamble 8 bytes DA 6 bytes SA 6 bytes Type 2bytes (86DD) Payload Frame check 2bytes byte 20

21 ICMPv6 Basics (RFC 2463) Updated version of the Internet Control Message Protocol (ICMP) for IPv6 is much more powerful than ICMP for IPv4. Reports delivery or forwarding errors (Destination Unreachable, Packet Too Big, Time Exceeded, Parameter Problem) and informational messages like echo request and echo reply) Additionally provides a framework for informational messages like: Neighbor Discovery (ND) Multicast Listener Discovery (MLD) Path MTU discovery A value of 58 in the Next Header field of the basic IPv6 packet header identifies an IPv6 ICMP packet. 21

22 Neighbor Discovery (RFC 4861) The neighbor discovery protocol enables IPv6 nodes and routers to: Determine the link-layer address of a neighbor on the same link. Find neighboring routers. Keep track of neighbors. The IPv6 neighbor discovery process uses the following mechanisms for its operation: Neighbor solicitation Neighbor advertisement 22

23 Router Discovery IPv6 router discovery is a process used by IPv6 nodes to discover the routers on the local link. The IPv6 router discovery process uses the following messages: Router advertisements Router solicitations 23

24 So what s the problem? IPv4 only getting from here to here IPv6 only DNS&DHCPv4 Internet servers DNS&DHCPv6 Internet servers 24

25 Some scenarios for IPv4-IPv6 transition Enterprises = translation Content providers IPv6 only Network Dual Stack IPv6 Internet DNS (AAAA) IPv4 Internet Network Network IPv4 only IPv6 only Dual Stack IPv4 Only* DNS Network IPv4 Only * * Assumed legacy protocol Network position 25

26 So some transition mechanisms needed Tunneling IPv6 Internet Configured, 6to4, ISATAP, Teredo, etc. Internet IPv4 Internet Internet IPv4 Network Dual Stack machines IPv4 & IPv6 Servers & Clients 26

27 So some transition mechanisms needed Translation IPv6 Internet NAT64 ALG/Proxy Internet IPv4 Internet IPv4 Network IPv4 machines Internet 27

28 So some transition mechanisms needed IPv6 Internet Dual Stack Internet IPv4 Internet Dual Stack Network Dual Stack machines IPv4 & IPv6 Internet Application Layer HTTP, SIP, DNS, DHCPv4, DHCPv6, FTP, etc. Transport Layer TCPv4, UDPv4 Internet Layer IPv4, ICMPv4 Transport Layer TCPv4, UDPv4 Internet Layer IPv6, ICMPv6 Link Layer Ethernet, ARP, ND, OSPF, etc. 28

29 Data Plane IPv6 FIB IPv4 FIB Control Plane IPv6 RIB IPv4 RIB Summary of Transition strategies for deployment Typical dual-stack implementation OSPFv3 RIPng Static IS-IS BGP OSPFv2 RIPv1/v2 No One-size fits all > Generally wise to adopt a phased transition strategy in a risk-averse manner Dual-stack approach Tunnel approaches (configured, 6-4 etc) Protocol translation approaches (NAT64) > Co-existence is a very important phase > Inter-working and transition cannot be separated. Look for approach maturity. > OAM cannot be neglected > There will be workarounds and compromises. Plan for it early. Co-existence / Transition mechanism Dual stack* Best approach for Enterprise Core Networks Tunneling mechanisms (incl. dual-stack). Lower priority if SPB or MPLS is used in core. Primary use remote access or branch Translation mechanisms unavoidable but should be minimized req d for legacy content providers Risk factor Maturity of approach Vendor support Low High High OK Low-Med Medium Medium OK IPsec compatibility Med Low Low Has issues. 29

30 Using SPB to ease IPv6 deployment into the Enterprise Provide Virtual Service Networks for IPv6 communities Simple, scalable, ubiquitous Allows for deployment of IPv6 as a core networking protocol with minimal impact to existing IPv4 environment Mitigates transition mechanisms such as NAT64 and tunnelling Dual Stack IPv4/IPv6 Hosts IPv4 Router IPv4 VSN Virtual Service Network IPv4/IPv6 VSN Virtual Service Network IPv6 Router IPv6 INET

31 IPv6 Transport over IEEE 802.1aq L2 I-SID s IEEE 802.1aq and RFC6329 defines the treatment of three classes of frame type at the UNI port: Unknown MAC Broadcast Multicast Any frame entering at the UNI port that matches one of these types will be treated with a process known as tandem replication or constrained multicast. In that the behavior is limited to the I-SID it is generated in A special multicast 802.1ah destination B-MAC is created that allows for any SPB node to replicate accordingly. 31

32 Layer 2 Virtual Service Networks Using L2 extension capabilities to extend and interconnect IPv6 communities across the Enterprise Native IPv6 Resources IPv6 Default Router IPv6 Migration with ease Shared infrastructure while maintaining traffic separation Dual Stack Switches Dual Stack Hosts IPv6/IPv4 Virtual Service Network IPv4 Virtual Service Network IPv4 Default Router IPv4 Hosts Dual Stack Hosts Legacy IPv4 Resources IPv6 Router IPv4 Hosts IPv4 Router 32 32

33 Dual stack scenario using L2 Virtual Service Networks A simple topology example IPv6 Network IPv6: 2001:db8:face::1 Dual Stack Host IPv6: 2001:db8:face:11 IPv4: IPv4 Network Dual Stack Layer 2 VSN VSN 100 IPv4: VLAN 100 Dual Stack Host IPv6: 2001:db8:face:10 IPv4:

34 Dual stack scenario using L2 Virtual Service Networks A multiple subnet topology example Dual Stack Host IPv6: 2001:db9:face:11 IPv4: IPv6 Network IPv6: 2001:db8:face::1 *Router Redundancy can be supported by VRRPv6 or R/SMLT Dual Stack Host IPv6: 2001:db8:face:11 IPv4: IPv6: 2001:db9:face::1 Dual Stack Layer 2 VSN VLAN 100 Dual Stack Layer 2 VSN VSN 200 IPv4: Dual Stack Host IPv6: 2001:db9:face:10 IPv4: IPv4 Network VSN 100 IPv4: Dual Stack Host IPv6: 2001:db8:face:10 IPv4:

35 Dual stack scenario using L2 Virtual Service Networks Using VRRPv6 for full routed core resiliency (IPv4 and end hosts remove for simplicity) IPv6 Network IPv6 VIP: FE80:db8:face::1 VLAN 100 Dual Stack Layer 2 VSN VSN 100 VLAN 100 Dual Stack Layer 2 VSN VSN 200 IPv6 VIP: FE80:db9:face::1 35

36 Full Hybrid Dual Stack Enterprise Default Route Perspective Shared infrastructure while maintaining traffic separation Native IPv6 Resources Dual Stack Switches Dual Stack Hosts IPv6/IPv4 Virtual Service Network IPv4 Virtual Service Network IPv4 Default Router IPv4 Hosts Dual Stack Hosts Legacy IPv4 Resources IPv6 Router IPv4 Hosts IPv4 Router 36 36

37 The future of IPv6 over Fabric Connect Research and Development is underway to inject IPv6 reachability information into IS-IS/SPB. New Type Length Values Use of SPB IP Shortcuts just as in IPv4 Both unicast and multicast will be supported eliminating the need for PIMv6 in the core if desired L3 VSN s are also being investigated for end to end IPv6 VPN environments over SPB. This will be a futher development 37

38 A note on Autoconfiguration and DHCPv6 In summary, by default, the router, i.e. VSP 9000, can control the behavior of the Windows 7 host via the Router Advertisement messages. In the Router Advertisement message are the M and O flags which are used to indicate to the host whether to use DHCPv6 for additional addresses or configuration settings. By default both the Router Advertisement M and O flags are set to 0 which indicates to the host to not use DHCPv6. In turn, the default behavior of the Windows host is to use the router link-local address for the default route and for DNS, the IPv4 DNS entry learned via DHCP or for IPv6, the host either need a manual entry or you can use the well-known DNS addresses. On the router, if you set the Router Advertisement M and/or O flags, this will tell the host to DHCPv6 for get additional addresses (M = 1), or obtain additional configuration information, i.e. DNS (O=1), or obtain both additional addresses and configuration information (M=1, O=1); in all cases, the host still uses the link-local address of the router as the gateway. In all instances the default IPv6 gateway is established by router advertisements. IETF drafts in existence for DHCPv6 option similar to IPv4. 38

39 Summary IPv6 is here supported in the VSP9K! IPv6 is supportable in a very flexible & scalable fashion with the use of IEEE 802.1aq Shortest Path Bridging For general distribution of dual stack communities use L2 VSN s to extend IPv6 subnets anywhere in the Enterprise For the interconnection of IPv6 islands use IPv6 configured tunnels over SPB/ISIS IPv4 Shortcuts Research and development is underway for the implementation of IPv6 Shortcuts in SPB/ISIS It is likely that the L2 VSN methodology will still be strongly desired within the core to enforce hierarchical routing with larger link prefixes (i.e. /52 or /48) 39

40

Transitioning to IPv6

Transitioning to IPv6 Transitioning to IPv6 麟瑞科技區域銷售事業處副處長張晃崚 CCIE #13673 2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.0 7-1 IPv4 and IPv6 Currently, there are approximately 1.3 billion usable IPv4 addresses available.

More information

Planning for Information Network

Planning for Information Network Planning for Information Network Lecture 7: Introduction to IPv6 Assistant Teacher Samraa Adnan Al-Asadi 1 IPv6 Features The ability to scale networks for future demands requires a limitless supply of

More information

Internet Protocol, Version 6

Internet Protocol, Version 6 Outline Protocol, Version 6 () Introduction to Header Format Addressing Model ICMPv6 Neighbor Discovery Transition from to vs. Taken from:chun-chuan Yang Basics: TCP/ Protocol Suite Protocol (IP) Features:

More information

IPv6. (Internet Protocol version 6)

IPv6. (Internet Protocol version 6) IPv6 Réseaux 1 IPv6 (Internet Protocol version 6) 2 IPv6 IP version 6 is the new version of the Internet Protocol (IP) The standardization process started in the 90s The main elements of IPv4 are still

More information

IPv6 Technical Challenges

IPv6 Technical Challenges IPv6 Technical Challenges Peter Palúch, CCIE #23527, CCIP University of Zilina, Slovakia Academy Salute, April 15 th 16 th, Bucharest IPv6 technical challenges What challenges do I meet if I decide to

More information

ISO 9001:2008. Pankaj Kumar Dir, TEC, DOT

ISO 9001:2008. Pankaj Kumar Dir, TEC, DOT ISO 9001:2008 Pankaj Kumar Dir, TEC, DOT AWARENESS OBJECTIVES IPv6 Address Format & Basic Rules Understanding the IPv6 Address Components Understanding & Identifying Various Types of IPv6 Addresses 3/25/2012

More information

IPv6 Bootcamp Course (5 Days)

IPv6 Bootcamp Course (5 Days) IPv6 Bootcamp Course (5 Days) Course Description: This intermediate - advanced, hands-on course covers pertinent topics needed for IPv6 migration and deployment strategies. IPv6 novices can expect to gain

More information

IPv6 Addressing. There are three types of IPV6 Addresses. Unicast:Multicast:Anycast

IPv6 Addressing. There are three types of IPV6 Addresses. Unicast:Multicast:Anycast IPv6 Addressing There are three types of IPV6 Addresses. Unicast:Multicast:Anycast Unicast IPv6 addresses A unicast address identifies a single interface within the scope of the type of unicast address.

More information

IPv6 Protocols and Networks Hadassah College Spring 2018 Wireless Dr. Martin Land

IPv6 Protocols and Networks Hadassah College Spring 2018 Wireless Dr. Martin Land IPv6 1 IPv4 & IPv6 Header Comparison IPv4 Header IPv6 Header Ver IHL Type of Service Total Length Ver Traffic Class Flow Label Identification Flags Fragment Offset Payload Length Next Header Hop Limit

More information

Radware ADC. IPV6 RFCs and Compliance

Radware ADC. IPV6 RFCs and Compliance Radware ADC IPV6 s and Compliance Knowledgebase Team February 2016 Scope: This document lists most of the s that relevant to IPv6. Legend: Yes supported N/A not applicable No Currently not supported Relevance:

More information

IPv6 Protocol Architecture

IPv6 Protocol Architecture IPv6 Protocol Architecture v4/v6 Header Comparison Not kept in IPv6 Renamed in IPv6 Same name and function New in IPv6 2 New Functional Improvement Address Space Increase from 32-bit to 128-bit address

More information

Configuring IPv6 basics

Configuring IPv6 basics Contents Configuring IPv6 basics 1 IPv6 overview 1 IPv6 features 1 IPv6 addresses 2 IPv6 neighbor discovery protocol 5 IPv6 PMTU discovery 8 IPv6 transition technologies 8 Protocols and standards 9 IPv6

More information

OSI Data Link & Network Layer

OSI Data Link & Network Layer OSI Data Link & Network Layer Erkki Kukk 1 Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model 2 Layers with TCP/IP and OSI Model Explain protocol data units (PDU) and encapsulation 3 Addressing

More information

Operation Manual IPv6 H3C S3610&S5510 Series Ethernet Switches Table of Contents. Table of Contents

Operation Manual IPv6 H3C S3610&S5510 Series Ethernet Switches Table of Contents. Table of Contents Operation Manual IPv6 Table of Contents Table of Contents Chapter 1 IPv6 Basics Configuration... 1-1 1.1 IPv6 Overview... 1-1 1.1.1 IPv6 Features... 1-2 1.1.2 Introduction to IPv6 Address... 1-3 1.1.3

More information

Table of Contents Chapter 1 Tunneling Configuration

Table of Contents Chapter 1 Tunneling Configuration Table of Contents Table of Contents... 1-1 1.1 Introduction to Tunneling... 1-1 1.1.1 IPv6 over IPv4 Tunnel... 1-2 1.1.2 IPv4 over IPv4 Tunnel... 1-7 1.2 Tunneling Configuration Task List... 1-8 1.3 Configuring

More information

IPv6. IPv4 & IPv6 Header Comparison. Types of IPv6 Addresses. IPv6 Address Scope. IPv6 Header. IPv4 Header. Link-Local

IPv6. IPv4 & IPv6 Header Comparison. Types of IPv6 Addresses. IPv6 Address Scope. IPv6 Header. IPv4 Header. Link-Local 1 v4 & v6 Header Comparison v6 Ver Time to Live v4 Header IHL Type of Service Identification Protocol Flags Source Address Destination Address Total Length Fragment Offset Header Checksum Ver Traffic Class

More information

Aeronautical Systems Center

Aeronautical Systems Center Aeronautical Systems Center Internet Protocol (IP) version 6 (converting from version 4) 20 June 2007 Dennis Ludwig ASC/XRAI DSN: 785-7887 Dennis.ludwig@wpafb.af.mil IPv6 Presentation: Objectives 1. To

More information

IPv6 Protocol & Structure. npnog Dec, 2017 Chitwan, NEPAL

IPv6 Protocol & Structure. npnog Dec, 2017 Chitwan, NEPAL IPv6 Protocol & Structure npnog3 9-11 Dec, 2017 Chitwan, NEPAL Protocol Header Comparison IPv4 contains 10 basic header fields, while IPv6 has 6 basic header fields IPv6 header size is 40 octets compared

More information

Lecture Computer Networks

Lecture Computer Networks Prof. Dr. Hans Peter Großmann mit M. Rabel sowie H. Hutschenreiter und T. Nau Sommersemester 2012 Institut für Organisation und Management von Informationssystemen Lecture Computer Networks Internet Protocol

More information

Cisco IOS IPv6. Cisco IOS IPv6 IPv6 IPv6 service provider IPv6. IPv6. data link IPv6 Cisco IOS IPv6. IPv6

Cisco IOS IPv6. Cisco IOS IPv6 IPv6 IPv6 service provider IPv6. IPv6. data link IPv6 Cisco IOS IPv6. IPv6 IP6FD v6 Fundamentals, Design, and Deployment v3.0 Cisco IOS IPv6 Cisco IOS IPv6 IPv6 IPv6 service provider IPv6 IP IPv6 IPv6 data link IPv6 Cisco IOS IPv6 IPv6 IPv6 DHCP DNS DHCP DNS IPv6 IPv4 IPv6 multicast

More information

Configuring IPv6 for Gigabit Ethernet Interfaces

Configuring IPv6 for Gigabit Ethernet Interfaces CHAPTER 46 IP version 6 (IPv6) provides extended addressing capability beyond those provided in IP version 4 (IPv4) in Cisco MDS SAN-OS. The architecture of IPv6 has been designed to allow existing IPv4

More information

IPv6 Next generation IP

IPv6 Next generation IP Seminar Presentation IPv6 Next generation IP N Ranjith Kumar 11/5/2004 IPv6 : Next generation IP 1 Network Problems Communication Problem Identification Problem Identification of Networks Logical Addressing

More information

Foreword xxiii Preface xxvii IPv6 Rationale and Features

Foreword xxiii Preface xxvii IPv6 Rationale and Features Contents Foreword Preface xxiii xxvii 1 IPv6 Rationale and Features 1 1.1 Internet Growth 1 1.1.1 IPv4 Addressing 1 1.1.2 IPv4 Address Space Utilization 3 1.1.3 Network Address Translation 5 1.1.4 HTTP

More information

"Charting the Course... IPv6 Bootcamp Course. Course Summary

Charting the Course... IPv6 Bootcamp Course. Course Summary Course Summary Description This intermediate - advanced, hands-on course covers pertinent topics needed for IPv6 migration and deployment strategies. IPv6 novices can expect to gain a thorough understanding

More information

IPv6 Feature Facts

IPv6 Feature Facts 12.1.2 IPv6 Feature Facts The current IP addressing standard, version 4, will eventually run out of unique addresses, so a new system is being developed. It is named IP version 6 or IPv6. You should know

More information

IPv6 Addressing. The IPv6 Address Space. Chapter 3. At the end of this chapter, you should be able to do the following:

IPv6 Addressing. The IPv6 Address Space. Chapter 3. At the end of this chapter, you should be able to do the following: 49 Chapter 3 IPv6 Addressing At the end of this chapter, you should be able to do the following: Describe the IPv6 address space, and state why the address length of 128 bits was chosen. Describe IPv6

More information

Chapter 7: IP Addressing CCENT Routing and Switching Introduction to Networks v6.0

Chapter 7: IP Addressing CCENT Routing and Switching Introduction to Networks v6.0 Chapter 7: IP Addressing CCENT Routing and Switching Introduction to Networks v6.0 CCNET v6 13 Chapter 7 - Sections & Objectives 7.1 IPv4 Network Addresses Convert between binary and decimal numbering

More information

Fabric Connect Multicast A Technology Overview. Ed Koehler - Director DSE. Avaya Networking Solutions Group

Fabric Connect Multicast A Technology Overview. Ed Koehler - Director DSE. Avaya Networking Solutions Group Fabric Connect Multicast A Technology Overview Ed Koehler - Director DSE Avaya Networking Solutions Group IAUG Newport RI, November 2013 So, what s wrong with today s multicast networks? Today s multicast

More information

OSI Data Link & Network Layer

OSI Data Link & Network Layer OSI Data Link & Network Layer Erkki Kukk 1 Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model 2 Layers with TCP/IP and OSI Model Explain protocol data units (PDU) and encapsulation 3 Addressing

More information

Introduction to IPv6

Introduction to IPv6 Introduction to IPv6 1 What is IPv6? IP (Internet Protocol) The most common protocol over the Internet defines how packets are sent over the internet Addressing and routing Current versions IPv4 & IPv6

More information

OSI Data Link & Network Layer

OSI Data Link & Network Layer OSI Data Link & Network Layer Erkki Kukk 1 Layers with TCP/IP and OSI Model Compare OSI and TCP/IP model 2 Layers with TCP/IP and OSI Model Explain protocol data units (PDU) and encapsulation 3 Addressing

More information

Rocky Mountain IPv6 Summit April 9, 2008

Rocky Mountain IPv6 Summit April 9, 2008 Rocky Mountain IPv6 Summit April 9, 2008 Introduction to the IPv6 Protocol Scott Hogg GTRI - Director of Advanced Technology Services CCIE #5133, CISSP 1 IPv6 Header IPv4 Header 20 bytes IPv6 Header, 40

More information

IPv6 Concepts. Improve router performance Simplify IP header Align to 64 bits Address hierarchy with more levels Simplify routing tables

IPv6 Concepts. Improve router performance Simplify IP header Align to 64 bits Address hierarchy with more levels Simplify routing tables IPv6 Concepts Tópicos Avançados de Redes 2016/2017 Why IPv6? 2 Lack of IPv4 addresses Imply NAT, or other solutions; Realm Specific IP (RFC3102) Improve router performance Simplify IP header Align to 64

More information

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery The IPv6 neighbor discovery process uses Internet Control Message Protocol (ICMP) messages and solicited-node multicast addresses to determine the link-layer address of a neighbor on the same network (local

More information

TCP/IP Protocol Suite

TCP/IP Protocol Suite TCP/IP Protocol Suite Computer Networks Lecture 5 http://goo.gl/pze5o8 TCP/IP Network protocols used in the Internet also used in today's intranets TCP layer 4 protocol Together with UDP IP - layer 3 protocol

More information

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1 Table of Contents 1 IPv6 Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-3 Introduction to IPv6 Neighbor Discovery Protocol 1-5 Introduction to IPv6 DNS 1-8 Protocols

More information

A Border Gateway Protocol 3 (BGP-3) DNS Extensions to Support IP version 6. Path MTU Discovery for IP version 6

A Border Gateway Protocol 3 (BGP-3) DNS Extensions to Support IP version 6. Path MTU Discovery for IP version 6 IPv6 Standards and RFC 1195 Use of OSI IS-IS for Routing in TCP/IP and Dual Environments RFC 1267 A Border Gateway Protocol 3 (BGP-3) RFC 1305 Network Time Protocol (Version 3) Specification, Implementation

More information

IPv6 migration challenges and Security

IPv6 migration challenges and Security IPv6 migration challenges and Security ITU Regional Workshop for the CIS countries Recommendations on transition from IPv4 to IPv6 in the CIS region, 16-18 April 2014 Tashkent, Republic of Uzbekistan Desire.karyabwite@itu.int

More information

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1 Table of Contents 1 IPv6 Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-3 Introduction to IPv6 Neighbor Discovery Protocol 1-6 Introduction to IPv6 DNS 1-8 Protocols

More information

TSIN02 - Internetworking

TSIN02 - Internetworking Lecture 2: The Internet Protocol Literature: Forouzan: ch 4-9 and ch 27 2004 Image Coding Group, Linköpings Universitet Outline About the network layer Tasks Addressing Routing Protocols 2 Tasks of the

More information

TD#RNG#2# B.Stévant#

TD#RNG#2# B.Stévant# TD#RNG#2# B.Stévant# En1tête#des#protocoles#IP# IPv4 Header IPv6 Extensions ICMPv6 s & 0...7...15...23...31 Ver. IHL Di Serv Packet Length Identifier flag O set TTL Checksum Source Address Destination

More information

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1 Table of Contents 1 IPv6 Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-2 Introduction to IPv6 Neighbor Discovery Protocol 1-5 Introduction to ND Snooping 1-7 Introduction

More information

IPv6 Transition Technologies (TechRef)

IPv6 Transition Technologies (TechRef) Tomado de: http://technet.microsoft.com/en-us/library/dd379548.aspx IPv6 Transition Technologies (TechRef) Updated: January 7, 2009 IPv6 Transition Technologies Protocol transitions are not easy, and the

More information

CSCI-1680 Network Layer:

CSCI-1680 Network Layer: CSCI-1680 Network Layer: Wrapup Rodrigo Fonseca Based partly on lecture notes by Jennifer Rexford, Rob Sherwood, David Mazières, Phil Levis, John JannoA Administrivia Homework 2 is due tomorrow So we can

More information

IPv6 Protocols & Standards

IPv6 Protocols & Standards IPv6 Protocols & Standards ISP/IXP Workshops 1 So what has really changed? Expanded address space Address length quadrupled to 16 bytes Header Format Simplification Fixed length, optional headers are daisy-chained

More information

Data Center Configuration. 1. Configuring VXLAN

Data Center Configuration. 1. Configuring VXLAN Data Center Configuration 1. 1 1.1 Overview Virtual Extensible Local Area Network (VXLAN) is a virtual Ethernet based on the physical IP (overlay) network. It is a technology that encapsulates layer 2

More information

Configuring IPv6. Information About IPv6. Send document comments to CHAPTER

Configuring IPv6. Information About IPv6. Send document comments to CHAPTER CHAPTER 3 This chapter describes how to configure Internet Protocol version 6 (IPv6), which includes addressing, Neighbor Discovery Protocol (ND), and Internet Control Message Protocol version 6 (ICMPv6),

More information

IPv6 : Internet Protocol Version 6

IPv6 : Internet Protocol Version 6 IPv6 : Internet Protocol Version 6 History Internet growth was faster than anticipated In early 1990 s, it was realized that we may run out of IPv4 addresses somewhere between 2000 and 2010 Also, experiences

More information

History. IPv6 : Internet Protocol Version 6. IPv4 Year-Wise Allocation (/8s)

History. IPv6 : Internet Protocol Version 6. IPv4 Year-Wise Allocation (/8s) History IPv6 : Internet Protocol Version 6 Internet growth was faster than anticipated In early 1990 s, it was realized that we may run out of IPv4 addresses somewhere between 2000 and 2010 Also, experiences

More information

Workshop on Scientific Applications for the Internet of Things (IoT) March

Workshop on Scientific Applications for the Internet of Things (IoT) March Workshop on Scientific Applications for the Internet of Things (IoT) March 16-27 2015 IP Networks: From IPv4 to IPv6 Alvaro Vives - alvaro@nsrc.org Contents 1 Digital Data Transmission 2 Switched Packet

More information

IPv6 Transition Mechanisms

IPv6 Transition Mechanisms IPv6 Transition Mechanisms Petr Grygárek rek 1 IPv6 and IPv4 Coexistence Expected to co-exist together for many years Some IPv4 devices may exist forever Slow(?) transition of (part of?) networks to IPv6

More information

Introduction to IPv6 - II

Introduction to IPv6 - II Introduction to IPv6 - II Building your IPv6 network Alvaro Vives 27 June 2017 Workshop on Open Source Solutions for the IoT Contents IPv6 Protocols and Autoconfiguration - ICMPv6 - Path MTU Discovery

More information

Index Terms- IPv4, IPv6

Index Terms- IPv4, IPv6 A Case study of IPv4 and IPv6 Ms. P.S.Kharche 1, Dr. P.M.Jawandhiya 2, Department of Computer Science And Engineering, PLITMS, Buldana 1, 2 Email: kharche.priyanka8@gmail.com 2, pmjawandhiya@rediffmaill.com

More information

RMIT University. Data Communication and Net-Centric Computing COSC 1111/2061. Lecture 2. Internetworking IPv4, IPv6

RMIT University. Data Communication and Net-Centric Computing COSC 1111/2061. Lecture 2. Internetworking IPv4, IPv6 RMIT University Data Communication and Net-Centric Computing COSC 1111/2061 Internetworking IPv4, IPv6 Technology Slide 1 Lecture Overview During this lecture, we will understand The principles of Internetworking

More information

Module 13. IPv6 Addressing

Module 13. IPv6 Addressing Module 13 IPv6 Addressing Objectives 1. 2.3 Explain the Properties and characteristics of TCP/IP IPv6 2 INTRODUCTION TO IPV6 3 IPv4 Addresses: 32 Bits 4 1.IPv4 address: 192.168.1.10 A.Four bytes or octets

More information

Why IPv6? Roque Gagliano LACNIC

Why IPv6? Roque Gagliano LACNIC Why IPv6? Roque Gagliano LACNIC Agenda Initial Concepts. IPv6 History. What is IPv6? Planning IPv6. Agenda Initial Concepts. IPv6 History. What is IPv6? Planning IPv6. Some initial concepts. IPv6 is the

More information

ETSF05/ETSF10 Internet Protocols Network Layer Protocols

ETSF05/ETSF10 Internet Protocols Network Layer Protocols ETSF05/ETSF10 Internet Protocols Network Layer Protocols 2016 Jens Andersson Agenda Internetworking IPv4/IPv6 Framentation/Reassembly ICMPv4/ICMPv6 IPv4 to IPv6 transition VPN/Ipsec NAT (Network Address

More information

Table of Contents 1 IPv6 Basics Configuration 1-1

Table of Contents 1 IPv6 Basics Configuration 1-1 Table of Contents 1 IPv6 Basics Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-3 Introduction to IPv6 Neighbor Discovery Protocol 1-5 IPv6 PMTU Discovery 1-8 Introduction

More information

Configuring IPv6 Routing on VSP Operating System Software

Configuring IPv6 Routing on VSP Operating System Software Configuring IPv6 Routing on VSP Operating System Software Release 6.0.1 NN47227-507 Issue 08.01 December 2016 2015-2016, Avaya, Inc. All Rights Reserved. Notice While reasonable efforts have been made

More information

CCNA Questions/Answers IPv6. Select the valid IPv6 address from given ones. (Choose two) A. FE63::0043::11:21 B :2:11.1 C.

CCNA Questions/Answers IPv6. Select the valid IPv6 address from given ones. (Choose two) A. FE63::0043::11:21 B :2:11.1 C. Select the valid IPv6 address from given ones. (Choose two) A. FE63::0043::11:21 B. 191.2.1.2:2:11.1 C. 2001::98 D. 2002:c0a8:101::42 E. :2001:: F. 2002.cb0a:3cdd:1::1 Answer: C, D. 2013 1 Which method

More information

Lecture 7 Overview. IPv6 Source: Chapter 12 of Stevens book Chapter 31 of Comer s book

Lecture 7 Overview. IPv6 Source: Chapter 12 of Stevens book Chapter 31 of Comer s book Last Lecture Lecture 7 Overview Name and address conversions This Lecture IPv6 Source: Chapter 12 of Stevens book Chapter 31 of Comer s book Next Lecture Broadcast and multicast sockets Source: Chapters

More information

Transition to IPv6. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806

Transition to IPv6. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806 Transition to IPv6 Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806 10/12/2015 CSCI 445 Fall 2015 1 Acknowledgements Some pictures used in this presentation

More information

Tutorial: IPv6 Technology Overview Part II

Tutorial: IPv6 Technology Overview Part II Tutorial: IPv6 Technology Overview Part II Speaker: Byju Pularikkal, Cisco Systems, Inc Date: 01/30/2011 1 DOCSIS = Data-Over-Cable Service Interface Specification CMTS = Cable Modem Termination System

More information

IPv6 tutorial. RedIRIS Miguel Angel Sotos

IPv6 tutorial. RedIRIS Miguel Angel Sotos IPv6 tutorial RedIRIS Miguel Angel Sotos miguel.sotos@rediris.es Agenda History Why IPv6 IPv6 addresses Autoconfiguration DNS Transition mechanisms Security in IPv6 IPv6 in Windows and Linux IPv6 now 2

More information

2009/10/01. Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Obsoleted by RFC3596 [7] RFC 1887

2009/10/01. Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Obsoleted by RFC3596 [7] RFC 1887 六 年度 路 IPv6 RFC 年 871 872 六 IPv6 RFC IPv6 RFC 2009/10/01 RFC 狀 [1] RFC 1809 Using the Flow Label Field in IPv6 1995/06 [2] RFC 1881 IPv6 Address Allocation Management. 1995/12 [3] RFC 1883 Internet Protocol,

More information

IPv4/v6 Considerations Ralph Droms Cisco Systems

IPv4/v6 Considerations Ralph Droms Cisco Systems Title IPv4/v6 Considerations Ralph Droms Cisco Systems Agenda Motivation for IPv6 Review of IPv6 Impact of differences Tools and techniques Why IPv6? More addresses More addresses More addresses Security,

More information

Athanassios Liakopoulos

Athanassios Liakopoulos Introduction to IPv6 (Part B) Athanassios Liakopoulos (aliako@grnet.gr) Greek IPv6 Training, Athens, May 2010 Copy... Rights This slide set is the ownership of the 6DEPLOY project via its partners The

More information

Computer Networking: A Top Down Approach Featuring the. Computer Networks with Internet Technology, William

Computer Networking: A Top Down Approach Featuring the. Computer Networks with Internet Technology, William Dr. John Keeney 3BA33 TCP/IP protocol architecture with IP OSI Model Layers TCP/IP Protocol Architecture Layers TCP/IP Protocol Suite Application Layer Application Layer Telnet FTP HTTP DNS RIPng SNMP

More information

IPv6 Basics. APNIC Training Bali, Indonesia February, Jordi Palet - 1

IPv6 Basics. APNIC Training Bali, Indonesia February, Jordi Palet - 1 IPv6 Basics APNIC Training Bali, Indonesia February, 2007 Jordi Palet (jordi.palet@consulintel.es) - 1 Why a New IP? Only compelling reason: more addresses! for billions of new devices, e.g., cell phones,

More information

IPv6 in Campus Networks

IPv6 in Campus Networks IPv6 in Campus Networks Dave Twinam Manager, Technical Marketing Engineering Internet Systems Business Unit dtwinam@cisco.com Cisco Twinam IPv6 Summit 2003 Cisco Systems, Inc. All rights reserved. 1 IPv6

More information

Chapter 19 Network Layer: Logical Addressing 19.1

Chapter 19 Network Layer: Logical Addressing 19.1 Chapter 19 Network Layer: Logical Addressing 19.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 19.2 IPv4 IPv4 addresses are 32 bit length. IPv4 addresses are

More information

Subnet Masks. Address Boundaries. Address Assignment. Host. Net. Host. Subnet Mask. Non-contiguous masks. To Administrator. Outside the network

Subnet Masks. Address Boundaries. Address Assignment. Host. Net. Host. Subnet Mask. Non-contiguous masks. To Administrator. Outside the network Subnet Masks RFCs 917 922 925 (1984) 932 936 940 950 (1985) First major change to IP after RFC791 Net Host Subnet Mask 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 Net Bits set indicate net number Bits clear indicate

More information

Integrated Security 22

Integrated Security 22 OUR 15TH YEAR CISCO SYSTEMS USERS MAGAZINE FIRST QUARTER 2003 Integrated Security 22 Safeguarding the Network from Within 18 IPv6 ing Strategies 55 Managed Services on the Rise 68 From Networking Academy

More information

Internet Protocol v6.

Internet Protocol v6. Internet Protocol v6 October 25, 2016 v6@nkn.in Table of Content Why IPv6? IPv6 Address Space Customer LAN Migration Why IPv6? IPv6 Address Space Customer LAN migration IPv4 DASH BOARD THE REASON For IPv6

More information

Implementing Cisco IP Routing (ROUTE)

Implementing Cisco IP Routing (ROUTE) Implementing Cisco IP Routing (ROUTE) Foundation Learning Guide Foundation learning for the ROUTE 642-902 Exam Diane Teare Cisco Press 800 East 96th Street Indianapolis, IN 46240 Implementing Cisco IP

More information

Network Management. IPv6 Bootcamp. Zhiyi Huang University of Otago

Network Management. IPv6 Bootcamp. Zhiyi Huang University of Otago TELE301 Network Management IPv6 Bootcamp! Zhiyi Huang University of Otago Overview Brief look at current deployment status Recap common IPv6 addresses Basic mechanisms of IPv6 StateLess

More information

IP version 6. The not so new next IP version. dr. C. P. J. Koymans. Informatics Institute University of Amsterdam.

IP version 6. The not so new next IP version. dr. C. P. J. Koymans. Informatics Institute University of Amsterdam. IP version 6 The not so new next IP version dr. C. P. J. Koymans Informatics Institute University of Amsterdam February 5, 2008 dr. C. P. J. Koymans (UvA) IP version 6 February 5, 2008 1 / 35 1 Rationale

More information

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12

TCP/IP Networking. Training Details. About Training. About Training. What You'll Learn. Training Time : 9 Hours. Capacity : 12 TCP/IP Networking Training Details Training Time : 9 Hours Capacity : 12 Prerequisites : There are no prerequisites for this course. About Training About Training TCP/IP is the globally accepted group

More information

Chapter 15 IPv6 Transition Technologies

Chapter 15 IPv6 Transition Technologies Chapter 15 IPv6 Transition Technologies Published: April 18, 2006 Updated: November 06, 2006 Writer: Joe Davies 1 Abstract This chapter describes the mechanisms that aid in the transition of Internet Protocol

More information

On Distributed Communications, Rand Report RM-3420-PR, Paul Baran, August

On Distributed Communications, Rand Report RM-3420-PR, Paul Baran, August The requirements for a future all-digital-data distributed network which provides common user service for a wide range of users having different requirements is considered. The use of a standard format

More information

Introduction to IPv6

Introduction to IPv6 Introduction to IPv6 LACNIC Campaign Latinamerica and the Caribbean in IPv6 1/1/11 Ariel Sabiguero asabigue@fing.edu.uy Haiti, August 2008 Agenda IPv6 History & backgroud ( header IPv6 header format (vs

More information

IPv6 Associated Protocols. Athanassios Liakopoulos 6DEPLOY IPv6 Training, Skopje, June 2011

IPv6 Associated Protocols. Athanassios Liakopoulos 6DEPLOY IPv6 Training, Skopje, June 2011 IPv6 Associated Protocols Athanassios Liakopoulos (aliako@grnet.gr) 6DEPLOY IPv6 Training, Skopje, June 2011 Copy... Rights This slide set is the ownership of the 6DEPLOY project via its partners The Powerpoint

More information

CPSC 826 Internetworking. The Network Layer: Routing & Addressing Outline. The Network Layer

CPSC 826 Internetworking. The Network Layer: Routing & Addressing Outline. The Network Layer 1 CPSC 826 Intering The Network Layer: Routing & Addressing Outline The Network Layer Michele Weigle Department of Computer Science Clemson University mweigle@cs.clemson.edu November 10, 2004 Network layer

More information

IPv6 Security (Theory vs Practice) APRICOT 14 Manila, Philippines. Merike Kaeo

IPv6 Security (Theory vs Practice) APRICOT 14 Manila, Philippines. Merike Kaeo IPv6 Security (Theory vs Practice) APRICOT 14 Manila, Philippines Merike Kaeo merike@doubleshotsecurity.com Current IPv6 Deployments Don t break existing IPv4 network Securing IPv6 Can t secure something

More information

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast

Multicast overview. Introduction to multicast. Information transmission techniques. Unicast Contents Multicast overview 1 Introduction to multicast 1 Information transmission techniques 1 Multicast features 3 Common notations in multicast 4 Multicast advantages and applications 4 Multicast models

More information

FiberstoreOS IPv6 Security Configuration Guide

FiberstoreOS IPv6 Security Configuration Guide FiberstoreOS IPv6 Security Configuration Guide Contents 1 Configuring IPv6 over IPv4 Tunnel...4 1.1 Overview... 4 1.1.2 Manual Tunnel... 5 1.1.3 6to4 Tunnel... 6 1.1.4 ISATAP Tunnel...7 1.2 Configure Manual

More information

Internet of Things (IOT) Things that you do not know about IOT

Internet of Things (IOT) Things that you do not know about IOT 1 Internet of Things (IOT) Things that you do not know about IOT Technical Track Inspiring People Connecting Ideas SingTel Group Learning Fiesta 6 Sep 2013, 11.30am 12.30pm Progreso Networks (S) Pte Ltd

More information

FiberstoreOS IPv6 Service Configuration Guide

FiberstoreOS IPv6 Service Configuration Guide FiberstoreOS IPv6 Service Configuration Guide Contents 1 Configuring IPv6 over IPv4 Tunnel...5 1.1 Overview...5 1.1.2 Manual Tunnel...6 1.1.3 6to4 Tunnel...6 1.1.4 ISATAP Tunnel...7 1.2 Configure Manual

More information

IPv6: An Introduction

IPv6: An Introduction Outline IPv6: An Introduction Dheeraj Sanghi Department of Computer Science and Engineering Indian Institute of Technology Kanpur dheeraj@iitk.ac.in http://www.cse.iitk.ac.in/users/dheeraj Problems with

More information

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery IPv6 Neighbor Discovery Last Updated: September 19, 2012 The IPv6 neighbor discovery process uses Internet Control Message Protocol (ICMP) messages and solicited-node multicast addresses to determine the

More information

IPv6 It starts TODAY!

IPv6 It starts TODAY! IPv6 It starts TODAY! Thomas Hedströmmer SE thedstrommer@infoblox.com 1 Global Address Space Update OK, who hasn t heard that IPv4 really is running out? Reality is: IANA IPv4 pool exhausted on 3 Feb 2011

More information

MIGRATION OF INTERNET PROTOCOL V4 TO INTERNET PROTOCOL V6 USING DUAL-STACK TECHNIQUE

MIGRATION OF INTERNET PROTOCOL V4 TO INTERNET PROTOCOL V6 USING DUAL-STACK TECHNIQUE MIGRATION OF INTERNET PROTOCOL V4 TO INTERNET PROTOCOL V6 USING DUAL-STACK TECHNIQUE 1 SHEETAL BORSE, 2 MRUDUL DIXIT 1,2 Department of Electronics and Telecommunication, Cummins College of Engineering

More information

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery The IPv6 neighbor discovery process uses Internet Control Message Protocol (ICMP) messages and solicited-node multicast addresses to determine the link-layer address of a neighbor on the same network (local

More information

New IP Header. Why change IP. Address Notation. Changes. Information Sources. IP Version 6 ITL

New IP Header. Why change IP. Address Notation. Changes. Information Sources. IP Version 6 ITL Information Sources IP Version 6 ITL www.ipv6.org Christian Huitema, IPv6, The New Internet Protocol, Prentice Hall PTR, 1996. Lots of RFCs, 3513 describes the current address format Many others, see the

More information

Information Sources Hans Kruse & Shawn Ostermann, Ohio University

Information Sources Hans Kruse & Shawn Ostermann, Ohio University IP Version 6 ITL Information Sources www.ipv6.org Christian Huitema, IPv6, The New Internet Protocol, Prentice Hall PTR, 1996. Lots of RFCs, 3513 describes the current address format Many others, see the

More information

Customer IPv6 Delivery

Customer IPv6 Delivery Customer IPv6 Delivery The Nextgen Experience Chris Chaundy, Nextgen Networks October 2011 Agenda Nextgen Network s strategy Just get a prefix and turn it on!?!? Scope of the project Hardware considerations

More information

IPv6 Protocols & Standards. ISP/IXP Workshops

IPv6 Protocols & Standards. ISP/IXP Workshops IPv6 Protocols & Standards ISP/IXP Workshops 1 So what has really changed? Expanded address space Address length quadrupled to 16 bytes Header Format Simplification Fixed length, optional headers are daisy-chained

More information

CS-435 spring semester Network Technology & Programming Laboratory. Stefanos Papadakis & Manolis Spanakis

CS-435 spring semester Network Technology & Programming Laboratory. Stefanos Papadakis & Manolis Spanakis CS-435 spring semester 2016 Network Technology & Programming Laboratory University of Crete Computer Science Department Stefanos Papadakis & Manolis Spanakis CS-435 Lecture #4 preview ICMP ARP DHCP NAT

More information

Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin,

Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin, Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin, ydlin@cs.nctu.edu.tw Chapter 1: Introduction 1. How does Internet scale to billions of hosts? (Describe what structure

More information

VXLAN Overview: Cisco Nexus 9000 Series Switches

VXLAN Overview: Cisco Nexus 9000 Series Switches White Paper VXLAN Overview: Cisco Nexus 9000 Series Switches What You Will Learn Traditional network segmentation has been provided by VLANs that are standardized under the IEEE 802.1Q group. VLANs provide

More information