Routing table objects
| 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 routing entry |
| if_index | integer | with null | The unique IF index for the port this routing entry is on. |
| tng_uuid | byte(16) | not null | The unique uuid for the device in the repository that this routing entry is for. |
| next_hop_address | varchar(25) | not null | The IP address of the next hop in the routing table. |
| next_hop_if_index | integer | with null | The unique IF index for the port the next hop routing address is on |
| next_hop_tng_uuid | byte(16) | not null | The unique uuid for the device in the repository that the next hop routing entry is for. |
Product Name: Unicenter Network and System Management/Worldview
Table Type: Table