Step 2. Manual configuration of global unicast and link-local addresses

Size: px
Start display at page:

Download "Step 2. Manual configuration of global unicast and link-local addresses"

Transcription

1 Lab: DHCPv6 CIS 116 IPv6 Fundamentals Enter your answers to the questions in this lab using Canvas Quiz DHCPv6 Lab. Step 1. Setup a. Log into NetLab: ccnp.bayict.cabrillo.edu b. Schedule IPv6 Pod 1: no configs loaded (clean) c. Configure each router with the following commands: Router> enable Router# conf t Router(config)# hostname <R1, R2 or R2> R1(config)# no ip domain-lookup R1(config)# line con 0 R1(config-line)# logging synchronous R1(config-line)# exec-timeout 0 0 Note: If using the interface configurations from a previous lab, make sure the router has not been configured as an IPv6 router: Router(config)# no ipv6 unicast-routing Step 2. Manual configuration of global unicast and link-local addresses Note: R2 and R3 are not used in this lab, but the configurations are provided for your enjoyment. J R1 conf t R1(config-if)# ipv6 address 2001:db8:cab:828::1/64 R1(config-if)# ipv6 address fe80::828:1 link-local R1(config-if)# no shutdown R1(config-if)# exit R1(config)# interface g 0/1 R1(config-if)# ipv6 address 2001:db8:cab:1000::1/64 R1(config-if)# ipv6 address fe80::1 link-local

2 R1(config-if)# no shutdown R1(config-if)# end Verify show ipv6 interface brief GigabitEthernet0/0 [up/up] FE80::828:1 2001:DB8:CAB:828::1 GigabitEthernet0/1 [up/up] FE80::1 2001:DB8:CAB:1000::1 Step 3. Enabling the router as an IPv6 router and Configuring EIGRP for IPv6 Using the show ipv6 interface g0/0 command, examine the multicast addresses on R1 prior to it being configured as an IPv6 router. show ipv6 interface g0/0 GigabitEthernet0/0 is up, line protocol is up IPv6 is enabled, link-local address is FE80::828:1 No Virtual link-local address(es): Global unicast address(es): 2001:DB8:CAB:828::1, subnet is 2001:DB8:CAB:828::/64 Joined group address(es): FF02::1 FF02::FB FF02::1:FF00:1 FF02::1:FF28:1 MTU is 1500 bytes ICMP error messages limited to one every 100 milliseconds ICMP redirects are enabled ICMP unreachables are sent ND DAD is enabled, number of DAD attempts: 1 ND reachable time is milliseconds (using 30000) ND NS retransmit interval is 1000 milliseconds Configure all R1 as an IPv6 router: R1(config)# ipv6 unicast-routing Verify R1 has joined the all IPv6 routers multicast group using the show ipv6 interface g 0/0 command. Notice the additional Router Advertisement information. show ipv6 interface g 0/0 GigabitEthernet0/0 is up, line protocol is up IPv6 is enabled, link-local address is FE80::828:1 No Virtual link-local address(es):

3 Global unicast address(es): 2001:DB8:CAB:828::1, subnet is 2001:DB8:CAB:828::/64 Joined group address(es): FF02::1 FF02::2 FF02::FB FF02::1:FF00:1 FF02::1:FF28:1 MTU is 1500 bytes ICMP error messages limited to one every 100 milliseconds ICMP redirects are enabled ICMP unreachables are sent ND DAD is enabled, number of DAD attempts: 1 ND reachable time is milliseconds (using 30000) ND advertised reachable time is 0 (unspecified) ND advertised retransmit interval is 0 (unspecified) ND router advertisements are sent every 200 seconds ND router advertisements live for 1800 seconds ND advertised default router preference is Medium Hosts use stateless autoconfig for addresses. Step 4. Examining the RA message using debug ipv6 nd Use the debug ipv6 nd command to view the RA message sent on G 0/0. debug ipv6 nd ICMP Neighbor Discovery events debugging is on ICMPv6-ND: (GigabitEthernet0/0,FE80::828:1) send RA to FF02::1 ICMPv6-ND: (GigabitEthernet0/0,FE80::828:1) Sending RA (1800) to FF02::1 ICMPv6-ND: MTU = 1500 ICMPv6-ND: prefix 2001:DB8:CAB:828::/64 [LA] / undebug all Question 1: Using the output above, which of the following flags are set to 1 (on)? Question 2: Using the output above, how will hosts dynamically obtain their IPv6 addressing information? Question 3: Using the output above, which of the following information is contained in this RA message? Stateless DHCPv6 Step 5. Configure R1 s RA message to advertise stateless DHCPv6 Configure R1 s G0/0 interface to suggest to hosts that other configuration information is available from a stateless DHCPv6 server. R1(config-if)# ipv6 nd other-config-flag Question 4: The command above sets which flag to 1 (on)?

