SNMP_ACTION Enumeration

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SNMP_ACTION Enumeration
C
typedef enum {
  SNMP_GET = 0xa0,
  SNMP_GET_NEXT = 0xa1,
  SNMP_GET_RESPONSE = 0xa2,
  SNMP_SET = 0xa3,
  SNMP_TRAP = 0xa4,
  SNMP_V2C_GET_BULK = 0xa5,
  SNMP_V2_TRAP = 0xa7,
  SNMPV3_ENCRYPTION = 0x04,
  SNMP_ACTION_UNKNOWN = 0
} SNMP_ACTION;
Description

This is the list of SNMP action a remote NMS can perform. This inforamtion is passed to application via callback SNMPValidateCommunity(). Application should validate the action for given community string.

Members
Members 
Description 
SNMP_GET = 0xa0 
Snmp GET identifier 
SNMP_GET_NEXT = 0xa1 
Snmp GET_NEXT identifier 
SNMP_GET_RESPONSE = 0xa2 
Snmp GET_RESPONSE identifier 
SNMP_SET = 0xa3 
Snmp SET identifier 
SNMP_TRAP = 0xa4 
Snmp TRAP identifier 
SNMP_V2C_GET_BULK = 0xa5 
Snmp GET_BULK identifier 
SNMP_V2_TRAP = 0xa7 
Snmp v2 Trap Identifier 
SNMP_ACTION_UNKNOWN = 0 
Snmp requested action unknown 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.