Hi, guys.
I own a 5900AF switch:
5900AF-48XG-4QSFP+ Software: 2432-P06
I'm trying to set up, tcp mss for the vlan interfaces in the following way:
[core]int vlan2
[core-Vlan-interface2]tcp mss 1400
[core-Vlan-interface2]dis thi
#
interface Vlan-interface2
description UPLINK/WAN
ip address 19.21.15.9 255.255.255.248
tcp mss 1400
#
return
The problem is, that even doing it this way, the internet traffic in this VLAN, still uses the default mss of 1460 for all inbound/outbound traffic, can someone enlight me, why is this ?
Could this be a bug ? Because I believe, I've set it up properly ? Or did I miss anything ?