translations.vlans table

The vlans table holds a list of devices that are part of Virtual Local Area Networks (VLANs). Each record in the vlans table maps the device to the VLAN to which it belongs.

Table 1. translations.vlans database table schema 

Column name

Constraints

Data type

Description

m_Name
  • PRIMARY KEY
  • NOT NULL

Text

The name of the device associated with this entry.

m_VlanID
  • PRIMARY KEY
  • NOT NULL

Text

The VLAN identifier on the device.

m_Subnet
 

Text

The subnet with which the VLAN appears to be associated.

m_NetMask
 

Text

The subnet mask.

m_AddressSpace
 

Text

The name of the NAT address space to which the device belongs. This value is set in the translations.NATAddressSpaceIds table. If the discovery is not using NAT, or if the device is in the public domain, this value is NULL.