[Contents] [Prev] [Next] [Index] [Report an Error]

tcp-mss

Syntax

tcp-mss mss-value;

Hierarchy Level

[edit system internet-options]

Release Information

Statement introduced in JUNOS Release 9.2 of J-series Services Routers software.

Description

(J-series Services Routers only) Enable and specify the TCP maximum segment size (TCP MSS) to be used to replace that of TCP SYN packets whose MSS option is set to a higher value than the value you choose.

If the router receives a TCP packet with the SYN bit and MSS option set and the MSS option specified in the packet is larger than the MSS specified by the tcp-mss command, the router replaces the MSS value in the packet with the lower value specified by the tcp-mss statement.

This statement enables you to specify the MSS size in TCP SYN packets used during session establishment. Decreasing the MSS size helps to limit packet fragmentation and to protect against packet loss that can occur when a packet must be fragmented to meet the MTU size but the packet’s DF (don’t fragment) bit is set.

Use the tcp-mss statement to specify a lower TCP MSS value than the value in the TCP SYN packets.

Options

mss-value—TCP MSS value for SYN packets with a higher MSS value set.

Range: 64 through 65535 seconds
Default: TCP MSS is disabled.

Usage Guidelines

See Configuring TCP MSS for Session Negotiation.

For more information about the TCP MSS statement and session negotiation, see the J-series Services Router Basic LAN and WAN Access Configuration Guide.

Required Privilege Level

system—To view this statement in the configuration.

system-control—To add this statement to the configuration.


[Contents] [Prev] [Next] [Index] [Report an Error]