01-30-2018 09:43 AM - edited 03-08-2019 01:37 PM
i need to configure ospf in interface mode. may i know the command for each router ( R1, R2 and R3 )
Solved! Go to Solution.
01-30-2018 11:39 AM
Hi,
OSPF configuration on an interface command is IP OSPF <Process ID> area <Area Number>
Router(config)# interface Ethernet 0/0/0
Router(config-if)# ip address 172.16.1.2 255.255.255.0
Router(config-if)# ip ospf 1 area 0
Regards,
Deepak Kumar
01-30-2018 10:20 AM
The command to run OSPF in an interface mode is "IP ospf (process ID) area (ID) "
For more you can go through the below document.
https://www.cisco.com/c/en/us/td/docs/ios/12_0s/feature/guide/ospfarea.html
Thank you.
Kindest regards,
Uzzi
01-30-2018 11:39 AM
Hi,
OSPF configuration on an interface command is IP OSPF <Process ID> area <Area Number>
Router(config)# interface Ethernet 0/0/0
Router(config-if)# ip address 172.16.1.2 255.255.255.0
Router(config-if)# ip ospf 1 area 0
Regards,
Deepak Kumar
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide