The event is observed when the switch reboots with a configured value that exceeds the recommended value of IPMTU or when the user attempts to configure such a value. There are two parameters - configuredIpmtu is what the user is trying to configure, validIpmtu - is the ipmtu that will not exceed the jumbo frame size.
Recommend changing the ip-mtu value to the one that is supported using "configure ip-mtu value .." command.
Warning
The IP-MTU size %configuredIpmtu% for vlan %vlanName% may be too large for jumbo-frame-size %jumbosize%. IP packets larger than %validIpmtu% may be lost.
Name | Type |
---|---|
configuredIpmtu | uInt32 |
vlanName | String |
jumbosize | uInt32 |
validIpmtu | uInt32 |