Users Guide

Table Of Contents
NOTE: You must configure the MTU on VLAN members first before you configure the VLAN
MTU.
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. If you configure the
MTU on VLAN members after you configure the VLAN MTU, the VLAN MTU may not be updated. 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 VLAN’s 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
flowcontrol receive on
OS10(conf-if-eth1/1/50)#
Interfaces 263