C
typedef enum { RESERVED = 0x0, IPV4_ADDR_ENGN_ID = 0x01, IPV6_ADDR_ENGN_ID = 0x02, MAC_ADDR_ENGN_ID = 0x03, ADMIN_ASSIGNED_TEXT = 0x04, ADMIN_ASSIGNED_OCTETS = 0x05, RESERVED_UNUSED = 0x06, ENTERPRISE_DEFINED = 128 } SNMP_ENGNID_OCTET_IDENTIFIER_VAL;
Description
The fifth octet indicates how the rest (6th and following octets) are formatted. Refer to RFC3411 section5 Page# 41
Members
Members |
Description |
IPV4_ADDR_ENGN_ID = 0x01 |
4octets |
IPV6_ADDR_ENGN_ID = 0x02 |
16 octets |
MAC_ADDR_ENGN_ID = 0x03 |
6 octets |
RESERVED_UNUSED = 0x06 |
6 to 127 are reserved and unused |
ENTERPRISE_DEFINED = 128 |
128 to 255 as defiend by the enterprise maximum remaining length |