Configuration Tasks
MLFR configuration consists of three major tasks, each with several steps:
host1(config)#interface serial 2/0:1host1(config-if)#encapsulation mlframe-relay ietfhost1(config)#interface mlframe-relay bostonhost1(config-if)#member-interface serial 2/0:1host1(config-if)#frame-relay description bostonBundleDescriptionhost1(config-if)#frame-relay intf-type dcehost1(config-if)#frame-relay lmi-type ciscohost1(config)#interface mlframe-relay boston.1host1(config-subif)#frame-relay interface-dlci 16 ietfhost1(config-subif)#frame-relay description bostonBundleSubOneDescriptionhost1(config-subif)#ip address 10.10.100.1 255.255.255.0Example
The following example configures three T1 lines and aggregates them into a multilink bundle called boston.
host1(config)#interface serial 2/0:1host1(config-if)#encapsulation mlframe-relay ietfhost1(config-if)#exithost1(config)#interface serial 2/0:2host1(config-if)#encapsulation mlframe-relay ietfhost1(config-if)#exithost1(config)#interface serial 2/0:3host1(config-if)#encapsulation mlframe-relay ietfhost1(config-if)#exithost1(config)#interface mlframe-relay bostonhost1(config-if)#member-interface serial 2/0:1host1(config-if)#frame-relay description bostonBundleDescriptionhost1(config-if)#frame-relay intf-type dcehost1(config-if)#frame-relay lmi-type ciscohost1(config-if)#member-interface serial 2/0:2host1(config-if)#member-interface serial 2/0:3host1(config-if)#exithost1(config)#interface mlframe-relay boston.1host1(config-subif)frame-relay description bostonBundleSubOneDescriptionhost1(config-subif)#frame-relay interface-dlci 16 ietfhost1(config-subif)#ip address 10.10.100.1 255.255.255.0Configuring Frame Relay Versus MLFR
All the configuration commands that apply to Frame Relay also apply to MLFR. The following listing describes commands specific to configuring MLFR; for other Frame Relay commands, see Chapter 2, Configuring Frame Relay.
encapsulation ietf
- Use to configure MLFR as the encapsulation method on an individual interface.
- Use this command only within the context of an individual interface. Issuing this command creates an MLFR link, also referred to as an MLFR bundle member.
- Example
host1(config)#interface serial 2/0:1host1(config-if)#encapsulation mlframe-relay ietfframe-relay description
- Use to assign a text description or an alias to a MLFR major interface or subinterface.
- Description name can be up to 64 characters.
- Use the no version to remove the text description or alias from the MLFR major interface or subinterface.
interface mlframe-relay
host1(config-if)#interface mlframe-relay group2member-interface
host1(config-if)#member-interface serial 2/0:1