Not sure what you are saying here. > If Servers Alive is running on the same site as the router, it should be > possible to check that the line is up (not the interface) and if the line > is
how would I check that the line is up? Here is the network setup. We have 2 routers, R1 and R2. R1 has a T1 link to R2 R1 has an ISDN link to R2 R1 has two routes to R2 Route1 goes via T1 Route2 goes via ISDN with Metric of 200 Packets will never go through ISDN unless T1 is down. The BRI interfaces appear up and is pingable regardless of it is connected. The servers alive check was pinging the E0 interface on the Remote Router. The problem was that the T1 would go down and the ISDN line would pick up, so there was never an alarm in Servers Alive. I wanted to alarm when the T1 went down...twice now I have had cases where the T1 went down and I didn't know about it until the users called to say the internet was slow. My goal is to alarm only when the ISDN link is running, but I think the current check will only alarm when the routing table changes to the ISDN interface. > -----Original Message----- > From: Dirk Bulinckx [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 4:21 PM > To: [EMAIL PROTECTED] > Subject: RE: [SA-list] Checking ISDN backup interface. > > If Servers Alive is running on the same site as the router, it should be > possible to check that the line is up (not the interface) and if the line > is > up (ISDN) then the ISDN connection is active. If you only want to do some > specific tests with the ISDN is UP (and not when you're "running" on the > T1) > then make those check depending on the ISDN Line being UP. > > > > > > dirk. > > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Peter Hoermann > Sent: Wed Dec 11 10:17 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [SA-list] Checking ISDN backup interface. > > > also, > > just cause I been thinking about it > > the way you've done it, both links could still be up, but the metric would > route packets via t1 and not isdn, therefore isdn could well be connected, > but still return an "up" in servers alive, since the route as far as its > concerned is good, which has nothing to do with the isdn interface being > up > or down > > sorry to harp, but I use isdn as our links between our European offices > and > used to do a trace from servers alive using a batch file and look for an > ip > address in that trace (being the isdn interface ip add on that router), > but > as I found out when I got the isdn bill on one router which kept the link > up > (but the route as far as servers alive was good - hence returning an up), > it > wasn't really a reliable check for an isdn interface on a router > (considering the slap I gave myself on the wrist when I had to justify the > cost to my manager - for what? for nothing!) > > Peter > > -----Original Message----- > From: Jack Lyons [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 11 December 2002 21:56 > To: '[EMAIL PROTECTED]' > Subject: RE: [SA-list] Checking ISDN backup interface. > > > I was working on this solution when I got your email. I still had the > problem of the interface appearing up even when not connected - the value > for > .iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifAdminStatus > showed up for the ISDN interface. > > After thinking about it and poking around in GETIF, I found the following > OID that seems like it will work. For each route, it has a the ifIndex of > the interface that the packets will go out of to get to that destination. > I > have created a SNMP check for the specific route and set it to alarm when > the interface is set to the BRI interface. > > .iso.org.dod.internet.mgmt.mib- > 2.ip.ipRouteTable.ipRouteEntry.ipRouteIfIndex > > > -----Original Message----- > > From: Peter Hoermann [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, December 11, 2002 3:09 PM > > To: '[EMAIL PROTECTED]' > > Subject: RE: [SA-list] Checking ISDN backup interface. > > > > snmp Jack, use getif to get the oid. You can check the specific bri > > interface > > Peter > > > > -----Original Message----- > > From: Jack Lyons [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, 11 December 2002 20:58 > > To: '[EMAIL PROTECTED]' > > Subject: [SA-list] Checking ISDN backup interface. > > > > > > I have Servers Alive monitoring a router on the remote end of a T1. > > I have an ISDN backup to that router, so if the line goes down it is > > picked > > up by the ISDN backup. > > > > I want servers alive to be able to monitor the ISDN link, but I can't > ping > > the ip address of the ISDN link because it will appear up all the time. > > > > I started working on a batch file that did a tracert and find commands, > > but > > I was wondering if anyone had a smoother solution > > > > Thanks > > Jack > > > > > > To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] > With the following in the body of the message: > unsubscribe SAlive This email and its contents may be confidential. If it is and you are not the intended recipient, please do not disclose or use the information within this email or its attachments. If you have received this email in error, please delete it immediately. Thank you. To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive
