|
This chapter describes our Frame Relay access support for System Network Architecture (SNA) devices. For a complete description of the commands mentioned in this chapter, refer to the "SNA Frame Relay Access Support Commands" chapter of the Router Products Command Reference publication.
The multiprotocol encapsulation specification is described in RFC 1490 and FRF.3 Agreement from the Frame Relay Forum (FRF).
The Frame Relay encapsulation method is based on the RFC 1490 frame format for "user-defined" protocols using Q.933 NLPID, as illustrated in Figure 28-1.
Our Frame Relay Access support consists of a router acting as a Frame Relay Access Device (FRAD) for Synchronous Data Link Control (SDLC), Token Ring, and Ethernet attached devices over a Frame Relay Boundary Network Node (BNN) link. Frame Relay access support allows the router acting as a FRAD to take advantage of the SNA BNN support for Frame Relay provided by ACF/NCP 7.1 and OS/400 V2R3. Downstream PU 2.0 and PU 2.1 devices can be attached to the router through SDLC, Token Ring or Ethernet links. The router acting as a FRAD is connected to the NCP or AS/400 through a public or private Frame Relay network, as illustrated in Figure 28-2.
The frame format used to communicate across the Frame Relay BNN link is defined in RFC 1490 for routed SNA traffic. From the perspective of the SNA host (for example an NCP or AS/400), the Frame Relay connection is defined as a switched resource similar to a Token Ring BNN link.
The router is responsible for terminating the local data link control (DLC) frames (such as SDLC and Token Ring frames) and for modifying the DLCs to 802.2 compliant LLC frames. The LLC logical link is used to provide a reliable connection-oriented link layer transport required by SNA. (For example, 802.2 LLC is used to provide link layer acknowledgment, sequencing and flow control.)
The router encapsulates these 802.2 LLC frames according to the RFC 1490 format for SNA traffic. The frames are then forwarded to the SNA host on a Frame Relay permanent virtual circuit (PVC). In the reverse direction, the router is responsible for de-encapsulating the data from the Frame Relay PVC, and for generating and transmitting the appropriate local DLC frames to the downstream devices.
To configure Frame Relay access support, perform the tasks described in the following sections:
See the end of this chapter for "Frame Relay Access Support Configuration Examples."
To configure Frame Relay access support, perform one of the following tasks in interface configuration mode:
Task | Command |
---|---|
Associate an LLC connection with a Frame Relay DLCI. | fras map llc mac-address lan-lsap lan-rsap serial port frame-relay dlci fr-lsap fr-rsap [PFID2 | AFID2| FID4] |
Associate an SDLC link with a Frame Relay DLCI. | fras map sdlc sdlc-address serial port frame-relay dlci fr-lsap fr-rsap [PFID2 | AFID2| FID4] |
Since Frame Relay itself does not provide a reliable transport as required by SNA, the RFC 1490 support of SNA uses LLC2 as part of the encapsulation to provide link-level sequencing, acknowledgment and flow control. The serial interface configured for Internet Engineering Task Force (IETF) encapsulation (in other words, RFC 1490) can take all LLC2 interface configuration commands.
To configure congestion management, perform the following tasks in interface configuration mode:
Task | Command |
---|---|
Specify the maximum window size for each logical connection. | llc2 local-window size1 |
Enable the dynamic window flow-control mechanism. | llc2 dynwind [nw nw-number] [dwc dwc-number] |
1This command is documented in the "LLC2 and SDLC Commands" chapter of the Router Products Command Reference publication. |
You can enable the dynamic window mechanism only if you are using Frame Relay IETF encapsulation.
To display information about the state of Frame Relay access support, perform the following command in privileged EXEC mode:
Task | Command |
---|---|
Display the mapping and connection state of the Frame Relay access support. |
The following sections provide Frame Relay access support configuration examples:
Figure 28-3 illustrates the configuration of SNA devices attached to a local-area network (LAN).
The following is the configuration for the network shown in Figure 28-3:
interface TokenRing 0
no ip address
no keepalive
ring-speed 16
fras map llc 0800.5a8f.8802 4 4 serial 0 frame-relay 200 4 4
!
interface serial 0
mtu 2500
no ip address
encapsulation frame-relay IETF
keepalive 12
frame-relay lmi-type ansi
frame-relay map llc2 200
Figure 28-4 illustrates the configuration of SDLC-attached SNA devices.
The following is the configuration file for the network shown in Figure 28-4:
interface serial 1
no ip address
encapsulation sdlc
no keepalive
clockrate 56000
sdlc address C1
sdlc xid C1 05D01501
sdlc role primary
fras map sdlc C1 serial 0 frame-relay 200 4 4
!
interface serial 0
mtu 2500
no ip address
encapsulation frame-relay IETF
keepalive 12
frame-relay lmi-type ansi
frame-relay map llc2 200
Posted: Mon Oct 21 11:12:14 PDT 2002
All contents are Copyright © 1992--2002 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.