Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frame Relay, RIP & Split Horizon lab exercise issue... 1

Status
Not open for further replies.

admoore

IS-IT--Management
May 17, 2002
224
0
0
US
I am having issues with RIP updates while attempting a training lab concerning Frame Relay and split-horizon...

Basic setup is:
Screen-shot-2011-09-26-at-3.07.16-PM.png


show ip route on r1 shows no RIP routes; and, debug ip rip on R2 reports:
Code:
*Mar  1 18:48:31.487: RIP: sending v2 update to 224.0.0.9 via Loopback0 (2.2.2.2)
*Mar  1 18:48:31.487: RIP: build update entries - suppressing null update
Any suggestions welcome... I have tried this setup several times with the same result...

R1 is a 2500 (also my terminal server)
R2 & R3 are 2610XM's as is the final router which is set up to emulate the frame-relay cloud...

TIA,

-A
 
Oops... My bad... Helps when you don't forget to put an ip address on R2's s0/0...

BUT,

I am still not getting R2's loopback (or any other route) in R1's rip routing table...

?
 
So your configuration will not have an issue with split-horizon due to the fact that you are using point-to-point sub interfaces. If you were using multi-point and had all serial interfaces on a common subnet then you would run into issues with split-horizon.

As for the routing issues, you should post your configurations from all three routers.

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Sorry for taking so long to re-post (work interfered)...

Anyway, I expected to see a route to R2's loopback address (2.2.2.2) show up on R1 & R3; but, I see it on neither... In fact, R1 shows no RIP routes...
Code:
2509_T-SERVE#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
       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 10.10.10.1 to network 0.0.0.0

     172.12.0.0/30 is subnetted, 2 subnets
C       172.12.123.0 is directly connected, Serial0.12
C       172.12.123.4 is directly connected, Serial0.13
     9.0.0.0/32 is subnetted, 1 subnets
C       9.9.9.9 is directly connected, Loopback99
     10.0.0.0/29 is subnetted, 1 subnets
C       10.10.10.0 is directly connected, Ethernet0
S*   0.0.0.0/0 [254/0] via 10.10.10.1

I can't ping across any of the links, either...

Any ideas what I might have done wrong?

All of the frame maps come up ok...

Configs from all routers incl the router simulating the Frame Relay cloud is as follows:
Router 1
Code:
2509_T-SERVE#show run
Building configuration...

Current configuration : 1861 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 2509_T-SERVE
ip subnet-zero
no ip domain-lookup
ip host R1 2001 9.9.9.9
ip host R2 2002 9.9.9.9
ip host R3 2003 9.9.9.9
ip host S1 2004 9.9.9.9
ip host S2 2005 9.9.9.9
ip host R6 2006 9.9.9.9
ip host R7 2007 9.9.9.9
ip host R8 2008 9.9.9.9
!
chat-script cisco-default ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT 30 \c CONNECT
!         
interface Loopback99
 ip address 9.9.9.9 255.255.255.255
!
interface Ethernet0
 ip address dhcp
 no ip route-cache
 no ip mroute-cache
!
interface Serial0
 no ip address
 encapsulation frame-relay
 no ip route-cache
 no ip mroute-cache
 no frame-relay inverse-arp
!
interface Serial0.12 point-to-point
 ip address 172.12.123.1 255.255.255.252
 no ip route-cache
 frame-relay interface-dlci 311   
!
interface Serial0.13 point-to-point
 ip address 172.12.123.5 255.255.255.252
 no ip route-cache
 frame-relay interface-dlci 302   
!
interface Serial1
 no ip address
 no ip route-cache
 no ip mroute-cache
 shutdown
!
router rip
 version 2
 network 2.0.0.0
 network 172.12.0.0
 no auto-summary
!
no ip http server
ip classless
!
alias exec ss sh sess
alias exec con conf t
alias exec sr show run
alias exec sir show ip route
alias exec sib show ip int brief
alias exec sdp show cdp nei
alias exec srb show run | b
alias exec sri show run int
alias exec r1 telnet r1 2001
alias exec r2 telnet r2 2002
alias exec r3 telnet r3 2003
alias exec r4 telnet r4 2004
alias exec r5 telnet r5 2005
alias exec r6 telnet r6 2006
alias exec r7 telnet r7 2007
alias exec r8 telnet r8 2008
!
line con 0
 exec-timeout 0 0
 logging synchronous
line 1 8
 no exec
 transport input telnet
 telnet speed 9600 9600
 autohangup
 stopbits 1
ine aux 0
 transport input all
line vty 0 4
 exec-timeout 0 0
 password cisco
 login
!
end
Router 2
Code:
2610XM_R2#show run
Building configuration...

Current configuration : 1027 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname C2610XM_R2
!
boot-start-marker
boot-end-marker
no aaa new-model
no network-clock-participate slot 1 
no network-clock-participate wic 0 
ip cef
!
multilink bundle-name authenticated
!
archive
 log config
  hidekeys
