snmpStack.verSecurityTable database table
The snmpStack.verSecurityTable maps an IP or subnet address with an SNMP version (1, 2, or 3).
Description
The security parameters must be configured, as specified by the SNMP version, in order to gain SNMP access to network devices. An example of this is the use of community strings for SNMP versions 1 and 2, as well as the specification of the different security levels offered by SNMP V3.
Schema
The snmpStack.verSecurityTable database table schema is described in the following table:
Column name |
Constraints |
Data type |
Description |
---|---|---|---|
m_AccessLevel | Integer |
The SNMP access level. Possible values are:
The default value is 1. |
|
m_EncryptedPwd | Integer |
Whether the password stored in the configuration file is encrypted:
|
|
m_IpOrSubNetVer | Text |
The IP or subnet address to which the device
access configuration specified by this record is applicable. The interpretation
of this field as an IP or a subnet address is dependent on the value
specified in the |
|
m_NetMaskBitsVer | Integer |
The subnet mask for the address specified by
the |
|
m_NumRetries | Integer |
The number of times to retry the request. | |
m_Password | Text |
The password to try for this IP or subnet address; for example, community string. |
|
m_Protocol | Integer |
An integer representation of the network protocol used by the presently-defined zone:
|
|
m_SecurityName | Text |
The SNMP V3 security password. |
|
m_SnmpPort | Integer |
The SNMP port on the target device, or target devices if the device access configuration specified by this record is applicable to a subnet. If no value is specified for |
|
m_SNMPVer3Details | Object of type V3SecInfo |
An object representation of the authpassword and/or privpassword details for SNMP V3. |
|
m_SNMPVer3Level | Integer |
Integer representation of the SNMP V3 security level. |
|
m_SNMPVersion | Integer |
The SNMP version that this configuration applies
to.
|
|
m_TimeOut | Integer |
The maximum time to wait for a reply from a device, in milliseconds. | |
m_Type | Integer |
An integer classification of the password type; for example: (2) SNMP Get password. |