Hi, How to monitor the BFD sessions for "Cisco Catalyst 8000V Edge". We polled them via snmp
I'd never heard of BFD before so did a quick search. I can also see there are a lot of OIDs available e.g. https://mibs.observium.org/mib/CISCO-SDWAN-BFD-MIB/ - so as this is not natively built into Solarwinds, then you will need to build UnDPs and then add those in as widgets to your chosen template(s).
Check the below link it might help you.
Cisco SDWAN SNMP OID monitoring. BFD sessions. Fail. - THWACK
We are monitoring SD‑WAN overlay with help of Vmanage and underlay with Solarwinds
Doesn't really add anything to the Ops query though as it is just the question raiser talking to themselves. It does, however, confirm what I said - it needs to be done via UnDPs 😉
for cisco sdwan using cedges, i am using REST APIs to call vmange and based on data from vmanage i update a custom property on the node with the current bfd number sessions.
A custom alert will check the value and will trigger if necesarry.
You could also just monitor the syslogs for BFD messages and alert on them accordingly.
PALO-ALG - Logging.xmlPalo Alto Networks ALG Security Technical Implementation Guide :: Version 2, Release: 3 Benchmark Date: 27 Oct 2022
Alert Cleared.htmlHello, I would like to share the HTML template details we have prepared so that Solarwinds alarms can become more meaningful. It can list alarm object details and connected device details separately in HTML template. Except for object and device details, you can easily add custom property information…
Cisco ASR Devices.pollerCisco ASR Devices
SWQL is built on the framework of SQL and as such supports most of the standard clauses as part of a query. A very simple example query is: SELECT Caption, IPAddress, Vendor, ResponseTime FROM Orion.Nodes Dissecting this query is relatively straightforward: show some fields (Caption, IP address, Vendor, and Response Time)…