
PurposeCommand or Action
Enters the global configuration mode.configure terminal
Example:
Router# configure terminal
Step 2
Enables third-party SFP support.service unsupported-transceiver
Example:
Router(config)# service
unsupported-transceiver
Step 3
Selects an interface to configure.
interface type slot/subslot/port number
Example:
Router(config)# interface ethernet 0/3/0
Step 4
Changes media type to SFP.media-type sfp
Example:
Router(config-if)# media-type sfp
Step 5
Configures the speed of the interface.
speed value
Step 6
Example:
Router(config-if)# speed 100
For 100BASE SFPs, configure the speed to 100
Mbps only. Similarly, for 1000BASE SFPs,
configure the speed to 1000 Mbps only.
Note
Disables the interface, changing its state from administratively
UP to administratively DOWN.
shutdown
Example:
Router(config-if)# shutdown
Step 7
Enables the interface, changing its state from administratively
DOWN to administratively UP.
no shutdown
Example:
Router(config-if)# no shutdown
Step 8
Exits the configuration mode and returns the global
configuration mode.
exit
Example:
Router(config-if)# exit
Router(config)#
Step 9
Cisco 800 Series Integrated Services Routers Software Configuration Guide
OL-31704-02 125
Configuring Backup Data Lines and Remote Management
Configuring Third-Party SFPs
Comments to this Manuals