From: kym blair (kymblair@xxxxxxxxxxx)
Date: Sun Jun 17 2001 - 07:40:46 GMT-3
Rob,
I haven't solved your problem yet, but here is the approach I'm taking: I've
simplified your frame cloud to two DLCIs ... 113 (FRAME_1 S0) and 311
(FRAME_2 S0) and removed lmi-type ansi all around. When I span the Frame
Cloud across FRAME_1 and FRAME_2 and route between 113 and 311, we're
actually routing from F1-S0 to F1-TUN0 and not making it to F2-S0. Likewise,
we're routing from F2-S0 to F2-TUN0 and not making it to F1-S0. When the
packet comes out of the tunnel, we haven't told it what interface is the
destination DLCI.
I've made the S1 interface on each router like a 3rd and 4th router and
cabled F1-S0 (DCE) to F2-S1 (DTE), and F2-S0 (DCE) to F1-S1 (DTE). Those
will come up once we figure how to route across our frame cloud. Here are
my current configs:
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
!
interface Serial0
no ip address
encapsulation frame-relay
clockrate 56000
dce-terminal-timing-enable
frame-relay intf-type dce
frame-relay route 113 interface Tunnel0 311
!
interface Serial1
ip address 10.1.1.1 255.255.255.0
encapsulation frame-relay
frame-relay map ip 10.1.1.1 311
frame-relay map ip 10.1.1.2 311
---------------------------------
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
!
interface Serial0
no ip address
encapsulation frame-relay
clockrate 56000
dce-terminal-timing-enable
frame-relay intf-type dce
frame-relay route 311 interface Tunnel0 113
!
interface Serial1
ip address 10.1.1.2 255.255.255.0
encapsulation frame-relay
frame-relay map ip 10.1.1.1 113
frame-relay map ip 10.1.1.2 113
Kym
>From: "Rob Rummel" <Rummel@Hawaii.rr.com>
>Reply-To: "Rob Rummel" <Rummel@Hawaii.rr.com>
>To: <ccielab@groupstudy.com>
>Subject: OT Frame Relay Switch with two 1601 HELP
>Date: Sat, 16 Jun 2001 18:37:37 -1000
>
>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