-
-
Notifications
You must be signed in to change notification settings - Fork 439
SNMP Engine "This element is not expected." #570
Copy link
Copy link
Open
Labels
Description
Describe the bug
According to the documentation there should be an engine option for random integers and increments. This does not seem to work.
To Reproduce
Steps to reproduce the behavior:
- Copy the lines in
snmp.xml
<mib name="TCP-MIB">
<symbol name="tcpInSegs">
<value>tcpInSegs</value>
<engine type="sysuptime"></engine>
</symbol>
</mib>
- Restart conpot
- See error
2022-03-15 11:50:46,731 Error parsing XML template: /home/conpot/.local/lib/python3.8/site-packages/conpot/templates/default/snmp/snmp.xml:48:0:ERROR:SCHEMASV:SCHEMAV_ELEMENT_CONTENT: Element 'engine': This element is not expected.
Reactions are currently unavailable