4 Use the debug ipv6 nd command to verify that the O flag has been set. debug ipv6 nd ICMP Neighbor Discovery events debugging is on *Nov 5 21:24:45.175: ICMPv6-ND: (GigabitEthernet0/0,FE80::828:1) send RA to FF02::1 *Nov 5 21:24:45.175: ICMPv6-ND: Other stateful *Nov 5 21:24:45.175: ICMPv6-ND: (GigabitEthernet0/0,FE80::828:1) Sending RA (1800/O) to FF02::1 *Nov 5 21:24:45.175: ICMPv6-ND: MTU = 1500 *Nov 5 21:24:45.175: ICMPv6-ND: prefix 2001:DB8:CAB:828::/64 [LA] / undebug all Use show ipv6 interface g 0/0 to verify the RA is suggesting SLAAC and stateless DHCPv6. show ipv6 interface g 0/0 GigabitEthernet0/0 is up, line protocol is up IPv6 is enabled, link-local address is FE80::828:1 No Virtual link-local address(es): Global unicast address(es): 2001:DB8:CAB:828::1, subnet is 2001:DB8:CAB:828::/64 Joined group address(es): FF02::1 FF02::2 FF02::A FF02::FB FF02::1:2 FF02::1:FF00:1 FF02::1:FF28:1 FF05::1:3 MTU is 1500 bytes ICMP error messages limited to one every 100 milliseconds ICMP redirects are enabled ICMP unreachables are sent ND DAD is enabled, number of DAD attempts: 1 ND reachable time is milliseconds (using 30000) ND advertised reachable time is 0 (unspecified) ND advertised retransmit interval is 0 (unspecified) ND router advertisements are sent every 200 seconds ND router advertisements live for 1800 seconds ND advertised default router preference is Medium Hosts use stateless autoconfig for addresses. Hosts use DHCP to obtain other configuration. Step 6. Configure R1 as a stateless DHCPv6 server Configure R1 s as a stateless DHCPv6 server on its G0/0 interface. R1(config)# ipv6 dhcp pool IPV6-STATELESS-SERVER R1(config-dhcpv6)# dns-server 2001:db8:cab:3::9999 R1(config-dhcpv6)# domain-name

5 R1(config-dhcpv6)# exit R1(config-if)# ipv6 dhcp server IPV6-STATELESS-SERVER R1(config-if)# end Step 7. Examine the configuration of WinPC 1 Use the ipconfig /all command on WinPC 1 and examine the addressing information. Question 5: How did WinPC 1 create its GUA address? Question 6: How did WinPC 1 obtain its default gateway? Question 7: How did WinPC 1 obtain its DNS server address? Question 8: How did WinPC 1 obtain its DNS Suffix? Question 9: What is used to uniquely identify WinPC 1 as a DHCPv6 client?

6 Question 10: What is used to uniquely identify the interface on WinPC 1 as a DHCPv6 client? Step 8. Verify the configuration of R1 as stateless DHCPv6 server Verify stateless DHCPv6 operations on R1. show ipv6 dhcp This device's DHCPv6 unique identifier(duid): EF900 show ipv6 dhcp interface g 0/0 GigabitEthernet0/0 is in server mode Using pool: IPV6-STATELESS-SERVER Preference value: 0 Hint from client: ignored Rapid-Commit: disabled Question 12: What does the Rapid-Commit: disabled refer to? show ipv6 dhcp pool DHCPv6 pool: IPV6-STATELESS-SERVER DNS server: 2001:DB8:CAB:3::9999 Domain name: Active clients: 0 Notice the IPV6-STATELESS-SERVER pool states R1 has no active clients. This is because this is for a stateless DHCPv6 server and no state is maintained. Step 9. Configure the rapid-commit option on R1 Configure R1 to use the rapid-commit option. R1(config-if)# ipv6 dhcp server IPV6-STATELESS-SERVER rapid-commit R1(config-if)# end Step 10. Testing the rapid-commit option on WinPC 1 Windows 7 does not support Rapid commit. We can verify that the rapid commit option is not used when we see the DHCPv6 messages exchanged using debug ipv6 dhcp. For a listing of client/server DHCPv6 options: debug ipv6 dhcp IPv6 DHCP debugging is on

7 Reset the Ethernet adapter on WinPC 1: 1. Start > Network > Network and Sharing Center > Change adapter settings > right-click on Local Area Connection > Disable 2. right-click on Local Area Connection > Enable IPv6 DHCP: Received INFORMATION-REQUEST from FE80::D0F8:9FF6:4201:7086 on GigabitEthernet0/0 IPv6 DHCP: Option VENDOR-CLASS(16) is not processed IPv6 DHCP: Using interface pool IPV6-STATELESS-SERVER IPv6 DHCP: Source Address from SAS FE80::828:1 IPv6 DHCP: Sending REPLY to FE80::D0F8:9FF6:4201:7086 on GigabitEthernet0/0 undebug all Notice that WinPC 1 is sending an INFORMATION-REQUEST which not otherwise be sent if Windows 7 supported the rapid commit option. Stateful DHCPv6 Step 11. Removing the stateless pool option from R1 s G0/0 interface Let s look at R1 s current configuration: show running-config <partial output> ipv6 unicast-routing ipv6 dhcp pool IPV6-STATELESS-SERVER dns-server 2001:DB8:CAB:3::9999 domain-name interface GigabitEthernet0/0 no ip address duplex auto speed auto ipv6 address FE80::828:1 link-local ipv6 address 2001:DB8:CAB:828::1/64 ipv6 nd other-config-flag ipv6 eigrp 1 ipv6 dhcp server IPV6-STATELESS-SERVER rapid-commit! <end of output> We can leave the IPv6 DHCP pool IPV6-STATELESS-SERVER but we need to remove this function from R1 s G0/0 interface. We will be configuring the Managed Address Configuration (M) flag but so there isn t any ambiguity, we will remove the Other Configuration (O) flag from being set in the RA on the G0/0 interface.

