Ccnpv6 Route Sba Stu Ans Key

December 1, 2016 | Author: Inno Dave Endriga | Category: N/A
Share Embed Donate


Short Description

Download Ccnpv6 Route Sba Stu Ans Key...

Description

CCNPv6 ROUTE

Skills-Based Assessment Answer Key Topology

Note: The public network addresses 198.133.219.0/27 and 209.165.200.224/27 are assigned to Cisco Systems, Inc.

Objectives Part 1: Configure the routers in the topology according to the diagram and the specifications provided. Part 2: Test the network for appropriate connectivity and path control.

All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 1 of 17

CCNPv6 ROUTE

Exam Overview This skills-based assessment (SBA) is the final practical exam of Academy training for the course CCNPv6 ROUTE. In Part 1, you configure static routes and multiple routing protocols, including EIGRP, OSPF and BGP to create an integrated network. You also configure an IPv6 tunnel between R1 and R3 to use the RIPng protocol. In Part 2, you create a Tcl script to test IPv4 and IPv6 connectivity and use traceroute and show commands to verify routing and path selection. This exam combines device configuration and troubleshooting. Note: The T1 and FT1 (Fractional T1) designations for the links between R3 and R4 are simply labels. It is not necessary to change the bandwidth or clockrate on the interfaces to reflect a speed difference.

Instructor Notes: •

To pass the exam, the student is expected to successfully complete the exam in the timeframe allotted.



For the student-training version of the exam, each student has a complete test environment to configure and troubleshoot. Multiple sets of equipment are required, depending on the number of simultaneous exams being conducted. You can also use NetLab to administer this SBA, if available.



For the Academy student version of this exam, the student is not required to build the topology.

Note: This lab uses Cisco 1841 routers with Cisco IOS Release 12.4(24)T1 and the Advanced IP Services image c1841-advipservicesk9-mz.124-24.T1.bin. You can use other routers (such as a 2801, 2811 or 2911), and Cisco IOS Software versions if they have comparable capabilities and features. Depending on the router and Cisco IOS Software version, the commands available and output produced might vary from what is shown in this lab.

Required Resources •

4 routers (Cisco 1841 with Cisco IOS Release 12.4(24)T1 Advanced IP Services or comparable)



Serial and console cables

Instructor note: Connect all devices as shown in the topology prior to the student beginning the exam. Use the interfaces specified in the diagram, where possible. If the exam is being performed on a remote lab pod, such as NetLab, the configuration and interfaces shown should be compatible.

Part 1: Configure the network according to specifications. 1. Configure interfaces with the IP addresses shown in the diagram. Set the bandwidth to 128 kbps on the links between R1, R2, and R3 and set the clock rate on the DCE connections as appropriate. Add a description for each WAN interface. Note: Configure and test the IPv4 components of the network before configuring the IPv6 components. 2. Configure the OSPF router identifier 2.2.2.2 on R2 and 3.3.3.3 on R3. 3. Ensure that all loopback interfaces are advertised in OSPF with the correct masks. Place the loopback interface Lo0 on R3 and the connection between R2 and R3 in OSPF area 0. 4. On R2, place the loopback interfaces Lo120 through Lo123 on R2 in OSPF area 1 and the connection between R2 and R3 in OSPF area 0. 5. Summarize area 1 to the backbone with the most efficient mask. 6. Propagate a default route from R3 into the OSPF domain.

All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 2 of 17

CCNPv6 ROUTE 7. Configure R1 to be in EIGRP AS 101, add the entire class C network, and disable automatic summarization. 8. Configure R2 to be in EIGRP AS 101, add only the link between R1 and R2 and disable automatic summarization. 9. Configure passive and non-passive interfaces for EIGRP and OSPF as appropriate. 10. Configure a static default route from R1 to R2 and avoid a recursive lookup. 11. Redistribute EIGRP into OSPF with a metric of 1000. 12. On R2, filter R1 network 192.168.113.0 from being advertised to R3. 13. Enable BGP on both WAN links between R3 and R4. R3 is in BGP AS 65101 and R4 is in BGP AS 65401. 14. Advertise R4’s loopback interfaces into BGP. 15. Modify the local preference on R3 so that AS 65101 prefers the T1 link to AS 65401 networks. 16. Traffic exiting from R3 and returning to R3 should prefer the T1 link. Add a static route on R4 to 192.168.0.0/16 pointing to the T1 link to R3 and add a floating static route as a backup using the FT1 link. 17. Configure the IPv6 loopback and tunnel interfaces on R1 and R3. 18. Enable RIPng on R1 and R3 and configure the advertisement of the loopback and tunnel networks. Note: If the BGP output results are not as expected, be sure to issue the clear ip bgp * on routers R3 and R4.

