From: rjonathan@hotpop.com
Date: Thu Oct 17 2002 - 00:48:25 GMT-3
Hi Benny,
Refer to
http://www.cisco.com/warp/public/121/svcno_ilmi_7229.html
When you configure SVC w/o ILMI, you must define UNI version
on both Routers and ATM Switch.
Most important you must also configure static ATM Route on
the switch using "atm route ..." command.
Thanks.
Ronny
Original Message:
-----------------
From: Donny MATEO donny.mateo@sg.ca-indosuez.com
Date: Thu, 17 Oct 2002 10:35:07 +0800
To: c_benny@hotmail.com, ccielab@groupstudy.com
Subject: Re: ATM RFC 2684 svc don't work using full nsap address
no sure map-group can work for svc,
try the other method for the mapping
int atm 4/0
ip addr bla
atm nsap bla
pvc 0/5 qsaal
svc <name> nsap <remote nsap>
protocol ip <remote ip addr>
Donny
"Benny Chong"
<c_benny@hotmail. To:
ccielab@groupstudy.com
com> cc:
Sent by: Subject: ATM RFC 2684 svc
don't work using full nsap address
nobody@groupstudy
.com
17-10-2002 08:01
Please respond to
"Benny Chong"
Hi,
I just tested the Solie's book RFC 2684 SVC implementation. My problem is,
if I use the esi-address and setup the ILMI pvc, then everything is fine,
but if I use the full nsap-address (and so i delete the ILMI PVC, because i
don't need it to learn the prefix), it won't work. Does anyone have any
idea why? The topology is simple, just 2 router with ATM interface connect
to a ATM switch in between, trying to ping each other.
Below are the working config using esi-address and ilmi PVC, and the
non-working config is just removed the ilmi pvc and esi-address command line
in the bracket and use full nsap-address as shown below. Thanks very much!
Router 1 config:
interface ATM2/0
no ip address
(atm pvc 2 0 16 ilmi)
atm pvc 5 0 5 qsaal
no atm ilmi-keepalive
!
interface ATM2/0.1 multipoint
ip address 100.100.100.1 255.255.255.0
map-group 1
(atm esi-address 131313131313.00) -> atm nsap-address
47.009181000000123412341234.131313131313.00
! (use this
nsap address to replace the esi address, same below)
!
map-list 1
ip 100.100.100.2 atm-nsap 47.009181000000123412341234.141414141414.00
broadcas
Router 2 config:
interface ATM2/0
no ip address
(atm pvc 2 0 16 ilmi)
atm pvc 5 0 5 qsaal
no atm ilmi-keepalive
!
interface ATM2/0.1 multipoint
ip address 100.100.100.2 255.255.255.0
map-group 1
(atm esi-address 141414141414.00) -> atm nsap-address
47.009181000000123412341234.141414141414.00
!
!
map-list 1
ip 100.100.100.1 atm-nsap 47.009181000000123412341234.131313131313.00
broadcas
This archive was generated by hypermail 2.1.4 : Tue Nov 05 2002 - 08:35:49 GMT-3