Configuration Tasks
MLFR configuration consists of three major tasks, each with several steps:
- Specify the interface on which you want to configure MLFR.
host1(config)#interface serial 2/0:1- Specify MLFR as the encapsulation method on the interface.
host1(config-if)#encapsulation mlframe-relay ietf
- Define the MLFR bundle.
host1(config)#interface mlframe-relay boston- Add each member link.
host1(config-if)#member-interface serial 2/0:1- (Optional) Add a description to the major interface.
host1(config-if)#frame-relay description bostonBundleDescription- (Optional) Configure Frame Relay parameters.
host1(config-if)#frame-relay intf-type dcehost1(config-if)#frame-relay lmi-type cisco
- Define the subinterface for the MLFR bundle.
host1(config)#interface mlframe-relay boston.1- Assign a DLCI for the subinterface.
host1(config-subif)#frame-relay interface-dlci 16 ietf- (Optional) Add a description to the subinterface.
host1(config-subif)#frame-relay description bostonBundleSubOneDescription- Assign an IP address to the subinterface.
host1(config-subif)#ip address 10.10.100.1 255.255.255.0Configuration Example
The following commands configure three T1 lines and aggregate them into a multilink bundle named 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 mlframe-relay 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 ietfUse the no version to disable MLFR on an interface. interface mlframe-relay
host1(config-if)#interface mlframe-relay group2Use the no version to delete the MLFR bundle. member-interface
host1(config-if)#member-interface serial 2/0:1Use the no version to remove the specified interface from the MLFR bundle.