[Top][Contents][Prev][Next][Last]Search


Configuring Frame Relay


This chapter covers these topics:
Using the MAX as a Frame Relay concentrator
Configuring the logical link to a Frame Relay switch
Configuring Connection profiles for Frame Relay
Monitoring Frame Relay connections

Using the MAX as a Frame Relay concentrator

In a Frame Relay backbone, every access line connects directly to a Frame Relay (FR) switch. In the past, most connections to the Frame Relay network were relatively high speed, such as full T1 or E1 lines. With recent changes in Frame Relay pricing, many sites now want to concentrate many low-speed dial-in connections into one high-speed nailed connection to a frame relay switch. When you can configure the MAX as a Frame Relay concentrator, it accepts incoming dial-in connections as usual and forwards them out to a frame relay switch.

Figure 4-1. The MAX operating as a Frame Relay concentrator

As a Frame Relay concentrator, the MAX can accept up to 96 low-speed connections in North America or Japan, or 120 low-speed connections in Europe. If all of the Frame Relay connections are concentrated onto the single 2-Mbps serial WAN interface, the MAX turns a single high-cost Frame Relay port on a traditional Frame Relay switch into approximately 100 operational ports.

Configuring the MAX as a Frame Relay concentrator involves the following elements:

Kinds of physical network interfaces

The MAX typically uses serial WAN, nailed T1, or nailed E1 to connect to a Frame Relay switch. For details on configuring these interfaces, see Chapter 2, Configuring the MAX for WAN Access.

Kinds of logical interfaces to a Frame Relay switch

Figure 4-2 shows the types of Frame Relay interfaces supported in the MAX:

Figure 4-2. Types of logical interfaces to Frame Relay switches


Note: As a Frame Relay concentrator, the MAX can operate as a CPE (Customer Premise Equipment) device or as a FR switch, or both. In Figure 4-2, all of the elements could be Ascend units, but are not necessarily so.

The MAX supports these types of interfaces to the Frame Relay network:

Network to Network Interface (NNI)

Figure 4-3. Network to Network interface (NNI) in a MAX unit

An NNI interface connection allows the MAX to appear as a Frame Relay network interface based on the NNI specifications. It performs both DTE and DCE link management, and allows two separate Frame Relay networks to connect via a common protocol. See Configuring an NNI interface.

User to Network Interface-Data Communications Equipment (UNI-DCE)

Figure 4-4. User to Network Interface-Data Communications Equipment (UNI-DCE)

UNI is the interface between an end-user and a network end point (a router or a switch) on the Frame Relay network. In a UNI-DCE connection, the MAX operates as a Frame Relay router communicating with a DTE device. To the DTE devices, it appears as a Frame Relay network end point. See Configuring a UNI-DCE interface.

User to Network Interface-Data Terminal Equipment (UNI-DTE)

In a UNI-DTE connection, configure the MAX as a UNI-DTE communicating with a Frame Relay switch. It acts as a Frame Relay feeder and performs the DTE functions specified for link management. See Configuring a UNI-DTE interface.

Figure 4-5. User to Network Interface - Data Terminal Equipment (UNI-DTE)


Note: For NNI or UNI-DTE connections, the MAX is able to query the device at the other end of the link about the status of the DLCIs in the connection. If any of the DLCIs become unusable and the DLCI's Connection profile has a specified Backup connection, the MAX dials the Connection profile specified in the Backup parameter in Connections > Session Options. See the MAX Reference Guide for details on the Backup parameter.

Types of Frame Relay connections

For Frame Relay connections, the MAX supports the following:

Gateway connections

The MAX receives an incoming PPP call, examines the destination IP address, and brings up the appropriate Connection profile to that destination, as usual. If the Connection profile specifies Frame Relay encapsulation, the Frame Relay profile, and a DLCI, the MAX encapsulates the packets in Frame Relay (RFC 1490) and forwards the data stream out to the Frame Relay switch using the specified DLCI. The Frame Relay switch uses the DLCI to route the frames. This is known as gateway mode.

Frame Relay circuits