Part 2: Test network connectivity and path control. a. Create a Tcl script and test connectivity from each router to the addresses shown in the diagram. tclsh foreach address { 192.168.1.1 192.168.3.1 192.168.110.1 192.168.111.1 192.168.112.1 192.168.113.1 192.168.120.1 192.168.121.1 192.168.122.1 192.168.123.1 192.168.12.1 192.168.12.2 192.168.23.2 192.168.23.3 172.16.34.3 172.16.34.4 172.16.43.3 172.16.43.4 198.133.219.1 209.165.200.225 FEC0::13:1 FEC0::13:3 All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 3 of 17

CCNPv6 ROUTE FEC0::11:1 FEC0::31:1 } { ping $address } Note: One or more addresses will not be reachable from all routers after final configuration due to the use of distribute lists to filter routes and the use of IPv4 and IPv6 addressing in the same network. Instructor note: See Tcl script output at end of SBA. b. Verify that filtered routes are not present in routing tables of the correct routers. c.

Verify that traffic from AS 65101 to AS 65401 uses the preferred T1 route.

d. Verify that R4 has a backup route to the AS 65101 networks if the T1 link fails. e. Verify that R1 and R3 have learned of their respective IPv6 networks via RIPng. f.

Verify that R1 can ping the R3 Lo3 interface via the IPv6 tunnel. R1 and R3 should also be able to ping the tunnel endpoints.

Exam Notes: __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________

All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 4 of 17

CCNPv6 ROUTE __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________

All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 5 of 17

CCNPv6 ROUTE

Final Configurations (instructor version) Router R1 hostname R1 ! ipv6 unicast-routing ! interface Tunnel0 ipv6 address FEC0::13:1/112 ipv6 rip RIP1 enable tunnel source Serial0/0/0 tunnel destination 192.168.23.3 tunnel mode ipv6ip ! interface Loopback0 ip address 192.168.1.1 255.255.255.0 ! interface Loopback1 ipv6 address FEC0::11:1/112 ipv6 rip RIP1 enable ! interface Loopback110 ip address 192.168.110.1 255.255.255.0 ! interface Loopback111 ip address 192.168.111.1 255.255.255.0 ! interface Loopback112 ip address 192.168.112.1 255.255.255.0 ! interface Loopback113 ip address 192.168.113.1 255.255.255.0 ! interface Serial0/0/0 description WAN link to R2 ip address 192.168.12.1 255.255.255.252 clock rate 128000 bandwidth 128 no shutdown ! router eigrp 101 network 192.168.0.0 0.0.255.255 passive-interface default no passive-interface Serial0/0/0 no auto-summary ! ip route 0.0.0.0 0.0.0.0 Serial0/0/0 ! ipv6 router rip RIP1 ! end Router R2 hostname R2 ! interface Loopback120 All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 6 of 17

CCNPv6 ROUTE ip address 192.168.120.1 255.255.255.0 ip ospf network point-to-point ! interface Loopback121 ip address 192.168.121.1 255.255.255.0 ip ospf network point-to-point ! interface Loopback122 ip address 192.168.122.1 255.255.255.0 ip ospf network point-to-point ! interface Loopback123 ip address 192.168.123.1 255.255.255.0 ip ospf network point-to-point ! interface Serial0/0/0 description WAN link to R1 ip address 192.168.12.2 255.255.255.252 bandwidth 128 no shutdown interface Serial0/0/1 description WAN link to R3 ip address 192.168.23.2 255.255.255.248 clock rate 128000 bandwidth 128 no shutdown ! router eigrp 101 network 192.168.12.0 0.0.0.3 passive-interface default no passive-interface Serial0/0/0 no auto-summary ! router ospf 1 router-id 2.2.2.2 area 1 range 192.168.120.0 255.255.252.0 network 192.168.23.0 0.0.0.7 area 0 network 192.168.120.0 0.0.3.255 area 1 passive-interface default no passive-interface Serial0/0/1 redistribute eigrp 101 subnets metric 1000 distribute-list 1 out ! access-list 1 deny 192.168.113.0 0.0.0.255 access-list 1 permit any ! end Router R3 hostname R3 ! ipv6 unicast-routing ! interface Tunnel0 ipv6 address FEC0::13:3/112 ipv6 rip RIP1 enable All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 7 of 17

