|
mbgtools-lx
4.2.8
|
#include <gpsdefs.h>
Data Fields | |
| uint8_t | access_type |
| See MBG_SNMP_ACCESS_TYPES, ignore in trap settings. More... | |
| uint8_t | sec_level |
| See MBG_SNMP_V3_SEC_LEVELS. More... | |
| uint8_t | auth_protocol |
| uint8_t | priv_protocol |
| uint16_t | flags |
| See MBG_SNMP_FLAG_MSKS. More... | |
| uint16_t | reserved_0 |
| uint32_t | reserved_1 [3] |
| char | user_name [32] |
| User name used for authentication, always required. More... | |
| char | auth_passwd [32] |
| is MBG_SNMP_V3_SEC_LEVEL_AUTH_NO_PRIV or MBG_SNMP_V3_SEC_LEVEL_AUTH_PRIV More... | |
| char | sec_engine_id [32] |
| Mandatory for traps only. More... | |
| char | context_engine_id [32] |
| Ignore. More... | |
| char | context_name [32] |
| Ignore. More... | |
| char | reserved_2 [32] |
| Future use. More... | |
| char | reserved_3 [32] |
| Future use. More... | |
| char | priv_passwd [32] |
| Encryption passwd if MBG_SNMP_V3_SETTINGS::auth_protocol is MBG_SNMP_V3_SEC_LEVEL_AUTH_PRIV. More... | |
| uint32_t | boots |
| Number of system/deamon restarts -> Ignore. More... | |
| uint32_t | time |
| Timeticks since last "boots" event -> Ignore. More... | |
| uint32_t | reserved_4 [2] |
| uint8_t MBG_SNMP_V3_SETTINGS::access_type |
See MBG_SNMP_ACCESS_TYPES, ignore in trap settings.
| char MBG_SNMP_V3_SETTINGS::auth_passwd[32] |
is MBG_SNMP_V3_SEC_LEVEL_AUTH_NO_PRIV or MBG_SNMP_V3_SEC_LEVEL_AUTH_PRIV
Password associated with MBG_SNMP_V3_SETTINGS::user_name, if MBG_SNMP_V3_SETTINGS::auth_protocol
| uint8_t MBG_SNMP_V3_SETTINGS::auth_protocol |
| uint32_t MBG_SNMP_V3_SETTINGS::boots |
| char MBG_SNMP_V3_SETTINGS::context_engine_id[32] |
| uint16_t MBG_SNMP_V3_SETTINGS::flags |
See MBG_SNMP_FLAG_MSKS.
| char MBG_SNMP_V3_SETTINGS::priv_passwd[32] |
Encryption passwd if MBG_SNMP_V3_SETTINGS::auth_protocol is MBG_SNMP_V3_SEC_LEVEL_AUTH_PRIV.
| uint8_t MBG_SNMP_V3_SETTINGS::priv_protocol |
| char MBG_SNMP_V3_SETTINGS::sec_engine_id[32] |
| uint8_t MBG_SNMP_V3_SETTINGS::sec_level |
| uint32_t MBG_SNMP_V3_SETTINGS::time |
| char MBG_SNMP_V3_SETTINGS::user_name[32] |