The reason the DDR is staying up 24 hours is the eigrp hello packeats are
causing the diealer to dial. The address that eigrp multicasts its hello
packets is 224.0.0.10. Your dialer list does not preclude eigrp hello
multicast address.

Your dialer list should go something like this :

First use extended access-list to blobk the eigro multicast address:

access-list 100 deny ip any host 224.0.0.9   --- prevents eigrp multicast
packets
access-list 100 permit ip any any

or

access-list 100 deny eigrp any any
access-list 100 permit ip any any


your new dialer list will read like this:

dialer-list 1 protocol ip list 100  ----- point to access list 100

also I recommend you disable cdp on both sides od the isdn connection by
using the command:
no cdp enable


Also since you are using PPP, you may want to implement chap authentication
since you are running no authentication.



Sincerely,

Raul F. Fernandez





-----Original Message-----
From: Eng. ABDALLAH QUQAS [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 25, 2002 3:25 AM
To: 'Raul F. Fernandez'
Subject: RE: CISCO 3600 ROUTER DDR BRI IS ALWAYS CONNECTED 24 HOURS
[7:52035]





see attached wordpad config file below:




-----Original Message-----
From: Raul F. Fernandez [mailto:[EMAIL PROTECTED]]
Sent: Sun, August 25, 2002 11:08 AM
To: Eng. ABDALLAH QUQAS; [EMAIL PROTECTED]
Subject: RE: CISCO 3600 ROUTER DDR BRI IS ALWAYS CONNECTED 24 HOURS
[7:52035]


Check your dialer list statement and make sure that it is restrictive enough
to keep routing protocols from bringing up the ddr. You may want to let us
look at the config.

Raul

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Eng. ABDALLAH QUQAS
Sent: Sunday, August 25, 2002 2:11 AM
To: [EMAIL PROTECTED]
Subject: Ref: CISCO 3600 ROUTER DDR BRI IS ALWAYS CONNECTED 24 HOURS
[7:52035]


Dear ALL,

i have a cisco 3600 router , with BRI INTERFACE, DDR enabled, but it seems
all the time the connection (BRI) up (protocol up) 24 hours, anybody can
help me what make the connetion 24 hours up, it should be activated upon
traffic, dial on demand routing, what's going on?


regards
Abd quqas




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=52042&t=52042
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to