Match each Simple Network Management Protocol (SNMP) operational element or security configuration on the left with its corresponding defining characteristic or transport mechanism on the right.
- SNMP TrapUnacknowledged event notification sent asynchronously from a managed device to NMS destination UDP port 162
- SNMP InformReliable notification sent to UDP port 162 that requires explicit receipt confirmation and supports retransmissions
- SNMP GetNextManager-initiated request sent to UDP port 161 to sequentially traverse and discover entries in a MIB hierarchy
- SNMPv3 authPrivSecurity level that provides cryptographic message authentication along with data confidentiality via encryption
Answer
SNMP Trap matches the unacknowledged notification sent to UDP 162; SNMP Inform matches the reliable notification requiring confirmation sent to UDP 162; SNMP GetNext matches the request to traverse MIB entries sequentially via UDP 161; SNMPv3 authPriv matches the security level providing authentication and encryption.
SNMP Traps are unacknowledged alerts sent to UDP port 162. SNMP Informs are reliable alerts sent to UDP port 162 that mandate confirmation. SNMP GetNext requests allow walking MIB structures sequentially using UDP port 161. SNMPv3 authPriv adds both authentication hashing and encryption privacy.
Step-by-Step Solution
Key Concept
SNMP operations, message types, transport ports, and SNMPv3 security models.