From: Steve Ohnmacht (gs.ohnmacht@gmail.com)
Date: Wed May 18 2005 - 14:18:09 GMT-3
From looking at your config, You can do this instead of using the
access-group command under the int...
ip access-list 110 deny ospf any any
ip access-list 110 permit any any
dialer-list 1 protocol ip list 110 <-- this will be applied via the
dialer-group 1 statement you have in your config.. I've been told that
it's also good practice to disable cdp under your bri ints as well...
"no cdp enable"
HTH,
On 5/18/05, ccielab@cox.net <ccielab@cox.net> wrote:
> Hello, can someone help me stop hello traffic from keeping up the isdn interface, I use the passive-int and demand circuit successfully, but I want to do it with an access-list. Thanks
>
> interface BRI0/0
> ip address 172.16.12.1 255.255.255.0
> ip access-group deny-hello out
> encapsulation ppp
> dialer idle-timeout 15
> dialer map ip 172.16.12.2 name R2 broadcast 5551212
> dialer-group 1
> isdn switch-type basic-ni
> isdn spid1 21255511110101 5551111
> isdn spid2 21245611120101 5551111
> ppp authentication chap
> end
>
> ip access-list extended deny-hello
> deny ospf any any log-input
>
> Debug Info:
>
> *Mar 12 18:35:11.445: OSPF: Send hello to 224.0.0.5 area 100 on BRI0/0 from 172.16.12.1
>
> *Mar 12 18:35:11.557: %LINK-3-UPDOWN: Interface BRI0/0:1, changed state to up
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Fri Jun 03 2005 - 10:11:58 GMT-3