- Posts: 5
- Thank you received: 0
disabling ospf update
15 years 3 weeks 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!
1.What command(s) do i use?
2.How do i implement?
3.tnx!
15 years 3 weeks ago #32513
by novembre
Replied by novembre on topic Re: disabling ospf update
what are you trying to accomplish?
15 years 3 weeks 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!
>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!
15 years 3 weeks ago #32522
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
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]
[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
15 years 3 weeks 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.
Router(config)#int f0/0
Router(config-if)#ip ospf shutdown
invalid input detected at '^' marker.--word "shutdown"is error.
15 years 3 weeks ago #32534
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
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.
[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.139 seconds