Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR) — Question 208
After troubleshooting multiple outages on the network due to repeated configuration errors, the network architect asked an engineer to enable NETCONF to facilitate future configurations. The configuration must enable syslog messaging to record NETCONF notifications from each of the numerous devices on the network. Which configuration must the engineer apply?
Answer options
- A. username cisco test taker privilege 15 password 0 cisco test aaa new-model aaa authorization exec default local snmp-server community cisco test RW netconf-yang cisco-ia snmp-community-string ciscotest logging history warnings
- B. username cisco test taker privilege 15 password 0 ciscotest aaa new-model aaa authorization exec default local snmp-server community ciscotest RW netconf-yang cisco logging history critical
- C. netconf-yang username ciscotesttaker privilege 15 password 0 ciscotest aaa new-model aaa authorization exec default local snmp-server community ciscotest RW netconf-yang cisco-ia snmp-community-string ciscotest logging history debugging
- D. netconf-yang username ciscotesttaker privilege 15 password 0 ciscotest snmp-server community ciscotest RW netconf-yang cisco-ia snmp-community-string ciscotest logging history informational
Correct answer: C
Explanation
The correct answer is C, as it includes the correct logging level of debugging, which is essential for capturing detailed NETCONF notifications. Options A and B have incorrect logging levels (warnings and critical, respectively) that do not provide sufficient detail for NETCONF notifications. Option D also uses an informational logging level, which is less comprehensive than debugging.