enum SNMP::V3::MessageFlags

Overview

SNMPv3 message flags describing the features used

Defined in:

snmp.cr

Enum Members

Authentication = 1

privacy without authentication is not allowed

Privacy = 2

encryption applied?

Reportable = 4

Report PDU must be returned to the sender under those conditions that can cause the generation of a Report PDU when the flag is zero, a Report PDU may not be sent. The reportableFlag is set to 1 by the sender in all messages containing a request (Get, Set) or an Inform, and set to 0 for messages containing a Response, a Trap, or a Report PDU It is used only in cases in which the PDU portion of the message cannot be decoded (for example, when decryption fails because of incorrect key)

Instance Method Summary

Instance Method Detail

def authentication? #

[View source]
def none? #

[View source]
def privacy? #

[View source]
def reportable? #

[View source]