8 R1(config-if)# no ipv6 dhcp server IPV6-STATELESS-SERVER rapid-commit R1(config-if)# no ipv6 nd other-config-flag R1(config-if)# Step 12. Configure R1 s RA message to advertise stateful DHCPv6 Configure R1 s G0/0 interface to suggest to hosts all addressing information (except the default gateway address) is available from a stateful DHCPv6 server. R1(config-if)# ipv6 nd managed-config-flag Question 13: The command above sets which flag to 1 (on)? Use the debug ipv6 nd command to verify that the M flag has been set (on) and sent in the RA. debug ipv6 nd ICMP Neighbor Discovery events debugging is on ICMPv6-ND: (GigabitEthernet0/0,FE80::828:1) send RA to FF02::1 ICMPv6-ND: Managed address ICMPv6-ND: (GigabitEthernet0/0,FE80::828:1) Sending RA (1800/M) to FF02::1 ICMPv6-ND: MTU = 1500 ICMPv6-ND: prefix 2001:DB8:CAB:828::/64 [LA] / undebug all Question 14: What other flag is also to 1 (on) by default? Use show ipv6 interface g 0/0 to verify the RA is suggesting stateful DHCPv6. show ipv6 interface g 0/0 GigabitEthernet0/0 is up, line protocol is up IPv6 is enabled, link-local address is FE80::828:1 No Virtual link-local address(es): Global unicast address(es): 2001:DB8:CAB:828::1, subnet is 2001:DB8:CAB:828::/64 Joined group address(es): FF02::1 FF02::2 FF02::A FF02::FB FF02::1:FF00:1 FF02::1:FF28:1 MTU is 1500 bytes ICMP error messages limited to one every 100 milliseconds ICMP redirects are enabled ICMP unreachables are sent ND DAD is enabled, number of DAD attempts: 1 ND reachable time is milliseconds (using 30000) ND advertised reachable time is 0 (unspecified) ND advertised retransmit interval is 0 (unspecified)

9 ND router advertisements are sent every 200 seconds ND router advertisements live for 1800 seconds ND advertised default router preference is Medium Hosts use DHCP to obtain routable addresses. Step 13. Configure R1 as a stateless DHCPv6 server Configure R1 s as a stateless DHCPv6 server on its G0/0 interface. R1(config)# ipv6 dhcp pool IPV6-STATEFUL-SERVER R1(config-dhcpv6)# address prefix 2001:db8:cab:828:beef::/80 R1(config-dhcpv6)# dns-server 2001:db8:cab:828:3::9999 R1(config-dhcpv6)# domain-name R1(config-dhcpv6)# exit R1(config-if)# ipv6 dhcp server IPV6-STATEFUL-SERVER R1(config-if)# Step 14. Examine the configuration of WinPC 1 Reset the Ethernet adapter on WinPC 1: 1. Start > Network > Network and Sharing Center > Change adapter settings > right-click on Local Area Connection > Disable 2. right-click on Local Area Connection > Enable Use the ipconfig /all command on WinPC 1 and examine the addressing information.

10 Notice the IPv6 GUA address that contains beef at the beginning of the Interface ID. Question 15: How many total Global Unicast Addresses does WinPC 1 have? Question 16: How were the other two GUA addresses created (the two that do not contain beef at the beginning of the Interface ID)? Question 17: Why did WinPC 1 use stateful DHCPv6 to obtain an address and SLAAC to create other addresses (public and temporary)? Step 15. Verify the configuration of R1 as stateful DHCPv6 server Verify stateful DHCPv6 operations on R1. show ipv6 dhcp interface g 0/0 GigabitEthernet0/0 is in server mode Using pool: IPV6-STATEFUL-SERVER Preference value: 0

