Table Of Contents
Multilink Frame Relay (FRF.16.1)
Prerequisites for Multilink Frame Relay (FRF.16.1)
Restrictions for Multilink Frame Relay (FRF.16.1)
Information About Multilink Frame Relay (FRF.16.1)
Benefits of Multilink Frame Relay (FRF.16.1)
Link Integrity Protocol Control Messages
Variable Bandwidth Class Support
Load Balancing with Multilink Frame Relay (FRF.16.1)
How to Enable Multilink Frame Relay (FRF.16.1)
Configuring a Multilink Frame Relay Bundle
Configuring a Multilink Frame Relay Bundle Link
Monitoring and Maintaining Multilink Frame Relay (FRF.16.1)
Configuration Examples for Multilink Frame Relay (FRF.16.1)
Configuring Multilink Frame Relay: Example
Configuring Variable Bandwidth Class Support: Example
frame-relay multilink bandwidth-class
frame-relay multilink output-threshold
Multilink Frame Relay (FRF.16.1)
First Published: May 14, 2001Last Updated: May 28, 2008The Multilink Frame Relay (FRF.16.1) feature introduces functionality based on the Frame Relay Forum Multilink Frame Relay UNI/NNI Implementation Agreement (FRF.16.1). This feature provides a cost-effective way to increase bandwidth for particular applications by enabling multiple serial links to be aggregated into a single bundle of bandwidth. Multilink Frame Relay (MFR) is supported on User-to-Network Interfaces (UNI) and Network-to-Network Interfaces (NNI) in Frame Relay networks.
History for the Multilink Frame Relay (FRF.16.1) Feature
Finding Support Information for Platforms and Cisco IOS and Catalyst OS Software Images
Use Cisco Feature Navigator to find information about platform support and Cisco IOS and Catalyst OS software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Contents
•
Prerequisites for Multilink Frame Relay (FRF.16.1)
•
Restrictions for Multilink Frame Relay (FRF.16.1)
•
Information About Multilink Frame Relay (FRF.16.1)
•
How to Enable Multilink Frame Relay (FRF.16.1)
•
Configuration Examples for Multilink Frame Relay (FRF.16.1)
Prerequisites for Multilink Frame Relay (FRF.16.1)
•
Multilink Frame Relay must be configured on the peer device.
Restrictions for Multilink Frame Relay (FRF.16.1)
•
ISDN interfaces and any type of virtual interface cannot be a bundle link.
•
Frame Relay fragmentation (FRF.12) is not supported in Cisco IOS releases 12.0(17)S, 12.2(8)T, and 12.2(14)S.
•
Cisco IOS Release 12.2(33)SB adds support for the multilink Frame Relay MIB (RFC 3020). All releases prior to Cisco 12.2(33)SB do not support the multilink Frame Relay MIB.
•
FRF.9 hardware compression over multilink Frame Relay is not supported.
Information About Multilink Frame Relay (FRF.16.1)
To enable multilink Frame Relay (FRF.16.1) variable bandwidth class support, you should understand the following concepts:
•
Benefits of Multilink Frame Relay (FRF.16.1)
•
Link Integrity Protocol Control Messages
•
Variable Bandwidth Class Support
•
Load Balancing with Multilink Frame Relay (FRF.16.1)
Benefits of Multilink Frame Relay (FRF.16.1)
Flexible Pool of Bandwidth
By combining multiple physical interfaces into a bundle, you can design a Frame Relay interface that has more bandwidth than is available from any single physical interface. For example, many new network applications require more bandwidth than is available on a T1 line. One option is to invest in a T3 line; however, T3 lines can be expensive and are not available in some locations. Multilink Frame Relay provides a cost-effective solution to this problem by allowing multiple T1 lines to be aggregated into a single bundle of bandwidth.
Greater Service Resilience When Links Fail
Greater service resilience is provided when multiple physical interfaces are provisioned as a single bundle. When a link fails, the bundle continues to support the Frame Relay service by transmitting across the remaining bundle links.
Link Integrity Protocol Control Messages
For link management, each end of a bundle link follows the MFR Link Integrity Protocol and exchanges link-control messages with its peer (the other end of the bundle link). For a bundle link to be brought up, each end of the link must complete an exchange of ADD_LINK and ADD_LINK_ACK messages. To maintain the link, both ends periodically initiate the exchange of HELLO and HELLO_ACK messages. This exchange of hello messages and acknowledgments serves as a keepalive mechanism for the link. If a router is sending hello messages but not receiving acknowledgments, it will resend the hello message up to a configured maximum number of times. If the router exhausts the maximum number of retries, the bundle link line protocol is considered down (nonoperational).
The bundle link interface's line protocol status is considered up (operational) when the peer device acknowledges that it will use the same link for the bundle. The line protocol remains up when the peer device acknowledges the hello messages from the local router.
The bundle interface's line protocol status is considered up when the Frame Relay data-link layer at the local router and peer device is synchronized using the Local Management Interface (LMI), when LMI is enabled. The bundle line protocol remains up as long as the LMI keepalives are successful.
Variable Bandwidth Class Support
Multilink Frame Relay (FRF.16.1) variable bandwidth class support allows you to specify the criterion used to activate or deactivate a Frame Relay bundle. Consistent with the Frame Relay Forum Multilink Frame Relay UNI/NNI Implementation Agreement (FRF.16.1), bandwidth classes A (single link), B (all links), and C (threshold) are supported.
Class A (Single Link)
The Frame Relay bundle is provisioned when one or more bundle links indicate by issuing a BL_ACTIVATE message that operational bandwidth is available. When this occurs, the bundle emulates a physical link by issuing a PH_ACTIVATE message to the data-link layer.
When the operational bandwidth of a bundle link fails to meet operational requirements (for instance, if it is in rollback mode), the bundle link issues a BL_DEACTIVATE message. When all bundle links are down in a class A bundle, a PH_DEACTIVATE message is sent to the data-link layer, indicating that the Frame Relay bundle cannot accept frames.
Class B (All Links)
The Frame Relay bundle is provisioned when all bundle links indicate by issuing a BL_ACTIVATE message that operational bandwidth is available. When this occurs, the bundle emulates a physical link by issuing a PH_ACTIVATE message to the data-link layer.
When the operational bandwidth of a bundle link fails to meet operational requirements (for instance, if it is in loopback mode), the bundle link issues a BL_DEACTIVATE message. When any bundle link is down in a class B bundle, a PH_DEACTIVATE message is sent to the data-link layer, indicating that the Frame Relay bundle cannot accept frames.
Class C (Threshold)
The Frame Relay bundle is provisioned when the minimum number of links in the configured bundle issue a BL_ACTIVATE message. When this occurs, the bundle emulates a physical link by issuing a PH_ACTIVATE message to the data-link layer.
When the number of bundle links that are issuing a BL_ACTIVATE message falls below the configured threshold value, a PH_DEACTIVATE message is sent to the data-link layer, indicating that the Frame Relay bundle cannot accept frames.
Load Balancing with Multilink Frame Relay (FRF.16.1)
Multilink Frame Relay provides load balancing across the bundle links within a bundle. If a bundle link chosen for transmission happens to be busy transmitting a long packet, the load-balancing mechanism can try another link, thus solving the problems seen when delay-sensitive packets have to wait.
How to Enable Multilink Frame Relay (FRF.16.1)
This section contains the following procedures:
•
Configuring a Multilink Frame Relay Bundle
•
Configuring a Multilink Frame Relay Bundle Link
•
Monitoring and Maintaining Multilink Frame Relay (FRF.16.1)
Configuring a Multilink Frame Relay Bundle
To configure the bundle interface for multilink Frame Relay, perform the steps in this section.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface mfr interface-number
4.
frame-relay multilink bandwidth-class [a | b | c [threshold]]
5.
frame-relay intf-type dce
6.
frame-relay multilink bid name
7.
frame-relay multilink output-threshold bytes
8.
interface mfr interface-number.subinterface-number point-to-point
9.
ip address ip-address mask
10.
frame-relay interface-dlci dlci
11.
end
12.
show frame-relay multilink
DETAILED STEPS
Configuring a Multilink Frame Relay Bundle Link
To configure a bundle link interface for multilink Frame Relay, perform the steps in this section.
Tip
To minimize latency that results from the arrival order of packets, we recommend bundling physical links of the same line speed in one bundle.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface serial number
4.
encapsulation frame-relay mfr number [name]
5.
frame-relay multilink output-threshold bytes
6.
frame-relay multilink lid name
7.
frame-relay multilink hello seconds
8.
frame-relay multilink ack seconds
9.
frame-relay multilink retry number
10.
end
11.
show frame-relay multilink
DETAILED STEPS
Monitoring and Maintaining Multilink Frame Relay (FRF.16.1)
To monitor and maintain multilink Frame Relay, perform the steps in this section.
SUMMARY STEPS
1.
enable
2.
debug frame-relay multilink [control [mfr number | serial number]]
3.
show frame-relay multilink [mfr number | serial number] [detailed]
4.
show interfaces mfr number
DETAILED STEPS
Examples
The following example shows output for the show frame-relay multilink command. Because a particular bundle or bundle link is not specified, information for all bundles and bundle links is displayed:
Router# show frame-relay multilinkBundle: MFR0, state up, class A, no fragmentationID: Bundle-DallasSerial5/1, state up/up, ID: BL-Dallas-1Serial5/3, state up/add-sent, ID: BL-Dallas-3Bundle: MFR1, state down, class B, fragmentationID: Bundle-NewYork#1Serial3/0, state up/up, ID: BL-NewYork-1Serial3/2, state admin-down/idle, ID: BL-NewYork-2The following example shows output for the show frame-relay multilink command when a Frame Relay bundle is configured as bandwidth class C (threshold):
Router# show frame-relay multilinkBundle: MFR0, state down, class C (threshold 3), no fragmentationID: Bundle-DallasSerial5/1, state up/up, ID: BL-Dallas-1Serial5/3, state up/add-sent, ID: BL-Dallas-3The following example shows output for the show frame-relay multilink command when the serial number keyword and argument are specified. It displays information about the specified bundle link:
Router# show frame-relay multilink serial 3/2Bundle links :Serial3/2, HW state :down, Protocol state :Down_idle, LID :Serial3/2Bundle interface = MFR0, BID = MFR0The following examples show output for the show frame-relay multilink command when the serial number keyword and argument and the detailed option are specified. Detailed information about the specified bundle links is displayed. The first example shows a bundle link in the "idle" state. The second example shows a bundle link in the "up" state:
Router# show frame-relay multilink serial 3 detailBundle links:Serial3, HW state = up, link state = Idle, LID = Serial3Bundle interface = MFR0, BID = MFR0Cause code = none, Ack timer = 4, Hello timer = 10,Max retry count = 2, Current count = 0,Peer LID = Serial5/3, RTT = 0 msStatistics:Add_link sent = 0, Add_link rcv'd = 10,Add_link ack sent = 0, Add_link ack rcv'd = 0,Add_link rej sent = 10, Add_link rej rcv'd = 0,Remove_link sent = 0, Remove_link rcv'd = 0,Remove_link_ack sent = 0, Remove_link_ack rcv'd = 0,Hello sent = 0, Hello rcv'd = 0,Hello_ack sent = 0, Hello_ack rcv'd = 0,outgoing pak dropped = 0, incoming pak dropped = 0Router# show frame-relay multilink serial 3 detailBundle links:Serial3, HW state = up, link state = Up, LID = Serial3Bundle interface = MFR0, BID = MFR0Cause code = none, Ack timer = 4, Hello timer = 10,Max retry count = 2, Current count = 0,Peer LID = Serial5/3, RTT = 4 msStatistics:Add_link sent = 1, Add_link rcv'd = 20,Add_link ack sent = 1, Add_link ack rcv'd = 1,Add_link rej sent = 19, Add_link rej rcv'd = 0,Remove_link sent = 0, Remove_link rcv'd = 0,Remove_link_ack sent = 0, Remove_link_ack rcv'd = 0,Hello sent = 0, Hello rcv'd = 1,Hello_ack sent = 1, Hello_ack rcv'd = 0,outgoing pak dropped = 0, incoming pak dropped = 0Configuration Examples for Multilink Frame Relay (FRF.16.1)
This section provides the following configuration examples:
•
Configuring Multilink Frame Relay: Example
•
Configuring Variable Bandwidth Class Support: Example
Configuring Multilink Frame Relay: Example
The following example shows the configuration of bundle "MFR1." Serial interfaces 5/0 and 6/0 are configured as bundle links:
interface MFR1no ip addressmls qos trust dscpframe-relay intf-type dceframe-relay multilink bid router1!interface MFR1.1 point-to-pointip address 10.0.1.1 255.255.255.0ip pim sparse-modemls qos trust dscpframe-relay interface-dlci 100interface Serial5/0encapsulation frame-relay MFR1frame-relay multilink lid first-linkframe-relay multilink hello 9frame-relay multilink retry 3interface Serial6/0encapsulation frame-relay MFR1frame-relay multilink ack 4Configuring Variable Bandwidth Class Support: Example
The following example configures the Frame Relay bundle "MFR1" to use the class B (all links) criterion to be activated or deactivated:
interface MFR1ip address 10.1.1.1 255.255.255.0frame-relay interface-dlci 100frame-relay multilink bandwidth-class bAdditional References
The following sections provide references related to multilink Frame Relay (FRF.16.1).
Related Documents
Related Topic Document TitleFrame Relay configuration
Cisco IOS Wide-Area Networking Configuration Guide, Release 12.4T
Frame Relay commands
Cisco IOS Wide-Area Networking Command Reference, Release 12.4T
Standards
MIBs
MIB MIBs LinkNone
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL:
RFCs
Technical Assistance
Command Reference
This section documents only commands that are new or modified.
•
encapsulation frame-relay mfr
•
frame-relay multilink bandwidth-class
•
frame-relay multilink output-threshold
debug frame-relay multilink
To display debug messages for multilink Frame Relay bundles and bundle links, use the debug frame-relay multilink command in privileged EXEC mode. To disable debugging output, use the no form of this command.
debug frame-relay multilink [control [mfr number | serial number]]
no debug frame-relay multilink
Syntax Description
Command Modes
Privileged EXEC (#)
Command History
Usage Guidelines
CautionUsing the debug frame-relay multilink command without the control keyword could severely impact router performance and is not recommended.
Using the debug frame-relay multilink command without the mfr or serial keywords displays error conditions that occur at the bundle layer.
Examples
The following example shows output from the debug frame-relay multilink command for bundle "MFR0," which has three bundle links:
Router# debug frame-relay multilink control MFR000:42:54:Serial5/3(o):msg=Add_link, Link=Serial5/3, Bundle=MFR0, Link id=Serial5/3, BL state=IdleE1 00 01 01 07 4D 46 52 30 0000:42:54:Serial5/2(o):msg=Add_link, Link=Serial5/2, Bundle=MFR0, Link id=Serial5/2, BL state=IdleE1 00 01 01 07 4D 46 52 30 0000:42:54:Serial5/1(o):msg=Add_link, Link=Serial5/1, Bundle=MFR0, Link id=Serial5/1, BL state=IdleE1 00 01 01 07 4D 46 52 30 0000:42:54:%LINK-3-UPDOWN:Interface MFR0, changed state to down00:42:54:Serial5/3(i):msg=Add_link_ack, Link=Serial5/3, Bundle=MFR0, Link id=Serial5/3, BL state=Add_sentE1 00 02 01 07 4D 46 52 30 0000:42:54:Serial5/2(i):msg=Add_link_ack, Link=Serial5/2, Bundle=MFR0, Link id=Serial5/2, BL state=Add_sentE1 00 02 01 07 4D 46 52 30 0000:42:54:Serial5/1(i):msg=Add_link_ack, Link=Serial5/1, Bundle=MFR0, Link id=Serial5/1, BL state=Add_sentE1 00 02 01 07 4D 46 52 30 0000:42:54:%SYS-5-CONFIG_I:Configured from console by console00:43:00:Serial5/1(i):msg=Add_link, Link=Serial5/1, Bundle=MFR0, Link id=Serial5/1, BL state=Ack_rxE1 00 01 01 07 4D 46 52 30 0000:43:00:Serial5/1(o):msg=Add_link_ack, Link=Serial5/1, Bundle=MFR0, Link id=Serial5/1, BL state=Ack_rxE1 00 02 01 07 4D 46 52 30 0000:43:00:%LINK-3-UPDOWN:Interface MFR0, changed state to up00:43:00:Serial5/1(i):msg=Hello, Link=Serial5/1, Bundle=MFR0, Linkid=Serial5/1, BL state=UpE1 00 04 03 06 30 A7 E0 54 0000:43:00:Serial5/1(o):msg=Hello_ack, Link=Serial5/1, Bundle=MFR0, Link id=Serial5/1, BL state=UpE1 00 05 03 06 90 E7 0F C2 0600:43:01:Serial5/2(i):msg=Add_link, Link=Serial5/2, Bundle=MFR0, Link id=Serial5/2, BL state=Ack_rxE1 00 01 01 07 4D 46 52 30 0000:43:01:Serial5/2(o):msg=Add_link_ack, Link=Serial5/2, Bundle=MFR0, Link id=Serial5/2, BL state=Ack_rxE1 00 02 01 07 4D 46 52 30 0000:43:01:Serial5/2(i):msg=Hello, Link=Serial5/2, Bundle=MFR0, Linkid=Serial5/2, BL state=UpE1 00 04 03 06 30 A7 E0 54 0000:43:01:Serial5/2(o):msg=Hello_ack, Link=Serial5/2, Bundle=MFR0, Link id=Serial5/2, BL state=UpE1 00 05 03 06 90 E7 0F C2 0600:43:01:%LINEPROTO-5-UPDOWN:Line protocol on Interface Serial5/1, changed state to up00:43:01:Serial5/3(i):msg=Add_link, Link=Serial5/3, Bundle=MFR0, Link id=Serial5/3, BL state=Ack_rxE1 00 01 01 07 4D 46 52 30 0000:43:01:Serial5/3(o):msg=Add_link_ack, Link=Serial5/3, Bundle=MFR0, Link id=Serial5/3, BL state=Ack_rxE1 00 02 01 07 4D 46 52 30 0000:43:01:Serial5/3(i):msg=Hello, Link=Serial5/3, Bundle=MFR0, Linkid=Serial5/3, BL state=UpE1 00 04 03 06 30 A7 E0 54 0000:43:01:Serial5/3(o):msg=Hello_ack, Link=Serial5/3, Bundle=MFR0, Link id=Serial5/3, BL state=UpE1 00 05 03 06 90 E7 0F C2 0600:43:02:%LINEPROTO-5-UPDOWN:Line protocol on Interface Serial5/2 , changed state to up00:43:02:%LINEPROTO-5-UPDOWN:Line protocol on Interface Serial5/3 , changed state to upTable 1 describes the significant fields shown in the display.
Related Commands
Command Descriptionshow frame-relay multilink
Displays configuration information and statistics about multilink Frame Relay bundles and bundle links.
encapsulation frame-relay mfr
To create a multilink Frame Relay bundle link and to associate the link with a bundle, use the encapsulation frame-relay mfr command in interface configuration mode. To remove the bundle link from the bundle, use the no form of this command.
encapsulation frame-relay mfr number [name]
no encapsulation frame-relay mfr number [name]
Syntax Description
Command Default
Frame Relay encapsulation is not enabled.
Command Modes
Interface configuration (config-if)
Command History
Usage Guidelines
Use the name argument to assign a LID name to a bundle link. This name will be used to identify the bundle link to peer devices and to enable the devices to determine which bundle links are associated with which bundles. The LID name can also be assigned or changed by using the frame-relay multilink lid command on the bundle link interface. If the LID name is not assigned, the default name is the name of the physical interface.
Tips
To minimize latency that results from the arrival order of packets, we recommend bundling physical links of the same line speed in one bundle.
To remove a bundle link from a bundle, use the no encapsulation frame-relay mfr command or configure a new type of encapsulation on the interface by using the encapsulation command.
Examples
The following example shows serial interface 0 being associated as a bundle link with bundle interface "mfr0." The bundle link identification name is "BL1."
interface mfr0!interface serial 0encapsulation frame-relay mfr0 BL1Related Commands
frame-relay multilink ack
To configure the number of seconds for which a bundle link will wait for a hello message acknowledgment before resending the hello message, use the frame-relay multilink ack command in interface configuration mode. To reset this parameter to the default setting, use the no form of this command.
frame-relay multilink ack seconds
no frame-relay multilink ack
Syntax Description
seconds
Number of seconds for which a bundle link will wait for a hello message acknowledgment before resending the hello message. Range: 1 to 10. Default: 4.
Command Default
The acknowledgment interval is 4 seconds.
Command Modes
Interface configuration (config-if)
Command History
Usage Guidelines
The frame-relay multilink ack command can be configured only on bundle link interfaces that have been associated with a bundle using the encapsulation frame-relay mfr command.
Both ends of a bundle link send out hello messages at regular intervals. When a peer device receives a hello message, it responds by sending an acknowledgment. This exchange of hello messages and acknowledgments serves as a keepalive mechanism for the link. If the bundle link sends a hello message but does not receive an acknowledgment, it will resend the hello message up to a configured maximum number of times. If the bundle link exhausts the maximum number of retries, the bundle link line protocol is considered down (nonoperational).
The frame-relay multilink ack command setting on the local router is independent of the setting on the peer device.
Examples
The following example shows how to configure the bundle link to wait 6 seconds before resending hello messages:
interface serial0encapsulation frame-relay mfr0frame-relay multilink ack 6Related Commands
frame-relay multilink bandwidth-class
To specify the criterion used to activate or deactivate a Frame Relay bundle, use the frame-relay multilink bandwidth-class command in interface configuration mode. To reset the bandwidth class to the default, use the no form of this command.
frame-relay multilink bandwidth-class [a | b | c [threshold]]
no frame-relay multilink bandwidth-class
Syntax Description
Command Default
Frame Relay bundles use bandwidth class A (single link).
Command Modes
Interface configuration (config-if)
Command History
Usage Guidelines
The frame-relay multilink bandwidth-class command can be configured only on a bundle's main interface. If no bandwidth class is specified by using the frame-relay multilink bandwidth-class command, the Frame Relay bundle uses the class A (single link) criterion.
Examples
The following example shows how to specify the class B (all links) bandwidth class to trigger activation or deactivation of the Frame Relay bundle on MFR interface 0:
interface mfr0frame-relay multilink bandwidth-class bThe following example shows how to specify the class C (threshold) bandwidth class to trigger activation or deactivation of the Frame Relay bundle on MFR interface 0, where the minimum threshold of links indicating BL_ACTIVATE is 3:
interface mfr0frame-relay multilink bandwidth-class c 3Related Commands
frame-relay multilink bid
To assign a bundle identification (BID) name to a multilink Frame Relay bundle, use the frame-relay multilink bid command in interface configuration mode. To reset the name to the default, use the no form of this command.
frame-relay multilink bid name
no frame-relay multilink bid
Syntax Description
Command Default
The BID name is assigned automatically as "mfr" followed by the number assigned to the bundle.
Command Modes
Interface configuration (config-if)
Command History



