CLI Reference Guide-R04

Table Of Contents
Chapter 31
| IP Interface Commands
IPv6 Interface
– 915 –
ND advertised reachable time is 0 milliseconds
ND advertised router lifetime is 1800 seconds
Console#
Related Commands
ipv6 address link-local (912)
show ipv6 interface (916)
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
If a non-default value is configured, an MTU option is included in the router
advertisements sent from this device.
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)#