RE: ATM PPP OVER SVC

From: asadovnikov (asadovnikov@comcast.net)
Date: Thu Dec 25 2003 - 21:58:41 GMT-3


The configuration you provided will accept SVC calls, but not initiate them.
If you use this configuration you need to configure another side such as it
will initiate SVC call to this router, i.e. specify the NSAP address of this
router under SVC of another one. Here is an example (I have not tried it
before posting though):

On another router...

interface Loopback0
 ip address 192.168.2.1 255.255.255.0
!
interface ATM0/0
 no ip address
 atm nsap-address BC.CDEF01234567890ABCDEF012.345678901300.00
 no atm ilmi-keepalive
 pvc 0/5 qsaal
 !
 pvc 0/16 ilmi
 !
 svc ppp-call nsap BC.CDEF01234567890ABCDEF012.345678901334.13
  encapsulation aal5mux ppp virtual-template 1
!
interface Virtual-Template1
 ip unnumbered Loopback0
!

You would obviously need to configure NSAP addresses in accordance with what
you got on the switch.

Best regards,
Alexei

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Kaiser Anwar
Sent: Wednesday, December 24, 2003 12:58 AM
To: ccielab@groupstudy.com
Subject: ATM PPP OVER SVC

HI,
I have a config here, according to the doc cd I am not missing anything but
it is not working. here is the config. I am using pvc 0/5 qsaal and 0/16
ilmi. they are not in the doc cd. but I tried it without them too.it does
not say to statically map it. thanks in advance.

interface Loopback0
ip address 192.168.1.1 255.255.255.0
interface ATM0/0
no ip address
atm nsap-address BC.CDEF01234567890ABCDEF012.345678901334.13
no atm ilmi-keepalive
pvc 0/5 qsaal
!
pvc 0/16 ilmi
!
svc ppp
encapsulation aal5auto
protocol ppp Virtual-Template1

interface Virtual-Template1
ip unnumbered Loopback0

Sincerely,
Kaiser Anwar



This archive was generated by hypermail 2.1.4 : Sat Jan 03 2004 - 08:25:45 GMT-3