• Post author:
  • Post category:Blog
  • Reading time:2 mins read
  • Post last modified:June 12, 2024

Refer to the exhibit. Which sequence of commands should be used to configure router A for OSPF?

CCNA3 v7 - ENSA Final Exam Answers 10
CCNA3 v7 – ENSA Final Exam Answers 10
  • router ospf 1
    network 192.168.10.64 0.0.0.63 area 0
    network 192.168.10.192 0.0.0.3 area 0
  • router ospf 1
    network 192.168.10.0
  • router ospf 1
    network 192.168.10.64 255.255.255.192
    network 192.168.10.192 255.255.255.252
  • router ospf 1
    network 192.168.10.0 area 0
Explanation & Hint:

To configure router A for OSPF with the network addresses shown in the exhibit, you’d need to use the following sequence of commands:

router ospf 1

network 192.168.10.64 0.0.0.63 area 0

network 192.168.10.192 0.0.0.3 area 0

Here’s the breakdown:

  • The router ospf 1 command starts OSPF configuration and assigns a process ID of 1. The process ID is locally significant to the router.
  • The network commands are used to specify which interfaces will participate in OSPF. The addresses are the network addresses, and the numbers following them are wildcard masks. The wildcard mask is the inverse of the subnet mask. For a /26 subnet, the subnet mask is 255.255.255.192, which translates to a wildcard mask of 0.0.0.63. For a /30 subnet, the subnet mask is 255.255.255.252, which translates to a wildcard mask of 0.0.0.3.
  • Each network command is followed by area 0, which assigns the interfaces to OSPF Area 0, as indicated in the diagram.

The other sequences of commands have either incomplete network statements, missing area designations, or incorrect wildcard masks.

For more Questions and Answers:

CCNA 3 v7 – ENSA v7.02 Final Exam Answers Full 100%

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments