This section describes how to configure the bridge/router for both ends of an SNA connection using the DLSw protocol.
Before beginning this procedure, complete the following tasks:
Figure 234 shows a sample data link switching configuration for an SNA environment.
Figure 234
Configuring Data Link Switching for SNA
Table 68 lists the commands used to configure the example in Figure 234.
To configure data link switching for SNA bridge/router A, see Figure 234 and follow these steps:
1 . Enable transmission of Transmission Control Protocol (TCP) keepalive packets by entering:
SETDefault -TCP CONTrol = KeepAlive
2 . Specify the number of contiguously missed keepalive packets that will bring down the TCP session.
SETDefault -TCP KeepAliveLimit = 3
3 . Enable LLC traffic from a port to be tunneled through data link switching by entering:
SETDefault !1 -LLC2 CONTrol = Enable
SETDefault !1 -SR RouteDiscovery = LLC2
DLSw is affected by parameter settings in other services. For more information, see "Configuring LLC2 with Other Services" in the Configuring the LLC2 Data Link Interface chapter.
4 . Assign a unique virtual ring number for the data link switching cloud.
SETDefault -LLC2 TUNnelVRing = 100
This virtual ring number must match on all peer bridge/routers used for tunneling and must be unique within the token ring network.
5 . Configure the desired mode of operation.
SETDefault -DLSw MOde = Secure
SETDefault -DLSw MOde = Secure, DefaultPRioritized
6 . Configure an IP address to connect traffic to and from the router.
SETDefault -DLSw Interface = 129.213.1.1
All Internet addresses for connected bridge/routers must be known in the routing table of the local bridge/router, either dynamically through RIP or OSPF, or statically configured in the IP routing tables.
7 . Enable data link switching for SNA traffic on the port by entering:
SETDefault -DLSw CONTrol = (EnableSNA, DisableNetBIOS)
8 . Configure the DLSw tunnel peer IP connection by entering:
ADD !1 -DLSw PEer 129.213.1.2
9 . To configure bridge/router B, repeat steps 1-8.