The NETCONF RPC message shown in the exhibit requests the running configuration of the device filtered to show only interface names. A . The running-config of the device is returned - Correct. The RPC message with the <get-config> operation retrieves the running configuration filtered to include only the interface names. B. The name of each interface is reset to a default name - Incorrect. The RPC message is a read operation, not a configuration change. C. All the YANG capabilities supported by the device are returned - Incorrect. The RPC message specifically targets the running configuration, not the YANG capabilities. D . A list of interface names is returned - Incorrect. While the filter is for interface names, the context is that the running configuration containing these interface names is returned. Top of Form Bottom of Form Reference: NETCONF Protocol Operations YANG Data Modeling Language