Configuring Third-Party SFPs
Third-party SFPs are manufactured by companies that are not on the Cisco-approved Vendor List (AVL). Currently, Cisco ISR1000 routers support only Cisco-approved SFPs. From Cisco IOS XE Fuji 16.9.1, Cisco ISR1000 routers recognize third-party SFPs.
Procedure
Command or Action | Purpose | |||
---|---|---|---|---|
Step 1 |
configure terminal Example:
|
Enters global configuration mode. |
||
Step 2 |
service unsupported-transceiver Example:
|
Enables third-party SFP support. |
||
Step 3 |
interface type slot subslot port number Example:
|
Selects an interface to configure. |
||
Step 4 |
media-type sfp Example:
|
Changes media type to SFP. |
||
Step 5 |
speed value Example:
|
Configures the speed of the interface.
|
||
Step 6 |
shutdown Example:
|
Disables the interface, changing its state from administratively UP to administratively DOWN. |
||
Step 7 |
no shutdown Example:
|
Enables the interface, changing its state from administratively DOWN to administratively UP. |
||
Step 8 |
exit Example:
|
Exits the configuration mode and returns the global configuration mode. |
Examples
This example shows how to configure a third-party SFP on a Cisco ISR1000 Series Router:
Router# configure terminal
Router(config)# interface ethernet 0/3/0
Router(config-if)# service unsupported-transceiver
Router(config)# interface ethernet 0/3/0
Router(config-if)# media-type sfp
Router(config-if)# speed 100
Router(config-if)# shutdown
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# exit