I need to test some software drivers for SNMP v2 protocol. I am not getting it clear whether this protocol supports BOOL tags or not. I am using this simulator (SNMP Agent simulator (https://ireasoning.com/download.shtml). How do I configure digital tag in this simulator ?
Asked
Active
Viewed 194 times
0
-
What do you mean by "BOOL tags"? There are only a few basic data types supported by SNMP, https://www.webnms.com/cagent/help/technology_used/c_snmp_overview.html#datatypes, and no BOOLEAN. – Lex Li Jul 27 '21 at 13:27
-
The closest I can see is TruthValue from RFC 2579 https://datatracker.ietf.org/doc/html/rfc2579 – Gambit Support Jul 30 '21 at 16:56
-
We have this object upsAlarmOnBattery from Eaton MIB. But I can not add this via my SCADA driver. https://imgur.com/r7APF18 – Dhruv Aug 06 '21 at 04:01