ARPhelper.ARPHelperTable table

The ARPHelper.ARPHelperTable database table stores information about the requests the ARP helper makes from the network.

The ARPHelper.ARPHelperTable database table is described in the following table.

Table 1. ARPHelper.ARPHelperTable database table schema

Column name

Constraints

Data type

Description

m_AddressSpace
 

Text

The address space of the device.

m_HostIp

NOT NULL

Text

IP address of the device to interrogate.

m_HostMac
 

Text

The physical address of the device (MAC address).

m_HostMask
 

Text

The subnet mask of the host device to be interrogated.

m_HostSubnet
 

Text

Subnet of the host device to be interrogated.

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
RivHelperDbTimeToDie
 

Long64

Indicates 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.

RivHelperRequestReplyKey
  • PRIMARY KEY
  • NOT NULL
  • UNIQUE

Text

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