Title: How to set TCP MSS value on Ruijie EG series router? [Print this page] Author: GTAC-Sophia Time: 2023-7-11 18:12 Title: How to set TCP MSS value on Ruijie EG series router? You can configure TCP MSS value on the CLI of the Ruijie EG series router.
Ruijie>enable
Ruijie#config
Ruijie(config)#ip tcp mss 1200
//Limits the maximum value of the MSS for an upcoming TCP connection.
The negotiated MSS value for any newly established TCP connection can not exceed the configured value.
Ruijie(config)#interface g0/2
Ruijie(config-if-GigabitEthernet 0/2)#ip tcpadjust-mss 1200
//Set the MSS option value for forwarded TCPv4 SYN packets.