A circuit is a permanent virtual circuit (PVC) segment that consists of two DLCI end points and possibly two Frame Relay profiles. It requires two and only two DLCI numbers: data drops if the circuit has only one DLCI and if Frame Relay defines more than two DLCI, Frame Relay only uses two DLCI numbers. You define circuits in two Connection profiles. Data coming in on the DLCI configured in the first Connection profile switches to the DLCI configured in the second one.

Redirect connections (rarely used)

When the MAX receives an incoming PPP call for which the session options specify FR Direct, it ignores the destination IP address in the packets from the dial-in client. Instead, the MAX routes the packet using the FR DLCI specified in the session options. In effect, the MAX does not route packets from the client in the usual sense, it simply passes them on to the Frame Relay network and assumes that another device routes the packets based on the destination IP address. This is known as redirect mode, and is not commonly used.

Configuring the logical link to a Frame Relay switch

The Frame Relay profile specifies a link, usually across a single cable, to the Frame Relay network. This link can support many permanent virtual circuits (PVCs), each with a different endpoint. These are the Frame Relay parameters:

For more information about each of these parameters, see the MAX Reference Guide.

Understanding the Frame Relay parameters

This section provides some background information about the Frame Relay parameters:

Specifying a profile name and activating the profile

User connections link up with the Frame Relay connection specified in this profile by specifying its profile name. The name must be unique and cannot exceed 15 characters.

Set the Active parameter to Yes to make this profile available for use.

Bringing down the datalink when DLCIs are not active

LinkUp indicates that the datalink comes up automatically and stays up even when the last DLCI has been removed. If you set this parameter to No, the datalink does not come up unless a Connection profile (DLCI) brings it up, and it shuts down after the last DLCI has been removed.


Note: You can start and drop Frame Relay datalink connections by using the DO DIAL and DO HANGUP commands. DO DIAL brings up a datalink connection. DO HANGUP closes the link and any DLCIs on it. If LinkUp=Yes, DO HANGUP brings the link down, but it automatically restarts. A restart also occurs if there is a DLCI profile invoking the datalink.

Defining the nailed connection to the switch

Nailed is the default for Frame Relay connections. When you define the call type as nailed, dial numbers and other telco options are N/A. You can specify switched if the Frame Relay switch allows dial-in; however, Frame Relay networks currently have no dial-out connection capability. The two types of data service that are available are 64K or 56K.

Specifying the type of Frame Relay interface

You can set the FR Type parameter to NNI (for an NNI interface to the switch), DCE (for a UNI-DCE interface), or DTE (for a UNI-DTE interface). See Kinds of logical interfaces to a Frame Relay switch.

Link management protocol

The Link Mgmt setting may be None (no link management), T1.617D (for T1.617 Annex D), and Q.933A (for Q.933 Annex A).

Frame Relay timers and event counts

Frame Relay timers and event counts are as follows:

MRU (Maximum Receive Units)

The MRU parameter specifies the maximum number of bytes the MAX can receive in a single packet across this link. Usually the default 1532 is the right setting, unless the far end device requires a lower number.

Example Frame Relay profile configurations

This section shows an example Frame Relay profile configuration for each type of Frame Relay interface (NNI, UNI-DCE, and UNI-DTE).

Configuring an NNI interface

In this example, the MAX has a nailed connection to another Frame Relay switch and also has an NNI interface configuration to that switch. Figure 4-6 shows the connection.

Figure 4-6. Example NNI interface to another switch

To configure the Frame Relay profile for this NNI interface:

  1. Open a Frame Relay profile.

  2. Assign the profile a name and activate it.

  3. Set the FR Type to NNI.

  4. Set up the nailed connection to the remote switch and specify the data service for the link. For example:

  5. Specify the link management protocol and its configuration parameters. For example:

  6. Close the Frame Relay profile.

Configuring a UNI-DCE interface

In this example, the MAX has a nailed connection to customer premises equipment (CPE) and also has a UNI-DCE interface configuration to that equipment. Figure 4-7 shows the connection.

