cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
222
Views
5
Helpful
2
Replies

Multilink question..

ekhoo
Level 1
Level 1

I have three ATM connection into our 2651xm router with nm-ima-4t1 network module.. The ISP only provided me with one ip address and one pvc.

how do i bundle three connection into one? can anyone give me the technique to do that.. many thanks.

2 Replies 2

timm.benkula
Level 1
Level 1

Is it an IMA circuit? If so, here is my config. You will need to check with your provider for specifics but this may get you started.

interface ATM1/0

no ip address

no atm ilmi-keepalive

ima-group 0

no scrambling-payload

!

interface ATM1/1

no ip address

no atm ilmi-keepalive

ima-group 0

no scrambling-payload

!

interface ATM1/2

no ip address

no atm ilmi-keepalive

ima-group 0

no scrambling-payload

!

interface ATM1/3

no ip address

shutdown

no atm ilmi-keepalive

no scrambling-payload

!

interface ATM1/IMA0

ip address X.Y.Z.100 255.255.255.252

no atm ilmi-keepalive

pvc SBIS 15/72

protocol ip X.Y.Z.101

vbr-nrt 4500 4500 32

encapsulation aal5mux ip

Many thanks timm.benkula,

The config was perfect.. i can start working on this now.. ps: i have give you 5 points. :)

many thanks again.