instrumentation.subNet table

The subNet table contains a record of every discovered subnet address and mask.

Table 1. instrumentation.subNet database table schema 

Column name

Constraints

Data type

Description

m_SubNet
  • PRIMARY KEY
  • NOT NULL
  • UNIQUE

Text

The subnet address of a discovered subnet.

m_NetMask
  • NOT NULL
  • UNIQUE

Text

The subnet mask of a discovered subnet.