disco.NATStatus table

The NATStatus table is used to configure the discovery system to use NAT.

Table 1. disco.NATStatus database table schema 
Column name Constraints Data type Description
m_NATChecks   Integer A counter for unresponsive NAT Gateways that were configured for discovery.
Important: Do not change the value of this field unless you are advised to do so by IBM Software Support.
m_NATStatus
  • UNIQUE
  • NOT NULL
Integer

This column is populated automatically by the discovery process, and can be used to track the process of a NAT discovery. To make inserts into this table, set the value to 0. Possible values are as follows:

  • 0: Uninitialized
  • 1: Seeded discovery with gateways
  • 2: Awaiting gateway returns
  • 3: Processing NAT translations
  • 4: NAT translations complete
m_UsingNAT
  • UNIQUE
  • NOT NULL
Boolean integer Indicates whether the discovery uses multiple address spaces. If the discovery uses multiple address spaces, set the value to 1. If not, set the value to 0.