Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

NetMRI Operation Center assigns the management collector for a device using an algorithm. It runs every hour against devices served by a temporary management collector.

The algorithm is as follows:

If the user manually assigned the management collector for the device, it is used as such.

If not, the following sequence applies to select it automatically:

  1. If the current collector guessed CLI credentials for the device, it is assigned as the management collector. The algorithm finishes.
  2. Else, a search is performed among the other collectors that discovered the device for the one that guessed CLI credentials. If such a collector is found, it is assigned as the management collector. The algorithm finishes.
  3. If no such collector is found and the timeout for choosing the collector has not yet elapsed, the collector selection is postponed for an hour. This continues until a collector with device CLI credentials is found.
  4. If no collector with device CLI credentials is found and the timeout for choosing the collector has elapsed, the IP addresses of all those collectors are sorted in the following order of priority:
    1. Software Loopback interface with the lowest if Index and IP address with the lowest numeric value.
    2. Interface name of "mgmt" with lowest ifIndex and IP address with the lowest number value.
    3. ethernet-csmacd interface with lowest ifIndex and IP address with the lowest numeric value.
    4. Interface with lowest ifIndex and IP address with the lowest numeric value.
  5. The highest priority IP address is selected and the corresponding collector is assigned as the management collector for the device.

You can change the timeout for choosing the collector in Deduplication and Load Balancing Settings.

  • No labels