CCNPv6 ROUTE tunnel source Serial0/0/1 tunnel destination 192.168.12.1 tunnel mode ipv6ip ! interface Loopback0 description R3 LAN ip address 192.168.3.1 255.255.255.0 ip ospf network point-to-point ! interface Loopback3 ipv6 address FEC0::31:1/112 ipv6 rip RIP1 enable ! interface Serial0/0/1 description WAN link to R2 ip address 192.168.23.3 255.255.255.248 bandwidth 128 no shutdown ! interface Serial0/1/0 description FT1 WAN link to R4 ip address 172.16.34.3 255.255.255.248 clock rate 128000 no shutdown ! interface Serial0/1/1 description T1 WAN link to R4 ip address 172.16.43.3 255.255.255.248 clock rate 128000 no shutdown ! router ospf 1 router-id 3.3.3.3 network 192.168.3.0 0.0.0.255 area 0 network 192.168.23.0 0.0.0.7 area 0 default-information originate always ! router bgp 65101 no synchronization neighbor 172.16.34.4 remote-as 65401 neighbor 172.16.43.4 remote-as 65401 neighbor 172.16.34.4 route-map FT1-LINK in neighbor 172.16.43.4 route-map T1-LINK in no auto-summary ! route-map FT1-LINK permit 10 set local-preference 100 ! route-map T1-LINK permit 10 set local-preference 200 ! ipv6 router rip RIP1 ! end Router R4 hostname R4 All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 8 of 17

CCNPv6 ROUTE ! interface Loopback198 ip address 198.133.219.1 255.255.255.224 interface Loopback209 ip address 209.165.200.225 255.255.255.224 ! interface Serial0/0/0 description FT1 WAN link to R3 ip address 172.16.34.4 255.255.255.248 no shutdown ! interface Serial0/0/1 description T1 WAN link to R3 ip address 172.16.43.4 255.255.255.248 no shutdown ! router bgp 65401 no synchronization network 209.165.200.224 mask 255.255.255.224 network 198.133.219.0 mask 255.255.255.224 neighbor 172.16.34.3 remote-as 65101 neighbor 172.16.43.3 remote-as 65101 no auto-summary ! ip route 192.168.0.0 255.255.0.0 172.16.43.3 ip route 192.168.0.0 255.255.0.0 172.16.34.3 10 end

TCL Output (instructor version) R1# tclsh R1(tcl)#foreach address { +>(tcl)#192.168.1.1 +>(tcl)#192.168.3.1 +>(tcl)#192.168.110.1 +>(tcl)#192.168.111.1 +>(tcl)#192.168.112.1 +>(tcl)#192.168.113.1 +>(tcl)#192.168.120.1 +>(tcl)#192.168.121.1 +>(tcl)#192.168.122.1 +>(tcl)#192.168.123.1 +>(tcl)#192.168.12.1 +>(tcl)#192.168.12.2 +>(tcl)#192.168.23.2 +>(tcl)#192.168.23.3 +>(tcl)#172.16.34.3 +>(tcl)#172.16.34.4 +>(tcl)#172.16.43.3 +>(tcl)#172.16.43.4 +>(tcl)#198.133.219.1 +>(tcl)#209.165.200.225 +>(tcl)#FEC0::13:1 +>(tcl)#FEC0::13:3 All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 9 of 17

CCNPv6 ROUTE +>(tcl)#FEC0::11:1 +>(tcl)#FEC0::31:1 +>(tcl)#} { +>(tcl)#ping $address } Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.3.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.110.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.111.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.112.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.113.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.120.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/14/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.121.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.122.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/14/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.12.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.12.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/14/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.23.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 10 of 17

CCNPv6 ROUTE Sending 5, 100-byte ICMP Echos to 192.168.23.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.34.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.34.4, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 40/42/44 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.43.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.43.4, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 40/42/44 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 198.133.219.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 40/42/44 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 209.165.200.225, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 40/42/44 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::13:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::13:3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 32/34/36 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::11:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::31:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 32/34/36 ms R2# tclsh R2(tcl)#foreach address { +>(tcl)#192.168.1.1 +>(tcl)#192.168.3.1 +>(tcl)#192.168.110.1 +>(tcl)#192.168.111.1 +>(tcl)#192.168.112.1 +>(tcl)#192.168.113.1 +>(tcl)#192.168.120.1 +>(tcl)#192.168.121.1 +>(tcl)#192.168.122.1 +>(tcl)#192.168.123.1 +>(tcl)#192.168.12.1 +>(tcl)#192.168.12.2 All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 11 of 17

