How To Configure 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. Start Global Configuration Mode on your Cisco router by typing in:
Router(config)#
2. Create an OSPF routing process by typing in:
Router(config)# router ospf [process–id]
3. Put each interface belonging to the OSPF process into OSPF mode:
Router(config–router)# network [ip–address] [wildcard–mask] area [area–id]
4. (Optional) Set the Router ID with the command
Router(config–router)# router–id [router–id]
5. (Optional) Configure timers and other parameters for the OSPF process:
Router(config–router)# timers [ospf–timers]
6. (Optional) Configure conditional advertisement of routes:
Router(config–router)# distribute–list [access–list] [in/out] [interface–name]
7. Save the changes to the router’s configuration file:
Router(config–router)# end