An enterprise network administrator is updating the SNMP monitoring configuration on a Cisco IOS XE core router to meet strict security and monitoring compliance standards. The updated policy mandates two specific requirements for outbound system event notifications sent to the central Network Management System (NMS):
1. All notifications must be encrypted using AES privacy and cryptographically authenticated using SHA.
2. Outbound notifications must require explicit application-layer acknowledgments from the NMS, causing the router to resend notification packets if no acknowledgment is received.
Which combination of SNMP protocol settings and message types must be configured on the router to fulfill both requirements?
- SNMPv3 operating at the authPriv security level utilizing SNMP InformsAnswer
- BSNMPv3 operating at the authNoPriv security level utilizing SNMP Traps directed to UDP port 161
- CSNMPv2c configured with a read-write community string utilizing SNMP Informs over a TCP connection
- DSNMPv3 operating at the noAuthNoPriv security level utilizing SNMP Traps with configured retry timers
Answer
The router must be configured for SNMPv3 operating at the authPriv security level using SNMP Informs.
SNMPv3 with the authPriv security level supports both authentication (SHA/MD5) and encryption/privacy (AES/DES). SNMP Informs provide reliable notification delivery because the managed device holds the notification in memory and retries transmission until an explicit acknowledgment PDU is received from the NMS.
Step-by-Step Solution
Key Concept
SNMPv3 Security Levels (authPriv) and Notification Reliability Mechanics (Informs vs Traps)