Subnet information used by discovery.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| discovery_ipsubnet_id | integer | not null | Subnet name |
| name | varchar(20) | with null | Subnet name |
| subnet_addr | byte(4) | with null | Subnet address (IP address) |
| subnet_mask | byte(4) | with null | Subnet mask |
| gateway1 | byte(4) | with null | Gateway providing subnet |
| gateway2 | byte(4) | with null | Secondary gateway providing subnet |
| managed | integer | with null | Managed yes / no |
| time_stamp | date | with null | Last updated time stamp |
| subnet_addr_str | char(15) | with null | Subnet address (IP address) in string notation |
| subnet_mask_str | char(15) | with null | Subnet mask in string notation |
| gateway1_str | char(15) | with null | Last amount of |
| gateway2_str | char(15) | with null | Secondary gateway providing subnet in string notation |
| managed_str | varchar(6) | with null | Managed yes / no in string notation |
| computer_name | varchar(25) | with null | Computer name |
| instance_no | integer | with null | Instance number |
Product Name: Unicenter Network and System Management
Table Type: Table