> 主机接口对象

    详细信息标签

    属性描述
    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接口中使用。
    privpassphrasestringSNMPv3隐私密码。仅在SNMPv3接口中使用。
    authprotocolintegerSNMPv3身份认证协议。仅在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.
    contextnamestringSNMPv3上下文名称。仅在SNMPv3接口中使用。