You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example agent (example_agent.py) timeout at setting ip address place.. Not sure if this is something to do with my configuration? self.set_IPADDRESS('5.0', '127.0.0.1')
$ snmpwalk -v 2c -c public localhost NET-SNMP-EXAMPLES-MIB::netSnmpExampleScalars
NET-SNMP-EXAMPLES-MIB::netSnmpExampleInteger.0 = INTEGER: 1000
NET-SNMP-EXAMPLES-MIB::netSnmpExampleString.0 = STRING: String for NET-SNMP-EXAMPLES-MIB
NET-SNMP-EXAMPLES-MIB::netSnmpExampleScalars.4.0 = OID: iso.2 Timeout: No Response from localhost
If I remove the set ipaddress from the example_agent.py code, it works. Not sure what is going wrong here
The text was updated successfully, but these errors were encountered:
The example agent (example_agent.py) timeout at setting ip address place.. Not sure if this is something to do with my configuration?
self.set_IPADDRESS('5.0', '127.0.0.1')
$ snmpwalk -v 2c -c public localhost NET-SNMP-EXAMPLES-MIB::netSnmpExampleScalars
If I remove the set ipaddress from the example_agent.py code, it works. Not sure what is going wrong here
The text was updated successfully, but these errors were encountered: