Switch/router management managed switch informations
| Column Name | Column Datatype | Column Null Option | Column Comment |
| uuid | byte(16) | not null | Unique identifier of this object |
| address | varchar(25) | not null | The IP address of the this entry which can be a switch, router or both. |
| tng_uuid | byte(16) | not null | The unique uuid for the device in the repository that this entry is for. |
| tng_class | varchar(30) | not null | The class of the device in the repository that this entry is for |
| parent_uuid | byte(16) | with null | The uuid of the SsVtpdomain object this devices belongs to. |
| bridge_id | varchar(12) | with null | A unique identifier for this device if bridging - usually the Mac address. |
| high_bridge_id | varchar(12) | with null | A unique identifier for this device if bridging - usually the Mac address + another number |
| auto_update | integer1 | with null | TRUE if this device automatically refreshes from Switchview. |
| update_interval | integer | with null | How often the automatic update occurs if auto_update is TRUE. |
| snmp_timeout | integer | with null | The SNMP retry timeout for communicating with this device. |
| snmp_retries | integer | with null | The number of times to retry SNMP requests to this device. |
| date_modify | date | with null | The date and time this table was last modified. |
| switch_type | integer | with null | Bitmask determining if this device is a router or switch or both and what type of VLAN support it has. |
Product Name: Unicenter Network and System Management/Worldview
Table Type: Table