CiscoCisco
350-401 · Question #698
350-401 Question #698: Real Exam Question with Answer & Explanation
The correct answer is C: SF_router(config-router)# network 10.10.1.0 0.0.0.255 area 1. To enable an interface for OSPF participation, the network command with the correct network address, wildcard mask, and area ID must be applied within the OSPF router configuration mode.
Submitted by fatema_kw· Mar 6, 2026
Question
Refer to the exhibit. Which configuration must be added to enable GigabitEthemet 0/1 to participate in OSPF?
Options
- ASF_router(config-router)# network 10.10.1.0 0.0.0.255 area 0
- BSF_rouier(config)# network 10.10.1.0 0.0.0.255 area 1
- CSF_router(config-router)# network 10.10.1.0 0.0.0.255 area 1
- DSF_rouler(config-router)# network 10.10.1.0 255.255.255.0 area 0
Explanation
To enable an interface for OSPF participation, the network command with the correct network address, wildcard mask, and area ID must be applied within the OSPF router configuration mode.
Common mistakes.
- A. While syntactically correct, this option assigns the network to Area 0, which may not be the intended area given the prompt or common OSPF design principles.
- B. The
networkcommand for OSPF configuration must be entered underrouter ospf <process-id>configuration mode (indicated byconfig-router), not global configuration mode (config). - D. The wildcard mask for a /24 subnet (255.255.255.0) is 0.0.0.255, not 255.255.255.0, which would match only the host address 10.10.1.0.
Concept tested. OSPF network command configuration
Topics
#OSPF configuration#OSPF network command#Wildcard masks#OSPF area
Community Discussion
No community discussion yet for this question.