Hello Community
Is it possible to get an alert when an Interface is up/down as opposed to down/down
For example:
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 10.5.0.12 YES NVRAM up down
Thanks
Carlton
I have set the trigger as you have. But you're not going to get an alert unless you have a trigger and/or reset action.
Trigger Condition:
Trigger Actions:
Down/down being when the interface is physically down as opposed to administratively down?
To get alert when interface down, ensure device and interface in question being monitored and then create an alert with the following trigger condition:
Trigger Alert when all of the following apply
interface status is equal to Down
To avoid interface notifications when the node is down, define an additional condition group:
Trigger Alert when none of the following apply
Node status is equal to Down
Hi Martin,
Thanks for responding.
I actually mean when the interface is down but the protocol is up.
I understand when an interface is down/down or when the interface is admin down. However, as I mentioned there numerous situations where the interface is down/up i.e.
nterface IP-Address OK? Method Status Protocol
At present, I don't know how to compile a trigger for the above, i.e. up/down
Regards
How about:
Trigger Alert when all of the following apply:
Interface Status is equal to Down
Trigger Alert when none of the following apply:
Administrative Status is equal to Shutdown
Therefore, if an interface is down, only notify if the interface is administratively up.
Going to try that now...
You need to add another trigger condition for the status to trigger on. in this case, it would be 0 or down. Otherwise the alert will trigger simply based on the fact that the poller exists.
Do you mean like this?
This is more what you'd want:
Hi Harvey,
I tried your suggestion and I ddn't get a single alert: :-(