enum SNMP::V3::SecurityModel
Defined in:
snmp.crEnum Members
-
SNMPv1 =
0
-
Any = 0
-
SNMPv2 =
1
-
User =
2
-
When an SNMP message contains a payload that expects a response (for example, a Get, GetNext, GetBulk, Set, or Inform PDU), then the receiver of such messages is authoritative. When an SNMP message contains a payload that does not expect a response (for example, an SNMPv2-Trap, Response, or Report PDU), then the sender of such a message is authoritative.
-
Transport =
3