Re: IPV6 RIP not working

From: R.S CCIE (r.s.cciestudy@gmail.com)
Date: Sat Nov 10 2007 - 04:24:16 ART


Also,as per the link to DOC CD.

interface Serial 3

 encapsulation frame-relay

 ipv6 address 2001:0DB8:2222:1044::46/64

 frame-relay map ipv6 FE80::E0:F727:E400:A 17 broadcast <=====Link local
address

 frame-relay map ipv6 FE80::60:3E47:AC8:8 19 broadcast <=====Link local
address

 frame-relay map ipv6 2001:0DB8:2222:1044::72 19

 frame-relay map ipv6 2001:0DB8:2222:1044::73 17

http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123cgcr/ipv6_c/v6addres.htm#wp1050198

On Nov 9, 2007 10:06 PM, Champika <693455@gmail.com> wrote:

> Dear Group
>
> fa0/0--R5--s0/0--FR--s0/0--R1--s0/0--FR--s0/0--R2
>
> R1 is the hub and IPV6 rip is running between them. The problem is i
> can see IPV6 rip updates from R5 and R2 in R1, and also the R5 fa0/0
> rip route is seen in R2.
> (split horizon is disabled in R1). R2 is getting a default route from
> another router for RIP.
> I dont seem to get any rip routes in R5. Can someone please tell me
> whats wrong here.
>
> Configs
> =====
> R5
> ---
> !
> interface Serial0/0
> ip address 191.1.125.5 255.255.255.0
> ip pim dense-mode
> encapsulation frame-relay
> no ip route-cache cef
> no ip route-cache
> ip ospf authentication message-digest
> ip ospf message-digest-key 1 md5 CISCO
> ip ospf priority 0
> ipv6 address 2001:CC1E:1:125::5/64
> ipv6 address FE80::5 link-local
> ipv6 rip RIPng enable
> frame-relay map ipv6 FE80::2 501
> frame-relay map ipv6 2001:CC1E:1:125::1 501 broadcast
> frame-relay map ipv6 2001:CC1E:1:125::2 501
> frame-relay map ip 191.1.125.1 501 broadcast
> frame-relay map ip 191.1.125.2 501
> frame-relay map ipv6 FE80::1 501
> no frame-relay inverse-arp
> end
>
> Rack1R5#sh run int f0/0
> Building configuration...
>
> Current configuration : 206 bytes
> !
> interface FastEthernet0/0
> ip address 191.1.5.5 255.255.255.0
> ip pim dense-mode
> ip igmp helper-address 192.1.125.1
> duplex auto
> speed auto
> ipv6 address 2001:CC1E:1:5::5/64
> ipv6 rip RIPng enable
> end
>
> R1
> ---
>
> interface Serial0/0
> ip address 191.1.125.1 255.255.255.0
> ip pim neighbor-filter R5
> ip pim dense-mode
> encapsulation frame-relay
> no ip route-cache cef
> no ip route-cache
> ip ospf authentication message-digest
> ip ospf message-digest-key 1 md5 CISCO
> ipv6 address 2001:CC1E:1:125::1/64
> ipv6 address FE80::1 link-local
> ipv6 rip RIPng enable
> frame-relay map ipv6 FE80::2 102
> frame-relay map ip 191.1.125.5 105 broadcast
> frame-relay map ipv6 FE80::5 105
> frame-relay map ipv6 2001:CC1E:1:125::2 102 broadcast
> frame-relay map ipv6 2001:CC1E:1:125::5 105
> frame-relay map ip 191.1.125.2 102 broadcast
> no frame-relay inverse-arp
> end
>
> ipv6 router rip RIPng
> no split-horizon
>
> R2
> ---
>
> interface Serial0/0
> ip address 191.1.125.2 255.255.255.0
> encapsulation frame-relay
> ip ospf authentication message-digest
> ip ospf message-digest-key 1 md5 CISCO
> ip ospf priority 0
> ipv6 address 2001:CC1E:1:125::2/64
> ipv6 address FE80::2 link-local
> ipv6 rip RIPng enable
> frame-relay map ip 191.1.125.5 201
> frame-relay map ipv6 FE80::5 201
> frame-relay map ipv6 2001:CC1E:1:125::1 201 broadcast
> frame-relay map ipv6 2001:CC1E:1:125::5 201
> frame-relay map ip 191.1.125.1 201 broadcast
> frame-relay map ipv6 FE80::1 201
> no frame-relay inverse-arp
> end
>
>
> ---------------------------------
> Show commands
> ============
>
> R2
> ---
> Rack1R2#sh ipv rout rip
> IPv6 Routing Table - 8 entries
> Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
> U - Per-user Static route
> I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
> O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
> ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
> R ::/0 [120/2]
> via FE80::20B:FDFF:FE12:46C0, Serial0/1
> R 2001:CC1E:1:5::/64 [120/3]
> via FE80::1, Serial0/0
>
> R1
> ----
> Rack1R1#sh ipv6 route rip
> IPv6 Routing Table - 7 entries
> Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
> U - Per-user Static route
> I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
> O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
> ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
> R ::/0 [120/3]
> via FE80::2, Serial0/0
> R 2001:CC1E:1:5::/64 [120/2]
> via FE80::5, Serial0/0
> R 2001:CC1E:1:23::/64 [120/2]
> via FE80::2, Serial0/0
>
> R5
> ---
> Rack1R5#sh ipv6 route rip
> IPv6 Routing Table - 6 entries
> Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
> U - Per-user Static route
> I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
> O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
> ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Sat Dec 01 2007 - 06:37:29 ART