From: ShahzaD Ali (shahzad-ali@xxxxxxxx)
Date: Sat Dec 09 2000 - 08:21:42 GMT-3
Simon,
It is working because of the multi point interface. I think, it was a
SP-Horizon
because I was using the physical interface. I can see all the routes using
multi
interface. Thanks 4 your help.
Router Configs.
r1
!
interface ATM1/0
no ip address
no ip directed-broadcast
atm pvc 5 0 5 qsaal
atm pvc 16 0 16 ilmi
no atm ilmi-keepalive
!
interface ATM1/0.1 multipoint
ip address 172.16.1.1 255.255.255.0
no ip directed-broadcast
atm esi-address 000196EAAF70.00
atm arp-server self
r2
!
interface ATM1/0
no ip address
no ip directed-broadcast
atm pvc 5 0 5 qsaal
atm pvc 16 0 16 ilmi
no atm ilmi-keepalive
!
interface ATM1/0.1 multipoint
ip address 172.16.1.2 255.255.255.0
no ip directed-broadcast
atm esi-address 000196EACA50.00
atm arp-server nsap 47.009181000000006070594101.000196EAAF70.00
!
Regards,
ShahzaD ( Never 4 Get your Dreams :- Crazy Horse )
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
ShahzaD Ali
Sent: Saturday, December 09, 2000 1:48 AM
To: Simon Baxter; Jeff Omick; Ronnie Royston
Cc: ccielab@groupstudy.com
Subject: RE: Unable to see EIGRP routes on ATM ARP Server
Simon,
I am having a problem with the routing. I dont have any problem with the ARP
SVCs.
Create couple of loopbacks on your one router and than turn on EIGRP, IGRP
or RIP and
see you able to see all the routes on the other router. Routes will stay in
the routing
table for 40 sec which is the dead timmer of eigrp (That's what I am using).
To see the
routes again you need to ping the other router.
See my config at the end
Regards,
ShahzaD ( Never 4 Get your Dreams :- Crazy Horse )
-----Original Message-----
From: Simon Baxter [mailto:Simon.Baxter@au.logical.com]
Sent: Saturday, December 09, 2000 12:16 AM
To: ShahzaD Ali; Jeff Omick; Ronnie Royston
Cc: ccielab@groupstudy.com
Subject: RE: Unable to see EIGRP routes on ATM ARP Server
Are you using svcs or pvcs?
I have both working...
One end...
interface ATM6/0
no ip address
no atm ilmi-keepalive
pvc 0/5 qsaal
!
pvc 0/16 ilmi
!
interface ATM6/0.2 multipoint
ip address 10.60.70.72 255.255.255.0
atm esi-address 111111111111.01
atm arp-server self
!
interface ATM6/0.3 point-to-point
ip address 10.50.70.72 255.255.255.0
pvc 0/40
broadcast
encapsulation aal5snap
!
the other end....
interface ATM1/0
no ip address
atm pvc 1 0 5 qsaal
atm pvc 2 0 16 ilmi
!
interface ATM1/0.3 multipoint
ip address 10.60.70.70 255.255.255.0
atm esi-address 222222222222.03
atm arp-server nsap 47.00918100000000107BD3E501.111111111111.01
!
interface ATM1/0.4 point-to-point
ip address 10.50.70.70 255.255.255.0
atm pvc 3 0 40 aal5snap inarp
-----Original Message-----
From: ShahzaD Ali [mailto:shahzad-ali@home.com]
Sent: Saturday, December 09, 2000 7:17 PM
To: Jeff Omick; Ronnie Royston
Cc: ccielab@groupstudy.com
Subject: RE: Unable to see EIGRP routes on ATM ARP Server
no luck using neighbor command any other suggestion ? thanks for the input.
r2
!
router eigrp 8
network 8.0.0.0
network 172.16.0.0
network 180.10.0.0
neighbor 172.16.1.1 ATM1/0
no auto-summary
!
r1
!
router eigrp 8
network 172.16.0.0
neighbor 172.16.1.2 ATM1/0
Regards,
ShahzaD ( Never 4 Get your Dreams :- Crazy Horse )
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Jeff Omick
Sent: Friday, December 08, 2000 10:16 AM
To: Ronnie Royston
Cc: 'ShahzaD Ali'; ccielab@groupstudy.com
Subject: Re: Unable to see EIGRP routes on ATM ARP Server
Ali,
You need to add a neighbor statement to the
eigrp process.
since ATM is non broadcast and you are not useing
PVCs you need to tell Eigrp who it needs to communitcate to.
Hope this helps
Jeff
Ronnie Royston wrote:
>
> You need to map a protocol address to the PVC. Here's an example from the
> DocCD:
>
> interface atm 4/0
> ip address 172.21.168.112 255.255.255.0
> atm maxvc 512
> pvc 1/51
> *protocol ip 171.21.168.110
>
> -----Original Message-----
> From: ShahzaD Ali [mailto:shahzad-ali@home.com]
> Sent: Thursday, December 07, 2000 8:14 PM
> To: ccielab@groupstudy.com
> Subject: Unable to see EIGRP routes on ATM ARP Server
>
> Please Help,
>
> I can see all the EIGRP routes of R2 on the R1 when I ping to R2 a1/0
> interface (172.16.1.2).
> All the R2 routes will show up for sometime (30 or 40 sec ) on R1 routing
> table. To see all
> the routes from R2 again I need to ping R2 a1/0 address again. Any
> Suggestion !!!! Please ..
>
> R1 ( ATM Arp-server) ---- ATM Cloud running EIGRP ---- R2( ATM route with
> static ARP nsap address )
>
> Here are my configs
>
> r1
> !
> !
> interface ATM1/0
> ip address 172.16.1.1 255.255.255.0
> no ip directed-broadcast
> atm pvc 5 0 5 qsaal
> atm pvc 16 0 16 ilmi
> atm esi-address 000196EAAF70.00
> no atm ilmi-keepalive
> atm arp-server self
> !
> router eigrp 8
> network 172.16.0.0
>
> r2
> !
> !
> interface Loopback0
> ip address 180.10.1.1 255.255.255.0
> no ip directed-broadcast
> !
> interface Loopback1
> ip address 180.10.2.1 255.255.255.0
> no ip directed-broadcast
> !
> interface Loopback2
> ip address 180.10.3.1 255.255.255.0
> no ip directed-broadcast
> !
> interface Loopback3
> ip address 180.10.4.1 255.255.255.0
> no ip directed-broadcast
> !
> interface Loopback4
> ip address 8.8.8.8 255.255.255.0
> no ip directed-broadcast
> !
> !
> interface ATM1/0
> ip address 172.16.1.2 255.255.255.0
> no ip directed-broadcast
> atm pvc 5 0 5 qsaal
> atm pvc 16 0 16 ilmi
> atm esi-address 000196EACA50.00
> no atm ilmi-keepalive
> atm arp-server nsap 47.009181000000006070594101.000196EAAF70.00
> !
> router eigrp 8
> network 8.0.0.0
> network 172.16.0.0
> network 180.10.0.0
> no auto-summary
> !
>
> 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/16 is variably subnetted, 2 subnets, 2 masks
> D 172.16.0.0/16 is a summary, 00:00:03, Null0
> C 172.16.1.0/24 is directly connected, ATM1/0
>
> !
>
> r1#ping 172.16.1.2
>
> Type escape sequence to abort.
> Sending 5, 100-byte ICMP Echos to 172.16.1.2, timeout is 2 seconds:
> .!!!!
> Success rate is 80 percent (4/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/16 is variably subnetted, 2 subnets, 2 masks
> D 172.16.0.0/16 is a summary, 00:00:58, Null0
> C 172.16.1.0/24 is directly connected, ATM1/0
> 8.0.0.0/24 is subnetted, 1 subnet
> D 8.8.8.0 [90/146432] via 172.16.1.2, 00:00:02, ATM1/0
> 180.10.0.0/24 is subnetted, 4 subnets
> D 180.10.4.0 [90/146432] via 172.16.1.2, 00:00:02, ATM1/0
> D 180.10.2.0 [90/146432] via 172.16.1.2, 00:00:02, ATM1/0
> D 180.10.3.0 [90/146432] via 172.16.1.2, 00:00:02, ATM1/0
> D 180.10.1.0 [90/146432] via 172.16.1.2, 00:00:02, ATM1/0
>
> r1#
>
> After 30 or 40 sec ( not sure )
>
> 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/16 is variably subnetted, 2 subnets, 2 masks
> D 172.16.0.0/16 is a summary, 00:06:38, Null0
> C 172.16.1.0/24 is directly connected, ATM1/0
> r1#
>
> Regards,
>
> ShahzaD ( Never 4 Get your Dreams :- Crazy Horse )
>
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:26:00 GMT-3