Skip to content

kulmiye73/OSPF-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

OSPF-configuration

Configuring OSPF (Open Shortest Path First) on a Cisco Router

image

To configure a router with IP addresses on two interfaces—one connected to a switch (SW1) and another connected to a second router (R2)—follow these steps:

image image

To configure a router with IP addresses on two interfaces—one connected to a switch (SW2) and another connected to a second router (R1)—follow these steps:

image

image

To configure a router with IP addresses on two interfaces—one connected to a switch (SW1) and another connected to a second router (R2)—follow these steps:

image

Now I am attempting to ping PC4 to check if it is reachable.

image

It is unreachable because the devices are on different subnets, and no routing protocol has been configured. I am now setting up the OSPF protocol to enable communication between PC4 and PC5.

Now I am configuring and enabling OSPF to allow communication between both subnets.

First, access global configuration mode on your router. Then, activate OSPF routing by entering OSPF configuration mode and assigning a locally significant process ID. Next, define the networks that will participate in OSPF by specifying them with wildcard masks, and assign each network to a specific OSPF area. Finally, configure a unique router ID for this OSPF instance to identify the router within the OSPF domain.

image

To check for OSPF neighbors on your router, use the command:

image

Now I will configure OSPF on Router R2 to establish communication across the entire network.

image

To check for OSPF neighbors on your router, use the command:

image

Ping PC5 from PC4 to verify if they can reach each other.

image

Go to the other subnet and ping from PC4 to PC5 to check if they can reach each other.

image

The project, which involved configuring OSPF, was completed successfully.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors