Difference between revisions of "NXSL:NewNode"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "Represents newly discovered node object. Used by discovery filters. '''Class Name''' NewNode '''Attributes''' {| class="wikitable" |- ! Name !! Type !! Description |- | a...")
 
m (Added category)
Line 42: Line 42:
| subnet || string || IP subnet address (for example, for node with IP address 192.168.2.7 and network mask 255.255.255.0, this attribute will contain string 192.168.2.0)
| subnet || string || IP subnet address (for example, for node with IP address 192.168.2.7 and network mask 255.255.255.0, this attribute will contain string 192.168.2.0)
|}
|}
[[Category:NXSL Class Reference]]

Revision as of 08:42, 28 January 2013

Represents newly discovered node object. Used by discovery filters.

Class Name

NewNode


Attributes

Name Type Description
agentVersion string NetXMS agent's version
ipAddr string IP address
isAgent boolean TRUE if NetXMS agent detected on node
isBridge boolean TRUE if node is a bridge
isCDP boolean TRUE if node supports CDP (Cisco Discovery Protocol)
isLLDP boolean TRUE if node supports LLDP (Link Layer Discovery Protocol)
isPrinter boolean TRUE if node is a printer
isRouter boolean TRUE if node is a router (has IP forwarding enabled)
isSNMP boolean TRUE if SNMP agent detected on node
isSONMP boolean TRUE if node supports SONMP/NDP (Synoptics/Nortel Discovery Protocol)
netMask string IP network mask
platformName string Platform name reported by NetXMS agent
snmpOID string SNMP object identifier (value of .1.3.6.1.2.1.1.2.0)
snmpVersion int32 Detected SNMP version (0 for SNMP version 1, 1 for SNMP version 2c, 2 for SNMP version 3)
subnet string IP subnet address (for example, for node with IP address 192.168.2.7 and network mask 255.255.255.0, this attribute will contain string 192.168.2.0)