Skip to main content

disabling ospf update

More
14 years 10 months ago #32507 by juanz
disabling ospf update was created by juanz
disable ospf update-- i have dificulty configuring this command-anyone cares?

1.What command(s) do i use?
2.How do i implement?
3.tnx!

:wink:
More
14 years 10 months ago #32513 by novembre
Replied by novembre on topic Re: disabling ospf update
what are you trying to accomplish?
More
14 years 10 months ago #32519 by juanz
Replied by juanz on topic Re: disabling ospf update
LIKE THIS:

>Step 3. Disable OSPF updates on the appropriate interfaces on both CENTRAL and BRANCH.

>Disable OSPF updates on all LAN interfaces and to ISP.

Q: HOW CAN I DISABLE OSPF UPDATES ON ALL LAN INTERFACES? I DON'T KNOW THE COMMAND(S)?

THNKS!
More
14 years 10 months ago #32522 by S0lo
Replied by S0lo on topic Re: disabling ospf update
There is a command to disable OSPF on a specific interface, like this:

[code:1]
Router# conf t
Router(config)# int fa0/0
Router(config-if)# ip ospf shutdown[/code:1]

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
More
14 years 10 months ago #32532 by juanz
Replied by juanz on topic Re: disabling ospf update
i'm using PT ver.5.2, and this is the result:

Router(config)#int f0/0
Router(config-if)#ip ospf shutdown


invalid input detected at '^' marker.--word "shutdown"is error.
More
14 years 10 months ago #32534 by S0lo
Replied by S0lo on topic Re: disabling ospf update
The command seams NOT supported by packet tracer. Another way to do it is to create an extended ACL and block OSPF updates using it, something like this:

[code:1]Router(config)# access-list 101 deny ospf any any
Router(config)# access-list 101 permit ip any any[/code:1]

Then you can apply it on the interfaces using the ip access-group command.

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
Time to create page: 0.131 seconds