Tuesday, October 9, 2012

Lab 193 - RIPng Default Route Propagation

Prerequisites: CCNP level skills.

Topology

Notice!
In order to proceed to the next lab you must first complete all the previous labs (from lab 188 onwards).

Pic1. IPv6 Topology Diagram.

Task 1
Ensure that R4 and R6 treat their hub router R3 as the gateway of last resort for IPv6 networks. Do not use static routes to accomplish that.

Solution

Task 1
Ensure that R4 and R6 treat their hub router R3 as the gateway of last resort for IPv6 networks. Do not use static routes to accomplish that.

R3 Config:
!
interface Serial0/1
 ip address 172.16.0.3 255.255.255.0
 encapsulation frame-relay
 ipv6 address FE80::3 link-local
 ipv6 address 2001::3/64
 ipv6 rip 346 enable
 ipv6 rip 346 default-information originate
 clock rate 2000000
 frame-relay map ipv6 FE80::4 314 broadcast
 frame-relay map ipv6 FE80::6 316 broadcast
 frame-relay map ipv6 2001::6 316
 frame-relay map ipv6 2001::4 314
 frame-relay map ip 172.16.0.6 316 broadcast
 frame-relay map ip 172.16.0.4 314 broadcast
 frame-relay map ip 172.16.0.3 314
 no frame-relay inverse-arp
!

Verification:
Pic.2 - R4 IPv6 Routing Table.