Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Config

The document configures three routers to establish OSPF routing between their connected networks. Router 1 is configured with FastEthernet interfaces on networks 192.168.10.0/24 and 192.168.20.0/30. Router 2 is connected to Router 1 on 192.168.20.0/30 and to Router 3 on 192.168.30.0/30. Router 3 is connected to Router 2 on 192.168.30.0/30 and has an interface on 192.168.40.0/24. Each router is configured for OSPF routing process 1 to advertise connected networks into OSPF area 1.

Uploaded by

Andret Anugrah
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)
27 views2 pages

Config

The document configures three routers to establish OSPF routing between their connected networks. Router 1 is configured with FastEthernet interfaces on networks 192.168.10.0/24 and 192.168.20.0/30. Router 2 is connected to Router 1 on 192.168.20.0/30 and to Router 3 on 192.168.30.0/30. Router 3 is connected to Router 2 on 192.168.30.0/30 and has an interface on 192.168.40.0/24. Each router is configured for OSPF routing process 1 to advertise connected networks into OSPF area 1.

Uploaded by

Andret Anugrah
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
You are on page 1/ 2

Router 1

Router>enable
Router#
Router#configure terminal
Router(config)#interface FastEthernet1/0
Router(config-if)#ip address 192.168.20.1 255.255.255.252
Router(config-if)#shutdown
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.168.10.1 255.255.255.0
Router(config-if)#no shutdown

Router(config)#router ospf 1
Router(config-router)#net 192.168.10.0 0.0.0.3 area 1
Router(config-router)#net 192.168.20.0 0.0.0.3 area 1

Router 2

Router>enable
Router#
Router#configure terminal
Router(config)#interface FastEthernet1/0
Router(config-if)#ip address 192.168.20.2 255.255.255.252
Router(config-if)#shutdown
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.168.30.2 255.255.255.252
Router(config-if)#no shutdown

Router(config)#router ospf 1
Router(config-router)#net 192.168.20.0 0.0.0.3 area 1
Router(config-router)#net 192.168.30.0 0.0.0.3 area 1

Router 3
Router>enable
Router#
Router#configure terminal
Router(config)#interface FastEthernet1/0
Router(config-if)#ip address 192.168.30.1 255.255.255.252
Router(config-if)#shutdown
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.168.40.1 255.255.255.0
Router(config-if)#no shutdown
Router(config)#router ospf 1
Router(config-router)#net 192.168.30.0 0.0.0.3 area 1
Router(config-router)#net 192.168.40.0 0.0.0.3 area 1

You might also like