Reference Guide 576 Document #: LTRT-17939
Mediant MSBR
Command Description
mss value Sets the MSS value. Range is 68 to 1500.
Default
MSS is set to auto (usually 1500).
Command Mode
Privileged User
Example
This example sets the MSS value to 770 bytes on VLAN 6.
(config-data)# interface vlan 6
(conf-if-VLAN 6)# mss 770
74.2.6.1 ip tcp adjust-mss
This command configures the Maximum Segment Size (MSS) on the payload section of a
TCP packet, on GRE and IPIP tunnels.
Syntax
ip tcp adjust-mss <mss value>
Command Description
mss value Sets the MSS value. Range is 0- 65535.
Note
MSS-value of 0 indicates that no MSS has been set.
Command Mode
Privileged User
Example
This example configures the tunnel interface.
# configure data
(config-data)# interface gre 1
(conf-if-GRE 1)# ip tcp adjust-mss 500