| setvlan_mtu |
Use this method to set specifies the maximum transmission unit (MTU), in bytes. The MTU is the largest packet size, excluding 14 bytes of ethernet header and 4 bytes of crc, that can be transmitted and received over this VLAN. |
Syntax |
Parameters |
id |
A positive integer that uniquely identifies a VLAN. This is mandatory parameter. Minimum value = 1. Maximum value = 4094. |
mtu |
Specifies the maximum transmission unit (MTU), in bytes. The MTU is the largest packet size, excluding 14 bytes of ethernet header and 4 bytes of crc, that can be transmitted and received over this VLAN. Default value = 0. Minimum value = 500. Maximum value = 9216. |
Return Value |
Returns simpleResult |
See Also |