i am having a problem with very slow uploads from a ROS3.14 router through a Metro Ethernet circuit, Downloads are good. That circuit is being shared with another company by using vlans. The other company is using Cisco Gear and thery were having weird problem until they adjusted their TCP MSS. How do i make the same adjustments using ROS? Here is what the “other comapny” provided me with as an example:
interface Vlan804
description PTP_to_EQC for Admin Traffic
ip address 172.25.186.6 255.255.255.252
ip mtu 1460
ip tcp adjust-mss 1300
I have tried adjusting the MSS using mangle however i have not had any success.
Please provide me with the proper ROS example
Thank You