DLSW Lite - please help!!!

From: Hunt Lee (ciscoforme3@yahoo.com.au)
Date: Fri Dec 27 2002 - 11:42:10 GMT-3


For DLSW Lite, apart from the "frame-relay map llc2" command that is needed if
"multipoint" sub-interface is used, is there any other trick to DLSW Lite:-

I have the following lab setup:-

WebCentrall11 -- RTA --- Frame-Relay Switch --- RTB -- HARDCAT-LAPTOP

When I initiate traffic by clicking on Network Neighborhood, I can see the MAC
addresses showing up from the "show bridge" command & "show dlsw reachability" & I
can also see the DLSW peers' states as Connect. Yet the circuit keeps on getting
to the CKT_START state, then the circuit will disappear, and I can't see the
other computer via Network Neighborhood.

RTA#sh bridge

Total of 300 station blocks, 298 free
Codes: P - permanent, S - self

Bridge Group 1:

    Address Action Interface Age RX count TX count
0050.ba76.ea5f forward DLSw Port0 1 4 0
0050.04b9.4584 forward FastEthernet0/0 0 7 0
RTA#
  
RTB#sh bridge

Total of 300 station blocks, 298 free
Codes: P - permanent, S - self

Bridge Group 1:

    Address Action Interface Age RX count TX count
0050.ba76.ea5f forward Ethernet0 1 4 0
0050.04b9.4584 forward DLSw Port0 0 4 0
RTB#

RTA#sh dlsw peer
Peers: state pkts_rx pkts_tx type drops ckts TCP uptime
 LLC2 Se0/0.1 120 CONNECT 174 160 conf 0 0 - 00:46:53
Total number of connected peers: 1
Total number of connections: 1

RTB#sh dlsw peer
Peers: state pkts_rx pkts_tx type drops ckts TCP uptime
 LLC2 Se0 121 CONNECT 159 170 conf 0 0 - 00:46:14
Total number of connected peers: 1
Total number of connections: 1

RTA#sh dlsw reachability
DLSw Local MAC address reachability cache list
Mac Addr status Loc. port rif
000a.209d.a221 FOUND LOCAL TBridge-001 --no rif--

DLSw Remote MAC address reachability cache list
Mac Addr status Loc. peer
000a.5d6e.57fa FOUND REMOTE on interface Serial0/0

DLSw Local NetBIOS Name reachability cache list
NetBIOS Name status Loc. port rif
WEBCENTRAL11 FOUND LOCAL TBridge-001 --no rif--

DLSw Remote NetBIOS Name reachability cache list
NetBIOS Name status Loc. peer
HARDCAT-LAPTOP FOUND REMOTE on interface Serial0/0

RTB#sh dlsw reachability
DLSw Local MAC address reachability cache list
Mac Addr status Loc. port rif
000a.5d6e.57fa FOUND LOCAL TBridge-001 --no rif--

DLSw Remote MAC address reachability cache list
Mac Addr status Loc. peer

DLSw Local NetBIOS Name reachability cache list
NetBIOS Name status Loc. port rif
HARDCAT-LAPTOP FOUND LOCAL TBridge-001 --no rif--

DLSw Remote NetBIOS Name reachability cache list
NetBIOS Name status Loc. peer
WEBCENTRAL11 FOUND REMOTE on interface Serial0 max-lf(516)

But the DLSW circuit just stays at "CKT_START"...

RTB#sh dlsw circuits
Index local addr(lsap) remote addr(dsap) state uptime
788529156 000a.5d6e.57fa(F0) 000a.209d.a221(F0) CKT_START -
RTB#

And here's the config:-

For RTA-

dlsw local-peer peer-id 1.1.1.1 promiscuous
dlsw remote-peer 0 frame-relay interface Serial0/0.1 120
dlsw bridge-group 1

interface Loopback0
 ip address 1.1.1.1 255.255.255.255

interface FastEthernet0/0
 no ip address
 speed 10
 half-duplex
 bridge-group 1

interface Serial0/0
 no ip address
 encapsulation frame-relay
 no fair-queue
 frame-relay lmi-type cisco
!
interface Serial0/0.1 multipoint
 ip address 172.16.1.1 255.255.255.0
 no ip split-horizon eigrp 2001
 frame-relay map llc2 120 broadcast
 frame-relay map ip 172.16.1.5 110 broadcast
 frame-relay map ip 172.16.1.6 120 broadcast

router eigrp 2001
 passive-interface FastEthernet0/0
 network 1.0.0.0
 network 172.16.0.0
 no auto-summary

bridge 1 protocol ieee

As for RTB:-

dlsw local-peer peer-id 3.3.3.3
dlsw remote-peer 0 frame-relay interface Serial0 121
dlsw bridge-group 1

