C
HAPTER
41
| IP Interface Commands
IPv6 Interface
– 934 –
COMMAND USAGE
◆ 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 (936)
jumbo frame (509)
show ipv6 default-
gateway
This command displays the current IPv6 default gateway.
COMMAND MODE
Normal Exec, Privileged Exec
EXAMPLE
The following shows the default gateway configured for this device:
Console#show ipv6 default-gateway
IPv6 default gateway 2001:DB8:2222:7272::254
Console#