
This change makes it possible to support all SNMP versions (including strong crypto features) as well as IPv6. The followup patches are expected to implement these new features. New `debug_snmp` option added to configuration file to facilitate troubleshooting of the SNMP issues. Closes-Bug: #1751163 Change-Id: Iec6452201f85f2f4c486e94abe8c6b6bba68840d
14 lines
220 B
INI
14 lines
220 B
INI
[global]
|
|
libvirt_uri=test:///default
|
|
debug_snmp=no
|
|
[my_pdu]
|
|
listen_address=127.0.0.1
|
|
listen_port=9998
|
|
community=public
|
|
ports=5:test
|
|
[my_second_pdu]
|
|
listen_address=127.0.0.1
|
|
listen_port=9997
|
|
community=public
|
|
ports=2:test
|