cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
462
Views
0
Helpful
2
Replies

OSPF configuration

jonk34567
Level 4
Level 4

i need to configure ospf in interface mode. may i know the command for each router ( R1, R2 and R3 )

1 Accepted Solution

Accepted Solutions

Deepak Kumar
VIP Alumni
VIP Alumni

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

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

View solution in original post

2 Replies 2

Muhammad Uzair
Level 1
Level 1

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



Kindest regards,
Uzair
CCENT, CCNA (R&S), CCNP (R&S).

Deepak Kumar
VIP Alumni
VIP Alumni

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

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!
Review Cisco Networking products for a $25 gift card