11 Hint from client: ignored Rapid-Commit: disabled The show ipv6 dhcp binding command shows the link-local address of WinPC 1 and its assigned global unicast address. show ipv6 dhcp binding Client: FE80::D0F8:9FF6:4201:7086 DUID: A5FDAB CC045 Username : unassigned VRF : default IA NA: IA ID 0x0E005056, T , T Address: 2001:DB8:CAB:828:BEEF:44BE:ED9E:FD76 preferred lifetime 86400, valid lifetime expires at Nov :38 AM ( seconds) Step 16. Removing SLAAC from the RA message In most environments that use stateful DHCPv6, we don t want devices to create their own addresses using SLAAC. This can be best accomplished by simply removing the A Flag for the 2001:db8:cab:828::/64 prefix from the RA message on G0/0. R1(config-if)# ipv6 nd prefix 2001:db8:cab:828::/64 no-autoconfig R1(config-if)# end Verify the removal of the A flag using debug ipv6 nd. Notice the absence of the A flag. debug ipv6 nd ICMP Neighbor Discovery events debugging is on ICMPv6-ND: (GigabitEthernet0/0,FE80::828:1) send RA to FF02::1 ICMPv6-ND: Managed address ICMPv6-ND: (GigabitEthernet0/0,FE80::828:1) Sending RA (1800/M) to FF02::1 ICMPv6-ND: MTU = 1500 ICMPv6-ND: prefix 2001:DB8:CAB:828::/64 [L] / undebug all Question 18: Is the prefix still included? Question 19: Is the on-link (L) flag still set to 1 (on)? If the prefix was not included and/or the on-link (L) flag was set to 0 (off), devices wouldn t know what subnet they are on and would send all packets to the default gateway (router). Step 17. Re-examine the configuration of WinPC 1 Reset the Ethernet adapter on WinPC 1: 1. Start > Network > Network and Sharing Center > Change adapter settings > right-click on Local Area Connection > Disable 2. right-click on Local Area Connection > Enable

12 Use the ipconfig /all command on WinPC 1 and examine the addressing information. Question 20: Did WinPC 1 create any SLAAC address(es)?

Step 2. Manual configuration of global unicast and link-local addresses

Step 2. Manual configuration of global unicast and link-local addresses Lab: ICMPv6 and ICMPv6 Neighbor Discovery CIS 116 IPv6 Fundamentals Enter your answers to the questions in this lab using Canvas Quiz DHCPv6 Lab. Part 1: Setup Step 1. Basics a. Log into NetLab: ccnp.bayict.cabrillo.edu

More information

Enter your answers to the questions in this lab using Canvas Quiz Ch.5 Global Unicast Address + Lab. Additional questions are included in the quiz.

Enter your answers to the questions in this lab using Canvas Quiz Ch.5 Global Unicast Address + Lab. Additional questions are included in the quiz. Lab: Introducing Global Unicast Addresses CIS 116 IPv6 Fundamentals Enter your answers to the questions in this lab using Canvas Quiz Ch.5 Global Unicast Address + Lab. Additional questions are included

More information

Lab - Configuring IPv6 Addresses on Network Devices

Lab - Configuring IPv6 Addresses on Network Devices Topology Addressing Table Device Interface IPv6 Address Prefix Length Default Gateway Objectives R1 G0/0 2001:DB8:ACAD:A::1 64 N/A G0/1 2001:DB8:ACAD:1::1 64 N/A S1 VLAN 1 2001:DB8:ACAD:1::B 64 N/A PC-A

More information

IPv6 Stateless Autoconfiguration

IPv6 Stateless Autoconfiguration The IPv6 stateless autoconfiguration feature can be used to manage link, subnet, and site addressing changes. Information About, page 1 How to Configure, page 2 Configuration Examples for, page 3 Additional

More information

Lab Configuring IPv6 Static and Default Routes (Solution)

Lab Configuring IPv6 Static and Default Routes (Solution) (Solution) Topology Addressing Table Device Interface IPv6 Address / Prefix Length Default Gateway R1 G0/1 2001:DB8:ACAD:A::/64 eui-64 N/A S0/0/1 FC00::1/64 N/A R3 G0/1 2001:DB8:ACAD:B::/64 eui-64 N/A

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

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

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

DHCPv6 Overview 1. DHCPv6 Server Configuration 1

DHCPv6 Overview 1. DHCPv6 Server Configuration 1 Table of Contents DHCPv6 Overview 1 Introduction to DHCPv6 1 DHCPv6 Address/Prefix Assignment 1 Rapid Assignment Involving Two Messages 1 Assignment Involving Four Messages 2 Address/Prefix Lease Renewal

More information

Advanced IPv6 Training Course. Lab Manual. v1.3 Page 1

Advanced IPv6 Training Course. Lab Manual. v1.3 Page 1 Advanced IPv6 Training Course Lab Manual v1.3 Page 1 Network Diagram AS66 AS99 10.X.0.1/30 2001:ffXX:0:01::a/127 E0/0 R 1 E1/0 172.X.255.1 2001:ffXX::1/128 172.16.0.X/24 2001:ff69::X/64 E0/1 10.X.0.5/30

More information

Implementing DHCP for IPv6

Implementing DHCP for IPv6 This module describes how to configure Dynamic Host Configuration Protocol (DHCP) for IPv6. DHCPv6 Prefix Delegation, page 1 How to Implement DHCP for IPv6, page 6 DHCPv6 Prefix Delegation The IPv6 Access

More information

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery About, page 1 Prerequisites for, page 2 Guidelines for, page 2 Defaults for, page 4 Configure, page 5 View and Clear Dynamically Discovered Neighbors, page 10 History for, page 11 About The IPv6 neighbor

More information

Setup. Grab a vncviewer like: Or https://www.realvnc.com/download/viewer/

