Configuring Gigabit Ethernet Enhanced
High-Speed WAN Interface Cards
First Published: March 15, 2011
This document describes how to configure the Cisco Gigabit Ethernet enhanced high-speed WAN
interface card (EHWIC). The EHWIC 1 GE-SFP-CU can be installed on the Cisco Integrated Services
Routers Generation 2 (ISR G2) family platforms and has a dual-purpose uplink (DPU) that can run in
small-form-factor pluggable (SFP) or copper mode. It supports the following features:
• Digital Optical Monitoring (DOM)
• Support for T1/E1 and T3/E3 SFPs
• Support for the Ethernet passive optical network (EPON) SFP
EHWIC 1 GE-SFP-CU is the SKU for the single port EHWIC.
For a list of SFPs supported on the EHWIC 1 GE-SFP-CU, see Connecting Gigabit Ethernet High-Speed
WAN Interface Cards document at the following URL:
Your Cisco IOS software release may not support all of the features documented in this module.
Finding Support Information for Platforms and Cisco IOS Software Images
Use Cisco Feature Navigator to find information about platform support and Cisco IOS software image
support. Access Cisco Feature Navigator at http://www.cisco.com/go/fn. You must have an account on
Cisco.com. If you do not have an account or have forgotten your username or password, click Cancel at
the login dialog box and follow the instructions that appear.
Americas Headquarters:
Cisco Systems, Inc., 170 West Tasman Drive, San Jose, CA 95134-1706 USA
Contents
Contents
• Prerequisites for the EHWIC 1 GE-SFP-CU
• Restrictions for the EHWIC 1 GE-SFP-CU
• Overview of the EHWIC 1 GE-SFP-CU
• Configuring the EHWIC 1 GE-SFP-CU
• Configuring Loopback
• Configuration Examples for EHWIC 1 GE-SFP-CU
• Configuring SFPs
• Configuring Third-Party SFPs
• Additional References
Prerequisites for the EHWIC 1 GE-SFP-CU
This section lists the prerequisites for configuring the EHWIC 1 GE-SFP-CU.
• Ensure that you have the appropriate Cisco access router to serve as the host router. The following
Cisco access routers support EHWIC 1 GE-SFP-CU.
– Cisco 1921 ISR
–
Cisco 1941 ISR
Cisco 2901 ISR
–
Cisco 2911 ISR
–
–
Cisco 2921 ISR
Cisco 2951 ISR
–
Cisco 3925 ISR
–
–
Cisco 3925E ISR
Cisco 3945 ISR
–
–
Cisco 3945E ISR
Use the show version command to ensure that the router is running Cisco IOS Release 15.1(4)M or
•
later.
NoteWhen minimum release requirements are met, you can change images on the router without affecting
performance.
Cisco Interface Cards in Cisco Access Routers and Cisco Network Modules and Interface Cards
Regulatory Compliance and Safety Information.
Install the EHWIC 1 GE-SFP-CU on the router, using the directions provided in Installing
Restrictions for the EHWIC 1 GE-SFP-CU
Online insertion and removal is not supported for EHWIC 1 GE-SFP-CU.
Configuring Gigabit Ethernet Enhanced High-Speed WAN Interface Cards
2
OL-24318-02
249737
234
SFP-EN
ACT
LNK
SPD
GE 0GE 0
1
Overview of the EHWIC 1 GE-SFP-CU
The Cisco Gigabit Ethernet WAN EHWIC (EHWIC 1 GE-SFP-CU) is an enhanced high-speed interface
card providing copper and optical Gigabit Ethernet ports and connectivity of T1/E1 and T3/E3 over
optical for Cisco ISRs.
The EHWIC 1 GE-SFP-CU provides copper and optical Gigabit Ethernet connectivity through a
dual-purpose uplink.
NoteThe EHWIC 1GE SFP CU provides maximum 800 Mbps unidirectional and 1600 Mbps bidirectional
Ethernet throughput, but the actual throughput is limited by the platform.
Overview of the EHWIC 1 GE-SFP-CU
The SFP slot supports Cisco certified copper or optical SFPs. For a list of supported SFPs, see
Connecting Gigabit Ethernet High-Speed WAN Interface Cards.
The EHWIC 1GE SFP CU is a true routed port card. IP addresses can be directly configured on the
EHWIC interface unlike SVI configurations in which the port is configured for VLAN trunking.
The Mean Time Between Failover(MTBF) for this module is 3162805 hours.
Feature History
Faceplate
Figure 1 showsthe faceplate for the EHWIC 1 GE-SFP-CU.
Figure 1Cisco EHWIC 1 GE-SFP-CU Faceplate
ReleaseModification
15.1(4)MThe feature was introduced.
OL-24318-02
1SFP EN LED, which shows connectivity to the
router.
3LNK LED, which shows link status.4SPD LED, which shows transmission
Configuring Gigabit Ethernet Enhanced High-Speed WAN Interface Cards
2ACT LED, which shows TX/RX activity.
speed.
3
Configuring the EHWIC 1 GE-SFP-CU
LEDs
Table 1 liststhe LEDs and describes their functionality and different states. The LEDs provide a visual
indication of your available services.
LEDColorDescription
SFP ENOffNot present.
ACTSolid or blinking greenBlinks proportional to valid Ethernet traffic.
LNKGreenSolid green indicates the Ethernet port has a
SPDOffNo link.
Ta b le 1L E D I n d i ca to r s
GreenPresent and enabled.
AmberPresent with failure.
OffNo packet transfers are occurring.
link partner.
GreenNote Blink indicates port speed.
blinking1 blink before pause—10 Mbps link speed.
2 blinks before pause—100 Mbps link speed.
3 blinks before pause—1000 Mbps link speed.
Configuring the EHWIC 1 GE-SFP-CU
This section describes how to configure your EHWIC 1 GE-SFP-CU.
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type slot/subslot/port number
4. ip address ip-address mask
5. shutdown
6. no shutdown
7. exit
Configuring Gigabit Ethernet Enhanced High-Speed WAN Interface Cards
4
OL-24318-02
DETAILED STEPS
Step 1
Step 2
Step 3
Step 4
Command or ActionPurpose
enable
Example:
Router> enable
configure terminal
Example:
Router# configure terminal
interface type slot/subslot/port number
Example:
Router(config)# interface ethernet
0/3/0
ip address ip-address mask
Enables privileged EXEC mode.
• Enter your password if prompted.
Enters global configuration mode.
Enters the configuration mode for
Ethernet transport on the EHWIC
interface on the router.
Sets the IP address and subnet mask for
the interface.
Configuring Loopback
Example:
Router(config-if)# ip address
192.168.12.2 255.255.255.0
Step 5
Step 6
Step 7
shutdown
Example:
Router(config-if)# shutdown
no shutdown
Example:
Router(config-if)# no shutdown
exit
Example:
Router(config-if)# exit
Router(config)#
Configuring Loopback
Use the loopback command in interface configuration mode to configure loopback. The
EHWIC 1 GE-SFP-CU supports MAC layer loopback and driver type loopback. The MAC loopback is
used to detect MAC failure. The driver loopback is used to detect transceiver failure. Use the show interface to see the loopback mode and check if the hardware is functional.
Disables the interface, changing its state
from administratively up to
administratively down.
Enables the interface, changing its state
from administratively down to
administratively up.
Exits configuration mode and returns to
global configuration mode.
OL-24318-02
Configuring Gigabit Ethernet Enhanced High-Speed WAN Interface Cards
5
Configuration Examples for EHWIC 1 GE-SFP-CU
Configuration Examples for EHWIC 1 GE-SFP-CU
This section provides the following configuration examples:
• EHWIC 1 GE-SFP-CU Running Configuration, page 6
• Show Controller Output, page 9
• Show Interface Output, page 12
EHWIC 1 GE-SFP-CU Running Configuration
The following example shows the running configuration with the EHWIC 1 GE-SFP-CU on a Cisco 3945
ISR.
Router# sh run
Building configuration...
Current configuration : 2132 bytes
!
! Last configuration change at 01:33:00 PDT Tue Sep 28 2010
!
version 15.1
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
no service password-encryption
service internal
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no logging console
!
no aaa new-model
clock timezone PDT -7 0
!
no ipv6 cef
ip source-route
ip cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
crypto pki token default removal timeout 0
!
!
license udi pid CISCO3900-MPE140 sn FHH123000GX
license boot module c3900 technology-package securityk9
license boot module c3900 technology-package uck9
hw-module pvdm 0/0
!
hw-module sm 1
!
hw-module sm 2
!
Configuring Gigabit Ethernet Enhanced High-Speed WAN Interface Cards
6
OL-24318-02
Loading...
+ 12 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.