From: Emily Ham (ccieau@xxxxxxxxx)
Date: Sun Apr 14 2002 - 00:07:37 GMT-3
Hi JeongWoo,
Don't forget frame-relay direct only works in physical
interface. As for subinterface you need to use
frame-relay lite (ie frame-map ip map llc2 ) without
pass-thru
David Ham
--- Jeongwoo Park <jpark@wams.com> wrote: > Ok DLSW
gurus.
> DLSW over frame relay is not working.
> I saw your discussions on posts.
> I couldn't decide which way was correct way because
> too many conflict
> opinions against each other and cisco doc were there
> So, I tested it out myself. I couldn't get it to
> work. I tried different
> kinds of combination, such as with pass-thru, w/o
> pass-thru, with frame-map
> dlsw and with frame-relay llce. No luck, so I am
> asking your help.
>
> I had TCP encap over FR working, but no luck on
> direct encap nor on dlsw
> lite.
>
ether-router------------------------------------------------router-ether
> frame-relay
> Take a look at my config.
>
> What am I missing.
>
>
> hostname HQ
> !
> logging buffered 99999 debugging
> enable secret 5 $1$y2he$lnUO
> enable password xxxx
> !
> clock timezone PST -8
> ip subnet-zero
> no ip domain-lookup
> !
> !dlsw local-peer peer-id 1.1.1.1
> dlsw remote-peer 0 frame-relay interface Serial0/0
> 110
> dlsw bridge-group 1
> !
> interface Loopback0
> ip address 1.1.1.1 255.255.255.255
> !
> interface FastEthernet0/0
> ip address 192.22.22.254 255.255.255.0
> speed 100
> full-duplex
> bridge-group 1
> !
> interface Serial0/0
> no ip address
> encapsulation frame-relay
> no fair-queue
> service-module t1 timeslots 1-8
> !
> interface Serial0/0.110 point-to-point
> description Connection to Salinas_New
> ip address 10.0.5.1 255.255.255.252
> no arp frame-relay
> frame-relay interface-dlci 110
> !
> !
> bridge 1 protocol ieee
>
> ---------------------------------------------
>
> hostname Branch
> !
> logging buffered 4096 debugging
> enable password 7 06110
> !
> memory-size iomem 25
> ip subnet-zero
> no ip finger
> no ip domain-lookup
> !
> dlsw local-peer peer-id 10.0.5.2
> dlsw remote-peer 0 frame-relay interface Serial0/0
> 100
> !
> !
> !
> interface FastEthernet0/0
> ip address 10.100.5.2 255.255.255.0
> duplex auto
> speed auto
> bridge-group 1
> !
> interface Serial0/0
> ip address 10.0.5.2 255.255.255.252
> encapsulation frame-relay
> no fair-queue
> service-module t1 timeslots 1-8
> frame-relay interface-dlci 100
> !
> !
> ip classless
> ip route 0.0.0.0 0.0.0.0 10.0.5.1
> no ip http server
> !
> bridge 1 protocol ieee
>
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:58:07 GMT-3