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

Is there a "ip tcp adjust-mss" equivalent command for NX-OS

Giovanni Ceci
Level 1
Level 1

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

2 Replies 2

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

This is Not Solution You Drop Packet Donnot change tcp mss

Review Cisco Networking for a $25 gift card