Some gigabit interfaces on Cisco support RJ-45 (copper) and SFP (fiber) operation.
The command media-type has to be used to switch between the two media types.
The example below shows how to configure the media-type with this command.
media-type configuration example:
interface Gigabit0/0
media-type rj45 (UTP)
interface Gigabit0/0
media-type sfp (fiber)
|