L2VpnTcpMssClamping (schema)

TCP MSS Clamping Object for L2VPN Session

TCP MSS Clamping Direction and value for L2VPN session.
Name Description Type Notes
direction MSS Clamping direction

Specifies the traffic direction for which to apply MSS Clamping. If direction is None, the feature is disabled.
string Enum: NONE, BOTH
Default: "BOTH"
max_segment_size Maximum Segment Size value

It defines the maximum amount of data that a host is willing to accept in a single TCP segment. This field is set in TCP header during connection establishment. To avoid packet fragmentation, you can set this field depending on uplink MTU and VPN overhead. This is optional field and in case it is left unconfigured, best possible MSS value will be calculated based on effective mtu of uplink interface. Supported MSS range is 108 to 8860.
integer Minimum: 108
Maximum: 8860