C
HAPTER
27
| Interface Commands
– 724 –
EXAMPLE
The following example enables flow control on port 5.
Console(config)#interface ethernet 1/5
Console(config-if)#flowcontrol
Console(config-if)#no negotiation
Console(config-if)#
RELATED COMMANDS
negotiation (725)
capabilities (flowcontrol, symmetric) (721)
media-type This command forces the port type selected for combination ports 9-10.
Use the no form to restore the default mode.
SYNTAX
media-type mode
no media-type
mode
copper-forced - Always uses the built-in RJ-45 port.
sfp-forced - Always uses the SFP port (even if module not
installed).
sfp-preferred-auto - Uses SFP port if both combination types
are functioning and the SFP port has a valid link.
DEFAULT SETTING
RJ-45: copper-forced
Combination: sfp-preferred-auto
COMMAND MODE
Interface Configuration (Ethernet - Ports
9-10
)
EXAMPLE
This forces the switch to use the built-in RJ-45 port for the combination
port 10.
Console(config)#interface ethernet 1/10
Console(config-if)#media-type copper-forced
Console(config-if)#