We have a DMVPN network of around 20 routers.
We have an alert setup so that when one of our three "hub" routers loses a route to one of the routing neighbors, it will email us.
The problem is that the email only lists the IP address of the routing neighbor, not the Node Name.
I am trying to figure out how to get the alert to list the Node Name of the router instead of its IP.
This is the message in the Email action:
EIGRP neighbor ${N=SwisEntity;M=NeighborIP} has gone down for longer than configured threshold.
${N=SwisEntity;M=Router.Nodes.DisplayName}
${N=SwisEntity;M=NeighborID}
When I try to insert a variable in to the message, I have no option to select a Neighbor Node Name. I can only select from Neighbor ID GUID and Neighbor IP.
When I view the Network tab for the DMVPN Hub Router in Orion and scroll down to look at Routing Neighbors, it displays both the Name and IP of the neighbors.
How can I modify the alert to show the name instead?
I have attached an image of the alert trigger condition and the email action.