cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
360
Views
1
Helpful
3
Replies

dlsw does not work to me with SNA

mbarrios
Level 1
Level 1

I have two routers, in the router A i have AS/400 server with ip addrs 172.1.1.11 the port lan of router is 172.1.1.3.

In the router B the ip addrs the lan port is 192.168.62.2. The command on the router are.

Router A

dlsw local-peer peer-id 172.1.1.3

dlsw remote-peer 0 tcp 192.168.62.2

dlsw bridge-group 1

interface ethernet0

ip addr 172.1.1.3 255.255.255.0

bridge-group 1

Interface serial0

ip addr 192.168.186.1 255.255.255.252

bridge 1 protocol ieee

Router B

dlsw local-peer peer-id 192.168.62.2

dlsw remote-peer 0 tcp 172.1.1.3

dlsw bridge-group 1

interface ethernet0

ip addr 192.168.62.2 255.255.255.0

bridge-group 1

Interface serial0

ip addr 192.168.186.2 255.255.255.252

bridge 1 protocol ieee

___________________________________________________

The commando sh dlsw to peer appears not connect and I cannot raise the application of the AS/400.

no firewall, no acces list set up on the routers.

that I am making bad?

3 Replies 3

rsissons
Level 5
Level 5

Since you are using the LAN addresses for your DLSW local peers, you need to have IP connectivity between these addresses so you either need to run a routing protocol or put static routes into the config.

Verify that this is working by doing an extanded ping to the remote address using the local peer address as the source.

See the following URLs for more information on troubleshooting DLSW peer and circuit connectivity -

http://www.cisco.com/warp/customer/697/top_issues/top_dlsw_tcpip.html

http://www.cisco.com/warp/customer/697/top_issues/top_dlsw_circuit.html

In when to IP everything works well.

I am using statics directions. If another form exists to do it sending please.

I am using ping extend, receiving answer of all the segments on the Wan.

I would suggest moving the dlsw remote-peer on both ends to a loopback address (preferable) or the serial interface.

If that fails, I would debug dlsw reachabililty verbose sna and debug dlsw peers (dlsw has lots of debugs you can look at).

Hope it helps.

Steve

Review Cisco Networking for a $25 gift card