09-14-2005 07:05 AM - edited 03-03-2019 10:30 AM
Hi!
My configuration consists of two 1711 with WIC-1AM running IOS 12.3(7)XR4. I configured dialer-watch, this works fine. But my problem is no routing-packets (no hello packets) are sent across the dial-Up link. I have tested it with EIGRP and OSPF. The network of the interface is still in the routing-process and no passive-interface is configured. I see the hello-packets with "debug ip ospf hello" or "debug eigrp packets" send to the async-interface so long until the dial-up interface cames up. Then no more hello-packet is sent. Why is this so?
Can you help me?
Here the config of the dialing router:
Current configuration : 1649 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router1
!
boot-start-marker
boot-end-marker
!
!
username Router2 password ***
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
!
!
!
!
ip cef
ip ids po max-events 100
no ftp-server write-enable
!
chat-script mike ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT 30 CONNECT \c
!
!
!
!
!
!
!
interface Loopback0
ip address 172.16.255.5 255.255.255.255
!
interface FastEthernet0
ip address 172.16.255.1 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
shutdown
!
interface FastEthernet3
no ip address
shutdown
!
interface FastEthernet4
no ip address
shutdown
!
interface Vlan1
no ip address
!
interface Async1
ip address 172.16.255.9 255.255.255.252
encapsulation ppp
dialer in-band
dialer idle-timeout 30
dialer map ip 172.16.50.0 name Router2 modem-script mike broadcast 13
dialer watch-group 1
dialer-group 1
async mode interactive
ppp authentication chap
!
router ospf 2704
log-adjacency-changes
network 172.16.255.0 0.0.0.3 area 0
network 172.16.255.8 0.0.0.3 area 0
!
ip classless
no ip http server
no ip http secure-server
!
!
!
access-list 101 deny ospf any any
access-list 101 permit ip any any
dialer watch-list 1 ip 172.16.50.0 255.255.255.0
dialer-list 1 protocol ip list 101
!
!
control-plane
!
!
line con 0
line 1
modem InOut
transport input all
autoselect ppp
stopbits 1
speed 115200
flowcontrol hardware
line aux 0
line vty 0 4
!
end
09-14-2005 08:48 PM
Porque no intentas con rutas estaticas para no generar trafico de enrutamiento.
You can try static routes
09-14-2005 10:54 PM
Yes, another possibility is to try it with a floating-static route. But with a floating-static route the dial-up connection is only used on interesting traffic. My requirement is to dial the backup as soon as the primary-link fails.
The dialer-watch with a static-route brings the problem that the static route is always better than the route learned from a routing-protocol, so the dial-up link never goes down (except the idle-timer runs out).
09-15-2005 12:18 AM
Hi,
I think that you can do this using a floating static route using an administratice distance higher than that of the routing protocol you are using, and so if the route through your routing protocol is lost the floating static route is used.
regards.
09-15-2005 12:46 AM
Hi,
Yes with a floating static route my configuration works fine.
But i don´t know why no routing hellos were sent as soon as the asyc-interface comes up??
regards
mig
09-15-2005 02:54 AM
Hi,
As soon as the async-interface cames up, the output of "show ip ospf interface" contains that the interface is a passive-interface (no hellos) :(
But I haven´t configured it as passive-interface.
Why is this so?
I hope someone can help me!
Thanks,
mig
Async1 is up, line protocol is up
Internet Address 172.16.255.9/30, Area 0
Process ID 2704, Router ID 172.16.255.5, Network Type POINT_TO_POINT, Cost: 869
Transmit Delay is 1 sec, State POINT_TO_POINT,
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
No Hellos (Passive interface)
Supports Link-local Signaling (LLS)
Index 2/2, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
09-15-2005 03:16 AM
Hi,
Really i can't find anything wrong in your config :(
try typing "no passive-interface Async1" under the ospf process.
09-15-2005 03:29 AM
I have already tried this, with no affect.
The symptom is that the entry "(no hellos) passive-interface" in the output "show ip ospf interface" is shown only when the async-interface cames up. If the interface is down, this entry is not in the output. :((
09-15-2005 04:37 AM
Try this link i think it might be useful:
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080093f0f.shtml
regards.
09-15-2005 04:56 AM
Thanks, I´ve found this link already.
But in my example, the neighbor don´t stuck in the exstart/exchange process. My problem is concerning the hello-packets. In my example the dialer-interface is definitely point-to-point.
09-15-2005 05:06 AM
Kindly see this link too --> try using dialer interface
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009481b.shtml
02-09-2006 08:40 PM
this thread is a bit old, but this may be the answer:
under the async interface:
async default routing
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide