Hi
We would like to see a closer look at the bit rate of the network switches.
Is there a way to change the SNMP polling cycle time per element?
We would like to display a value that is a little closer to the current state, not only the bit rate but also the up/down status, etc.
Hi Yuki,
You could use the timer base parameter to update the polling cycle per element. You can find this parameter in the General Parameters page. Please keep in mind the following:
- This setting will affect all the timers defined in the connector
- Since you are polling faster your network switch, you will need to verify that this action will not affect the device's performance
- This action also has an effect on the DMA. There could be a negative impact on some DataMiner processes (SLScripting, SLProtocol)
Regarding the counters available in the IF table and IFX table (that are used to calculate the bit rates), before to start modifying the polling speed, it will be good to know how often the switch is updating the counters. For example, if the switch update the counters every 30 seconds, updating the element to poll these counters faster than 30 seconds will not make any difference.
And regarding the IF operational state (up/down status), instead of polling faster the the IF table, I believe it will be a good idea to use the the SNMP traps Link Up/Link Down to update the operational state.