ANM ATM interface object.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| uuid | byte(16) | not null | The unique ID for the entry |
| name | varchar(200) | not null | The ifIndex of the corresponding interface |
| device_name | varchar(40) | with null | The ip address of the corresponding interface |
| ifindex | integer | with null | The ifIndex of the corresponding interface |
| ifdescr | varchar(100) | with null | The description of the interface from Mib-2 |
| ifalias | varchar(100) | with null | The ifAlias of the interface from Mib-2 |
| address | varchar(30) | with null | The interface's ip address, if any |
| myifname | varchar(30) | with null | The ifName of the interface from Mib-2 |
| neighbourifname | varchar(30) | with null | The value of the neighbourIfName from the atom mib |
| neighbouripaddress | varchar(30) | with null | The value of the neighbourIfAddress from the atom mib |
| neighbor | varchar(100) | with null | The device ip and if index of the neighbor, if one was determined |
| ref_uuid | byte(16) | with null | The uuid of the corresponding entry in anoInterface |
| class_name | varchar(30) | not null | The name of this class |
| tng_class | varchar(30) | with null | The name of the class of the corresponding interface managed object |
| tng_uuid | byte(16) | with null | The uuid of the corresponding interface managed object - not in use |
| parent_uuid | byte(16) | with null | The uuid of the entry that is the parent of the interface that this entry corresponds to - not in use |
| prop_status | integer1 | with null | Whether or not the interface should be propagating status - not in use |
| checker | integer1 | with null | Aids in checking for old entries |
| interface_descr | varchar(30) | with null | The description of the interface from Mib-2 |
| atminterfacemaxvpcs | integer | with null | The value of the atom mib attribute of the same name |
| atminterfacemaxvccs | integer | with null | The value of the atom mib attribute of the same name |
| atminterfaceconfvpcs | integer | with null | The value of the atom mib attribute of the same name |
| atminterfaceconfvccs | integer | with null | The value of the atom mib attribute of the same name |
| atminterfacemaxactivevpibits | integer | with null | The value of the atom mib attribute of the same name |
| atminterfacemaxactivevcibits | integer | with null | The value of the atom mib attribute of the same name |
| atminterfaceaddresstype | integer | with null | The value of the atom mib attribute of the same name |
| network_address_hex | byte(4) | with null | The address of the interface in hexadecimal |
| atm_link_uuid | byte(16) | with null | The uuid of the atm link, if any |
Product Name: Unicenter Network and System Management/Worldview
Table Type: Table