SNMP_Exporter 当 snmp.yml 文件工作正常时
default:
version: 3
auth:
username: SomeUser
password: TotallySecret
auth_protocol: SHA
priv_protocol: AES
security_level: SomethingReadOnly
priv_password: SomeOtherSecret
walk:
- ...
metrics:
- ...
默认情况下,AES 意味着我认为使用 128 位密钥 那么,对于使用 AES 256 位密钥作为隐私协议的设备,我必须进行哪些更改。
AES256不是SNMP标准的一部分,尽管一些供应商对它有自定义支持。如果您希望将其添加到SNMP导出器中,则首先需要将其添加到我们的上游 https://github.com/soniah/gosnmp/