0% found this document useful (0 votes)
2 views1 page

Router Configuration Steps

The document configures OSPF routing on a router by setting IP addresses on interfaces, enabling the interfaces, and defining OSPF networks.

Uploaded by

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

Router Configuration Steps

The document configures OSPF routing on a router by setting IP addresses on interfaces, enabling the interfaces, and defining OSPF networks.

Uploaded by

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

Continue with configuration dialog?

[yes/no]: no

Press RETURN to get started!

Router>en
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no shut

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

Router(config-if)#int se2/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to down


Router(config-if)#
Router(config-if)#router ospf 1
Router(config-router)#network [Link] [Link] area 0
Router(config-router)#network [Link] [Link] area 0
Router(config-router)#network [Link] [Link] area 0
Router(config-router)# exit

You might also like