Cisco Systems EHWIC1GESFPCU Computer Accessories User Manual


 
15
Configuring Gigabit Ethernet Enhanced High-Speed WAN Interface Cards
OL-24318-02
Additional References
Examples
This example shows how to configure a third-party SFP on a Cisco ISR G2 Series Router:
Router# configure terminal
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
Additional References
The following sections provide references related to EHWIC 1 GE-SFP-CU.
Step 4
interface type slot/subslot/port number
Example:
Router(config)# interface ethernet 0/3/0
Selects an interface to configure.
Step 5
media-type sfp
Example:
Router(config-if)# media-type sfp
Changes media type to SFP.
Step 6
speed value
Example:
Router(config-if)# speed 100
Configures the speed of the interface.
Note For 100BASE SFPs, configure the
speed to 100 Mbps only. Similarly,
for 1000BASE SFPs, configure
the speed to 1000 Mbps only.
Step 7
shutdown
Example:
Router(config-if)# shutdown
Disables the interface, changing its state
from administratively UP to
administratively DOWN.
Step 8
no shutdown
Example:
Router(config-if)# no shutdown
Enables the interface, changing its state
from administratively DOWN to
administratively UP.
Step 9
exit
Example:
Router(config-if)# exit
Router(config)#
Exits the configuration mode and returns
the global configuration mode.
Command or Action Purpose