configuring ATM's for CISCO 7505 !!! [7:10151]

2001-06-27 Thread Sivaramakrishna Iyer Krishnan

Hi,

Does anybody have a working configuration for connecting two ATM on
CISCO 7505 connected to each other by point -to-point OC3 cable ..

topology :-

R1 (atm) - (atm) R2

thanks,
krishnan.




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



RE: configuring ATM's for CISCO 7505 !!! [7:10151]

2001-06-27 Thread Daniel Cotts

Note clock internal on one end. This uses older commands. Appletalk also
running on this. Secondary ip address used to link discontiguous network.
You can use one map-list for the entire interface or you can create separate
map-lists for each subinterface. The latter is easier to troubleshoot.

7507 router config:
interface ATM6/0
 description Location Business_North. Always node 4. 
 no ip address
 atm clock INTERNAL
!
interface ATM6/0.1 multipoint
 description pvc to Data Center via XYZ fiber
 ip address aaa.bbb.7.250 255.255.255.252 secondary
 ip address 10.18.35.4 255.255.255.0
 atm pvc 1 0 35 aal5snap
 map-group TGN
 appletalk cable-range 35-35 35.4
 appletalk zone ATM
! 
map-list TGN
 ip 10.18.35.1 atm-vc 1 broadcast
 appletalk 35.1 atm-vc 1 broadcast
 ip aaa.bbb.7.249 atm-vc 1 broadcast

7513 router config:
interface ATM12/0
 description Location Business_East. Always node 1. 
 no ip address
!
interface ATM12/0.1 multipoint
 description pvc to Business_North via XYZ fiber.
 ip address aaa.bbb.7.249 255.255.255.252 secondary
 ip address 10.18.35.1 255.255.255.0
 atm pvc 1 0 35 aal5snap
 map-group TGE
 appletalk cable-range 35-35 35.1
 appletalk zone ATM
!
map-list TGE
 ip 10.18.35.4 atm-vc 1 broadcast
 appletalk 35.4 atm-vc 1 broadcast
 ip aaa.bbb.7.250 atm-vc 1 broadcast


 -Original Message-
 From: Sivaramakrishna Iyer Krishnan
 [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 27, 2001 3:29 PM
 To: [EMAIL PROTECTED]
 Subject: configuring ATM's for CISCO 7505 !!! [7:10151]
 
 
 Hi,
 
 Does anybody have a working configuration for connecting two ATM on
 CISCO 7505 connected to each other by point -to-point OC3 cable ..
 
 topology :-
 
 R1 (atm) - (atm) R2
 
 thanks,
 krishnan.
 Report misconduct 
 and Nondisclosure violations to [EMAIL PROTECTED]




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