snmp inspector: need to support more snmp v3 user secrity model configuration
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Ceilometer |
Fix Released
|
High
|
Lianhao Lu |
Bug Description
Currently, the snmp inspecotr in hardware pollsters only support authentication method of snmp v1, v2c, and part of snmp v3.
For snmp user secirty model(USM), we only support authentication prototocl of MD5 and encryption protocol of "no encryption". We need to support sha authentication and des/aes encryption, because sometimes the snmpd server is configured so.
Changed in ceilometer: | |
status: | New → Incomplete |
status: | Incomplete → Triaged |
importance: | Undecided → High |
Changed in ceilometer: | |
status: | Triaged → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit dc254e2f78a4bb4
Author: Lianhao Lu <email address hidden>
Date: Thu Jul 7 09:54:37 2016 +0800
Added full support of snmp v3 usm model
We used to only support partial of the snmp v3 usm model. This patch
adds the full support.
Change-Id: I3da8b19dea6a5e
Closes-Bug: #1597618
Changed in ceilometer: | |
status: | In Progress → Fix Released |
This issue was fixed in the openstack/
Fix proposed to branch: master /review. openstack. org/338645
Review: https:/