Looks like this is one of the tricky small topics which every ccie r&s candidate should know.
So imagine the following scenario. You have two routers R4 and R5 with serial interface and you have to configure multilink interleaving and fragmentation. One of the most important thing you should remember is that the interleaving is working only on "fair-queue" enabled interfaces. So usually the tricky question is when you are asked to configure frame relay traffic shaping and enable the ppp multilink interleaving and fragmentation(which will be automatically configured for you if you don't specify it)
so, the first thing that you have to remember is if you have frame relay traffic-shaping it will disable the fair queue on the interface. So what we should do is to configure the interleaving on the Multilink interface. So there is the configuration output example:
[I am using Internetwork Expert R&S Workbook 1, task 10.55, version of the document 5.019]
Also in this particular INE task they are asking to configure back-to-back frame-relay with single p2p interface using DLCI 100 - if you ever have this case don't forget to enable the frame-frame relay switching.
[R4 Serial1/0] --- [Serial 1/0 R5]
R4#sh running-config interface serial 0/1
Building configuration...
Current configuration : 199 bytes
!
interface Serial0/1
no ip address
encapsulation frame-relay
no keepalive
clock rate 2000000
frame-relay traffic-shaping
frame-relay interface-dlci 100 ppp Virtual-Template1
class FRTS
end
R4#sh running-config interface multilink 1
Building configuration...
interface Multilink1
ip address 10.77.45.4 255.255.255.0
fair-queue
ppp multilink
ppp multilink interleave
ppp multilink group 1
ppp multilink fragment delay 10
end
R4#sh running-config interface virtual-template 1
Building configuration...
!
interface Virtual-Template1
bandwidth 512
no ip address
ppp multilink
ppp multilink group 1
end
and there is the verification
R4#show ppp multilink
Multilink1
Bundle name: R5
Remote Endpoint Discriminator: [1] R5
Local Endpoint Discriminator: [1] R4
Bundle up for 00:03:16, total bandwidth 512, load 1/255
Receive buffer limit 12000 bytes, frag timeout 1000 ms
Interleaving enabled
0/0 fragments/bytes in reassembly list
0 lost fragments, 0 reordered
0/0 discarded fragments/bytes, 0 lost received
0x9 received sequence, 0x9 sent sequence
Member links: 1 active, 1 inactive (max not set, min not set)
Vi1, since 00:03:16, 640 weight, 630 frag size
Vt1 (inactive)
No inactive multilink interfaces
R4#
You can disable the fair-queue on the multilink interface and see the difference.
So imagine the following scenario. You have two routers R4 and R5 with serial interface and you have to configure multilink interleaving and fragmentation. One of the most important thing you should remember is that the interleaving is working only on "fair-queue" enabled interfaces. So usually the tricky question is when you are asked to configure frame relay traffic shaping and enable the ppp multilink interleaving and fragmentation(which will be automatically configured for you if you don't specify it)
so, the first thing that you have to remember is if you have frame relay traffic-shaping it will disable the fair queue on the interface. So what we should do is to configure the interleaving on the Multilink interface. So there is the configuration output example:
[I am using Internetwork Expert R&S Workbook 1, task 10.55, version of the document 5.019]
Also in this particular INE task they are asking to configure back-to-back frame-relay with single p2p interface using DLCI 100 - if you ever have this case don't forget to enable the frame-frame relay switching.
[R4 Serial1/0] --- [Serial 1/0 R5]
R4#sh running-config interface serial 0/1
Building configuration...
Current configuration : 199 bytes
!
interface Serial0/1
no ip address
encapsulation frame-relay
no keepalive
clock rate 2000000
frame-relay traffic-shaping
frame-relay interface-dlci 100 ppp Virtual-Template1
class FRTS
end
R4#sh running-config interface multilink 1
Building configuration...
interface Multilink1
ip address 10.77.45.4 255.255.255.0
fair-queue
ppp multilink
ppp multilink interleave
ppp multilink group 1
ppp multilink fragment delay 10
end
R4#sh running-config interface virtual-template 1
Building configuration...
!
interface Virtual-Template1
bandwidth 512
no ip address
ppp multilink
ppp multilink group 1
end
and there is the verification
R4#show ppp multilink
Multilink1
Bundle name: R5
Remote Endpoint Discriminator: [1] R5
Local Endpoint Discriminator: [1] R4
Bundle up for 00:03:16, total bandwidth 512, load 1/255
Receive buffer limit 12000 bytes, frag timeout 1000 ms
Interleaving enabled
0/0 fragments/bytes in reassembly list
0 lost fragments, 0 reordered
0/0 discarded fragments/bytes, 0 lost received
0x9 received sequence, 0x9 sent sequence
Member links: 1 active, 1 inactive (max not set, min not set)
Vi1, since 00:03:16, 640 weight, 630 frag size
Vt1 (inactive)
No inactive multilink interfaces
R4#
You can disable the fair-queue on the multilink interface and see the difference.