Click or drag to resize

EntityStatus Enumeration

Status enumeration for entities.

Namespace: Lextm.SharpSnmpPro.Mib
Assembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntax
public enum EntityStatus
Members
Member nameValueDescription
Unknown0 The status of the entity is unknown.
Mandatory1 Entity with mandatory status should be converted to current for compatibility. Mandatory is obsolete in SMIv2.
Optional2 The entity is optional.
Obsolete3 The entity is obsolete and should not be used.
Current4 The entity is current and recommended for use.
Deprecated5 The entity is deprecated and may be removed in the future.
See Also