C
HAPTER
44
| IP Interface Commands
IPv6 Interface
– 1406 –
ipv6 mtu This command sets the size of the maximum transmission unit (MTU) for
IPv6 packets sent on an interface. Use the no form to restore the default
setting.
SYNTAX
ipv6 mtu size
no ipv6 mtu
size - Specifies the MTU size. (Range: 1280-65535 bytes)
DEFAULT SETTING
1500 bytes
COMMAND MODE
Interface Configuration (VLAN)
COMMAND USAGE
â—† The maximum value set by this command cannot exceed the MTU of
the physical interface, which is currently fixed at 1500 bytes.
â—† IPv6 routers do not fragment IPv6 packets forwarded from other
routers. However, traffic originating from an end-station connected to
an IPv6 router may be fragmented.
â—† All devices on the same physical medium must use the same MTU in
order to operate correctly.
â—† IPv6 must be enabled on an interface before the MTU can be set.
EXAMPLE
The following example sets the MTU for VLAN 1 to 1280 bytes:
Console(config)#interface vlan 1
Console(config-if)#ipv6 mtu 1280
Console(config-if)#
RELATED COMMANDS
show ipv6 mtu (1409)
jumbo frame (715)