cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1247
Views
0
Helpful
2
Replies

ip tcp adjust-mss unidirection or bidirectional?

SlevinKelevra
Level 1
Level 1

If i configure this command on my cisco CPE with a value of 1440, why do i still have packets who has a mss of 1460, while i clearly see the TCP three-way handshake? I'm no wireshark expert, but maybe you guys can tell me what i am doing wrong? I have made a capture between two hosts who are communicating with each other. 

 

Here is the direct link for a more clearer picture http://s16.postimg.org/4vyeqpg91/syn_bit.png

 

wireshark output

 

 

1 Accepted Solution

Accepted Solutions

Hitesh Vinzoda
Level 4
Level 4

Hi there,

Correct me if i m wrong, is the capture taken from a PC connected to Cisco? 

 

The default MSS is 1460 which MTU 1500 - 40 Header = 1460 which is announced by the PC in syn and as you can see from the second packet which is syn ack received on the PC through the router the MSS is set to 1440, which means the MSS was modified / adjusted by the router.

Please refer below link for more information and testing MSS.

 

http://www.cisco.com/c/en/us/td/docs/ios/12_2sb/12_2sba/feature/guide/sb_admss.pdf

 

HTH

Hitesh

View solution in original post

2 Replies 2

Hitesh Vinzoda
Level 4
Level 4

Hi there,

Correct me if i m wrong, is the capture taken from a PC connected to Cisco? 

 

The default MSS is 1460 which MTU 1500 - 40 Header = 1460 which is announced by the PC in syn and as you can see from the second packet which is syn ack received on the PC through the router the MSS is set to 1440, which means the MSS was modified / adjusted by the router.

Please refer below link for more information and testing MSS.

 

http://www.cisco.com/c/en/us/td/docs/ios/12_2sb/12_2sba/feature/guide/sb_admss.pdf

 

HTH

Hitesh

I agree with you completely! Although the funny thing is, that the host is still sending packets out with a MTU of 1500 bytes. (DF BIT not set) i could say that this particular node is not RFC compliant.