NXSL:Node:flags

From NetXMS Wiki
Revision as of 11:58, 5 May 2014 by AndreyKP (talk | contribs) (Created page with "→‎* * Node flags: #define NF_SYSTEM_FLAGS 0x003FFF7F #define NF_USER_FLAGS 0xFFC00080 #define NF_IS_SNMP 0x00000001 #define NF_IS_NAT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/**

* Node flags
*/
  1. define NF_SYSTEM_FLAGS 0x003FFF7F
  2. define NF_USER_FLAGS 0xFFC00080
  1. define NF_IS_SNMP 0x00000001
  2. define NF_IS_NATIVE_AGENT 0x00000002
  3. define NF_IS_BRIDGE 0x00000004
  4. define NF_IS_ROUTER 0x00000008
  5. define NF_IS_LOCAL_MGMT 0x00000010
  6. define NF_IS_PRINTER 0x00000020
  7. define NF_IS_OSPF 0x00000040
  8. define NF_REMOTE_AGENT 0x00000080
  9. define NF_IS_CPSNMP 0x00000100 /* CheckPoint SNMP agent on port 260 */
  10. define NF_IS_CDP 0x00000200
  11. define NF_IS_NDP 0x00000400 /* Supports Nortel (Synoptics/Bay Networks) topology discovery */
  12. define NF_IS_SONMP 0x00000400 /* SONMP is an old name for NDP */
  13. define NF_IS_LLDP 0x00000800 /* Supports Link Layer Discovery Protocol */
  14. define NF_IS_VRRP 0x00001000 /* VRRP support */
  15. define NF_HAS_VLANS 0x00002000 /* VLAN information available */
  16. define NF_IS_8021X 0x00004000 /* 802.1x support enabled on node */
  17. define NF_IS_STP 0x00008000 /* Spanning Tree (IEEE 802.1d) enabled on node */
  18. define NF_HAS_ENTITY_MIB 0x00010000 /* Supports ENTITY-MIB */
  19. define NF_HAS_IFXTABLE 0x00020000 /* Supports ifXTable */
  20. define NF_HAS_AGENT_IFXCOUNTERS 0x00040000 /* Agent supports 64-bit interface counters */
  21. define NF_HAS_WINPDH 0x00080000 /* Node supports Windows PDH parameters */
  22. define NF_IS_WIFI_CONTROLLER 0x00100000 /* Node is wireless network controller */
  23. define NF_IS_SMCLP 0x00200000 /* Node supports SMCLP protocol */
  24. define NF_DISABLE_DISCOVERY_POLL 0x00400000
  25. define NF_DISABLE_TOPOLOGY_POLL 0x00800000
  26. define NF_DISABLE_SNMP 0x01000000
  27. define NF_DISABLE_NXCP 0x02000000
  28. define NF_DISABLE_ICMP 0x04000000
  29. define NF_FORCE_ENCRYPTION 0x08000000
  30. define NF_DISABLE_STATUS_POLL 0x10000000
  31. define NF_DISABLE_CONF_POLL 0x20000000
  32. define NF_DISABLE_ROUTE_POLL 0x40000000
  33. define NF_DISABLE_DATA_COLLECT 0x80000000