> 主机接口对象
详细信息标签
属性 | 描述 | |
---|---|---|
version (必选) | 整型 | SNMP接口版本。 可能的值有: 1 - SNMPv1; 2 - SNMPv2c; 3 - SNMPv3 |
bulk | 整型 | 是否使用批量的SNMP请求. 可能的值有: 0 - 不使用批量请求; 1 - (默认) - 使用批量请求。 |
community | 字符串 | SNMP 团体字 (必选)。 仅在SNMPv1和SNMPv2接口中使用。 |
securityname | 字符串 | SNMPv3 安全名称。仅在SNMPv3接口中使用。 |
securitylevel | 字符串 | SNMPv3安全级别。 仅在SNMPv3接口中使用。 可能的值有: 0 - (默认) - noAuthNoPriv; 1 - authNoPriv; 2 - authPriv. |
authpassphrase | 字符串 | SNMPv3身份验证密码。仅在SNMPv3接口中使用。 |
privpassphrase | string | SNMPv3隐私密码。仅在SNMPv3接口中使用。 |
authprotocol | integer | SNMPv3身份认证协议。仅在SNMPv3接口中使用。 可能的值有: 0 - (默认) - MD5; 1 - SHA1; 2 - SHA224; 3 - SHA256; 4 - SHA384; 5 - SHA512. |
privprotocol | 整型 | SNMPv3隐私协议。仅在SNMPv3接口中使用。 可能的值有: 0 - (默认) - DES; 1 - AES128; 2 - AES192; 3 - AES256; 4 - AES192C; 5 - AES256C. |
contextname | string | SNMPv3上下文名称。仅在SNMPv3接口中使用。 |