Polytechnic University of The Philippines College of Engineering Computer Engineering Department
Polytechnic University of The Philippines College of Engineering Computer Engineering Department
Polytechnic University of The Philippines College of Engineering Computer Engineering Department
CMPE 40083
Enterprise Networking, Security
and Automation
MP1
Submitted by:
BALDEVINO, Nathaniel V. – CpE 3-
4
Submitted to:
Screenshot
OSPF Cancun, Acapulco, Mazatlan
Questions:
Screenshot
2.2.13 Packet Tracer - Point-to-Point Single-Area OSPFv2 Configuration
Questions:
How many statements are required to configure OSPF to route all the networks attached to
router R1?
The LAN attached to router R1 has a /24 mask. What is the equivalent of this mask in dotted
decimal representation?
255.255.255.0
Subtract the dotted decimal subnet mask from 255.255.255.255. What is the result?
0.0.0.255
255.255.255.252
Subtract the dotted decimal representation of the /30 mask from 255.255.255.255. What is the
result?
0.0.0.3
RC
RB
DROTHER
According to the debug output, which router was elected DR and which router was elected
BDR?
No, because OSPF does not update the DR/BDR when the existing ones are active.
According to the debug output on RA, which router was elected DR and which router was
elected BDR?
RC is now BDR and RA is now DR. RA was the BDR, when the DR failed (RB) it
became the DR.
Wait for the new DR/BDR elections to occur. Did DR and BDR roles change? Explain.
No, roles did not change because the current DR and BDR are still active. A router that
comes online with a higher router ID will not assume the BDR role until the BDR fails
BDR
According to output from the show ip ospf neighbor command on the routers, which router
is now DR and which router is now BDR?
Screenshot
2.5.3 Packet Tracer - Propagate a Default Route in OSPFv2
Questions:
No.
What message did you receive, and which device issued the message?
What statement is present in the routing tables that indicates that the pings to the Web Server
will fail?
Screenshot
2.6.6 Packet Tracer - Verify Single-Area OSPFv2
Questions:
Router R2
How can you filter the output of show ip route to show only the routes learned through
OSPF?
R2 and R3
What are the router IDs and state of the routers shown in the command output?
Yes
BROADCAST
Are OSPF hello packets being sent out this interface? Explain.
Using the command prompt on PC2, ping the S0/0/1 address on router R3.
Is it successful?
Yes
Using the command prompt on PC3, ping the address of the ISP Router shown in the
Address Table.
Is it successful?
Yes
Interface GigabitEtherenet0/0/1
FULL/DR
Why is the state of router R4 different than the state of R1 and R2?
Because the OSPF network type between R1 and R2 is Point-to-Point, there is no OSPF
election. R4 is on the same Ethernet network segment as router R3, so the OSPF
network type is Broadcast and there is an OSPF election. When more than one router is
located on a multiaccess network segment, only one router, the DR, sends OSPFv2
updates. A second router, in this case R4, becomes the Backup Designated Router and
can take over if the DR router fails.
Is it successful?
Yes
Screenshot
2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration
Questions:
Screenshot