Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR) — Question 388

A network engineer is testing an automation platform that interacts with Cisco networking devices via NETCONF over SSH. In accordance with internal security requirements:
✑ NETCONF sessions are permitted only from trusted sources in the 172.16.20.0/24 subnet.
✑ CLI SSH access is permitted from any source.
Which configuration must the engineer apply on R1?

Answer options

Correct answer: D

Explanation

The correct answer is D because it specifies SSH version 2, which is more secure than version 1, and correctly allows NETCONF access from the trusted subnet while permitting SSH access from any source. Options A and C use SSH version 1, which is not recommended, and option B incorrectly allows any source for NETCONF access, violating the security requirements.