765cf1be19
This change introduces SNMPv3 support along with many encryption protocols used in SNMP. Change-Id: I891a8526d3896b6194d0c812b89c9f0130301102 Task: 12072 Story: 1751164
35 lines
501 B
INI
35 lines
501 B
INI
[global]
|
|
libvirt_uri=test:///default
|
|
debug_snmp=no
|
|
|
|
[my_pdu]
|
|
listen_address=127.0.0.1
|
|
listen_port=9998
|
|
|
|
snmp_versions = 1,2c
|
|
|
|
# SNMPv1 & SNMPv2c
|
|
community=public
|
|
|
|
# Managed SNMP objects
|
|
ports=5:test
|
|
|
|
[my_second_pdu]
|
|
listen_address=127.0.0.1
|
|
listen_port=9997
|
|
|
|
snmp_versions = 3
|
|
|
|
# SNMPv3
|
|
engine_id=0x80010203040506070809
|
|
context_engine_id=0x80010203040506070809
|
|
context_name=
|
|
user=openstack
|
|
auth_key=openstack
|
|
auth_protocol=MD5
|
|
priv_key=openstack
|
|
priv_protocol=DES
|
|
|
|
# Managed SNMP objects
|
|
ports=2:test
|