yumapro
24.10-2
YumaPro SDK
|
Security support for net-snmp agent for SNMP support. More...
Functions | |
void | agt_ypsnmp_sec_init (void) |
Initialize the agt_ypsnmp_sec module. More... | |
void | agt_ypsnmp_sec_cleanup (void) |
Cleanup the agt_ypsnmp_sec module. More... | |
int | agt_ypsnmp_sec_check (netsnmp_pdu *pdu) |
Checks if the specified pdu meets the access requirements. More... | |
Security support for net-snmp agent for SNMP support.
Specifically contains the implementation of USM (User-based Security Model) support routines needed by libnetsnmp. For SNMP v3, VACM is not supported as authorization would be handled by NACM within restconf.
Requires WITH_SNMP=1 in build and –with-snmp=true CLI parameter at runtime.
int agt_ypsnmp_sec_check | ( | netsnmp_pdu * | pdu | ) |
Checks if the specified pdu meets the access requirements.
Only present if WITH_SNMP=1.
pdu | snmp pdu to check |
void agt_ypsnmp_sec_cleanup | ( | void | ) |
Cleanup the agt_ypsnmp_sec module.
Only present if WITH_SNMP=1.
void agt_ypsnmp_sec_init | ( | void | ) |
Initialize the agt_ypsnmp_sec module.
Only present if WITH_SNMP=1.