This chapter describes the steps for configuring the Logical Link Control, type 2 (LLC2) data link interface. You may need to configure the LLC2 data link interface if you are configuring source route bridging, Advanced Peer-to-Peer Networking (APPN) routing, data link switching (DLSw), or Synchronous Data Link Control (SDLC).
Logical Link Control, type 2 (LLC2) is a connection-oriented version of the LLC data-link layer protocol used to connect end devices. The LLC2 data link interface can be configured on the bridge/router. These parameters determine the session interaction between the LLC2 end systems and the bridge/router. The default settings should be sufficient for most network configurations.
For more information on LLC2 p-bits (poll bits) and I-frames (information frames) configured in this procedure, see the IBM Token-Ring Network Architecture Reference document.
To configure the LLC2 data link interface, follow these steps:
1 . Configure the length of time the bridge/router waits for a response of an LLC2 p-bit command, or acknowledgment of an LLC2 I-frame using:
SETDefault !<port> -LLC2 TImerReply = <milliseconds>(5000-60000)
2 . Configure the length of time that the bridge/router will wait before acknowledging the received I-frame using:
SETDefault !<port> -LLC2 TImerAck = <milliseconds>(0-500)
3 . Configure the time period that the bridge/router expects to receive a frame from the other end using:
SETDefault !<port> -LLC2 TImerInact = <milliseconds>(3000-180000)
The TImerInact value should be at least five times the value entered for the TImerReply parameter.
4 . Define the retry count, or the maximum number of times to retransmit after the reply timer expires using:
SETDefault !<port -LLC2 RetryCount = <retrys>(1-255)
5 . Configure the maximum frame size in bytes of the information field using:
SETDefault !<port> -LLC2 MaxFrame = <size>(128-4399)
6 . Configure the receive window size for I-frames using:
SETDefault !<port> -LLC2 ReceiveWindow = <size>(1-128)
7 . Configure the transmit window size for I-frames using:
SETDefault !<port> -LLC2 TransmitWindow = <size>(1-128)
8 . Prepare for the number of LLC2 sessions you plan to have using:
SETDefault -SYS CONNectionUsage = [High | Medium | Low]
You can display information about specific LLC2 sessions or a log of LLC2 activity.
To display information regarding LLC2 data link interface sessions, enter:
SHow -LLC2 SESSions
The display is similar to the following:
---------------------------LLC2 Sessions---------------------------
.........LLC2 Active Source Mac Address:%02608C3C36AC..............
Source:%02608C3C36AC Sap:04 Dest:%02608C1A0CE7 Sap:04 Port:!2-ACTIVE RIF: 06F0 (SRF LF=0x38:92&3:258
In this display, "Source" refers to the media access control (MAC) address of the bridge/router where the LLC2 connection originated, and "Destination" refers to the MAC address of the bridge/router where the LLC2 connection is intended to go. For tunneling, the source address is the peer MAC address, and the destination address is the local MAC address that is configured with the TUNnelMAcadd parameter.
The source or destination depends on which tunnel peer bridge/router you are using. For example, if you entered the SHow -LLC2 SESSions command on the destination bridge/router shown in the preceding display, the MAC addresses would be reversed, as shown in the following display:
---------------------------LLC2 Sessions---------------------------
.........LLC2 Active Source Mac Address:%02608C1A0CE7..............
Source:%02608C1A0CE7 Sap:04 Dest:%02608C3C36AC Sap:04 Port:!2-ACTIVE RIF: Transparent Frame
For more information on the parameters in the LLC2 Service, see the LLC2 Service Parameters chapter in Reference for Enterprise OS Software.
You can display a log of LLC2 activity by entering:
SHow -LLC2 Llc2LOG
The log displays a history of the most recent 256 log entries including the following actions:
IBM-related services such as DLSw and APPN are affected by parameter settings in the BRidge, SR, and LLC2 Services. NETBuilder token ring ports that send or receive LLC2 or NetBIOS packets must be configured properly to avoid token ring frame copy errors and to allow connectivity. Table 66 shows the required settings in source route (SR), source route transparent (SRT), and transparent bridging environments for each of the IBM-related services. 3Com recommends configuring token ring ports for source route only mode if possible.
In Table 66, tunneling refers to the 3Com proprietary method of LLC2 tunneling, DLSw refers to data link switching, and LNM refers to LAN Net Manager. The settings are shown in abbreviated form. 3Com-recommended configurations are shown in bold.
The row in Table 66 labeled DLSw/Tunneling with port configuration SR represents DLSw or 3Com tunneling in a source-route-only port configuration. The entries in this row expand to the following NETBuilder software configuration syntax:
SETDefault -BRidge CONTrol = Bridge | NoBridge
SETDefault !<port> -SR SrcRouBridge = SrcRouBridge
SETDefault !<port> -BRidge TransparentBridge = NoTransparentBridge
SETDefault !<port> -SR RingNumber = <number> (1-4095)
SETDefault !<port> -SR RouteDiscovery = LLC2
SETDefault !<port> -LLC2 CONTrol = Enable
In this configuration, global bridging is enabled or disabled on one or more token ring ports. Transparent bridging is disabled, source routing and route discovery are configured, and LLC2 is enabled.