cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
324
Views
0
Helpful
4
Replies

How to prevent OSPF update from bringing up the dialer interface?

yeopaul
Level 1
Level 1

I have a 1720 connected to remote site 3620 through one serial and one BRI.

Right now I am using static route, I intend to use OSPF. How do I configure to prevent OSPF bring up the dialer interface? Is there any related document?

Thank you.

4 Replies 4

deilert
Level 6
Level 6

access-list 100deny ip any 224.0.0.0 0.0.0.255 (denies multicast, hello packets )

access-list 100 deny ip any host 255.255.255.255 (denies broadcast)

access-list 100 permit ip any any

dialer-list 1 permit ip list 100

glen.grant
VIP Alumni
VIP Alumni

We just put "Passive Interface" on the dialer , this prevents any ospf updates from being sent out the interface . Keep using a static for ISDN with a high weight of say 250 and use ospf for your normal serial line traffic , if the serial goes away the static takes over and should bring up the isdn , works well for us .

Thank you very much! I will try this out.

paul
Level 1
Level 1

Hello,

you can use ip ospf demand-circuit and ip ospf cost command to suppress ospf to bringing up dialer interface and using serial as primary link

http://www.cisco.com/warp/public/104/dc.html

best regards