CCNPv6 ROUTE +>(tcl)#192.168.23.2 +>(tcl)#192.168.23.3 +>(tcl)#172.16.34.3 +>(tcl)#172.16.34.4 +>(tcl)#172.16.43.3 +>(tcl)#172.16.43.4 +>(tcl)#198.133.219.1 +>(tcl)#209.165.200.225 +>(tcl)#FEC0::13:1 +>(tcl)#FEC0::13:3 +>(tcl)#FEC0::11:1 +>(tcl)#FEC0::31:1 +>(tcl)#} { +>(tcl)#ping $address } Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/14/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.3.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/14/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.110.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/17/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.111.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/16/28 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.112.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/13/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.113.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.120.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.121.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.122.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.12.1, timeout is 2 seconds: !!!!! All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 12 of 17

CCNPv6 ROUTE Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.12.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.23.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.23.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.34.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.34.4, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.43.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.43.4, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 198.133.219.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 209.165.200.225, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms % Unrecognized host or address, or protocol not running. % Unrecognized host or address, or protocol not running. % Unrecognized host or address, or protocol not running. % Unrecognized host or address, or protocol not running.

R3# tclsh R3(tcl)#foreach address { +>(tcl)#192.168.1.1 +>(tcl)#192.168.3.1 +>(tcl)#192.168.110.1 +>(tcl)#192.168.111.1 +>(tcl)#192.168.112.1 +>(tcl)#192.168.113.1 +>(tcl)#192.168.120.1 +>(tcl)#192.168.121.1 +>(tcl)#192.168.122.1 +>(tcl)#192.168.123.1 +>(tcl)#192.168.12.1 +>(tcl)#192.168.12.2 +>(tcl)#192.168.23.2 All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 13 of 17

CCNPv6 ROUTE +>(tcl)#192.168.23.3 +>(tcl)#172.16.34.3 +>(tcl)#172.16.34.4 +>(tcl)#172.16.43.3 +>(tcl)#172.16.43.4 +>(tcl)#198.133.219.1 +>(tcl)#209.165.200.225 +>(tcl)#FEC0::13:1 +>(tcl)#FEC0::13:3 +>(tcl)#FEC0::11:1 +>(tcl)#FEC0::31:1 +>(tcl)#} { +>(tcl)#ping $address } Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.3.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.110.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.111.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.112.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.113.1, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.120.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.121.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/13/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.122.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.12.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 14 of 17

CCNPv6 ROUTE Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.12.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.23.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/13/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.23.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.34.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/29/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.34.4, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/14/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.43.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/29/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.43.4, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 198.133.219.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/14/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 209.165.200.225, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/14/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::13:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 32/34/36 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::13:3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::11:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 32/35/36 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::31:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/4 ms

R4# tclsh R4(tcl)#foreach address { +>(tcl)#192.168.1.1 +>(tcl)#192.168.3.1 All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 15 of 17

CCNPv6 ROUTE +>(tcl)#192.168.110.1 +>(tcl)#192.168.111.1 +>(tcl)#192.168.112.1 +>(tcl)#192.168.113.1 +>(tcl)#192.168.120.1 +>(tcl)#192.168.121.1 +>(tcl)#192.168.122.1 +>(tcl)#192.168.123.1 +>(tcl)#192.168.12.1 +>(tcl)#192.168.12.2 +>(tcl)#192.168.23.2 +>(tcl)#192.168.23.3 +>(tcl)#172.16.34.3 +>(tcl)#172.16.34.4 +>(tcl)#172.16.43.3 +>(tcl)#172.16.43.4 +>(tcl)#198.133.219.1 +>(tcl)#209.165.200.225 +>(tcl)#FEC0::13:1 +>(tcl)#FEC0::13:3 +>(tcl)#FEC0::11:1 +>(tcl)#FEC0::31:1 +>(tcl)#} { +>(tcl)#ping $address } Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.3.1, timeout is 2 !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.110.1, timeout is !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.111.1, timeout is !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.112.1, timeout is !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.113.1, timeout is U.U.U Success rate is 0 percent (0/5) Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.120.1, timeout is !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.121.1, timeout is !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = Type escape sequence to abort.

seconds: 40/42/44 ms seconds: 12/13/16 ms 2 seconds: 40/42/44 ms 2 seconds: 40/42/44 ms 2 seconds: 40/42/44 ms 2 seconds:

2 seconds: 28/28/32 ms 2 seconds: 28/28/28 ms

All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 16 of 17

CCNPv6 ROUTE Sending 5, 100-byte ICMP Echos to 192.168.122.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.123.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.12.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 40/41/44 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.12.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.23.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.23.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.34.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/14/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.34.4, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.43.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/14/16 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.43.4, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 198.133.219.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 209.165.200.225, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms % Unrecognized host or address, or protocol not running. % Unrecognized host or address, or protocol not running. % Unrecognized host or address, or protocol not running. % Unrecognized host or address, or protocol not running.

All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 17 of 17

View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF