A network engineer is configuring network telemetry across enterprise routers. Which two statements accurately describe SNMP notifications and SNMPv3 security level capabilities?
- SNMP Informs require the receiving Network Management System (NMS) to send an acknowledgment back to the agent.Cevap
- BSNMP Traps use TCP port 162 to establish a reliable connection before delivering notifications.
- The authPriv security level in SNMPv3 provides HMAC-based message authentication as well as packet payload encryption.Cevap
- DThe authNoPriv security level encrypts packet payloads using AES while skipping user authentication.
Cevap
SNMP Informs require the receiving Network Management System to acknowledge receipt with a Response PDU, and the SNMPv3 authPriv security level provides both user authentication and packet payload encryption.
SNMP Informs provide reliable delivery by requiring the receiving Network Management Station to acknowledge receipt using an SNMP Response PDU. Additionally, the SNMPv3 authPriv security level provides authentication using HMAC algorithms such as SHA/MD5 and encryption using algorithms such as AES.
Adım Adım Çözüm
Anahtar Kavram
SNMP Notification Reliability (Traps vs Informs) and SNMPv3 Security Models (authPriv vs authNoPriv)