Setup. Grab a vncviewer like:  Or https://www.realvnc.com/download/viewer/ IPv6 Matt Clemons Topology 2 Setup Grab a vncviewer like: http://uvnc.com/download/1082/1082viewer.html Or https://www.realvnc.com/download/viewer/ Connect where I tell you and enter the password to see

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

IPv6 Client IP Address Learning

IPv6 Client IP Address Learning Prerequisites for IPv6 Client Address Learning, on page 1 Information About IPv6 Client Address Learning, on page 1 Configuring IPv6 Unicast, on page 6 Configuring RA Guard Policy, on page 7 Applying RA

More information

Implementing DHCP for IPv6

Implementing DHCP for IPv6 Implementing DHCP for IPv6 First Published: June 26, 2006 Last Updated: June 26, 2006 The Implementing DHCP for IPv6 module describes how to configure Dynamic Host Configuration Protocol (DHCP) for IPv6

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

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

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

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

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

show ipv6 eigrp topology

show ipv6 eigrp topology show ipv6 eigrp topology show ipv6 eigrp topology To display entries in the Enhanced Interior Gateway Routing Protocol (EIGRP) IPv6 topology table, use the show ipv6 eigrp topology command in privileged

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

HPE FlexNetwork 5510 HI Switch Series

HPE FlexNetwork 5510 HI Switch Series HPE FlexNetwork 5510 HI Switch Series Layer 3 IP Services Command Reference Part number: 5200-0078b Software version: Release 11xx Document version: 6W102-20171020 Copyright 2015, 2017 Hewlett Packard

More information

IPv6 NEMO. Finding Feature Information. Restrictions for IPv6 NEMO

IPv6 NEMO. Finding Feature Information. Restrictions for IPv6 NEMO The network mobility (NEMO) basic support protocol enables mobile IPv6 networks to attach to different points in the Internet. This protocol is an extension of Mobile IPv6 and allows session continuity

More information

Chapter 5 Lab 5-2 DHCP INSTRUCTOR VERSION

Chapter 5 Lab 5-2 DHCP INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 5 Lab 5-2 DHCP INSTRUCTOR VERSION Topology Objectives Configure DHCP for IPv4 Configure Stateless DHCP for IPv6 Configure Stateful DHCP for IPv6 Background To practice the various

More information

HPE 5920 & 5900 Switch Series

HPE 5920 & 5900 Switch Series HPE 5920 & 5900 Switch Series Layer 3 IP Services Command Reference Part number: 5998-6643t Software version: Release 2422P01 Document version: 6W101-20171030 Copyright 2016, 2017 Hewlett Packard Enterprise

More information

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery About, page 1 Prerequisites for, page 2 Guidelines for, page 2 Defaults for, page 4 Configure, page 5 Monitoring, page 10 History for, page 11 About The IPv6 neighbor discovery process uses ICMPv6 messages

More information

IPv6 Access Services: DHCPv6 Prefix Delegation

IPv6 Access Services: DHCPv6 Prefix Delegation The Dynamic Host Configuration Protocol for IPv6 (DHCPv6) prefix delegation feature can be used to manage link, subnet, and site addressing changes. Finding Feature Information, page 1 Information About,

More information

IPv6 ND Configuration Example

IPv6 ND Configuration Example IPv6 ND Configuration Example Keywords: IPv6 ND Abstract: This document describes the application environment and typical configuration of IPv6 ND. Acronyms: Acronym Full spelling ARP FIB Address Resolution

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

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

HPE FlexNetwork 5510 HI Switch Series

HPE FlexNetwork 5510 HI Switch Series HPE FlexNetwork 5510 HI Switch Series Layer 3 IP Services Command Reference Part number: 5200-3837 Software version: Release 13xx Document version: 6W100-20170315 Copyright 2015, 2017 Hewlett Packard Enterprise

More information

ODL Summit Bangalore - Nov 2016 IPv6 Design in OpenDaylight

ODL Summit Bangalore - Nov 2016 IPv6 Design in OpenDaylight ODL Summit Bangalore - Nov 2016 IPv6 Design in OpenDaylight Sridhar Gaddam (sgaddam@redhat.com) Dayavanti Gopal Kamath (dayavanti.gopal.kamat@ericsson.com) Agenda IPv6 Intro. IPv6 Neighbor Discovery. IPv6

More information

IPv4 and IPv6 Commands

IPv4 and IPv6 Commands This module describes the Cisco IOS XR software commands used to configure the IPv4 and IPv6 commands for Broadband Network Gateway (BNG) on the Cisco ASR 9000 Series Router. For details regarding the

More information

IPv6 Tunnel through an IPv4 Network

IPv6 Tunnel through an IPv4 Network IPv6 Tunnel through an IPv4 Network Document ID: 25156 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations (Manual IPv6 Mode) Configurations

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

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

Guide to TCP/IP Fourth Edition. Chapter 6: Neighbor Discovery in IPv6

Guide to TCP/IP Fourth Edition. Chapter 6: Neighbor Discovery in IPv6 Guide to TCP/IP Fourth Edition Chapter 6: Neighbor Discovery in IPv6 Objectives Describe Neighbor Discovery in IPv6 and how it compares to ARP in IPv4 Explain Neighbor Discovery message interaction between

