snmpHelper.SnmpHelperTable table

The snmpHelper.SnmpHelperTable database table configures the operation of the SNMP helper.

The schema of the snmpHelper.SnmpHelperTable database table is described in the following table.

Table 1. snmpHelper.SnmpHelperTable database table schema

Column name

Constraints

Data type

Description

m_CommunitySuffix
 

Text

The suffix to the community string.

m_HostIp

NOT NULL

Text

IP address of the device to interrogate.

m_OID

NOT NULL

Atom

Object ID for the Get request.

m_Protocol
 

Integer

An integer representation of the IP protocol used by the presently-defined zone:
  • 1: IPv4
  • 2: IPv4 that has been through network address translation (NAT)
  • 3: IPv6
m_RequestType
 

Integer

Type of request:
  • 0: Get
  • 1: GetNext
  • 2: GetBulk
m_SnmpIndex
 

Atom

The index of the Get request (if it is a Get request).

RivHelperDbTimeToDie
 

Long64

How long the requested information is to live within the Helper Server.

RivHelperRequestGetKey

NOT NULL

Text

A key interface to the databases of the Helper Server for Get requests.

RivHelperRequestOutput
 

Atom

The response data.

RivHelperRequestReplyKey
  • PRIMARY KEY
  • NOT NULL
  • UNIQUE

Text

A key interface to the databases of the Helper Server for Reply requests.