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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unkown Daughter Card in Cisco 2611xm

Status
Not open for further replies.

blove

IS-IT--Management
Feb 11, 2003
38
US
I have order an ATM circuit through AT&T, which is basicly two T1's that will be bound together. I am wanting to use a 2611xm to connect these circuits. I purchased two items for his connectivity.
1. VWIC2-2MFT-T1/E1
2. AIM-ATM board

The router will see the AIM board just fine, but will not see the vwic card. I am also running ip plus and have tried other ver to see if that is the issue. Many many versions out there. I am currently trying c2600-is-mz.123-24.bin.

Help Please!!!
 
Maybe try moving up to one of the newer T train IOS's?


here is what cisco says:
Requirements
Before attempting this configuration, please ensure that you meet the following prerequisites:

Cisco IOS Image -- To run these features on T1/E1 interfaces, you must install an IP Plus or IP Voice image (minimum) of Cisco IOS Release 12.3(14)T or a later release.
VWIC Support -- The multiflex VWIC cards are supported on Cisco 2600XM series, Cisco 2691, Cisco 2800 series, Cisco 3700 series, and Cisco 3800 series routers when installed on the network modules listed in Components Used . The multiflex VWIC cards can also be installed in any VIC slot on the router.
Independent Clocking Mode -- The independent clocking mode is supported only on these modules:
VWIC2-1MFT-G703
VWIC2-2MFT-G703
VWIC2-2MFT-T1/E1
VWIC2-1MFT-T1/E1
[/quote

 
You are exactly right, It was the IOS. I flashed with newer one and now the router shows the new vwic2.

But now I am having no luck with getting the circuits up and working. her is what my config looks like

on Router A
Bluefield_ATM#
*Mar 2 02:32:36.563: %ATM_AIM-5-CELL_ALARM_UP: Interface ATM0/1 lost cell delineation.
*Mar 2 02:32:36.583: %ATM_AIM-5-CELL_ALARM_DOWN: Interface ATM0/1 regained cell delineation.show run
Building configuration...

Current configuration : 1492 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Bluefield_ATM
!
boot-start-marker
boot-end-marker
!
card type t1 0 0
!
no aaa new-model
network-clock-participate wic 0
ip cef

controller T1 0/0
mode atm aim 0
framing esf
linecode b8zs
!
controller T1 0/1
mode atm aim 0
framing esf
linecode b8zs
!
interface Loopback0
ip address 172.22.1.47 255.255.255.0
!
interface ATM0/0
no ip address
no scrambling-payload
ima-group 0
no atm ilmi-keepalive
!
interface ATM0/0.1 point-to-point
description pvc to corporate
ip address 172.18.1.182 255.255.255.252
no snmp trap link-status
pvc 1/90
oam-pvc manage

interface FastEthernet0/0
ip address 10.50.11.5 255.255.255.0
duplex auto
speed auto
!
interface ATM0/1
no ip address
no scrambling-payload
ima-group 0
no atm ilmi-keepalive
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
router eigrp 1
network 10.0.0.0
network 172.18.0.0
no auto-summary
no eigrp log-neighbor-changes
!
ip forward-protocol nd
!
!
control-plane

Also the interfaces show down down, is this normal with ATM?
 
Thread can be closed. I found my answer on another thread. it was under the AIM Config and the user was Cisco God. He was right on the money with his sample config.
 
Here is what I added to get it working.

network-clock-participate wic 0
network-clock-select 1 T1 0/0
network-clock-select 2 T1 0/1

controller T1 0/0
mode atm aim 0
framing esf
clock source line primary
linecode b8zs
!
controller T1 0/1
mode atm aim 0
framing esf
linecode b8zs
!
!
!
!
interface Loopback0
ip address 172.22.1.47 255.255.255.0
!
interface ATM0/0
no ip address
logging event atm pvc state
logging event subif-link-status
no scrambling-payload
ima-group 1
nointerface ATM0/1
no ip address
logging event atm pvc state
logging event subif-link-status
no scrambling-payload
ima-group 1
no atm ilmi-keepalive
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface ATM0/IMA1
no ip address
ima differential-delay-maximum 50
no atm ilmi-keepalive
!
interface ATM0/IMA1.1 point-to-point
description Blfd_ATM to Corp
ip address 172.18.1.182 255.255.255.252
no snmp trap link-status
pvc 1/90
oam-pvc manage



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top