You are on page 1of 2

Adjusting MSS and MTU on Cisco 800 routers for PPPoE over DSL | Networks Training

2:11 pm - Mon 6 Jun 2011


Search

Networks Training
IP Networks Training and Tutorials

TrainSignal Vs CBT Nuggets CCNA Video Training Cisco CallManager Express Deployment Topologies

Adjusting MSS and MTU on Cisco 800 routers for PPPoE over DSL
One of the most frequent problems encountered from users of DSL internet connectivity (especially PPPoE DSL service) is when they experience incomplete connections or unreliable data transfers when they communicate with internet servers. A prominent example is when a user accesses a web site and some times it works and some times does not. All these problems occur mainly because of MTU (Maximum Transmission Unit) and MSS (Maximum Segment Size) values that need to be adjusted on the customers broadband DSL router connecting the office to the ISP. In this example we will consider a Cisco 800 series broadband router (e.g 850, 870 etc) connected with a DSL line using PPPoE protocol (you can find out if you are using such a connectivity method from your ISP. It is a very common DSL access method in USA and the rest of the world also). Before going any further, lets put down some numbers regarding packet sizes: Normal Ethernet packets have an MTU value of 1500 PPP protocol uses 8 bytes header size IP Header is 20 bytes TCP Header is 20 bytes So, an Ethernet connected device (PC computer, Web Server etc) by default will send traffic with maximum 1500 bytes (1500 includes all headers plus data). A broadband Cisco 800 router working with PPPoE DSL connectivity has two interfaces connected: One virtual WAN Dialer interface facing the ISP (attached on the physical FastEthernet 4 port) and one internal Vlan 1 interface facing the LAN network (see the post here for an example how to configure PPPoE http://www.networkstraining.com/configuring-pppoe-for-cisco-router-520-and-for-850870/ ). We need to adjust two values (one for MTU and one for MSS) on each router interface (dialer and vlan1). On the Dialer interface (WAN interface) we need to adjust the MTU value to 1500-8 = 1492 in order to accommodate the 8-bytes PPP header size. On the Vlan1 interface we need to adjust the MSS value to 1500-8-20-20 = 1452 bytes (this is 1500 minus the PPP, TCP, and IP headers). So, always remember that to obtain the MSS value you need to subtract the TCP and IP headers as well. Lets see a configuration snapshot below: Cisco800(config)# interface dialer 1 Cisco800(config-if)# ip mtu 1492 Cisco800(config-if)# exit Cisco800(config)# interface vlan 1 Cisco800(config-if)# ip tcp adjust-mss 1452 If you still experience problems with web traffic access, then you can still reduce the MSS value lower than 1452 (some people suggest lowering this value to 1412).
Like You like this. Admin Page Insights Error lik hi Si

Configuration Tutorial For Cisco ASA 5500 Firewalls With FREE ASA 5505 Configuration Tutorial Bonus CLICK HERE TO DOWNLOAD EBOOKS

Fill out your e-mail address to receive updates about my upcoming ebooks and other Cisco Technical Tips E-mail address:
I Will Never Share Your email With Anyone
Submit

Sponsored Links

CISCO TRAINING LINKS


CCNA VIDEO TRAINING TRAINSIGNAL CCNA TRAINING CCNA SECURITY TRAINING CCENT ICND1 TRAINING CISCO ICND2 TRAINING CISCO CCNP TRAINING CISCO BSCI TRAINING CISCO BCMSN TRAINING CISCO ISCW TRAINING CISCO ONT TRAINING

Related posts: 1. 2. 3. 4. 5. 6. 7. Configuring PPPoE for Cisco Router 520 and for series 850 and 870 Cisco ASA Firewall with PPPoE Routing Redistribution on Cisco Routers Configuring NAT on Cisco IOS Routers Basic Cisco 800 Router Configuration for Internet Access Configuring Connection Limits on Cisco ASA Firewalls Protect from DoS How to Configure Static Routing on Cisco Routers

RESOURCES
Subscribe
RSS 2.0 Comments RSS 2.0 RSS 0.92 Atom 0.3

Pages

http://www.networkstraining.com/adjusting-mss-and-mtu-on-cisco-800-routers-for-pppoe-over-dsl/[06/06/2011 05:26:03 ]

Adjusting MSS and MTU on Cisco 800 routers for PPPoE over DSL | Networks Training
Comments (0) Posted in Cisco 800 Series Routers
About Contact Privacy-Disclaimer Sitemap Advertising

Subscribe RSS 2.0 feed. Leave a response, or Trackback from your own site.

BLOG CATEGORIES

Leave a Reply
Name Email (will not be published) Website

Submit Comment

CCNA Exam Preparation (11) CCNA Training (10) CCNP Exam Preparation (2) Cisco 800 Series Routers (4) Cisco ASA Firewall ebook (2) Cisco Certifications (22) Cisco Firewalls (28) Cisco General (24) Cisco IOS (1) Cisco IPS (1) Cisco Network Security (4) Cisco Routers (24) Cisco Switches (9) Cisco VPN (8) Cisco Wireless (3) General Networking (13) I.T Training (3) IP Telephony (11) Microsoft Training (2) Miscellaneous (3) SNPA 642-523 (3) Top Certifications (2)

MONTHLY ARCHIVES
By Month
May 2011 (2) April 2011 (3) March 2011 (2) February 2011 (2) January 2011 (2) December 2010 (3) November 2010 (3) October 2010 (6) September 2010 (4) August 2010 (4) July 2010 (4) June 2010 (6) May 2010 (4) April 2010 (7) March 2010 (5) February 2010 (6) January 2010 (6) December 2009 (6) November 2009 (3) October 2009 (4) September 2009 (4) August 2009 (2) July 2009 (4) June 2009 (4) May 2009 (3) April 2009 (4) March 2009 (5) February 2009 (3) January 2009 (3) December 2008 (5) November 2008 (7) October 2008 (6) September 2008 (7) August 2008 (6) July 2008 (6) June 2008 (3) May 2008 (6) April 2008 (6) March 2008 (4)

Copyright 2007-2011 Networks Training. Powered by WordPress. All Rights Reserved.

HOME | CONTACT

http://www.networkstraining.com/adjusting-mss-and-mtu-on-cisco-800-routers-for-pppoe-over-dsl/[06/06/2011 05:26:03 ]

You might also like