enum SNMP::V3::SecurityModel

Defined in:

snmp.cr

Enum 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

Instance Method Summary

Instance Method Detail

def snm_pv1? #

[View source]
def snm_pv2? #

[View source]
def transport? #

[View source]
def user? #

[View source]