Difference between revisions of "User talk:Pavels Gurskis"
(→DCI Parameters: new section) |
(→Node interface: new section) |
||
Line 16: | Line 16: | ||
While using ChildStatus to check status of the interface, keep in mind, that depending on the device/vendor object ID of the interface might change between the [[configuration polls]]. | While using ChildStatus to check status of the interface, keep in mind, that depending on the device/vendor object ID of the interface might change between the [[configuration polls]]. | ||
For Cisco switches there's way to preserve ifIndex for the interfaces using '''snmp-server ifindex persist''' command (read more about that on [http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/28420-ifIndex-Persistence.html Interface Index (ifIndex) Persistence]) | For Cisco switches there's way to preserve ifIndex for the interfaces using '''snmp-server ifindex persist''' command (read more about that on [http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/28420-ifIndex-Persistence.html Interface Index (ifIndex) Persistence]) | ||
== Node interface == | |||
Notes on working with node interfaces | |||
== Parameters == | |||
=== Required poll count === | |||
NetXMS will consider interface down only after given number of unsuccessful polls. |
Revision as of 09:42, 6 May 2014
Welcome to NetXMS Wiki! We hope you will contribute much and well. You will probably want to read the help pages. Again, welcome and have fun! AlexKirhenshtein (talk) 22:12, 24 April 2014 (EEST)
DCI Parameters
Notes on using particular DCIs
ChildStatus
ChildStatus can be used to check status of child items of the nodes, particularly:
- Network Service
- Interface
While using ChildStatus to check status of the interface, keep in mind, that depending on the device/vendor object ID of the interface might change between the configuration polls. For Cisco switches there's way to preserve ifIndex for the interfaces using snmp-server ifindex persist command (read more about that on Interface Index (ifIndex) Persistence)
Node interface
Notes on working with node interfaces
Parameters
Required poll count
NetXMS will consider interface down only after given number of unsuccessful polls.