IPv6 Manual Addressing PT Lab
IPv6 Manual Addressing PT Lab
Equipment
The physical topology is preconfigured in Packet Tracer using three 1841s and three PCs. The 1841 routers have two WIC-2T cards inserted. Interfaces S0/0/0, S0/0/1, and S0/1/0 are used to interconnect the three routers: S0/0/0 interfaces connect Router1 (DCE) and Router2 the clock rate is 4,000,000 bits/sec S0/0/1 interfaces connect Router2 (DCE) and Router3 the clock rate is 4,000,000 bits/sec S0/1/0 interfaces connect Router3 (DCE) and Router1 the clock rate is 4,000,000 bits/sec
The built-in F0/0 interface on each router connects to the Ethernet interface on the connected PC.
Objective
Configure device interfaces manually with static IPv6 addresses to enable point-to-point IPv6 connectivity. Note: Routerx in the PT topology has been preconfigured with hostname Rx for x=1,2,3.
All contents are Copyright 19922010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 3
CCNPv6 ROUTE
Use the show ipv6 interface brief command on R1. Note that when the global unicast address was manually configured on interface Fa0/0, an EUI-64 link-local address was automatically configured. R1# show ipv6 interface brief FastEthernet0/0 [up/up] FE80::201:97FF:FE72:B401 A:B:C:D:E:F:1:1 FastEthernet0/1 [administratively down/down] Serial0/0/0 [up/up] Serial0/0/1 [down/down] Serial0/1/0 [up/up] Serial0/1/1 [down/down] Vlan1 [administratively down/down]
Under the Desktop tab, select the Command Prompt button. Type the ipv6config command to verify the PCs IPv6 address and Default Gateway.
CCNPv6 ROUTE R1> ping A:B:C:D:E:F:1:2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to A:B:C:D:E:F:1:2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 31/31/32 ms b. Repeat the connectivity test on R2 and R3.
Step 4: Configure the IPv6 addresses on the serial interfaces of the routers.
a. On interface S0/0/0 of R1 configure the IPv6 address A:B:C:D:E:F:12:1/112. b. On interface S0/1/0 of R1 configure the IPv6 address A:B:C:D:E:F:31:1/112. c. On interface S0/0/0 of R2 configure the IPv6 address A:B:C:D:E:F:12:2/112.
d. On interface S0/0/1 of R2 configure the IPv6 address A:B:C:D:E:F:23:2/112. e. On interface S0/0/1 of R3 configure the IPv6 address A:B:C:D:E:F:23:3/112. f. On interface S0/1/0 of R3 configure the IPv6 address A:B:C:D:E:F:31:3/112.
For example, here are the configuration commands on R1: R1(config)# interface Serial 0/0/0 R1(config-if)# ipv6 address A:B:C:D:E:F:12:1/112 R1(config-if)# interface Serial 0/1/0 R1(config-if)# ipv6 address A:B:C:D:E:F:31:1/112
All contents are Copyright 19922010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 3 of 3