capabilities
Use this command to advertise the port capabilities of a given interface during
autonegotiation. Use the no form with parameters to remove an advertised capa-
bility, or the no form without parameters to restore the default values.
Syntax
capabilities {1000full | 100full |100half | 10full | 10half | flowcontrol | sym-
metric}
no port-capabilities [1000full | 100full | 100half | 10full |10half | flowcontrol
| symmetric]
> 1000full - Supports 1000 Mbps full-duplex operation
> 100full - Supports 100 Mbps full-duplex operation
> 100half - Supports 100 Mbps half-duplex operation
> 10full - Supports 10 Mbps full-duplex operation
> 10half - Supports 10 Mbps half-duplex operation
> flowcontrol - Supports flow control
> symmetric - Transmits and receives pause frames for flow control
Default Setting
The default values for Gigabit Ethernet include all settings.
Command Mode
Interface Configuration (Ethernet, Port Channel)
Example
The following example configures Ethernet port 5 capabilities to 100half, 100full
and flow control.
Console(config)#interface ethernet 1/5
Console(config-if)#capabilities 100half
Console(config-if)#capabilities 100full
Console(config-if)#capabilities flowcontrol
Console(config-if)#
177