From: Justin Menga (Justin.Menga@xxxxxxxxxxxxxxxxxx)
Date: Mon Jan 29 2001 - 23:41:08 GMT-3
Whoops - yes, VPI....
Regards,
Justin Menga CCIE #6640 MCSE+I CCSE
WAN Specialist
Computerland New Zealand
PO Box 3631, Auckland
DDI: (+64) 9 360 4864 Mobile: (+64) 25 349 599
mailto: justin.menga@computerland.co.nz
-----Original Message-----
From: Ronnie Royston [mailto:RonnieR@globaldatasys.com]
Sent: Tuesday, 30 January 2001 4:41 a.m.
To: 'Ali, Shahzad'; Kyle Galusha; Justin Menga; ccielab@groupstudy.com
Subject: RE: ATM - PVC Discovery
Thanks Ali. Looks like what I was missing was a switch. My setup was 2
mc3810s back-to-back.
By the way, it's the VPI that should match the subinterface, not the VCI,
right? (the syntax is vpi/vci)
-----Original Message-----
From: Ali, Shahzad [mailto:Shahzad.Ali@ps.net]
Sent: Monday, January 29, 2001 7:30 AM
To: Kyle Galusha; Justin Menga; Ronnie Royston; ccielab@groupstudy.com
Subject: RE: ATM - PVC Discovery
Kyle,
You are rite vci should match. Here is the working config
r1 ---------- LS1010 ------------ r2
!
r1
!
interface Loopback0
ip address 172.16.1.1 255.255.255.0
no ip directed-broadcast
!
interface ATM1/0
no ip address
no ip directed-broadcast
no atm ilmi-keepalive
atm ilmi-pvc-discovery subinterface
pvc 0/16 ilmi
!
!
interface ATM1/0.1 point-to-point
ip address 192.168.1.1 255.255.255.0
no ip directed-broadcast
!
router eigrp 1
network 172.16.0.0
network 192.168.1.0
no auto-summary
!
r1#sh atm vc
VCD / Peak Avg/Min Burst
Interface Name VPI VCI Type Encaps SC Kbps Kbps
Cells Sts
1/0 1 0 16 PVC ILMI UBR 155000
UP
1/0.1 15 1 67 PVC-D SNAP UBR 155000
UP
r1#ping 192.168.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/4 ms
r1#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter
area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, Loopback0
C 192.168.1.0/24 is directly connected, ATM1/0.1
D 192.168.2.0/24 [90/146432] via 192.168.1.2, 00:06:01, ATM1/0.1
!
r2
!
!
interface Loopback0
ip address 192.168.2.2 255.255.255.0
no ip directed-broadcast
!
interface ATM1/0
ip address 192.168.1.2 255.255.255.0
no ip directed-broadcast
no atm ilmi-keepalive
pvc 0/16
!
pvc 1/67
protocol ip 192.168.1.1 broadcast
!
!
router eigrp 1
network 192.168.0.0
network 192.168.1.0
network 192.168.2.0
!
ip classless
no ip http server
r2#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter
area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/24 is subnetted, 1 subnets
D 172.16.1.0 [90/146432] via 192.168.1.1, 00:08:38, ATM1/0
C 192.168.1.0/24 is directly connected, ATM1/0
C 192.168.2.0/24 is directly connected, Loopback0
Regards,
ShahzaD
-----Original Message-----
From: Kyle Galusha [mailto:kgalusha@cisco.com]
Sent: Monday, January 29, 2001 7:29 AM
To: Justin Menga; 'Ronnie Royston'; ccielab@groupstudy.com
Subject: RE: ATM - PVC Discovery
Config Docs say it must match the vpi not vci. Can anyone with access to
ATM switch/router confirm this?
Kyle
At 10:10 PM 1/29/2001 +1300, Justin Menga wrote:
>Ronnie, I believe your VCI must match the subinterface number...from your
>static config, your VPI/VCI is 5/15 - try changing your subinterface number
>to 15....
>
>Caution: ATM forum reserves use of VCIs 0-31, so in a real world
situation,
>never use these VCIs (except of course for QSAAL, ILMI etc...)
>
>Regards,
>
>Justin Menga CCIE #6640 MCSE+I CCSE
>WAN Specialist
>Computerland New Zealand
>PO Box 3631, Auckland
>DDI: (+64) 9 360 4864 Mobile: (+64) 25 349 599
>mailto: justin.menga@computerland.co.nz
>
>
>
>-----Original Message-----
>From: Ronnie Royston [mailto:RonnieR@globaldatasys.com]
>Sent: Monday, January 29, 2001 7:42 AM
>To: ccielab@groupstudy.com
>Subject: ATM - PVC Discovery
>
>
>I want to set up pvc discovery. I have:
>
> mc3810a--------ATM---------mc3810b
>
>mc3810a:
>
>interface ATM0
> no ip address
> no atm ilmi-keepalive
> atm ilmi-pvc-discovery subinterface
> pvc 0/16 ilmi
> !
>!
>interface ATM0.5 point-to-point
> ip address 199.2.2.1 255.255.255.0
>
>mc3810b:
>
>interface ATM0
> ip address 199.2.2.2 255.255.255.0
> no atm ilmi-keepalive
> pvc 5/15
> protocol ip 199.2.2.1 broadcast
> !
> pvc 0/16 ilmi
>
>Can someone please help? I can't ping across or get the pvc to show up.
>
>If I add to mc3810a's atm 0.5 subinterface, "atm pvc 1 5 15 aal5snap inarp"
>it works. However, this obviously ain't discovery?!? Thanks.
>
>
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:27:48 GMT-3