DLSw+ Redundancy and Fault Tolerance
Problem
You want to improve the fault tolerance of your DLSw network.
Solution
There are several things you can do to improve the reliability and fault tolerance of your network. Many of these solutions have the added benefit of improving performance. The first important thing to consider is having more than one DLSw peer router connected to the mainframe’s Token Ring. In this case, you will want to make sure that you balance the load between the two peers as much as possible:
dlsw-branch#configure terminalEnter configuration commands, one per line. End with CNTL/Z. dlsw-branch(config)#source-bridge ring-groupdlsw-branch(config)#101dlsw local-peer peer-iddlsw-branch(config)#10.1.2.5dlsw timer explorer-wait-timedlsw-branch(config)#5dlsw load-balance circuit-countdlsw-branch(config)#dlsw remote-peer0tcp10.1.1.5lsap-output-listdlsw-branch(config)#200dlsw remote-peer0tcp10.1.1.9lsap-output-listdlsw-branch(config)#200dlsw allroute-snadlsw-branch(config)#enddlsw-branch#
Discussion
This example is extremely similar to the one shown in Recipe 15.2, so the interface parts of the configuration are left out for simplicity. The main difference is the presence of a second dlsw remote-peer command. This command points to the IP address of a second router that is on the same central Token Ring as the mainframe. So the same mainframe MAC address is visible on this branch router coming from both DLSw peers.
The command dlsw load-balance circuit-count ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access