More information

Chapter 1 Lab 1-1, Basic RIPng and Default Gateway Configuration

Chapter 1 Lab 1-1, Basic RIPng and Default Gateway Configuration Chapter 1 Lab 1-1, Basic RIPng and Default Gateway Configuration Topology Objectives Configure IPv6 addressing. Configure and verify RIPng on R1 and R2. Configure IPv6 static routes between R2 and R3.

More information

HP FlexFabric 5930 Switch Series

HP FlexFabric 5930 Switch Series HP FlexFabric 5930 Switch Series Layer 3 IP Services Command Reference Part number: 5998-4568 Software version: Release 2406 & Release 2407P01 Document version: 6W101-20140404 Legal and notice information

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

IPv6 Access Services: DHCPv6 Prefix Delegation

IPv6 Access Services: DHCPv6 Prefix Delegation The Dynamic Host Configuration Protocol for IPv6 (DHCPv6) prefix delegation feature can be used to manage link, subnet, and site addressing changes. Finding Feature Information, on page 1 Restrictions

More information

IPv6 Configuration Commands

IPv6 Configuration Commands IPv6 Configuration Commands Table of Contents Table of Contents Chapter 1 IPv6 Configuration Commands...1 1.1 IPv6 Configuration Commands...1 1.1.1 ipv6 address...1 1.1.2 ipv6 address anycast...2 1.1.3

More information

DHCP and DDNS Services

DHCP and DDNS Services This chapter describes how to configure the DHCP server or DHCP relay as well as dynamic DNS (DDNS) update methods. About, page 1 Guidelines for, page 3 Configure the DHCP Server, page 5 Configure the

More information

Lab - Configuring & Troubleshooting Basic DHCPv4 on a Router

Lab - Configuring & Troubleshooting Basic DHCPv4 on a Router Lab - Configuring & Troubleshooting Basic DHCPv4 on a Router Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/0 192.168.0.1 255.255.255.0 N/A G0/1 192.168.1.1

More information

HPE FlexFabric 7900 Switch Series

HPE FlexFabric 7900 Switch Series HPE FlexFabric 7900 Switch Series Layer 3 IP Services Command Reference Part number: 5200-0982a Software version: Release 2150 and later Document version: 6W101-20170622 Copyright 2016, 2017 Hewlett Packard

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

tcp ipv6 timer fin-timeout 40 tcp ipv6 timer syn-timeout 40 tcp ipv6 window 41

tcp ipv6 timer fin-timeout 40 tcp ipv6 timer syn-timeout 40 tcp ipv6 window 41 Table of Contents IPv6 Basics Configuration Commands 1 IPv6 Basics Configuration Commands 1 display ipv6 fib 1 display ipv6 fibcache 2 display ipv6 interface 2 display ipv6 neighbors 5 display ipv6 neighbors

More information

CCNA Semester 2 labs. Labs for chapters 2 10

CCNA Semester 2 labs. Labs for chapters 2 10 CCNA Semester 2 labs Labs for chapters 2 10 2.2.2.5 Lab - Configuring IPv4 Static and Default Routes 2.3.2.4 Lab - Troubleshooting Static Routes 3.2.1.9 Lab - Configuring Basic RIPv2 5.2.2.9 Lab - Configuring

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

HPE ArubaOS-Switch IPv6 Configuration Guide YA/YB.16.02

HPE ArubaOS-Switch IPv6 Configuration Guide YA/YB.16.02 HPE ArubaOS-Switch IPv6 Configuration Guide YA/YB.16.02 Part Number: 5200-1665 Published: July 2016 Edition: 1 Copyright Copyright 2016 Hewlett Packard Enterprise Development LP The information contained

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

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

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

DHCPv6 Options Support

DHCPv6 Options Support This module describes the CAPWAP Access Controller DHCPv6 Option (DHCPv6 Option 52), DHCPv6 Client Link-Layer Address Option, and DNS Search List features. CAPWAP is a standard, interoperable protocol

More information

An IPv6 unicast address is an identifier for a single interface, on a single node. A packet that is sent to a unicast

An IPv6 unicast address is an identifier for a single interface, on a single node. A packet that is sent to a unicast An IPv6 unicast address is an identifier for a single interface, on a single node. A packet that is sent to a unicast address is delivered to the interface identified by that address. Finding Feature Information,

More information

Configuring IPv6 First-Hop Security

Configuring IPv6 First-Hop Security This chapter describes the IPv6 First-Hop Security features. This chapter includes the following sections: Finding Feature Information, on page 1 Introduction to First-Hop Security, on page 1 RA Guard,

More information

Implementing DHCP for IPv6

Implementing DHCP for IPv6 Implementing DHCP for IPv6 Last Updated: December 19, 2011 This module describes how to configure Dynamic Host Configuration Protocol (DHCP) for IPv6 prefix delegation on your networking devices. Finding

More information

Chapter 3 Lab 3-2, Multi-Area OSPFv2 and OSPFv3 with Stub Area

