10-14-2011 05:30 AM
Hi All,
In it sinmplest form, can anyone please help me with required configuration on LS1010?.
I have an LS1010 and two OC3MM in two 3640 routers.
I will be most grateful if i could be assisted on the configs on the LS1010 and each router when P-2-P, P-2-MP and other types configurations are required.
Thanking you all in advance,
10-14-2011 11:14 AM
Below find relevant config I used for CCIE SP rack:
Should cover P-2-P:
interface ATM3/1/0
!
interface ATM3/1/1
atm pvc 0 109 interface ATM3/1/0 0 901
!
interface ATM3/1/2
atm pvc 0 201 interface ATM3/1/1 0 102
atm pvc 0 209 interface ATM3/1/0 0 902
You should also try experiment using PVP in addition to PVC's.
10-14-2011 11:22 AM
Also have a look at this:
hostname LS1010
!
enable secret [REDACTED]
!
ip subnet-zero
no ip domain-lookup
!
atm address 47.0091.5100.0000.0060.705c.d601.0060.705c.d601.00
atm router pnni
no aesa embedded-number left-justified
node 1 level 56 lowest
redistribute atm-static
!
clns routing
!
interface Loopback0
ip address 198.100.100.254 255.255.255.255
ip router isis
!
interface ATM0/0/0
description Rack1R1
ip address 198.1.101.254 255.255.255.0
ip router isis
logging event subif-link-status
no atm ilmi-keepalive
tag-switching atm control-vc 1 64
tag-switching ip
!
interface ATM0/0/1
ip address 198.1.102.254 255.255.255.0
ip router isis
logging event subif-link-status
no atm ilmi-keepalive
atm pvc 0 201 interface ATM0/0/0 0 102
tag-switching ip
!
interface ATM0/0/2
ip address 198.2.101.254 255.255.255.0
ip router isis
logging event subif-link-status
no atm ilmi-keepalive
tag-switching atm control-vc 1 64
tag-switching ip
!
interface ATM0/0/3
ip address 198.2.102.254 255.255.255.0
ip router isis
logging event subif-link-status
no atm ilmi-keepalive
atm pvc 0 201 interface ATM0/0/2 0 102
tag-switching ip
!
interface ATM0/1/0
ip address 198.1.109.254 255.255.255.0
ip router isis
logging event subif-link-status
no atm ilmi-keepalive
atm pvc 0 901 interface ATM0/0/0 0 109
atm pvc 0 902 interface ATM0/0/1 0 209
tag-switching ip
!
interface ATM0/1/1
ip address 198.2.109.254 255.255.255.0
ip router isis
logging event subif-link-status
no atm ilmi-keepalive
atm pvc 0 901 interface ATM0/0/2 0 109
atm pvc 0 902 interface ATM0/0/3 0 209
tag-switching ip
!
router ospf 1
log-adjacency-changes
network 0.0.0.0 255.255.255.255 area 0
!
router isis
net 49.7777.7777.7777.7777.00
!
ip classless
no ip http server
!
line con 0
exec-timeout 0 30
logging synchronous
10-15-2011 11:32 AM
Hi Jon,
I am very grateful for your help.
Regards,
O.A
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide