当 snmp.yml 文件时 SNMP_Exporter 工作正常
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 位密钥作为隐私协议的设备。