ncmonitor.snmpAccess table

The snmpAccess table provides details of SNMP access.

Table 1. ncmonitor.snmpAccess database table
Column name Constraints Data type Description
accessid
  • PRIMARY KEY
  • NOT NULL
Text Unique identifier for these SNMP access details.
version Enumerated value SNMP version to be used. Possible value are:
  • 0: SNMPv1
  • 1: SNMPv2
  • 3: SNMPv3
remoteport Integer UDP port to which SNMP packets will be sent.
retries Integer Number of retries before giving up.
timeout Integer Number of milliseconds before retrying an SNMP request .
accesslevel Enumerated value Flag indicating level of access provided. Possible values are:
  • 1: read
  • 2: write