Figure 4-7. Example UNI-DCE interface to an end-point (DTE)

To configure the Frame Relay profile for this UNI-DCE interface:

  1. Open a Frame Relay profile.

  2. Assign the profile a name and activate it.

  3. Set the FR Type to DCE.

  4. Set up the nailed connection to the remote switch and specify the data service for the link. For example:

  5. Specify the link management protocol and its configuration parameters. For example:

  6. Close the Frame Relay profile.

Configuring a UNI-DTE interface

In this example, the MAX has a nailed connection to a Frame Relay switch configured as a DCE and has a UNI-DTE interface configuration that switch. Figure 4-8 shows the connection.

Figure 4-8. UNI-DTE interface to a Frame Relay switch

To configure the Frame Relay profile for this UNI-DTE link:

  1. Open a Frame Relay profile.

  2. Assign the profile a name and activate it.

  3. Set the FR Type to DTE.

  4. Set up the nailed connection to the remote switch and specify the data service for the link. For example:

  5. Specify the link management protocol and its configuration parameters. For example:

  6. Close the Frame Relay profile.

Configuring Connection profiles for Frame Relay

All connections that use Frame Relay must specify the name of a configured Frame Relay profile as the datalink between the MAX and the Frame Relay network. Forwarded or routed connections over the Frame Relay link use the following parameters:

For gateway connections:

For Frame Relay circuits:

For redirect connections:

For more information about each parameter, see the MAX Reference Guide.

Understanding the Frame Relay connection parameters

This section provides some background information about the Frame Relay connection parameters:

Gateway connections (Encaps=FR)

Gateway connections require FR encapsulation, a Frame Relay profile name, and a DLCI. Your Frame Relay provider tells you the DLCI to assign to each connection.

The far end specified in a Frame Relay encapsulated Connection profile lies at the end of a PVC, whose first hop is known by the DLCI named in the Connection profile. The MAX does not allow you to enter duplicate DLCIs, except when they are carried by separate physical links specified in different Frame Relay profiles.

Frame Relay circuits (Encaps=FR_CIR)

A circuit is a PVC segment configured in two Connection profiles. Data coming in on the DLCI configured in one Connection profile switches to the DLCI configured in the other. Data drops if the circuit has only one DLCI. If more than two Connection profiles specify the same circuit name, the MAX uses only two DLCI.

In a circuit, both Connection profiles must specify FR_CIR encapsulation and the same circuit name. Each profile must specify a unique DLCI. The MAX does not allow you to enter duplicate DLCIs, except when separate physical links specified in different Frame Relay profiles carry duplicate DLCIs.

Redirect connections (FR Direct=Yes)

In an FR Direct connection, the MAX simply attaches a Frame Relay PVC to multiple Connection profiles. It does so on the Session Options subprofile by enabling FR Direct, specifying a Frame Relay profile, and setting a DLCI for the PVC endpoint in the FR DLCI parameter. Any packet coming into the MAX on these connections gets switched out on the DLCI. In this mode, the MAX allows multiple Connection profiles to specify the same PVC (the same DLCI).

In this unusual mode called Frame Relay redirect, the MAX ignores the destination of these packets. It assumes that some device at the far end of the PVC makes the routing decisions. However, the Connection profile must use IP routing to enable the MAX to route data back to the client.

Example connection configurations

This section shows example Connection profile configurations for Frame Relay gateway, circuit, and redirect configurations.

Configuring a Frame Relay gateway connection

This example configuration shows how to configure a Frame Relay gateway connection. It presumes that dial-in users who need to reach the distant IP network have valid Connection profile (or RADIUS user profiles). This example shows the Connection profile that assigns a DLCI and passes the data stream out to a Frame Relay switch. The example network is shown in Figure 4-9:

Figure 4-9. Gateway connections

In this example, the MAX communicates with a remote Frame Relay switch using ATT-NNI, a Frame Relay profile. To configure this link:

  1. Open a Connection profile.

  2. Specify the station name, activate the profile, and specify FR encapsulation.

  3. Enable IP routing and specify the address of the remote IP router.

  4. Open the Encaps Options subprofile and specify the name of the Frame Relay profile with a nailed connection to the Frame Relay switch, and a DLCI assigned by the Frame Relay administrator.

  5. Close the Connection profile.

