We have ASA 5545/15 firewalls connecting to each other VPN/OSPF. If the link goes down we want it to show the VLAN Number on the Alert either from the subinterface, nameif or vlan as below:
interface GigabitEthernet0/0
nameif OUTSIDE
security-level 0
no ip address
!
interface GigabitEthernet0/0.700
vlan 700
nameif OUT VLAN700
security-level 0
ip address 192.168.1.1 255.255.255.252
ospf cost 300
ospf dead-interval minimal hello-multiplier 4
ospf network point-to-point non-broadcast
ospf message-digest-key 1 md5 *****
I have tried to use out out of the box 'ASA Site-to-Site VPN tunnel down' and the closest i got is to show OUTSIDE on the Alert by changing 'Message displayed when this alert is triggered' under Trigger Action and inserted Variable 'Caption(interface)'
Anyone managed to show the Vlan Number on the Alert?
Thanks
TM