Table Of Contents
Configuring SNA Frame Relay Access Support
SNA Frame Relay Access Support Configuration Task List
Configure Frame Relay Access Support
Configure Frame Relay Boundary Access Node Support
Configure Frame Relay Access Support Congestion Management
Configure Frame Relay RSRB Dial Backup
Monitor and Maintain Frame Relay Access Support
Frame Relay Access Support Configuration Examples
LAN-Attached SNA Devices Example
SDLC-Attached SNA Devices Example
Boundary Access Node Example
Configuring SNA Frame Relay Access Support
This chapter describes Frame Relay access support for Systems 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 Bridging and IBM Networking Command Reference.
SNA Frame Relay Access Support Configuration Task List
To configure Frame Relay access support, perform the tasks described in the following sections:
•
Configure Frame Relay Access Support
•
Configure Frame Relay Boundary Access Node Support
•
Configure Frame Relay Access Support Congestion Management
•
Configure Frame Relay RSRB Dial Backup
•
Monitor and Maintain Frame Relay Access Support
See the end of this chapter for "Frame Relay Access Support Configuration Examples."
Configure Frame Relay Access Support
To configure Frame Relay access support (FRAS), 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]
|
Because 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 (that is, RFC 1490) can take all LLC2 interface configuration commands.
Configure Frame Relay Boundary Access Node Support
To configure Frame Relay boundary access node (BAN), perform the following task in interface configuration mode:
Task
|
Command
|
Associate a bridge to the Frame Relay BAN.
|
fras ban local-ring bridge-number ring-group ban-dlci-mac dlci dlci#1 [dlci#2 . . . dlci#5] [bni mac-addr]
|
BAN simplifies router configuration when multiple LLC sessions are multiplexed over the same DLCI. By comparison, SAP multiplexing requires static definitions and maintenance overhead. By using BAN, the Token Ring MAC address is included in every frame to uniquely identify the LLC session. Downstream devices can be dynamically added and deleted with no configuration changes required on the router.
Configure Frame Relay Access Support Congestion Management
Frame Relay access support provides a congestion control mechanism based on the interaction between congestion notification bits in the Frame Relay packet and the dynamic adjustment of the LLC2 send window. This window is the number of frames the Cisco IOS software can send before waiting for an acknowledgment. The window size decreases with the occurrence of backward explicit congestion notification (BECN) and increases when no BECN frames are received.
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 packet-count1
|
Enable the dynamic window flow-control mechanism.
|
llc2 dynwind [nw nw-number] [dwc dwc-number]
|
You can enable the dynamic window mechanism only if you are using Frame Relay IETF encapsulation.
Configure Frame Relay RSRB Dial Backup
When the Frame Relay network is down, the Cisco IOS software checks whether the dial backup feature is configured for the particular DLCI number. If it is configured, the software removes the FRAS to the downstream device connection and establishes the RSRB to this downstream device connection.
To configure RSRB dial backup, perform the following task in interface configuration mode:
Task
|
Command
|
Activate Frame Relay RSRB dial backup.
|
fras backup rsrb vmacaddr local-ring-number target-ring-number host-mac-address
|
Monitor and Maintain Frame Relay Access Support
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.
|
show fras map
|
Frame Relay Access Support Configuration Examples
The following sections provide Frame Relay access support configuration examples:
•
LAN-Attached SNA Devices Example
•
SDLC-Attached SNA Devices Example
•
Boundary Access Node Example
LAN-Attached SNA Devices Example
illustrates the configuration of SNA devices attached to a LAN.
Figure 111 LAN-Attached SNA Devices
The following is the configuration for the network shown in :
fras map llc 0800.5a8f.8802 4 4 serial 0 frame-relay 200 4 4
encapsulation frame-relay IETF
frame-relay lmi-type ansi
SDLC-Attached SNA Devices Example
illustrates the configuration of SDLC-attached SNA devices.
Figure 112 SDLC-Attached SNA Devices
The following is the configuration file for the network shown in :
fras map sdlc C1 serial 0 frame-relay 200 4 4
encapsulation frame-relay ietf
frame-relay lmi-type ansi
Boundary Access Node Example
The following configuration shows FRAS BAN support for Token Ring and serial interfaces. You must specify the source-bridge ring-group global command before you configure the fras ban interface command. When Token Ring is configured, the source-bridge interface command includes the local-ring, bridge-number, and the target-ring values. The source-bridge command enables local source-route bridging on a Token Ring interface.
source-bridge ring-group 200
encapsulation frame-relay ietf
frame-relay lmi-type ansi
fras ban 120 1 200 4000.1000.2000 dlci 16 17
For SDLC connections, you must include SDLC configuration commands:
sdlc vmac 4000.1000.1000 110 5 200
sdlc partner 4000.4444.1000 C1