Easy Pinpoint OSPF configurations on Cisco Routers OSPF, as we all know is one of the most widely used IGPs today. Having knowledge of OSPF configurations is very important for any Network Engineer. Below are the steps given for OSPF configuration in your network. NOTE: Bofore starting OSPF configuration on your Router, you must have at least 1 "UP" and active interface. A major part of OSPF routing configuration in Cisco IOS is specifying the interfaces on which you want to run OSPF and the OSPF areas to which these interfaces belong. IOS gives you two configuration mechanisms:
Router # configure terminal Router(config) # router ospf [process-id] Router(config-router) #network [ip-address] [wildcard-mask] area [area] EXAMPLE: Router # configure terminal Router(config) # router ospf 555 Router(config-router) #network 10.0.0.0 0.255.255.255 area 0 2. The easiest, but less known method of configuring OSPF is via using interface-mode command for enabling OSPF. Syntax for using this command is explained below: Router # configure terminal Router(config) # interface [interface-type] [interface-number] Router(config-if) # ip ospf [process-id] area [area-id] EXAMPLE: Router # configure terminal Router(config) # interface serial 1/0 Router(config-if) # ip ospf 555 area 0 Both methods would accomplish exactly same task, i.e enabling OSPF on Serial 1/0 with OSPF process-id 555 (before using "network" command, you must have the ip address configured on Serial 1/0 within 10.0.0.0 network range). Other useful OSPF commands are explained in next post. Hope it helped. |
Hello! If you are one of those who browse the web to find a pinpointed and easy Cisco Configurations and no "extra" stuff, you are at the right place. Whether you are a student, a professional or a learner of Cisco Technologies, looking for a specific topic configurations, this blog is for you, to give the easiest but complete-in-its-own Cisco Routers Switch and other devices configurations. I hope you will find the stuff here, you need. Good Luck
May 29, 2010
OSPF Basic Config
Subscribe to:
Posts (Atom)