10-22-2014 06:04 PM - edited 03-05-2019 12:01 AM
Hey Community,
Is there a "ip tcp adjust-mss" equivalent command for the NX-OS? We have a few GRE tunnels and best-practice is to configure this command on both ends but the command is not there.
Please help!
Thanks,
John
10-23-2014 09:33 AM
Hi,
You can use following configuration instead of former command:
#interface tunnel 0
-if)#mtu 1600
-if)#ip access-group DLP in
-if)#ip address <><>
#ip access-list extended DLP
-acl)#statistics per-entry
-acl)#deny ip any any packet-length gt <adjust value>
-acl)#permit ip any any
I think, it may helps you.
Houtan
10-09-2023 10:45 PM
This is Not Solution You Drop Packet Donnot change tcp mss
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide