Node Manager

Node Manager

The Node Manager is responsible for creating and maintaining the node table for the controller. Each end-host (called a node) is uniquely identified by the combination of IP address and network segment. The data stored for each node includes the node’s MAC address, network interface, timeout value, and current location.

The Node Manager removes an entry from the table when the entry exceeds its timeout value. This behavior helps to ensure the table maintains an accurate representation of the live nodes on the controlled network.

The following table contains an example of node table data:

IP AddressMACSegment IDDevice IDInterfaceTimeout
10.250.100.100:af:cd:12:10:0110000:ae:c7:de:02:01:02:033300
10.250.100.200:af:cd:12:10:2011000:ae:c7:de:02:01:02:0341200

Node Manager configurable components

The Node Manager does not have any controller configurable components.