Chapter 3 Lab 3-2, Multi-Area OSPFv2 and OSPFv3 with Stub Area Chapter 3 Topology Objectives Configure multi-area OSPFv2 for IPv4. Configure multi-area OSPFv3 for IPv6 Verify multi-area behavior. Configure stub and totally stubby areas for OSPFv2. Configure stub and

More information

IPv6 associated protocols

IPv6 associated protocols IPv6 associated protocols Address auto-configuration in IPv6 Copy Rights This slide set is the ownership of the 6DISS project via its partners The Powerpoint version of this material may be reused and

More information

HPE FlexFabric 5940 Switch Series

HPE FlexFabric 5940 Switch Series HPE FlexFabric 5940 Switch Series Layer 3 IP Services Configuration Guide Part number: 5200-1022a Software version: Release 2508 and later verison Document version: 6W101-20161101 Copyright 2016 Hewlett

More information

ArubaOS-Switch IPv6 Configuration Guide for YA/YB.16.04

ArubaOS-Switch IPv6 Configuration Guide for YA/YB.16.04 ArubaOS-Switch IPv6 Configuration Guide for YA/YB.16.04 Part Number: 5200-3121 Published: July 2017 Edition: 1 Copyright 2017 Hewlett Packard Enterprise Development LP Notices The information contained

More information

ipv6 mobile home-agent (global configuration)

ipv6 mobile home-agent (global configuration) ipv6 mobile home-agent (global configuration) ipv6 mobile home-agent (global configuration) To enter home agent configuration mode, use the ipv6 mobile home-agent command in global configuration mode.

More information

DHCPv6 Individual Address Assignment

DHCPv6 Individual Address Assignment The Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Individual Address Assignment feature manages nonduplicate address assignment in the correct prefix based on the network where the host is connected.

More information

Lab Configuring IPv6 Static and Default Routes

Lab Configuring IPv6 Static and Default Routes Topology Addressing Table Device Interface IPv6 Address / Prefix Length Default Gateway R1 G0/1 2001:DB8:ACAD:A::/64 eui-64 N/A S0/0/1 FC00::1/64 N/A R3 G0/1 2001:DB8:ACAD:B::/64 eui-64 N/A S0/0/0 FC00::2/64

More information

IPv6 Routing Protocols

IPv6 Routing Protocols IPv6 Routing Protocols ISP Workshops Last updated 17 May 2014 1 Initial IPv6 Configuration for Cisco IOS 2 IPv6 Configuration on Cisco IOS p To enable IPv6 the following global commands are required: Router(config)#

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

H3C S6800 Switch Series

H3C S6800 Switch Series H3C S6800 Switch Series Layer 3 IP Services Command Reference New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2609 and later Document version: 6W103-20190104 Copyright 2019,

More information

H3C S5130-HI Switch Series

H3C S5130-HI Switch Series H3C S5130-HI Switch Series Layer 3 - IP Services Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 1111 Document version: 6W100-20150615 Copyright 2015,

More information

HP Switch Software. IPv6 Configuration Guide G-PoE Switch G-PoE Switch

HP Switch Software. IPv6 Configuration Guide G-PoE Switch G-PoE Switch HP Switch Software IPv6 Configuration Guide 2520-8G-PoE Switch 2520-24G-PoE Switch Software version J.15.05 October 2011 HP Networking 2520G Switches October 2011 J.15.05 IPv6 Configuration Guide Copyright

More information

IPv6 Addressing and Basic Connectivity

IPv6 Addressing and Basic Connectivity IPv6 Addressing and Basic Connectivity Last Updated: July 31, 2012 Internet Protocol version 6 (IPv6) expands the number of network address bits from 32 bits (in IPv4) to 128 bits, which provides more

More information

ipxe Finding Feature Information Information About ipxe

ipxe Finding Feature Information Information About ipxe is an enhanced version of the Pre-boot execution Environment (PXE), which is an open standard for network booting. This module describes the feature and how to configure it. Finding Feature Information,

More information

Understanding Access Lists

Understanding Access Lists Access lists perform packet filtering to control which packets move through the network and where. Such controls help to limit network traffic and restrict the access of users and devices to the network.

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

H3C S6800 Switch Series

H3C S6800 Switch Series H3C S6800 Switch Series Layer 3 IP Services Configuration Guide New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2609 and later Document version: 6W103-20190104 Copyright 2019,

More information

The Netwok Layer IPv4 and IPv6 Part 2

The Netwok Layer IPv4 and IPv6 Part 2 ÉCOLE POLYTECHNIQUE FÉDÉRALE DE LAUSANNE The Netwok Layer IPv4 and IPv6 Part 2 Jean Yves Le Boudec 2014 1 Contents 6. ARP 7. Host configuration 8. IP packet format Textbook Chapter 5: The Network Layer

More information

IPv6 address configuration and local operation

IPv6 address configuration and local operation IPv6 address configuration and local operation Amsterdam, 16 february 2012 Iljitsch van Beijnum Today's topics IPv6 address configuration stateless autoconfig DHCPv6 DAD, NUD, timers Router solicitations/advertisements

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Layer 3 - IP Services Configuration Guide Part number: 5998-1807 Software version: Release 1513 Document version: 6W100-20130830 Legal and notice information Copyright 2013 Hewlett-Packard

