OT Frame Relay Switch with two 1601 HELP

From: Rob Rummel (Rummel@xxxxxxxxxxxxx)
Date: Sun Jun 17 2001 - 01:37:37 GMT-3


   
I am using two 1601 routers. Creating a tunnel thru the Ethernet
interface.
I'm trying to create a full mesh Frame relay cloud.
After running the config I do a show frame map and see no mapping.
I have no problems with routing across the other interface its going
thru the tunnel I get into a jam

I have been messing with this all day. I tried numerous configs and here
is the latest

hostname frame_1
!
!
frame-relay switching
!
interface Tunnel0
 no ip address
 tunnel source Ethernet0
 tunnel destination 192.168.1.1
!
interface Ethernet0
 ip address 192.168.1.2 255.255.255.0
 no shut
!
interface Serial0
 no ip address
 encapsulation frame-relay
 clockrate 1000000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 112 interface Serial1 211
 frame-relay route 113 interface Tunnel0 311
 frame-relay route 114 interface Tunnel0 411
 no shut
!
interface Serial1
 no ip address
 encapsulation frame-relay
 clockrate 1000000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 211 interface Serial0 112
 no shut
!
no ip classless
!
line con 0
line aux 0
line vty 0 4
 login
!
end

hostname frame_2
!
!
frame-relay switching
!
interface Tunnel0
 no ip address
 tunnel source Ethernet0
 tunnel destination 192.168.1.2
!
interface Ethernet0
 ip address 192.168.1.1 255.255.255.0
 no shut
!
interface Serial0
 no ip address
 encapsulation frame-relay
 clockrate 1000000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 311 interface Tunnel0 113
 no shut
!
interface Serial1
 no ip address
 encapsulation frame-relay
 clockrate 1000000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 411 interface Tunnel0 114
 no shut
!
no ip classless
!
!
line con 0
line aux 0
line vty 0 4
 login
!
end
Am I missing something???? This thing is driving me nuts....
Thanks........

Any sufficiently advanced technology is indistinguishable from magic.
- Arthur C. Clarke
**Please read:http://www.groupstudy.com/list/posting.html



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:31:25 GMT-3