Hi. I have a SNMP sensor that shows the status of the interface on the switch. In it I added 2 channels
- Admin Status (with lookup table) - interface status enabled or disabled
- Status (with a lookup table) - the status of the interface is there a link or not
I need to do this:
When "Up" is displayed in the "Admin status" channel, it means that the interface is enabled and you need to control the "Status" channel. if there is no link (Channel "Status" displays "Down"), then it will display an error.
When "Down" is displayed in the "Admin status" channel, it means that the interface is off and the sensor should not go into Error when the "Status" channel is in "Down".
How can this be done in the PRTG?
Add comment