Configuring a Frame Relay circuit

This example configures a circuit between a UNI-DCE and NNI datalinks. Configure a circuit between any two interfaces within the MAX in the same way. Figure 4-10 shows an example of a Frame Relay circuit network:

Figure 4-10. A Frame Relay circuit

ATT-DCE is the Frame Relay profile for the UNI-DCE interface in the MAX. ATT-NNI is the Frame Relay profile for the NNI interface. To configure this circuit:

  1. Open the first Connection profile.

  2. Specify the station name, activate the profile, and specify FR_CIR encapsulation.

  3. Open the Encaps Options subprofile and specify the name of the Frame Relay profile with a nailed connection to the Frame Relay switch, a DLCI assigned by the Frame Relay administrator, and a name for the Frame Relay circuit.

  4. Close the Connection profile.

  5. Open the second Connection profile.

  6. Specify the station name, activate the profile, and specify FR_CIR encapsulation.

  7. Open the Encaps Options subprofile and specify the name of the Frame Relay profile with a nailed connection to the Frame Relay switch, a DLCI assigned by the Frame Relay administrator, and a name for the Frame Relay circuit.

  8. Close the second Connection profile.

Configuring a redirect connection

This example shows the configuration of two PPP dial-in connections to be redirected out to the Frame Relay network.


Note: A Frame Relay redirect connection is not a full-duplex tunnel between the PPP dial-in and the switch. MAX router software handles IP packets coming back from the Frame Relay switch, so they must contain the PPP caller's IP address for accurate routing back across the WAN. Figure 4-11 shows an example of a redirect connection.

Figure 4-11. Redirect connection

In this example, the MAX communicates with ATT-DTE, a Frame Relay switch using a Frame Relay profile. To configure two PPP dial-in connections to be redirected using the same DLCI:

  1. Open a Connection profile.

  2. Specify the station name, activate the profile, and specify PPP encapsulation.

  3. Make sure you enable IP routing.

  4. Open the Session Options subprofile, enable FR Direct, and specify the name of the Frame Relay profile to use.

  5. Assign a DLCI available for this redirect connection, which may already be in use by other redirect Connection profiles.

  6. Close the Connection profile.

  7. Open a second Connection profile.

  8. Specify the station name, activate the profile, and specify PPP encapsulation.

  9. Make sure you enable IP routing.

  10. Open the Session Options subprofile, enable FR Direct, and specify the name of the Frame Relay profile to use.

  11. Assign a DLCI available for this redirect connection. For example, you may assign the same DLCI used in the previous redirect Connection profile.

  12. Close the Connection profile.

Monitoring Frame Relay connections

The terminal server command-line interface has new Show FR commands for monitoring Frame Relay in the MAX. To see the options, invoke the terminal server interface (System > Sys Diag > Term Serv) and then use the Show FR command. For example:

Displaying Frame Relay statistics

To display Frame Relay statistics:

The output contains these fields:

Displaying link management information

To display LMI (Link Management Information) for each link activated by a Frame Relay profile, enter this command:

ANSI T1.617 Annex D local in-channel signaling protocol is the basis for this information. (See Annex D for a full definition of each of the fields reported.)

Displaying DLCI status

To display the status of each DLCI:

The MAX reports DLCI information using these fields:

Displaying circuit information

The Show FR Circuit command shows the Frame Relay profile name, DLCI, and status of configured circuits.

Turning off a circuit without disabling its endpoints

The Set Circuit command enables you to turn off traffic going through a Frame Relay circuit without disabling the circuit endpoints. This command prevents traffic from going between endpoints without disrupting the state of the DLCI. To see the support options:

To allow data to flow through a circuit, use the active parameter; for example:



[Top][Contents][Prev][Next][Last]Search

techpubs@eng.ascend.com

Copyright © 1998, Ascend Communications, Inc. All rights reserved.