LFI stands for Link Fragmentation and interleaving is not of QoS mechanism. However, it is help for real-time traffic such as VOIP on small size of link. LFI on Multilink PPP allows large packets to be fragmented into a small size to fit a minimum delay requirement for real-time traffic. Also, interleaving function provides a special transmit queue for the high priority traffic can be sent earlier than others.
1. Configuring LFI on Multilink PPP
Router-LFI-1#conf t
Router-LFI-1(config)# interface multilink 1
Router-LFI-1(config-if)# ppp multilink fragment delay 10 ; 10ms for VOIP delay requirement
Router-LFI-1(config-if)# ppp multilink interleave
Router-LFI-1(config-if)# ip address 1.1.1.1 255.255.255.0
Router-LFI-1(config-if)# bandwidth 1536 ; Specify for auto fragmentation calculation
Router-LFI-1(config-if)# ppp multilink endpoint hostname
Router-LFI-1(config-if)# interface serial1/0
Router-LFI-1(config-if)# encapsulation ppp
Router-LFI-1(config-if)# ppp multilink group 1
Last Updated (Wednesday, 31 March 2010 14:10)
|
Came across good Cisco IP routing concept and fundametal videos on Internet. It produced by Routehub is Premium Cisco Consulting provider of Cisco Products, Solutions, Training, and Professional Services for small, medium, and large-sized businesses. Visit Routehub.com to see more useful information. Part I
Last Updated (Wednesday, 17 March 2010 00:08) So slow Internet connection after scheduled maintenance on upstream provider(ISP). It could be multiple reasons such as software issue, hardware failure, bad patch cable , dirty fiber and trunk issue. Those are very rare case. Lately I noticed more trouble with MTU mis-setting on backbone routers. When ISP expends their backbone trunk, they put TenGigE card instead of SONET in these days. No wonder why they do that b/c GigE or TenGigE card is much cheaper then SONET card. Here is common mistake is that the forget to change default MTU size(1500) of the fresh card from the box. Most of ISP set MTU on their backbone as upto 9180 or at least bigger than 1524 bytes (due to VLAN tag for internal use). Again, this is very rare case, but it happens. See how to verify MTU size wrong in the ISP backbone.
Last Updated (Saturday, 13 March 2010 22:37) Here is the sample configuration to allow traceroute(Unix or Network devices) and tracert(MS Windows) "TraceRoute" commands of Unix and Cisco devices send UDP packets, while "TraceRT" commands in MS Windows is sending ICMP packets.
If you want to accept ping (ICMP echo-reply), it would be like below Cisco Router#
* If you have outbound ACL, you need to allow UDP and ICMP echo. If you have inbound policy, then you don't need below.
** If you see below output, it is evidence of missing "time-exceeded (ICMP type 11)" Cisco Router#tr 200.200.200.1
Last Updated (Saturday, 13 March 2010 21:59) Here is quick guide of "How to restore Firefox default setting" 1. From bottom status bar, click Start > Run and put " firefox.exe -safe-mode "
Last Updated (Sunday, 28 February 2010 00:05) Here is useful tips to reduce Firefox high memory usage. Before changing options, you are better to save previous option in case any issues. Here is the Firefox 3.6 memory usage before changes by Taskmgr. As you can see Firefox is taking 252M. Let's see how much we can reduce Firefix high memory usage after modification.
Last Updated (Sunday, 28 February 2010 00:07) |






