compound switch frame relay problem

From: Idris, Hashiru Aminu (hashng@yahoo.com)
Date: Thu Mar 03 2005 - 18:23:43 GMT-3


hello
 
found a compund frame relay switch config on the internetwork experts site
which will make my 2X2501s give me a four port frame relay switch. but on configuring it i can't get the dlcis active this is my config am i missing something?
nb: the two routers are connected thru a rollover cable via their aux 0 ports.
here is my configs from the two routers. i'm using a 12.2 t ip plus image i dont know what ver used by internetworkexperts.com
 
 
 
hostname r7
!
enable secret 5 $1$0rT4$KcLHSXseFzu/a4.oTjdnc1
!
ip subnet-zero
no ip domain lookup
!
frame-relay switching
!
!
!
interface Tunnel0
 no ip address
 tunnel source Async1
 tunnel destination 12.0.0.2
!
interface Ethernet0
 no ip address
 shutdown
!
interface Serial0
 no ip address
 encapsulation frame-relay
 clockrate 64000
 frame-relay lmi-type cisco
 frame-relay intf-type dce
 frame-relay route 221 interface Tunnel0 122
 frame-relay route 223 interface Serial1 322
 frame-relay route 224 interface Tunnel0 422
!
interface Serial1
 no ip address
 encapsulation frame-relay
 clockrate 64000
 frame-relay lmi-type cisco
 frame-relay intf-type dce
 frame-relay route 321 interface Tunnel0 123
 frame-relay route 322 interface Serial0 223
frame-relay route 324 interface Tunnel0 423
!
interface BRI0
 no ip address
 shutdown
!
interface Async1
 ip address 12.0.0.1 255.0.0.0
 async dynamic routing
 async mode dedicated
!
ip classless
ip http server
!
!
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 password cisco
 logging synchronous
 login
line aux 0
 modem InOut
 transport input all
 speed 38400
 flowcontrol hardware
line vty 0 4
 password cisco
 login
!
end
r7#

----------------------------------------
hostname r8
!
enable secret 5 $1$vQM4$k0e1APVqi2Inabbtnti9b.
!
ip subnet-zero
no ip domain lookup
!
frame-relay switching
!
!
!
interface Tunnel0
 no ip address
 tunnel source Async1
 tunnel destination 12.0.0.1
!
interface Ethernet0
 no ip address
 shutdown
!
interface Serial0
 no ip address
 encapsulation frame-relay
 clockrate 64000
 frame-relay lmi-type cisco
 frame-relay intf-type dce
 frame-relay route 122 interface Tunnel0 221
 frame-relay route 123 interface Tunnel0 321
 frame-relay route 124 interface Serial1 421
!
interface Serial1
 no ip address
 encapsulation frame-relay
 clockrate 64000
 frame-relay lmi-type cisco
 frame-relay intf-type dce
 frame-relay route 421 interface Serial0 124
 frame-relay route 422 interface Tunnel0 224
 frame-relay route 423 interface Tunnel0 324
!
interface Async1
 ip address 12.0.0.2 255.0.0.0
 async dynamic routing
 async mode dedicated
!
ip classless
ip http server
!
!
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 password cisco
 logging synchronous
 login
line aux 0
 modem InOut
 transport input all
 speed 38400
flowcontrol hardware
line vty 0 4
 password cisco
 login
!
end
r8#
-------------------------------------------
the output of sh frame route from the two routers

r7#sh frame route
Input Intf Input Dlci Output Intf Output Dlci Status
Serial0 221 Tunnel0 122 inactive
Serial0 223 Serial1 322 active
Serial0 224 Tunnel0 422 inactive
Serial1 321 Tunnel0 123 inactive
Serial1 322 Serial0 223 active
Serial1 324 Tunnel0 423 inactive
Tunnel0 122 Serial0 221 active
Tunnel0 123 Serial1 321 active
Tunnel0 422 Serial0 224 active
Tunnel0 423 Serial1 324 active
r7#
-------------------------------------------
r8#sh frame route
Input Intf Input Dlci Output Intf Output Dlci Status
Serial0 122 Tunnel0 221 inactive
Serial0 123 Tunnel0 321 inactive
Serial0 124 Serial1 421 active
Serial1 421 Serial0 124 active
Serial1 422 Tunnel0 224 inactive
Serial1 423 Tunnel0 324 inactive
Tunnel0 221 Serial0 122 active
Tunnel0 224 Serial1 422 active
Tunnel0 321 Serial0 123 active
Tunnel0 324 Serial1 423 active
r8#
----------------------------------------
all the serial ports attached to the frame switch are enabled and active
TIA
Hashiru
 

                
---------------------------------
Celebrate Yahoo!'s 10th Birthday!
 Yahoo! Netrospective: 100 Moments of the Web



This archive was generated by hypermail 2.1.4 : Sun Apr 03 2005 - 17:56:40 GMT-3