The previous post was maimed by Paul's server.
Hope this time it comes in intact.
----------------------------------------------
 


Ed,

Here is complete config of two routers with a LS-1010 in between.


R1_7000#     Version 11.3T
interface ATM2/0
 ip address 10.100.1.1 255.255.255.0
 map-group test-a
 atm pvc 1 0 32 aal5snap
 atm ilmi-keepalive

map-list test-a
 ip 10.100.1.1 atm-vc 1 broadcast   This line: To ping self
 ip 10.100.1.2 atm-vc 1 broadcast

With Cisco IOS Software Releases 12.0 and above, the configurations
would look like the following:

R2_4700#     Version 12.0
interface ATM0
 ip address 10.100.1.2  255.255.255.0
 pvc 0/32
  protocol ip 10.100.1.1 broadcast
  protocol ip 10.100.1.2 broadcast    To ping self

LS1010

interface ATM11/1/1    connected to R1_7000  
 no ip address
 no ip directed-broadcast
 no atm ilmi-keepalive

interface ATM11/1/2     connected to R2_4700
 no ip address
 no ip directed-broadcast
 no atm ilmi-keepalive
! note: the following command needed on one interface only
 atm pvc 0 32  interface  ATM11/1/1 0 32  

 

Please note that you need to define atm pvc on only one interface of the
LS1010.

HTH

Bernard Omrani




> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf
Of
> Edward Sohn
> Sent: Wednesday, July 24, 2002 9:42 AM
> To: [EMAIL PROTECTED]
> Subject: ATM configuration [7:49538]
> 
> Does anyone have any static PVC configurations for an L1010 with two
> 3620 routers with OC-3ATM cards?  I still cannot get my configuration
> working properly.  I appreciate all the input, but nothing seems to be
> working...can someone cut and paste from a working config that they've
> used?
> 
> Thanks,
> 
> Eddie




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=49551&t=49538
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to