[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring End-to-End Fragmentation

You configure end-to-end fragmentation and reassembly on a subinterface in much the same way you configure a standard Frame Relay interface. In this example, end-to-end fragmentation and reassembly is configured on a single subinterface with a 100-byte fragment size (maximum payload size). All tasks are mandatory unless otherwise noted.

Note: The procedure described in this section assumes that a physical interface has been configured. See Before You Configure Frame Relay.

To configure end-to-end fragmentation and reassembly:

  1. Create a map class that you can apply to subinterfaces.
    host1(config)#map-class frame-relay testmap
  2. Specify fragmentation and reassembly for the map class. Optionally, you can specify the maximum payload size of a fragment.
    host1(config-map-class)#frame-relay fragment 100
  3. Enter the physical interface on which you want to configure Frame Relay end-to-end fragmentation and reassembly.
    host1(config-map-class)#interface serial 5/0:4/1
  4. Select Frame Relay as the encapsulation method for the interface.
    host1(config-if)#encapsulation frame-relay ietf
  5. Create a subinterface.
    host1(config-if)#interface serial 5/0:4/1.1
  6. Add a circuit to a subinterface.
    host1(config-subif)#frame-relay interface-dlci 16 ietf
  7. Assign a local IP address to the circuit.
    host1((config-subif)#ip address 42.42.42.41 255.255.255.0
  8. Associate a map class with a subinterface.
    host1(config-subif)#frame-relay class testmap

encapsulation frame-relay ietf

frame-relay class

frame-relay fragment

frame-relay interface-dlci ietf

interface serial

ip address

map-class frame-relay


[Contents] [Prev] [Next] [Index] [Report an Error]