0% found this document useful (0 votes)
2 views3 pages

Experiment-3 Procedure

The document outlines the procedure for configuring a network topology involving multiple routers and PCs. It details the steps for connecting devices, assigning IP addresses, and configuring OSPF routing on each router. The configuration includes specific commands for setting up interfaces and enabling them for communication within the network.

Uploaded by

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

Experiment-3 Procedure

The document outlines the procedure for configuring a network topology involving multiple routers and PCs. It details the steps for connecting devices, assigning IP addresses, and configuring OSPF routing on each router. The configuration includes specific commands for setting up interfaces and enabling them for communication within the network.

Uploaded by

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

Experiment-3

Procedure--

1. Develop a topology by connecting router with pco and pc1


You have use three generic router and one giga router2911, two pc shown in
diagram
Now make the connectivity
Serial cable between Router-4-2,router-2-1, in other case use fast Ethernet

Now configure

A.Configure PCO and PC1

2. Develop a topology by connecting router with pco and pc1


3. Then Configure pco and pc1
4. Then Configure pco and pc1
Double click on pc, go to desktop option, then click on ip address
Enter ip address e.g. 192.168.1.2
Subnet mask address 255.255,255.0
Gateway address 192.168.2.1

Similar do for pc1

Eneter ip address e.g. 192.168.6.2


Subnet mask address 255.255,255.0
Gateway address 192.168.6.1

B CONFIGURE ROUTER-1(Router-4 in diagram)

DOUBLE CLICK ON ROUTER-1 and open CLI

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 192.168.1.1 255.255.255.0
Router(config-if)#no shut
Router(config)#int fa1/0
Router(config-if)#ip address 192.168.4.1 255.255.255.0
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 192.168.2.1 255.255.255.0
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 192.168.1.0 0.0.0.255 area 0
Router(config-router)#network 192.168.2.0 0.0.0.255 area 0
Router(config-router)#network 192.168.4.0 0.0.0.255 area 0
Router(config-router)# exit

C. SIMILAR CONFIGURE ROUTER-5(shown in diagram)

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 gig0/0
Router(config-if)#ip address 192.168.4.2 255.255.255.0
Router(config-if)#no shut

Router(config-if)#int gig1/0
Router(config-if)#ip address 192.168.5.1 255.255.255.0
Router(config-if)#no shut

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


----apply ospf--------------------
Router(config-if)#router ospf 1
Router(config-router)#network 192.168.4.0 0.0.0.255 area 0
Router(config-router)#network 192.168.5.0 0.0.0.255 area 0

Router(config-router)# exit

D- Similar next router Router-6, as shown in diagram

DOUBLE CLICK ON ROUTER-1 and open CLI

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 192.168.5.2 255.255.255.0
Router(config-if)#no shut
Router(config)#int fa1/0
Router(config-if)#ip address 192.168.6.1 255.255.255.0
Router(config-if)#no shut

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

Router(config-if)#int se3/0
Router(config-if)#ip address 192.168.3.2 255.255.255.0
Router(config-if)#no shut

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

Router(config-if)#router ospf 1
Router(config-router)#network 192.168.5.0 0.0.0.255 area 0
Router(config-router)#network 192.168.6.0 0.0.0.255 area 0
Router(config-router)#network 192.168.3.0 0.0.0.255 area 0
Router(config-router)# exit

E-LAST ROUTER, Router-2, as shown in diagram

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 se2/0
Router(config-if)#ip address 192.168.2.2 255.255.255.0
Router(config-if)#no shut

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

Router(config-if)#int se3/0
Router(config-if)#ip address 192.168.3.1 255.255.255.0
Router(config-if)#no shut

Router(config-if)#router ospf 1
Router(config-router)#network 192.168.2.0 0.0.0.255 area 0
Router(config-router)#network 192.168.3.0 0.0.0.255 area 0
Router(config-router)# exit

You might also like