Media table for device and switch port connection information
| Column Name | Column Datatype | Column Null Option | Column Comment |
| uuid | byte(16) | not null | Unique identifier of this object |
| suuid | byte(16) | not null | Unique identifier of all devices connected to the same ports |
| address | varchar(25) | not null | IP address of Switch or connected device, or name "MAC" if connected IP address is unknown |
| if_index | integer | not null | The unique if Index of the port or connected port or 0 if not known |
| tng_uuid | byte(16) | with null | The uuid of the switch in the repository if this is a switched entry or empty if a connected port |
| tng_class | varchar(30) | with null | The class of the switch in the repository if this is a switched entry or empty if a connected port |
| nc_tng_uuid | byte(16) | with null | No longer used |
| nc_seg_uuid | byte(16) | with null | No longer used |
| nc_seg_class | varchar(30) | with null | Trunk type if the connection is between 2 or more switches |
| sc_tng_uuid | byte(16) | with null | No longer used |
| sc_seg_uuid | byte(16) | with null | No longer used |
| sc_seg_class | varchar(30) | with null | No longer used |
| mac_address | varchar(20) | with null | Mac address if the entry is a connected device that isn't in the repository. |
Product Name: Unicenter Network and System Management/Worldview
Table Type: Table