From: Zhang, George (George.Zhang@xxxxxxxxxxxxx)
Date: Fri Feb 22 2002 - 12:42:54 GMT-3
Hi Group,
I am working on ATM SVC secnarios today and ran into some problems. The
connection is very simple, see below:
R7--------ls1010-----------R8
Ls1010 is set to factory default.
Follwoinf is the relevant configuration on R7 and R8:
r8#s in atm1/0
interface ATM1/0
ip address 192.168.1.2 255.255.255.0
no ip directed-broadcast
atm arp-server self
atm esi-address 888888888888.00
no atm ilmi-keepalive
pvc 0/5 qsaal
!
pvc 0/16 ilmi
!
r7#s in atm1/0
interface ATM1/0
ip address 192.168.1.1 255.255.255.0
no ip directed-broadcast
atm esi-address 777777777777.00
no atm ilmi-keepalive
atm arp-server nsap 47.009181000000006083C52C01.888888888888.00
pvc 0/5 qsaal
!
pvc 0/16 ilmi
!
end
You can see that I am trying to dynamically map nsap address to ip address.
It does not work. I know that there is no layer-1 problem because the
following cofiguration (statically mapping ip to nsap) worked perfectly:
r8#s in atm1/0
interface ATM1/0
ip address 192.168.1.2 255.255.255.0
no ip directed-broadcast
atm esi-address 888888888888.00
no atm ilmi-keepalive
svc ccie nsap 47.009181000000006083C52C01.7777.7777.7777.00
protocol ip 192.168.1.1 broadcast
pvc 0/5 qsaal
!
pvc 0/16 ilmi
!
r7#s in atm1/0
interface ATM1/0
ip address 192.168.1.1 255.255.255.0
no ip directed-broadcast
atm esi-address 777777777777.00
no atm ilmi-keepalive
svc ccie nsap 47.009181000000006083C52C01.888888888888.00
protocol ip 192.168.1.2 broadcast
pvc 0/5 qsaal
!
pvc 0/16 ilmi
!
end
Could someone tell me what I am doing wrong?
Thanks.
George Zhang
This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 13:46:30 GMT-3