<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Wireless client MTU/MSS Issues over IPSEC vpn in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400615#M75647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it hreap local or central switching. central switching may still use tcp-mss. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with hreap local switching, on AP you can reduce the MTU size. but the setting doesn't sustain AP reboot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Telnet/SSH/Console to AP to change the MTU to desired Bytes:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;debug capwap con cli&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;int gi0&lt;/P&gt;&lt;P&gt;mtu 1500&lt;/P&gt;&lt;P&gt;int bvi1&lt;/P&gt;&lt;P&gt;mtu 1500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Note: This workaround does not survive an AP reboot, and must be reapplied if the AP is rebooted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other Workrounds: Alternatively MTU size can be trimmed on the wireless client Ex:1200 bytes or On an upstream IOS router, which is between the client and the wired network, use "ip tcp adjust-mss", if unable to do these try setting "ip mtu" on the wired VLANs' default router interfaces.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2014 20:29:54 GMT</pubDate>
    <dc:creator>Saravanan Lakshmanan</dc:creator>
    <dc:date>2014-01-14T20:29:54Z</dc:date>
    <item>
      <title>Wireless client MTU/MSS Issues over IPSEC vpn</title>
      <link>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400612#M75644</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having some issues with setting up a Guest SSID on a Lightweight AP using H-Reap mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that the clients won't load the Guest Web Login page unless I manually reduce the mtu size on the client, eg from 1500 to 1300.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try and give an overview of the setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wireless client ---&amp;gt; Lwap ---&amp;gt; 3750 ---&amp;gt; 1800 ---&amp;gt; VPN Tunnel ---&amp;gt; ASA ---&amp;gt; 6500 ---&amp;gt; WLC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'd like to know is if there's anyway that I can make all the packets for this particular guest wireless vlan go through the vpn with a smaller mtu?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried setting the ip tcp mss-adjust on the 1800 router but it doesn't seem to have an effect. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help greatly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 06:57:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400612#M75644</guid>
      <dc:creator>Jerome_N8</dc:creator>
      <dc:date>2021-07-05T06:57:45Z</dc:date>
    </item>
    <item>
      <title>Wireless client MTU/MSS Issues over IPSEC vpn</title>
      <link>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400613#M75645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enable tcp mss on APs from WLC. config ap tcp-mss-adjust enable all.&lt;/P&gt;&lt;P&gt;default is 1363, if it does not work keep reducing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:22:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400613#M75645</guid>
      <dc:creator>Saravanan Lakshmanan</dc:creator>
      <dc:date>2014-01-14T17:22:22Z</dc:date>
    </item>
    <item>
      <title>Wireless client MTU/MSS Issues over IPSEC vpn</title>
      <link>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400614#M75646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saravan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this already and I don't think it works in H-Reap mode, when I make the adjustment I don't see this reflected in the packets in wireshark.&amp;nbsp; They remain as 1390 from the WLC and 1460 from the client.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I reduce the mtu on the client directly to 1300 I see the packets from the client with MSS 1260 and this works perfectly, but obviously I'm not able to manually reduce the mtu on every client that will connect to this guest network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:41:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400614#M75646</guid>
      <dc:creator>Jerome_N8</dc:creator>
      <dc:date>2014-01-14T17:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless client MTU/MSS Issues over IPSEC vpn</title>
      <link>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400615#M75647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it hreap local or central switching. central switching may still use tcp-mss. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with hreap local switching, on AP you can reduce the MTU size. but the setting doesn't sustain AP reboot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Telnet/SSH/Console to AP to change the MTU to desired Bytes:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;debug capwap con cli&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;int gi0&lt;/P&gt;&lt;P&gt;mtu 1500&lt;/P&gt;&lt;P&gt;int bvi1&lt;/P&gt;&lt;P&gt;mtu 1500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Note: This workaround does not survive an AP reboot, and must be reapplied if the AP is rebooted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other Workrounds: Alternatively MTU size can be trimmed on the wireless client Ex:1200 bytes or On an upstream IOS router, which is between the client and the wired network, use "ip tcp adjust-mss", if unable to do these try setting "ip mtu" on the wired VLANs' default router interfaces.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 20:29:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400615#M75647</guid>
      <dc:creator>Saravanan Lakshmanan</dc:creator>
      <dc:date>2014-01-14T20:29:54Z</dc:date>
    </item>
    <item>
      <title>Wireless client MTU/MSS Issues over IPSEC vpn</title>
      <link>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400616#M75648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried all of the above and none of them work, it seems like nothing is adjusting the mtu size, the only thing that works is adjusting it manually on the pc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried setting the vlan on the switch for the guest network to 1300, setting the gi interface on the access point to 1300, and tried setting the mtu/mss on the router interfaces to 1300.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I previously had this working without using h-reap by setting the mss to 1300 on the WLC but then their guest traffic was routing through our main office which was proving to be unstable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 12:35:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400616#M75648</guid>
      <dc:creator>Jerome_N8</dc:creator>
      <dc:date>2014-01-15T12:35:26Z</dc:date>
    </item>
    <item>
      <title>Wireless client MTU/MSS Issues over IPSEC vpn</title>
      <link>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400617#M75649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are hreap local switching possible.&lt;/P&gt;&lt;P&gt;what is the model of AP, WLC and code.&lt;/P&gt;&lt;P&gt;tcp mss applicable only on tcp over mss. try setting tcp mss to 1200.&lt;/P&gt;&lt;P&gt;or set mtu on AP to 1250 or below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open TAC case, if above does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 13:23:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400617#M75649</guid>
      <dc:creator>Saravanan Lakshmanan</dc:creator>
      <dc:date>2014-01-15T13:23:57Z</dc:date>
    </item>
    <item>
      <title>Wireless client MTU/MSS Issues over IPSEC vpn</title>
      <link>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400618#M75650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AP = &lt;SPAN style="font-size: 10pt;"&gt;AIR-LAP1262N-E-K9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;WLC = 4402&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Version = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;7.0.98.218&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;When you say try setting tcp on mss to 1200, on which device should I try that?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 16:14:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400618#M75650</guid>
      <dc:creator>Jerome_N8</dc:creator>
      <dc:date>2014-01-15T16:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless client MTU/MSS Issues over IPSEC vpn</title>
      <link>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400619#M75651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on top of actual ip - capwap, vpn header adds up. &lt;/P&gt;&lt;P&gt;it is good to have the setting on device close to AP and nice to set on all intermediate devices.&lt;/P&gt;&lt;P&gt;did you try to reduce mtu/mss on vpn.&lt;/P&gt;&lt;P&gt;if old AP models with central switching or local mode AP not seeing this issue then its possible 126X running a bug. incorrect DF bit set could be an issue.&lt;/P&gt;&lt;P&gt;7.0mr5 is out, try on it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 16:30:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/wireless-client-mtu-mss-issues-over-ipsec-vpn/m-p/2400619#M75651</guid>
      <dc:creator>Saravanan Lakshmanan</dc:creator>
      <dc:date>2014-01-15T16:30:08Z</dc:date>
    </item>
  </channel>
</rss>

