04-29-2009 10:49 AM
Greetings,
How could I setup my DFM to alert me when one of the two T1s in a Multilink bundle go down? Right now I only get an alert if both T1s go down (the mu interface address.) I recently had a site in which one of the T1s have been down a week and didn't realize it! Any help would be appreciated!
04-29-2009 05:07 PM
As long as DFM is managing the individual T1 interfaces, then if one of the interface's ifOperStatus transitions to down, DFM will alert you. To make sure the interfaces are managed, go to DFM > Device Management > Device Details. Launch the Detailed Device View for the device, and check the interfaces section of the tree to make sure the managed state is true for those interfaces.
After making changes here, go to DFM > Configuration > Polling and Thresholds > Apply Changes to apply the changes to the DFM polling server.
04-30-2009 04:31 AM
Joe, I verified the device details as suggested and both Serial interfaces managed state is "true" as well as the Mu interface. However s0/1 in that router (a 2621) is currently down/down. No alert in DFM whatsoever. Any other ideas? DFM 3.1.1
04-30-2009 10:26 AM
What are the values of ifAdminStatus and ifOperStatus for this interface?
04-30-2009 11:59 AM
Joe our carrier has repaired the smartjack for the downed T1 and it's now up again. But I ran the SNMPWalk as suggested:
ifOperStatus
RFC1213-MIB::ifOperStatus.1 = INTEGER: up(1)
RFC1213-MIB::ifOperStatus.2 = INTEGER: up(1)
RFC1213-MIB::ifOperStatus.3 = INTEGER: down(2)
RFC1213-MIB::ifOperStatus.4 = INTEGER: up(1)
RFC1213-MIB::ifOperStatus.5 = INTEGER: up(1)
RFC1213-MIB::ifOperStatus.8 = INTEGER: up(1)
ifAdminStatus
RFC1213-MIB::ifAdminStatus.1 = INTEGER: up(1)
RFC1213-MIB::ifAdminStatus.2 = INTEGER: up(1)
RFC1213-MIB::ifAdminStatus.3 = INTEGER: down(2)
RFC1213-MIB::ifAdminStatus.4 = INTEGER: up(1)
RFC1213-MIB::ifAdminStatus.5 = INTEGER: up(1)
RFC1213-MIB::ifAdminStatus.8 = INTEGER: up(1)
04-30-2009 12:29 PM
When the interface goes down again, capture this information, and associate the ifIndex values to the interfaces (e.g. using ifDescr). If the interface is going down, and DFM is managing the interface, you should see an OperationallyDown event for the device.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide