monCIPCLinks monitors the state of the links between instances in the cluster.
| Name | Datatype | Description | 
|---|---|---|
| InstanceID | tinyint1 | ID of the instance within the cluster. | 
| LocalInterface | varchar(30) | The name of the link’s local network end point. Same name that appears in the hosts file for a server name. | 
| Remote Interface | varchar(30) | The name of the link’s remote end point. Same name that appears in the hosts file for a server name. | 
| PassiveState | varchar(10) | The latest state listed in the traffic on the link. | 
| PassiveStateAge | int4 | Time since the PassiveState column was updated, in milliseconds. | 
| ActiveState | varchar(10) | The latest state used as determined by active monitoring (when no traffic was present on the link). | 
| ActiveStateAge | int4 | Time since the ActiveState column was updated, in milliseconds.. | 
None.