0% found this document useful (0 votes)
9 views2 pages

OSPF Configuration for Router 0-2

The document outlines the configuration of three routers (R0, R1, R2) with specific IP addresses and OSPF routing settings. Each router is assigned interfaces with designated IP addresses and subnet masks, and OSPF is configured to include the respective networks. The configuration commands include enabling the routers, setting hostnames, and saving the configurations.

Uploaded by

mnasim9787
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

OSPF Configuration for Router 0-2

The document outlines the configuration of three routers (R0, R1, R2) with specific IP addresses and OSPF routing settings. Each router is assigned interfaces with designated IP addresses and subnet masks, and OSPF is configured to include the respective networks. The configuration commands include enabling the routers, setting hostnames, and saving the configurations.

Uploaded by

mnasim9787
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

router 0

enable
conf t
hostname R0

interface fa0/0
ip address [Link] [Link]
no shutdown

interface fa1/0
ip address [Link] [Link]
no shutdown

router ospf 1
network [Link] [Link] area 0
network [Link] [Link] area 0
end
wr

router1
enable
conf t
hostname R1

interface fa0/0
ip address [Link] [Link]
no shutdown

interface fa1/0
ip address [Link] [Link]
no shutdown

interface fa2/0
ip address [Link] [Link]
no shutdown

router ospf 1
network [Link] [Link] area 0
network [Link] [Link] area 0
network [Link] [Link] area 0
end
wr

router2
enable
conf t
hostname R2

interface fa0/0
ip address [Link] [Link]
no shutdown

interface fa1/0
ip address [Link] [Link]
no shutdown

router ospf 1
network [Link] [Link] area 0
network [Link] [Link] area 0
end
wr

You might also like