Two DIA circuits. They may terminate on the same router in some cases, but not always. What I'm after is when I send an interface alert for DIA1 (say its down) is to include **hopefully** the variable to the DIA2 interface. The idea being when the alert is received by NOC, they can immediately see the failed DIA1 is backed up/teamed with DIA2. So the alert says something like DIA1 interface is down but there is a secondary DIA (#2) blah blah blah.
Interface ${Interface.Caption} on Node ${NodeName} appears to be down but it is teamed with ${Interface.Caption.howDoISpecifyDia2InterfaceHere)} on node ${NodeName.maybeOnSameRouterButMaybeNot}Since the alert is pegged against DIA1 interface I need a variable that is specific to DIA2. Can this be assembled somehow? The var name can be ugly - that's OK so long as the alert resolves it properly.
TIA!