! 
!
interface Loopback0
 ip address 2.2.2.2 255.255.255.255
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 172.12.123.2 255.255.255.252
 encapsulation frame-relay
 frame-relay map ip 172.12.123.1 123 broadcast
 no frame-relay inverse-arp
 frame-relay lmi-type cisco
!
router rip
 version 2
 network 2.0.0.0
 network 172.12.0.0
 no auto-summary
!
ip forward-protocol nd
ip http server
no ip http secure-server
control-plane
!         
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 login
end
Router 3
Code:
C2610_R3#show run
Building configuration...

Current configuration : 961 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname C2610_R3
!
boot-start-marker
boot-end-marker
no aaa new-model
memory-size iomem 10
no network-clock-participate slot 1 
no network-clock-participate wic 0 
ip cef
!         
multilink bundle-name authenticated
!
archive   
 log config
  hidekeys
! 
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 172.12.123.6 255.255.255.252
 encapsulation frame-relay
 frame-relay map ip 172.12.123.5 223
 no frame-relay inverse-arp
 frame-relay lmi-type cisco
!         
router rip
 version 2
 network 172.12.0.0
 no auto-summary
!
ip forward-protocol nd
ip http server
no ip http secure-server
control-plane
!
!         
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 login
end
Frame Relay Router
Code:
FR-SW-HUB#show run
Building configuration...

Current configuration : 2119 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname FR-SW-HUB
!
boot-start-marker
boot-end-marker
no aaa new-model
no network-clock-participate slot 1 
no network-clock-participate wic 0 
ip cef
!
frame-relay switching
multilink bundle-name authenticated
!
archive   
 log config
  hidekeys
! 
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 description Connection to R1
 no ip address
 encapsulation frame-relay
 no ip mroute-cache
 no fair-queue
clock rate 128000
 frame-relay intf-type dce
 frame-relay route 102 interface Serial1/1 201
 frame-relay route 103 interface Serial1/2 301
 frame-relay route 112 interface Serial1/1 211
 frame-relay route 113 interface Serial1/2 311
 frame-relay route 122 interface Serial1/1 221
 frame-relay route 123 interface Serial1/2 321
!
interface Serial1/1
 description Connection to R2
 no ip address
 encapsulation frame-relay
 clock rate 128000
 frame-relay intf-type dce
 frame-relay route 201 interface Serial1/0 102
 frame-relay route 203 interface Serial1/2 302
 frame-relay route 211 interface Serial1/0 112
 frame-relay route 213 interface Serial1/2 312
 frame-relay route 221 interface Serial1/0 122
 frame-relay route 223 interface Serial1/2 322
!
interface Serial1/2
 description Connection to R3
 no ip address
 encapsulation frame-relay
 clock rate 128000
 frame-relay intf-type dce
 frame-relay route 301 interface Serial1/0 103
 frame-relay route 302 interface Serial1/1 203
 frame-relay route 311 interface Serial1/0 113
 frame-relay route 312 interface Serial1/1 213
 frame-relay route 321 interface Serial1/0 123
 frame-relay route 322 interface Serial1/1 223
!
interface Serial1/3
 description Connection to Serial1/0 - Hub!!!
 no ip address
 encapsulation frame-relay
 no frame-relay inverse-arp
!
ip forward-protocol nd
ip http server
no ip http secure-server
!         
!
control-plane
line con 0
line aux 0
line vty 0 4
 login
end

TIA.

-Allen M
 
first thing, remove all of your frame-relay route statements on your FR switch. Since you are doing point-to-point links you should have the following:

DLCI 111 = R1
DLCI 222 = R2
DLCI 333 = R3

Frame Switch
Code:
interface s1/0
  description To R1
  frame-relay route 222 interface s1/1 111
  frame-relay route 333 interface s1/2 111

interface s1/1
  description To R2
  frame-relay route 111 interface s1/0 222

interface s1/2
  description To R3
  frame-relay route 111 interface s1/0 333
R1
Code:
interface Serial0.12 point-to-point 
 ip address 172.12.123.1 255.255.255.252 
 no ip route-cache 
 frame-relay interface-dlci 222

interface Serial0.13 point-to-point 
 ip address 172.12.123.5 255.255.255.252 
 no ip route-cache 
 frame-relay interface-dlci 333
R2
Code:
interface Serial0/0 
 ip address 172.12.123.2 255.255.255.252 
 encapsulation frame-relay 
 frame-relay map ip 172.12.123.1 111 broadcast 
 no frame-relay inverse-arp 
 frame-relay lmi-type cisco
R3
Code:
interface Serial0/0 
 ip address 172.12.123.6 255.255.255.252 
 encapsulation frame-relay 
 frame-relay map ip 172.12.123.5 111 broadcast
 no frame-relay inverse-arp 
 frame-relay lmi-type cisco
This should get your FR PVCs up and running.

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top