More information

IPv6 Snooping. Finding Feature Information. Restrictions for IPv6 Snooping

IPv6 Snooping. Finding Feature Information. Restrictions for IPv6 Snooping The feature bundles several Layer 2 IPv6 first-hop security features, including IPv6 neighbor discovery inspection, IPv6 device tracking, IPv6 address glean, and IPv6 binding table recovery, to provide

More information

Lab - Troubleshooting DHCPv4 Topology

Lab - Troubleshooting DHCPv4 Topology Topology 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/0 192.168.0.1

More information

DHCP and DDNS Services

DHCP and DDNS Services This chapter describes how to configure the DHCP server or DHCP relay as well as dynamic DNS (DDNS) update methods. About, on page 1 Guidelines for, on page 3 Configure the DHCP Server, on page 4 Configure

More information

ArubaOS-Switch IPv6 Configuration Guide for WC.16.03

ArubaOS-Switch IPv6 Configuration Guide for WC.16.03 ArubaOS-Switch IPv6 Configuration Guide for WC.16.03 Part Number: 5200-2918b Published: August 2017 Edition: 3 Copyright 2017 Hewlett Packard Enterprise Development LP Notices The information contained

More information

Lab Troubleshooting IPv4 and IPv6 Static Routes (Instructor Version Optional Lab)

Lab Troubleshooting IPv4 and IPv6 Static Routes (Instructor Version Optional Lab) (Instructor Version Optional Lab) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Optional activities are designed to enhance understanding and/or

More information

IP Version 6. Do I Know This Already? Quiz

IP Version 6. Do I Know This Already? Quiz Do I Know This Already? Quiz 741 20 IP Version 6 This chapter begins with coverage of fundamental topics of IPv6, then progresses into IPv6 routing protocols and other key related technologies. As you

More information

Understanding IPv6. Shannon McFarland CCIE #5245 Principal Engineer. #clmel BRKRST-1069

Understanding IPv6. Shannon McFarland CCIE #5245 Principal Engineer. #clmel BRKRST-1069 Understanding IPv6 Shannon McFarland CCIE #5245 Principal Engineer #clmel Agenda Why IPv6? What is IPv6? How does IPv6 work? Why IPv6? 4 You Have Heard It All Before IANA and the RIRs have run out of IPv4

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

ArubaOS-Switch IPv6 Configuration Guide for WB.16.03

ArubaOS-Switch IPv6 Configuration Guide for WB.16.03 ArubaOS-Switch IPv6 Configuration Guide for WB.16.03 Part Number: 5200-2917b Published: August 2017 Edition: 3 Copyright 2017 Hewlett Packard Enterprise Development LP Notices The information contained

More information

Lab - Configuring Basic DHCPv4 on a Router (Solution)

Lab - Configuring Basic DHCPv4 on a Router (Solution) (Solution) Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/0 192.168.0.1 255.255.255.0 N/A G0/1 192.168.1.1 255.255.255.0 N/A S0/0/0 (DCE) 192.168.2.253

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 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

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 Snooping. Finding Feature Information. Restrictions for IPv6 Snooping

IPv6 Snooping. Finding Feature Information. Restrictions for IPv6 Snooping The feature bundles several Layer 2 IPv6 first-hop security features, including IPv6 neighbor discovery inspection, IPv6 device tracking, IPv6 address glean, and IPv6 binding table recovery, to provide

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

H3C S12500 Series Routing Switches

H3C S12500 Series Routing Switches H3C S12500 Series Routing Switches Layer 3 IP Services Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: S12500-CMW710-R7128 Document version: 6W710-20121130 Copyright

More information

Finding Feature Information

Finding Feature Information The feature provides PPP over Ethernet (PPPoE) client support on routers. PPPoE is a commonly used application in the deployment of digital subscriber lines (DSLs). The PPP over Ethernet Client feature

More information

H3C S6520XE-HI Switch Series

H3C S6520XE-HI Switch Series H3C S6520XE-HI Switch Series Layer 3 IP Services Configuration Guide New H3C Technologies Co., Ltd. http://www.h3c.com.hk Software version: Release 1108 Document version: 6W100-20171228 Copyright 2017,

More information

CCNA 2 (v v6.0) Chapter 10 Exam Answers % Full

CCNA 2 (v v6.0) Chapter 10 Exam Answers % Full CCNA 2 (v5.0.3 + v6.0) Chapter 10 Exam Answers 2017 100% Full ccnav6.com /ccna-2-v5-0-3-v6-0-chapter-10-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 2 (v5.0.3 + v6.0) Chapter 10 Exam Answers

More information

HP A5830 Switch Series Layer 3 - IP Services. Configuration Guide. Abstract

HP A5830 Switch Series Layer 3 - IP Services. Configuration Guide. Abstract HP A5830 Switch Series Layer 3 - IP Services Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the software configuration procedures.

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series Layer 3 - IP Services Configuration Guide Part number: 5998-3156 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright 2012

More information