diff options
Diffstat (limited to 'lib/snmp/test/snmp_test_data/STANDARD-MIB.funcs')
-rw-r--r-- | lib/snmp/test/snmp_test_data/STANDARD-MIB.funcs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/snmp/test/snmp_test_data/STANDARD-MIB.funcs b/lib/snmp/test/snmp_test_data/STANDARD-MIB.funcs new file mode 100644 index 0000000000..a0b105c2fd --- /dev/null +++ b/lib/snmp/test/snmp_test_data/STANDARD-MIB.funcs @@ -0,0 +1,8 @@ +{sysUpTime, {snmp_standard_mib, sys_up_time, []}}. +{sysDescr, {snmp_generic, variable_func, [{sysDescr, permanent}]}}. +{sysObjectID, {snmp_generic, variable_func, [{sysObjectID, permanent}]}}. +{sysContact, {snmp_generic, variable_func, [{sysContact, permanent}]}}. +{sysName, {snmp_generic, variable_func, [{sysName, permanent}]}}. +{sysLocation, {snmp_generic, variable_func, [{sysLocation, permanent}]}}. +{sysServices, {snmp_generic, variable_func, [{sysServices, permanent}]}}. +{snmpEnableAuthenTraps, {snmp_standard_mib, snmp_enable_authen_traps, []}}. |