tcp path-mtu-discovery
Enables and configures path MTU discovery on the virtual router. Issuing the command without any keywords enables path MTU discovery. Using the keywords with the command configures specified values. The no version, when issued with a keyword, deletes the value. When issued without any keywords, the no version disables path MTU discovery on the virtual router.
[ ip ] tcp path-mtu-discovery [ vrf vrfName ] [ age-timer [ indefinite | minutes
[ minutes_2 ] ] | max-mtu maxMtu | min-mtu minMtu | black-hole-detect-threshold blackHoleThreshold }no [ ip ] tcp path-mtu-discovery [ vrf vrfName ] [ age-timer | max-mtu | min-mtu | black-hole-detect-threshold }
- ipOptional keyword for use with older scripts
- vrfNameName of the VRF; string of 132 alphanumeric characters
- indefiniteDisables aging functions. That is, TCP does not attempt to increase the path MTU; the path MTU decreases only in response to received ICMP Too Big messages.
- minutesTime (in minutes) that TCP waits after receiving an ICMP Too Big message before attempting to increase the path MTU. The timer range is 130 minutes.
- minutes_2Time (in minutes) that TCP waits after a successful path MTU increase before attempting to increase it again. The timer range is 130 minutes.
- maxMtuMaximum MTU size that the virtual router can accept; number, in the range 6865535; default value is no limit
- minMtuMinimum MTU value that the virtual router can accept; number, in the range 6865535; default value is no limit
- blackHoleThresholdBlack hole threshold value that you want all connections on this virtual router to use. The range is 065535.
Router Configuration
Command introduced before JUNOSe Release 7.1.0.
ip keyword made optional in JUNOSe Release 7.2.0.