SNMP::V3::SecurityModel
Inherits Enum / Comparable / Value / Object
IANA SnmpSecurityModel numbers (RFC 3411).
For USM, the "authoritative" engine rules apply: when a message expects a response (Get, GetNext, GetBulk, Set, or Inform) the receiver is authoritative; when it does not (SNMPv2-Trap, Response, or Report) the sender is authoritative.
Constants
Any = 0
SNMPv1 = 1
SNMPv2c = 2
USM = 3
TSM = 4