Details tag

    PropertyTypeDescription
    versionintegerSNMP interface version.

    Posibile values are:
    1 - SNMPv1;
    2 - (default) - SNMPv2c;
    3 - SNMPv3
    bulkintegerWhether to use bulk SNMP requests.

    Posibile values are:
    0 - don’t use bulk requests;
    1 - (default) - use bulk requests.
    communitystringSNMP community. Used only by SNMPv1 and SNMPv2 interfaces.
    securitynamestringSNMPv3 security name. Used only by SNMPv3 interfaces.
    securitylevelintegerSNMPv3 security level. Used only by SNMPv3 interfaces.

    Posibile values are:
    0 - (default) - noAuthNoPriv;
    1 - authNoPriv;
    2 - authPriv.
    authpassphrasestringSNMPv3 authentication passphrase. Used only by SNMPv3 interfaces.
    privpassphrasestringSNMPv3 privacy passphrase. Used only by SNMPv3 interfaces.
    authprotocolintegerSNMPv3 authentication protocol. Used only by SNMPv3 interfaces.

    Posibile values are:
    0 - (default) - MD5;
    1 - SHA.
    privprotocolintegerSNMPv3 privacy protocol. Used only by SNMPv3 interfaces.

    Posibile values are:
    0 - (default) - DES;
    1 - AES.
    contextnamestringSNMPv3 context name. Used only by SNMPv3 interfaces.