Dear Sir! 

I've point-to-point link between two routers with such configuration: 
R1---R2 

R1: 
hostname R1 
username R2 password cisco 
int s0 
ip address 1.1.1.1 255.255.255.0 
encapsulation ppp 
ppp authentication chap 
dialer in-band 
dialer map ip 1.1.1.2 name R2 broadcast 
dialer-group 1 
ppp direction callout 
dialer-list 1 protocol ip permit 

R2: 
hostname R2 
username R1 password cisco 
int s0 
ip address 1.1.1.2 255.255.255.0 
encapsulation ppp 
ppp authentication chap 
dialer in-band 
dialer map ip 1.1.1.1 name R1 broadcast 
dialer-group 1 
dialer-list 1 protocol ip permit 

Q1: I've check it: DDR works & I can ping 1.1.1.1 from R2 or can ping 1.1.1.2
from R1, but I can't ping 1.1.1.1 from R1 or 1.1.1.2 from R2. 
Why? 

Q2: When I no generate any traffic during some time, then DDR disconnects the
call (after dialer idle-timeout = 120s default, as I suppose). After that I
can't, for example, ping 1.1.1.2 from R1 or ping 1.1.1.1 from R2. Why DDR not
make the call automatically, even though there are interesting traffic (icmp
messages)? 

Q3: How can I make the make DDR call manually in this example? 


Best regards,
Nick




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=51498&t=51498
--------------------------------------------------
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