Users Guide

Table Of Contents
Usage
Information
To return to the default MTU value, use the no mtu command. If an IP packet includes a L2 header, the
IP MTU must be at least 32 bytes smaller than the L2 MTU.
Port channels: Member interfaces inherit the MTU value configured on the port-channel interface.
VLANS:
All members of a VLAN must have the same MTU value.
Tagged members must have a link MTU 4 bytes higher than untagged members to account for the
packet tag.
Ensure that the MTU of VLAN members is greater than or equal to the VLAN MTU. OS10 selects
the lowest MTU value configured on the VLAN or VLAN members to be the VLAN MTU.
For example, the VLAN contains tagged members with Link MTU of 1522 and IP MTU of 1500 and
untagged members with Link MTU of 1518 and IP MTU of 1500. The VLANs Link MTU cannot be
higher than 1518 bytes and its IP MTU cannot be higher than 1500 bytes.
Example
OS10(conf-if-eth1/1/7)# mtu 3000
Supported
Releases
10.2.0E or later
negotiation
Configures a negotiation mode on an interface.
Syntax
negotiation {auto | on | off}
Parameters
auto Sets the negotiation mode to the default setting. The default setting depends on the media that
you use.
on Forces interface negotiation.
off Disables interface negotiation.
Defaults Auto
Command Mode INTERFACE CONFIGURATION
Usage
Information
Use the show interfaces command to view the interface negotiation status.
Both sides of the link must have auto-negotiation enabled or disabled for the link to come up.
Use either the negotiation auto command or the no negotiation command to reset the
negotiation mode to its default setting.
Example
OS10(conf-if-eth1/1/50)# negotiation off
OS10(conf-if-eth1/1/50)# show configuration
!
interface ethernet1/1/50
no shutdown
switchport access vlan 1
negotiation off
flowcontrol receive on
OS10(conf-if-eth1/1/50)# negotiation on
OS10(conf-if-eth1/1/50)# show configuration
!
interface ethernet1/1/50
no shutdown
switchport access vlan 1
negotiation on
flowcontrol receive on
OS10(conf-if-eth1/1/50)# negotiation auto
OS10(conf-if-eth1/1/50)# show configuration
!
interface ethernet1/1/50
no shutdown
switchport access vlan 1
Interfaces 391