Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing a new WIC on Cisco 2600 router

Status
Not open for further replies.

ponetguy2

MIS
Aug 28, 2002
442
0
0
US
Hello Everyone,

I installed an new WIC on a Cisco 2600 router. However, when I do a show int while I am on enable mode, I don't see it. Is there a way to manually define this new interface?

Thank you in advance.


Carlo Reyes

Technology/Systems - Delivery
Networks and Infrastructure

Chicago Customer Technical Support
 
Oh, I forgot to mention that during boot-up, I can see the new interface.

Carlo Reyes

Technology/Systems - Delivery
Networks and Infrastructure

Chicago Customer Technical Support
 
this is a new T1 controller.

Carlo Reyes

Technology/Systems - Delivery
Networks and Infrastructure

Chicago Customer Technical Support
 
Carlo

I would go to and check that the IOS version you have supports this card.
Also check there for a command to turn the controller on (like controller T1 0/0, depending on which card it is)

EB
 
Some modules require the IP-Plus feature set -- what IOS revision are you running?

- John C. Young
jcy@nevermind.org
 
I found the solution. This is a Cisco 2620 XM router w/ 12.3 IOS. I was installing a T1 interface.

Here is what i did:

Here is how you enable the new interface (model #: nm-1ce1t1-pri):

Step 1: enable

Example:
Router> enable

Step 2: configure terminal

Example:
Router# config t

Step 3: define new card (card type t1 slot)

Example:
Router(config)# card type t1 1
!
! *** The Ethernet interface name below may need to be changed ***
! *** to fit the member router. ***
! *** If more than one physical Lan interface exists then the commands ***
! *** ip policy route-map dbs and no ip redirects must be entered on ***
! *** the other lan interfaces aswell. ***
interface fastethernet0/0
ip policy route-map dbs
no ip redirects
!
! *** The t1 Controller name below may need to be changed ***
! *** to fit the member router. ***
controller t1 1/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-6 speed 64
channel-group 1 timeslots 7 speed 64
channel-group 5 timeslots 14 speed 64
channel-group 12 timeslots 19-22 speed 64

etc......

Thank you everyone.

Carlo Reyes

Technology/Systems - Delivery
Networks and Infrastructure

Chicago Customer Technical Support
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top