SNMP_COMMUNITY_TYPE Enumeration
C
typedef enum {
READ_COMMUNITY = 1,
WRITE_COMMUNITY = 2,
INVALID_COMMUNITY = 3
} SNMP_COMMUNITY_TYPE;
Description
Enumeration: SNMP_COMMUNITY_TYPE.
List of different SNMP community types.
Members
| Members | Description |
|---|---|
| READ_COMMUNITY = 1 | Read only community. |
| WRITE_COMMUNITY = 2 | Read write community. |
| INVALID_COMMUNITY = 3 | Community invalid. |
Remarks
SNMP agent use these community types for both TRAP and SNMP agent request.
