Re: EIGRP over ISDN

From: Wojtek Iwanczyk (WIwanczyk@xxxxxxxxxx)
Date: Fri Jul 21 2000 - 15:08:22 GMT-3


   
Here is a sample config of DDR using EIGRP ... Filter eigrp "helo s" with the d
ialer list referencing an extended ip access list ...

interface Dialer0
 description ISDN Dial-up to NY-PRI-BRI-Router
 ip unnumbered Loopback0
 no ip directed-broadcast
 ip nat outside
 encapsulation ppp
 bandwidth 2
 delay 6000
 dialer remote-name Router1
 dialer idle-timeout 90
 dialer string xxxxxxxxxxxxxx
 dialer string xxxxxxxxxxxxxx
 dialer pool 1
 dialer-group 1
 pulse-time 0
 ppp authentication chap callin
 ppp chap hostname xxxxx
 ppp chap password xxxxx

router eigrp 1
 network 172.31.0.0
 no auto-summary

ip route 172.31.0.0 255.255.0.0 Dialer0 240

access-list 160 deny udp any any eq snmp
access-list 160 deny eigrp any any
access-list 160 permit ip any any

dialer-list 1 protocol ip list 160

Wojtek Iwanczyk
Sr Support Engineer
Exenet Technologies
15 E 26th Street
New York, NY 10010
(212) 684 7300
wiwanczyk@exenet.com

>>> Walid Fahme <aub95@emirates.net.ae> 07/21/00 01:14PM >>>
Question:

To limit Distance Vector Protocol updates on a dialup link (ISDN) we
have several options (Snapshot, Watch-Group)

To limit Link State OSPF updates ==> "ip ospf demand"

What about EIGRP, any solution ???

(Also, is there anything for IS-IS, NLSP and others ????)

Appreciate your comments.

Walid Fahme.



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:23:56 GMT-3