interface Loopback1
 ip address 3.3.3.3 255.255.255.255

interface Ethernet0
 no ip address
 bridge-group 1

interface Serial0
 ip address 172.16.1.6 255.255.255.0
 encapsulation frame-relay
 no fair-queue
 clockrate 64000
 frame-relay map llc2 121 broadcast
 frame-relay map ip 172.16.1.5 121 broadcast
 frame-relay map ip 172.16.1.1 121 broadcast
 no frame-relay inverse-arp

router eigrp 2001
 network 3.0.0.0
 network 172.16.0.0
 no auto-summary
 no eigrp log-neighbor-changes

bridge 1 protocol ieee

& finally, here is some of the logs (debug) if it helps...

Dec 27 23:33:27.035 UTC: CSM: delete group cache for A:209D:A221, group 0
Dec 27 23:33:27.047 UTC: DLSw: START-LLC2PFSM (peer on interface Serial0):
event:CORE-DELETE CIRCUIT state:CONNECT
Dec 27 23:33:27.051 UTC: DLSw: dllc2p_action_q() peer del circuit for peer on
interface Serial0
Dec 27 23:33:27.051 UTC: DLSw: END-LLC2PFSM (peer on interface Serial0):
state:CONNECT->CONNECT

Dec 27 23:33:29.471 UTC: DLSw: Peer Received : CLSI Msg : DATA.Ind dlen: 271
Dec 27 23:33:31.987 UTC: CSM: Received CLSI Msg : UDATA_STN.Ind dlen: 180 from
DLSw Port0
Dec 27 23:33:31.991 UTC: CSM: smac 000a.209d.a221, dmac c000.0000.0080, ssap F0,
dsap F0
Dec 27 23:33:31.991 UTC: CSM: Received frame type NETBIOS DATAGRAM from
000a.209d.a221, DL0
Dec 27 23:33:31.995 UTC: PEER-DISP Sent : CLSI Msg : DATA.Req dlen: 272
Dec 27 23:33:32.147 UTC: DLSw: Peer Received : CLSI Msg : DATA.Ind dlen: 290
Dec 27 23:33:32.163 UTC: CSM: Received CLSI Msg : UDATA_STN.Ind dlen: 180 from
DLSw Port0
Dec 27 23:33:32.163 UTC: CSM: smac 000a.209d.a221, dmac c000.0000.0080, ssap F0,
dsap F0
Dec 27 23:33:32.167 UTC: CSM: Received frame type NETBIOS DATAGRAM from
000a.209d.a221, DL0
Dec 27 23:33:32.171 UTC: PEER-DISP Sent : CLSI Msg : DATA.Req dlen: 272
Dec 27 23:33:32.323 UTC: DLSw: Peer Received : CLSI Msg : DATA.Ind dlen: 290
Dec 27 23:33:40.691 UTC: DLSw: Peer Received : CLSI Msg : DATA.Ind dlen: 171
Dec 27 23:33:40.707 UTC: CSM: Received CLSI Msg : UDATA_STN.Ind dlen: 79 from DLSw
Port0
Dec 27 23:33:40.711 UTC: CSM: smac 000a.209d.a221, dmac 000a.5d6e.57fa, ssap F0,
dsap F0
Dec 27 23:33:40.711 UTC: CSM: Received frame type NETBIOS NAME_RECOGNIZED from
000a.209d.a221, DL0
Dec 27 23:33:40.715 UTC: PEER-DISP Sent : CLSI Msg : DATA.Req dlen: 171
Dec 27 23:33:40.811 UTC: DLSw: Peer Received : CLSI Msg : DATA.Ind dlen: 171
Dec 27 23:33:40.827 UTC: CSM: Received CLSI Msg : UDATA_STN.Ind dlen: 79 from DLSw
Port0
Dec 27 23:33:40.831 UTC: CSM: smac 000a.209d.a221, dmac 000a.5d6e.57fa, ssap F0,
dsap F0
Dec 27 23:33:40.831 UTC: CSM: Received frame type NETBIOS NAME_RECOGNIZED from
000a.209d.a221, DL0
Dec 27 23:33:40.835 UTC: PEER-DISP Sent : CLSI Msg : DATA.Req dlen: 171
Dec 27 23:33:40.911 UTC: DLSw: Peer Received : CLSI Msg : DATA.Ind dlen: 92
Dec 27 23:33:40.915 UTC: CSM: Peer lf 516 less than CUR_cs lf 1500

It woluld be greatly appreciated if anyone can shed some light on this.

Hunt

http://movies.yahoo.com.au - Yahoo! Movies
- What's on at your local cinema?
.



This archive was generated by hypermail 2.1.4 : Fri Jan 17 2003 - 17:21:53 GMT-3