Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Lab Report: 03: Title: Objective

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Lab Report 03

Lab Report: 03
Title: Management of Routing Table and Configure the Dynamic Routing Protocol with OSPF.

Objective:
⇰ Maintain routing table
⇰ Configuring routers with Open Shortest Path Fast (OSPF).

Tools: CISCO Packet Tracer 6.3.

Simulation:
At first, create a topology as in following figure.

1
Addressing Table:
Device Interface IP Configuration Connected with

Md. Saidur Rahman Kohinoor || ID: 142-15-3669


Lab Report 03

PC0 Fa0/0 10.0.0.2/8 R0’s Fa0/0


Router0 (R0) Fa0/0 10.0.0.1/8 PC0’s Fa0/0
Router0 (R0) Fa0/1 192.168.1.1/30 R5’s Fa0/1
Router5 (R5) Fa0/1 192.168.1.2/30 R0’s Fa0/1
Router5 (R5) Fa0/0 192.168.1.5/30 R6’s F0/0
Router6 (R6) Fa0/0 192.168.1.6/30 R5’s Fa0/0
Router6 (R6) Fa0/1 20.0.0.1/8 Server0’s Fa0/0
Server0 Fa0/0 20.0.0.2/8 R6’s Fa0/1
Switch0 Fa0/1 10.20.0.0/16 R2’s Fa0/0
Router0 (R0) Serial 0/0/0 (DCE) 192.168.0.1/30 R1’s Se0/0/0
Router1 (R1) Serial 0/0/0 192.168.0.2/30 R0’s Se0/0/0
Router1 (R1) Serial 0/0/1 (DCE) 192.168.0.5/30 R2’s Se0/0/1
Router2 (R2) Serial0/0/1 192.168.0.6/30 R1’s Se0/0/1
Router2 (R2) Serial 0/0/0 (DCE) 192.168.0.9/30 R6’s Se0/0/0
Router6 (R6) Serial 0/0/0 192.168.0.10/30 R2’s Se0/0/0
Router0 (R0) Serial 0/0/1 192.168.2.1/30 R3’s Se0/0/1
Router3 (R3) Serial 0/0/1 (DCE) 192.168.2.2/30 R0’s Se0/0/1
Router3 (R3) Serial 0/0/0 192.168.2.5/30 R4’s Se0/0/0
Router4 (R4) Serial 0/0/0 (DCE) 192.68.2.6/30 R3’s Se0/0/0
Router4 (R4) Serial 0/0/1 192.168.2.9/30 R6’s Se0/0/1
Router6 (R6) Serial0/0/1 (DCE) 192.168.2.10/30 R4’s Se0/0/1

After drawing the topology, assign IP addresses to PC, laptop and server by click on their IP
configuration static mode. Then assign IP addresses to the interfaces of routers to go their CLI by
following the topology. (Details of assigning IP is absent in this report. Coz, it’s the part of first
lab report and discuss on there).
And, finally go through the dynamic routing protocol of OSPF.

Configure OSPF routing protocol:


Enabling OSPF is a two steps process:-
⊛ Enable OSPF routing protocol from global configuration mode.
⊛ Tell OSPF which interfaces we want to include.
For these steps following commands are used respectively.

Router(config)# router ospf process_ID


Router(config-router)# network IP_network wild_card_mask Area_number

Router(config)# router ospf process_ID:


This command will enable OSPF routing protocol in router. Process ID is a positive integer. We 2
can use any number from 1 to 65,535. This process ID needs not to match on all routers.

Router(config-router)# network IP_network wild_card_mask Area_number:

Md. Saidur Rahman Kohinoor || ID: 142-15-3669


Lab Report 03

Network command allows us to specify the interfaces which we want to include in OSPF
process. This command accepts three arguments network number, wildcard mask and area
number.

Network number: Network number is network ID. We can use any particular host IP address or
network IP address. For example, at router0, 192.168.2.0 is a network IP address.

Wildcard mask: Wildcard mask are used with network ID to filter the interfaces. Wildcard mask
is different from subnet mask. Subnet mask is used to separate the network portion and host
portion in IP address. While wildcard mask is used to match corresponding octet in network
portion. Wildcard mask tells OSPF the part of network address that must be matched.
If a subnet mask is 255.255.192.0 then Wildcard mask will be 0.0.63.255

Area number: This parameter say router to put matched interface in specified area. OSPF areas
are commonly used 0.
Now implement this concept in the network.

OSPF configuration:
For OSPF, the following code is:
Router0 (R0)

Router1 (R1)

Router2 (R2)

Md. Saidur Rahman Kohinoor || ID: 142-15-3669


Lab Report 03

Router3 (R3)

Router4 (R4)

Router5 (R5)

Router6 (R6)

Md. Saidur Rahman Kohinoor || ID: 142-15-3669


Lab Report 03

Results:
All works is done and my network is ready to take the advantage of OSPF routing. To know
about the routing table of every routers, just use a simple command “show ip route” and observe
the output like that..
Router1 (R1)

Router2 (R2)
Md. Saidur Rahman Kohinoor || ID: 142-15-3669
Lab Report 03

Router6 (R6)

Now, to verify the setup, use ping command which is used to test the connectivity between two
devices. On the other hand, tracert command is used to know the route which is used to get the
destination.

Access the command prompt of PC1 and use ping command to test the connectivity from
Server0. After that use tracert command to print the taken path.

Md. Saidur Rahman Kohinoor || ID: 142-15-3669


Lab Report 03

We looking at here that four packets are sent and successfully all packets are received.

It’s time for tracert

Comments:
OSPF, The Open Shortest Path Fast, uses the concept of process ID, area number and Wildcard
mask which makes its configuration a little bit more complex. Nevertheless, it has largely
replaced the older Routing Information Protocol (RIP) in corporate networks.
7
Download Link: Here is available the full configured topology..
https://www.dropbox.com/s/l1dfkpogot4uzqz/practice%20OSPF%20Configured.pkt?dl=0

Md. Saidur Rahman Kohinoor || ID: 142-15-3669

You might also like