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

IMA configuration

Status
Not open for further replies.
Feb 18, 2004
13
0
0
US
I just purchased a new AIM-ATM-4T1 bundle and I need to configure this for IMA. I have setup IMA on the older NM-4T1-IMA card but I have never worked with this newer card before. Does anyone have any configuration examples using this new card? Any help would be greatly appreciated.

One last note I will be using only 2 T1s for the IMA port.

Thanks
 
Hey Ciscotech,

I configure atm IMA circuits every week or so. Here is a cookie cutter config.

network-clock-participate wic 0
network-clock-participate wic 1
network-clock-select 1 T1 0/0
network-clock-select 2 T1 0/1
network-clock-select 3 T1 0/2
no aaa new-model
ip subnet-zero
ip cef
!
!
ip name-server x.x.x.x
ip name-server x.x.x.x
!
!
!
!
!
!
!
!
!
!
!
!
!
!
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
!
controller T1 0/2
mode atm aim 0
framing esf
linecode b8zs
!
controller T1 0/3
mode atm aim 0
framing esf
linecode b8zs
!
!
!
interface ATM0/0
description
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/0
ip address x.x.x.x 255.255.255.192
duplex auto
speed auto
no cdp enable
!
interface ATM0/1
description
no ip address
logging event atm pvc state
logging event subif-link-status
no scrambling-payload
ima-group 1
no atm ilmi-keepalive
!
interface ATM0/2
description
no ip address
logging event atm pvc state
logging event subif-link-status
no scrambling-payload
ima-group 1
no atm ilmi-keepalive
!
interface ATM0/3
no ip address
shutdown
no scrambling-payload
ima-group 1
no atm ilmi-keepalive
!
interface ATM0/IMA1
no ip address
ima differential-delay-maximum 50
no atm ilmi-keepalive
!
interface ATM0/IMA1.1 point-to-point
description
ip address x.x.x.x x.x.x.x
pvc xxxx 15/46
protocol ip x.x.x.x
vbr-nrt 4500 4500
oam-pvc manage
oam retry 3 3 10
encapsulation aal5snap

Hope this helps.

Cisco_God
 
Thanks for you help guys. I believe I have it setup now I just need to see if it works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top