Nms-discovery: Difference between revisions

From I Will Fear No Evil
Jump to navigation Jump to search
(Created page with "=== NMS Discovery process logic === # Calling discovery against a Device will cause the deviceProperties to be set ## Will discover SNMP values and set correctly in the deviceProperties # Test common OID's if SNMP is set for interface, load, sysInfo, drives # add into the deviceGroup on successful walk. ## Will always walk 64bit THEN 32bit versions for discovery Category:NMS")
 
 
Line 2: Line 2:
# Calling discovery against a Device will cause the deviceProperties to be set
# Calling discovery against a Device will cause the deviceProperties to be set
## Will discover SNMP values and set correctly in the deviceProperties
## Will discover SNMP values and set correctly in the deviceProperties
## This is currently active
# Test common OID's if SNMP is set for interface, load, sysInfo, drives
# Test common OID's if SNMP is set for interface, load, sysInfo, drives
# add into the deviceGroup on successful walk.
## This is still design phase
## add into the deviceGroup on successful walk.
## Will always walk 64bit THEN 32bit versions for discovery
## Will always walk 64bit THEN 32bit versions for discovery



Latest revision as of 08:04, 7 June 2023

NMS Discovery process logic

  1. Calling discovery against a Device will cause the deviceProperties to be set
    1. Will discover SNMP values and set correctly in the deviceProperties
    2. This is currently active
  2. Test common OID's if SNMP is set for interface, load, sysInfo, drives
    1. This is still design phase
    2. add into the deviceGroup on successful walk.
    3. Will always walk 64bit THEN 32bit versions for discovery