cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
432
Views
0
Helpful
2
Replies

DLSW and encapsulation ISL

duhlich
Level 1
Level 1

Hello at all

HW: cisco Router 2650 version 12.2(7)

Situtation of the Configuration

on the ethernet interface we have configurated VLANs (encapsulation ISL)

and DLSw

global parameters:

source-bridge ring-group (XXXX)

dlsw local-peer peer-id (Local Peer IP address)

dlsw remote-peer 0 tcp (Remote Peer IP address)

dlsw bridge-group 1

bridge 1 protocol ieee

on the ethernet Interface of the Router (VLAN 1) we have configurate

bridge-group 1

The Mainframe is in VLAN 1

The peer is connected but the circuit will not. (he become a Time expired)

has anybody an idea (is it possible to connect SNA over VLANs)

Best regards

Dennis

2 Replies 2

steve.barlow
Level 7
Level 7

If there is no token ring, you actually don't need the source-bridge ring-group command. Did you place the bridge-group 1 on the subinterface or the interface? Dot1q and dlsw don't work together, but isl and dlsw+ do.

Does you config look something like this:

!

dlsw local-peer peer-id 10.10.10.10

dlsw remote-peer 0 tcp 20.20.20.20

dlsw bridge-group 1

!

interface FastEthernet0/0

no ip address

no ip directed-broadcast

!

interface FastEthernet0/0.1

encapsulation isl 1

no ip redirects

no ip directed-broadcast

bridge-group 1

bridge-group 1 spanning-disabled

Steve

hi steve

thats correct.

- ip routing and so on is all fine.

- also the mac address is checked.

- the peer is connected.

but the circ will not came up

in the debugging I get after many XID tx and rx a time expired (HLTN)

tell me what you need to know

best regards Dennnis

Review Cisco Networking for a $25 gift card