CCNP Route Lab 8-4, IPv6 Challenge Lab
Topology
Objectives
- Implement the topology diagram using the instructions in the Requirements section.
- Change the IPv6 IGP from OSPFv3 to RIPng.
Background
In the first part of this lab (Steps 1 through 7), you configure IPv4 with EIGRP on routers R1, R2 and R3. You also configure IPv6 with OSPFv3 on routers R1, R3 and R4, create an IPv6 tunnel between R1 and R3 and then test network connectivity. In the second part of the lab (Step 8), you replace the OSPFv3 routing protocol with RIPng and re-test connectivity.
Required Resources
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 or 2811) and Cisco IOS Software versions if they have comparable capabilities and features. Depending on the router model and Cisco IOS Software version, the commands available and output produced might vary from what is shown in this lab.
- 4 routers (Cisco 1841 with Cisco IOS Release 12.4(24)T1 Advanced IP Services or comparable)
- Serial and console cables
Requirements
- Configure all interfaces in the topology diagram with the IPv4 or IPv6 addresses shown.
- Use EUI-64 addresses on the link between R3 and R4.
- Configure EIGRP AS 1 on R1, R2, and R3 to route all IPv4 networks.
- Disable EIGRP automatic summarization.
- Configure a manual IPv6 tunnel between R1 and R3.
- Include all IPv6 networks in OSPF area 0 on R1, R3, and R4.
- Manually configure a router ID of 172.16.4.1 on R4 (this address does not need to be reachable).
- Remove the OSPFv3 configuration commands from R1, R3, and R4 and configure RIPng to run on these routers using RIP1 as the process name.
Notes: ______________________________________________________________________________
____________________________________________________________________________________
Router Interface Summary Table
Router Interface Summary | ||||
Router Model | Ethernet Interface #1 |
Ethernet Interface #2 |
Serial Interface #1 |
Serial Interface #2 |
1700 | Fast Ethernet 0 (Fa0) |
Fast Ethernet 1 (Fa1) |
Serial 0 (S0) | Serial 0/0/1 (S0/0/1) |
1800 | Fast Ethernet 0/0 (Fa0/0) |
Fast Ethernet 0/1 (Fa0/1) |
Serial 0/0/0 (S0/0/0) |
Serial 0/0/1 (S0/0/1) |
2600 | Fast Ethernet 0/0 (Fa0/0) |
Fast Ethernet 0/1 (Fa0/1) |
Serial 0/0 (S0/0) | Serial 0/1 (S0/1) |
2800 | Fast Ethernet 0/0 (Fa0/0) |
Fast Ethernet 0/1 (Fa0/1) |
Serial 0/0/0 (S0/0/0) |
Serial 0/0/1 (S0/0/1) |
Note: To find out how the router is configured, look at the interfaces to identify the type of router and how many interfaces the router has. Rather than list all combinations of configurations for each router class, this table includes identifiers for the possible combinations of Ethernet and serial interfaces in the device. The table does not include any other type of interface, even though a specific router might contain one. For example, for an ISDN BRI interface, the string in parenthesis is the legal abbreviation that can be used in Cisco IOS commands to represent the interface. |
IPv6 Challenge Lab – Answer Key (Instructor version)
Note: EIGRP and OSPFv3 are configured and tested in Part 1. In Part 2, OSPFv3 is replaced by RIPng.
Part 1 – IPv6 with EIGRP and OSPFv3
The R1 IPv4 and IPv6 routing tables are shown here.
R1# show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set 172.16.0.0/24 is subnetted, 2 subnets D 172.16.23.0 [90/41024000] via 172.16.12.2, 00:02:30, Serial0/0/0 C 172.16.12.0 is directly connected, Serial0/0/0 R1# show ipv6 route IPv6 Routing Table - Default - 8 entries Codes: C - Connected, L - Local, S - Static, U - Per-user Static route B - BGP, M - MIPv6, R - RIP, I1 - ISIS L1 I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP EX - EIGRP external O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2 C FEC0::1:0/112 [0/0] via Loopback0, directly connected L FEC0::1:1/128 [0/0] via Loopback0, receive O FEC0::3:1/128 [110/1000] via FE80::AC10:1703, Tunnel0 O FEC0::4:1/128 [110/2562] via FE80::AC10:1703, Tunnel0 C FEC0::13:0/112 [0/0] via Tunnel0, directly connected L FEC0::13:1/128 [0/0] via Tunnel0, receive O FEC0:34::/64 [110/2562] via FE80::AC10:1703, Tunnel0 L FF00::/8 [0/0] via Null0, receive
Tcl Results
Note: You will need to substitute the R3 and R4 serial interface EUI-64 addresses in the Tcl script because they vary for every router. To obtain these addresses, use the show ipv6 interface interface command on routers R3 and R4.
tclsh foreach address { 172.16.12.1 172.16.12.2 172.16.23.2 172.16.23.3 FEC0::1:1 FEC0::3:1 FEC0::4:1 FEC0::13:1 FEC0::13:3 <R3’s S0/1/0 EUI-64 address> <R4’s S0/0/0 EUI-64 address> } { ping $address } R1# tclsh R1(tcl)#foreach address { +>(tcl)#172.16.12.1 +>(tcl)#172.16.12.2 +>(tcl)#172.16.23.2 +>(tcl)#172.16.23.3 +>(tcl)#FEC0::1:1 +>(tcl)#FEC0::3:1 +>(tcl)#FEC0::4:1 +>(tcl)#FEC0::13:1 +>(tcl)#FEC0::13:3 +>(tcl)#FEC0:34::21A:2FFF:FEC6: 91D0 +>(tcl)#FEC0:34::21A:2FFF:FE7E:9648 +>(tcl)#} { +>(tcl)#ping $address } Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.12.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/58/68 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.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 172.16.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 172.16.23.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/56/56 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::1: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::3:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 64/65/68 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::4:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 92/94/96 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 = 64/65/68 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:34::21A:2FFF:FEC6:91D0, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 64/64/68 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:34::21A:2FFF:FE7E:9648, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 96/96/96 ms R1(tcl)#tclquit R2#tclsh R2(tcl)#foreach address { +>(tcl)#172.16.12.1 +>(tcl)#172.16.12.2 +>(tcl)#172.16.23.2 +>(tcl)#172.16.23.3 +>(tcl)#FEC0::1:1 +>(tcl)#FEC0::3:1 +>(tcl)#FEC0::4:1 +>(tcl)#FEC0::13:1 +>(tcl)#FEC0::13:3 +>(tcl)#FEC0:34::21A:2FFF: FEC6:91D0 +>(tcl)#FEC0:34::21A:2FFF:FE7E:9648 +>(tcl)#} { +>(tcl)#ping $address } Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.12.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/31/40 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.12.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/64/72 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.23.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/57/64 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.23.3, 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. % Unrecognized host or address, or protocol not running. % Unrecognized host or address, or protocol not running. % Unrecognized host or address, or protocol not running. R2(tcl)#tclquit R3#tclsh R3(tcl)#foreach address { +>(tcl)#172.16.12.1 +>(tcl)#172.16. 12.2 +>(tcl)#172.16.23.2 +>(tcl)#172.16.23.3 +>(tcl)#FEC0::1:1 +>(tcl)#FEC0::3:1 +>(tcl)#FEC0::4:1 +>(tcl)#FEC0::13:1 +>(tcl)#FEC0::13:3 +>(tcl)#FEC0:34::21A:2FFF:FEC6:91D0 +>(tcl)#FEC0:34::21A:2FFF:FE7E:9648 +>(tcl)#} { +>(tcl)#ping $address } Translating "172.16.12.1" Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.12.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/56/56 ms Translating "172.16.12.2" Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.12.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Translating "172.16.23.2" Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.23.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms Translating "172.16.23.3" Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.23.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/58/68 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::1:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 64/67/68 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::3:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::4: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 FEC0::13:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 68/68/68 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/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:34::21A:2FFF:FEC6:91D0, 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:34::21A:2FFF:FE7E:9648, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms R3(tcl)#tclquit R4#tclsh R4(tcl)#foreach address { +>(tcl)#172.16.12.1 +>(tcl)#172.16.12.2 +>(tcl)#172.16.23.2 +>(tcl)#172.16.23.3 +>(tcl)#FEC0::1:1 +>(tcl)#FEC0::3:1 +>(tcl)#FEC0::4:1 +>(tcl)#FEC0::13:1 +>(tcl)#FEC0::13:3 +>(tcl)#FEC0:34::21A:2FFF:FEC6:91D0 +>(tcl)#FEC0:34::21A:2FFF:FE7E:9648 +>(tcl)#} { +>(tcl)#ping $address } Translating "172.16.12.1" % Unrecognized host or address, or protocol not running. Translating "172.16.12.2" % Unrecognized host or address, or protocol not running. Translating "172.16.23.2" % Unrecognized host or address, or protocol not running. Translating "172.16.23.3" % Unrecognized host or address, or protocol not running. Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::1:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 92/92/92 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::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 FEC0::4: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:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 96/96/96 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 = 28/28/28 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:34::21A:2FFF:FEC6:91D0, 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 FEC0:34::21A:2FFF:FE7E:9648, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms R4(tcl)#tclquit
Device Configurations – Part 1 (EIGRP and OSPFv3)
Router R1
hostname R1 ! ipv6 unicast-routing ! interface Tunnel0 ipv6 address FEC0::13:1/112 ipv6 ospf 1 area 0 tunnel source Serial0/0/0 tunnel destination 172.16.23.3 tunnel mode ipv6ip ! interface Loopback0 ipv6 address FEC0::1:1/112 ipv6 ospf 1 area 0 ! interface Serial0/0/0 ip address 172.16.12.1 255.255.255.0 clock rate 64000 bandwidth 64 no shutdown ! router eigrp 1 network 172.16.0.0 no auto-summary ! ipv6 router ospf 1 ! end
Router R2
hostname R2 ! interface Serial0/0/0 ip address 172.16.12.2 255.255.255.0 bandwidth 64 no shutdown ! interface Serial0/0/1 ip address 172.16.23.2 255.255.255.0 clock rate 64000 bandwidth 64 no shutdown ! router eigrp 1 network 172.16.0.0 no auto-summary ! end
Router R3
hostname R3 ! ipv6 unicast-routing ! interface Loopback0 ipv6 address FEC0::3:1/112 ipv6 ospf 1 area 0 ! interface Tunnel0 ipv6 address FEC0::13:3/112 ipv6 ospf 1 area 0 tunnel source Serial0/0/1 tunnel destination 172.16.12.1 tunnel mode ipv6ip ! interface Serial0/0/1 ip address 172.16.23.3 255.255.255.0 bandwidth 64 no shutdown ! interface Serial0/1/0 ipv6 address FEC0:34::/64 eui-64 ipv6 ospf 1 area 0 clock rate 64000 bandwidth 64 no shutdown ! router eigrp 1 network 172.16.0.0 no auto-summary ! ipv6 router ospf 1 ! end
Router R4
hostname R4 ! ipv6 unicast-routing ! interface Loopback0 ipv6 address FEC0::4:1/112 ipv6 ospf 1 area 0 ! interface Serial0/0/0 ipv6 address FEC0:34::/64 eui-64 ipv6 ospf 1 area 0 bandwidth 64 no shutdown ! ipv6 router ospf 1 router-id 172.16.4.1 ! end
Part 2 – IPv6 with EIGRP and RIPng
The R1 IPv4 and IPv6 routing tables and Tcl results are shown here.
R1# show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set 172.16.0.0/24 is subnetted, 2 subnets D 172.16.23.0 [90/41024000] via 172.16.12.2, 00:02:30, Serial0/0/0 C 172.16.12.0 is directly connected, Serial0/0/0 R1# show ipv6 route IPv6 Routing Table - Default - 8 entries Codes: C - Connected, L - Local, S - Static, U - Per-user Static route B - BGP, M - MIPv6, R - RIP, I1 - ISIS L1 I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP EX - EIGRP external O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2 C FEC0::1:0/112 [0/0] via Loopback0, directly connected L FEC0::1:1/128 [0/0] via Loopback0, receive R FEC0::3:0/112 [120/2] via FE80::AC10:1703, Tunnel0 R FEC0::4:0/112 [120/3] via FE80::AC10:1703, Tunnel0 C FEC0::13:0/112 [0/0] via Tunnel0, directly connected L FEC0::13: 1/128 [0/0] via Tunnel0, receive R FEC0:34::/64 [120/2] via FE80::AC10:1703, Tunnel0 L FF00::/8 [0/0] via Null0, receive R1# tclsh R1(tcl)#foreach address { +>(tcl)#172.16.12.1 +>(tcl)#172.16.12.2 +>(tcl)#172.16.23.2 +>(tcl)#172.16.23.3 +>(tcl)#FEC0::1:1 +>(tcl)#FEC0::3:1 +>(tcl)#FEC0::4:1 +>(tcl)#FEC0::13:1 +>(tcl)#FEC0::13:3 +>(tcl)#FEC0:34::21B:53FF:FE0D:6028 +>(tcl)#FEC0:34::21B:53FF:FE24:AA72 +>(tcl)#} { +>(tcl)# ping $address } Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.12.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/56/56 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.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 172.16.23.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 172.16.23.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/56/56 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::1:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::3:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 64/66/68 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0::4:1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 92/93/96 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 = 64/66/68 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:34::21B:53FF:FE0D:6028, timeout is 2 seco nds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 68/68/68 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:34::21B:53FF:FE24:AA72, timeout is 2 seco nds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 92/94/96 ms
Device Configurations – Part 2 (EIGRP and RIPng)
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 172.16.23.3 tunnel mode ipv6ip ! interface Loopback0 ipv6 address FEC0::1:1/112 ipv6 rip RIP1 enable ! interface Serial0/0/0 ip address 172.16.12.1 255.255.255.0 clock rate 64000 bandwidth 64 no shutdown ! router eigrp 1 network 172.16.0.0 no auto-summary ! ipv6 router rip RIP1 ! end
Router R2
hostname R2 ! interface Serial0/0/0 ip address 172.16.12.2 255.255.255.0 bandwidth 64 no shutdown ! interface Serial0/0/1 ip address 172.16.23.2 255.255.255.0 clock rate 64000 bandwidth 64 no shutdown ! router eigrp 1 network 172.16.0.0 no auto-summary end
Router R3
hostname R3 ! ipv6 unicast-routing ! interface Loopback0 ipv6 address FEC0::3:1/112 ipv6 rip RIP1 enable ! interface Tunnel0 ipv6 address FEC0::13:3/112 ipv6 rip RIP1 enable tunnel source Serial0/0/1 tunnel destination 172.16.12.1 tunnel mode ipv6ip ! interface Serial0/0/1 ip address 172.16.23.3 255.255.255.0 bandwidth 64 no shutdown ! interface Serial0/1/0 ipv6 address FEC0:34::/64 eui-64 ipv6 rip RIP1 enable clock rate 64000 bandwidth 64 no shutdown ! router eigrp 1 network 172.16.0.0 no auto-summary ! ipv6 router rip RIP1 ! end
Router R4
hostname R4 ! ipv6 unicast-routing ! interface Loopback0 ipv6 address FEC0::4:1/112 ipv6 rip RIP1 enable !interface Serial0/0/0 ipv6 address FEC0:34::/64 eui-64 ipv6 rip RIP1 enable bandwidth 64 no shutdown ! ipv6 router rip RIP1 ! end
More Resources