I have a custom properties setup on each of my interfaces that lists off the circuit id, carrier, and TAC number for that circuit and carrier.
I have an alert setup to alert me when a BGP neighbor goes down, and alert me.
What I want to do is create an alert that looks like this:
Location: <location>
Timestamp: <timestamp>
Carrier: <carrier>
Circuit ID: <circuit_id>
Status: <status>
Actions to take:
1. See if there is maintenance currently happening that would affect this circuit, if no maintenance is being done to the affected circuit go to step 2.
2. If no maintenance is being done, contact <carrier> at <tac_number> and report a "circuit down" issue for <circuit_id>.
3. Contact company network engineer and notify them of the issue.
4. After a ticket has been opened with <carrier>, email <carrier> account team with the <carrier> ticket number.
I don't see a way that I can get the relevant "interface" information into an alert that is monitoring the "routing neighbors" property. Any help is greatly appreciated!