From: Earl Aboytes (earl@xxxxxxxxxxxx)
Date: Sun Aug 06 2000 - 21:01:35 GMT-3
You are absolutely correct. You must have to do something in the LS1010 in
order to get it to work. I could not since I don't know anything about the
LS1010.
I was trying to do CLIP and here is the config
RTR13
interface ATM2/0
ip address 192.168.1.1 255.255.255.0
no ip directed-broadcast
atm uni-version 3.0
atm esi-address 001313131313.00
no atm ilmi-keepalive
atm arp-server self
pvc 0/5 qsaal
!
pvc 0/16 ilmi
RTR14
interface ATM2/0
ip address 192.168.1.254 255.255.255.0
no ip directed-broadcast
atm uni-version 3.0
atm esi-address 001414141414.00
no atm ilmi-keepalive
atm arp-server nsap 47.0091810000000060472C3201.001313131313.00
pvc 0/5 qsaal
!
pvc 0/16 ilmi
!
I had to use ilmi and the esi address. I could not get it working with the
entire nsap addres. CLIP or SVC's.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Earl Aboytes
Senior Technical Conultant
GTE Managed Solutions
805-381-8817
earl.aboytes@verizon.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
William Swedberg
Sent: Sunday, August 06, 2000 3:36 PM
To: earl@linkline.com; Feliz, Edgar; ccielab@groupstudy.com
Subject: Re: ATM clip with full nsap address
You can actually use the ESI with both. By stating the ESI the device will
assume the network prefix from ILMI. You can type the entire NSAP with both
but to save typing I use the ESI statement.
William Swedberg CCNP CCDP
----- Original Message -----
From: Earl Aboytes <earl@linkline.com>
To: William Swedberg <bs.ccie@snet.net>; Feliz, Edgar
<Edgar.Feliz@BTNA.com>; <ccielab@groupstudy.com>
Sent: Sunday, August 06, 2000 6:24 PM
Subject: RE: ATM clip with full nsap address
> Hold on everybody! I am confusing CLIP and SVC's. With SVC's you use the
> entire NSAP and with CLIP you only use the ESI. I am working on it now.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Earl Aboytes
> Senior Technical Conultant
> GTE Managed Solutions
> 805-381-8817
> earl.aboytes@verizon.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> -----Original Message-----
> From: William Swedberg [mailto:bs.ccie@snet.net]
> Sent: Sunday, August 06, 2000 3:18 PM
> To: Earl Aboytes; Feliz, Edgar; ccielab@groupstudy.com
> Subject: Re: ATM clip with full nsap address
>
> Try configuring the ILMI pvc on your atm interface. on the physical.
> atm pvc 2 0 16 ilmi
>
> this will show the network prefix that the atm switch is broadcasting.
view
> this by using the "show atm ilmi-status"
>
> Interface : ATM1/0 Interface Type : Private UNI (User-side)
> ILMI VCC : (0, 16) ILMI Keepalive : Disabled
> ILMI State: UpAndNormal
> Peer IP Addr: 0.0.0.0 Peer IF Name: ATM10/0/0
> Peer MaxVPIbits: 8 Peer MaxVCIbits: 14
> Active Prefix(s) :
> 47.0091.8100.0000.0001.6309.1401 <------here is the prefix
> End-System Registered Address(s) :
> 47.0091.8100.0000.0001.6309.1401.1234.5678.1111.11(Confirmed)
>
> take the above prefix and add the esi part of the NSAP
> ie. 123456781111.11
>
> The prex will be the same for ALL atm devices attached to the ATM switch.
> You can come up with you own ESI.
>
>
> here is a working config
> R1#
>
> interface ATM1/0
> no ip address
> no ip directed-broadcast
> atm pvc 1 0 5 qsaal
> atm pvc 2 0 16 ilmi
> no atm ilmi-keepalive
> !
> interface ATM1/0.13 multipoint
> ip address 192.168.13.1 255.255.255.0
> no ip directed-broadcast
> map-group atm
> atm esi-address 123456781111.11
> atm arp-server self
> appletalk cable-range 13-13 13.1
> appletalk zone ATM
> appletalk protocol eigrp
> no appletalk protocol rtmp
> ipx network 13
>
> also you need to map the layer 3 to the layer 2 NSAP, use a map-list and
> apply it with the map-group on the interface
>
> map-list atm
> appletalk 13.3 atm-nsap 47.009181000000000163091401.123456783333.33
> ip 192.168.13.3 atm-nsap 47.009181000000000163091401.123456783333.33
> ipx 13.0000.0000.3333 atm-nsap
47.009181000000000163091401.123456783333.33
>
>
> here is the other side...
>
> interface ATM1/0
> no ip address
> no ip directed-broadcast
> atm pvc 1 0 5 qsaal
> atm pvc 2 0 16 ilmi
> no atm ilmi-keepalive
> !
> interface ATM1/0.13 multipoint
> ip address 192.168.13.3 255.255.255.0
> no ip directed-broadcast
> map-group atm
> atm esi-address 123456783333.33
> atm arp-server nsap 47.009181000000000163091401.123456781111.11
> appletalk cable-range 13-13 13.3
> appletalk zone ATM
> appletalk protocol eigrp
> no appletalk protocol rtmp
> ipx network 13
> !
> ip classless
> no ip http server
> !
> !
> map-list atm
> appletalk 13.1 atm-nsap 47.009181000000000163091401.123456781111.11
> broadcast
> ipx 13.0000.0000.1111 atm-nsap
47.009181000000000163091401.123456781111.11
> broadcast
> ip 192.168.13.1 atm-nsap 47.009181000000000163091401.123456781111.11
> broadcast
>
> Don't forget the keyword broadcast in the map statment, apple will not
come
> up if you do.
> Also, hard code the apple node number. This way you can do the map
> statement. APPLE CABLE-RANGE 13-13 13.1
>
> I'll be here a while if you have questions.
>
> William Swedberg CCNP CCDP
> ----- Original Message -----
> From: Earl Aboytes <earl@linkline.com>
> To: Feliz, Edgar <Edgar.Feliz@BTNA.com>; <ccielab@groupstudy.com>
> Sent: Sunday, August 06, 2000 5:39 PM
> Subject: RE: ATM clip with full nsap address
>
>
> > My config is directly from the DOC CD
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Earl Aboytes
> > Senior Technical Conultant
> > GTE Managed Solutions
> > 805-381-8817
> > earl.aboytes@verizon.com
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
> > -----Original Message-----
> > From: Feliz, Edgar [mailto:Edgar.Feliz@BTNA.com]
> > Sent: Sunday, August 06, 2000 2:33 PM
> > To: Earl Aboytes; ccielab@groupstudy.com
> > Subject: RE: ATM clip with full nsap address
> >
> > Earl, Here is a sample CLIP config.
> >
> > interface ATM3/0.1 multipoint
> > ip address 192.40.100.1 255.255.255.0
> > atm esi-address 111111111111.00
> > atm arp-server nsap 47.009181000000006083C58601.777777777777.00
> >
> > I do not see the ESI address in yours.
> >
> > EF
> >
> > -----Original Message-----
> > From: Earl Aboytes [mailto:earl@linkline.com]
> > Sent: Sunday, August 06, 2000 5:02 PM
> > To: ccielab@groupstudy.com
> > Subject: ATM clip with full nsap address
> >
> >
> > Has anyone ever gotten this working? I cannot seem to get this working.
> It
> > works fine if I just use the esi address and have the LS1010 in the
> middle.
> > Any ideas?
> >
> > interface atm 2/0
> > atm nsap-address ac.2456.78.040000.0000.0000.0000.0000.0000.0000.00
> > ip address 10.0.0.2 255.0.0.0
> > pvc 0/5 qsaal
> > atm arp-server nsap ac.1533.66.020000.0000.0000.0000.0000.0000.0000.00
> >
> > .
> >
> > interface atm 0/0
> > ip address 10.0.0.1 255.0.0.0
> > atm nsap-address ac.1533.66.020000.0000.0000.0000.0000.0000.0000.00
> > pvc 0/5 qsaal
> > atm arp-server self
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Earl Aboytes
> > Senior Technical Conultant
> > GTE Managed Solutions
> > 805-381-8817
> > earl.aboytes@verizon.com
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
> >
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:24:22 GMT-3