How To Disable Ospf On Cisco Router?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Type in the “configure terminal” command.
2. Next, type in the “router ospf“ command.
3. To disable OSPF enter the “no router ospf“ command.
4. Finally, exit out of configuration mode with the “end“ command.
To disable OSPF on a Cisco router, use the following commands:
1. Enter global configuration mode:
Router# configure terminal
2. Disable OSPF process:
Router(config)# no router ospf [process-id]
3. Exit configuration mode:
Router(config)# end