From: Thierry MARTIN (tmartin@xxxxxxx)
Date: Fri Jan 19 2001 - 08:45:36 GMT-3
Hi,
Your ATM config is not complete ; it's a ATM RFC 1483 encap without inverse-AR
P.
Your have not define VPI/VCI for VC in static mode.
NB: you can't use N° 3. see ATM course.
Your config will be for R7
interface ATM1/0
ip address 192.168.12.7 255.255.255.0
no ip directed-broadcast
map-group ccie
atm pvc 1 0 16 ilmi
atm pvc 2 0 101 aal5snap <===== new line
atm ilmi-pvc-discovery
no atm ilmi-keepalive
!
../..
map-list ccie
ip 192.168.12.8 atm-vc 101 broadcast <==== modif
!
Your config will be for R8
R8
!
interface ATM1/0
ip address 192.168.12.8 255.255.255.0
no ip directed-broadcast
atm pvc 1 0 16 ilmi
atm pvc 3 0 102 aal5snap <===== new line
no atm ilmi-keepalive
atm ilmi-pvc-discovery
map-group ccie
!
.../...
!
map-list ccie
ip 192.168.12.7 atm-vc 102 broadcast <==== modif
!
exemple de config sur un LS1010 for your configuration
!
interface ATM12/0/1
atm maxvp-number 8
atm maxvc-number 8192
atm pvc 0 101 interface ATM12/0/2 0 102
!
interface ATM12/0/2
!
Best Regard
Thierry
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
>>> "Robert DeVito" <robertdevito@hotmail.com> 17/01/01 16h40 >>>
Yes, I was able to ping just fine, but could not form EIGRP adj.
Robert
----Original Message Follows----
From: "Raymond Cheung" <rcheung@slb.com>
Reply-To: <rcheung@slb.com>
To: "Robert DeVito" <robertdevito@hotmail.com>
Subject: RE: atm ilmi-pvc-discovery
Date: Wed, 17 Jan 2001 10:36:56 -0600
Did you set up the pvc in ATM switch like ls1010?
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Robert DeVito
Sent: Wednesday, January 17, 2001 6:10 AM
To: ccielab@groupstudy.com
Subject: atm ilmi-pvc-discovery
Did anyonve have any problems with ilmi-pvc-discovery command and running
routing protocolss over the atm pvc? If I manually configure the atm pvc's
mappings into the router eigrp works great, but if I use ilmi auto
discovery, I was never able to form adjancey over EIGRP...Thoughts?
Thank you,
Robert
configs:
R7
!
!
interface ATM1/0
ip address 192.168.12.7 255.255.255.0
no ip directed-broadcast
map-group ccie
atm pvc 1 0 16 ilmi
atm ilmi-pvc-discovery
no atm ilmi-keepalive
!
router eigrp 1
network 192.168.7.0
network 192.168.12.0
no auto-summary
!
ip classless
no ip http server
!
!
map-list ccie
ip 192.168.12.8 atm-vc 3 broadcast
r7#sho ip eigrp nei
IP-EIGRP neighbors for process 1
************************************************************************
R8
!
interface ATM1/0
ip address 192.168.12.8 255.255.255.0
no ip directed-broadcast
atm pvc 1 0 16 ilmi
no atm ilmi-keepalive
atm ilmi-pvc-discovery
map-group ccie
!
router eigrp 1
network 192.168.8.0
network 192.168.12.0
no auto-summary
!
map-list ccie
ip 192.168.12.7 atm-vc 3 broadcast
r8#sho ip eigrp nei
IP-EIGRP neighbors for process 1
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:27:34 GMT-3