I'm still learning SNMP... I know how to initiate an snmpwalk but don't know how to specify those interfaces, or exactly what I'm looking for. For what it's worth, if I do:
$ snmpwalk -v 1 vpn -c public ifOperStatus I get: IF-MIB::ifOperStatus.1 = INTEGER: up(1) IF-MIB::ifOperStatus.2 = INTEGER: down(2) IF-MIB::ifOperStatus.3 = INTEGER: up(1) IF-MIB::ifOperStatus.4 = INTEGER: down(2) IF-MIB::ifOperStatus.5 = INTEGER: down(2) IF-MIB::ifOperStatus.6 = INTEGER: down(2) 4, 5, and 6 are the cipe CIPE interfaces. 1 is loopback, 3 is eth1 and 2 is eth0, which we aren't using. Mike Nuss Britt Tabor wrote: >What do you see when you do a get or walk on the SNMP tree for the CIPE >entries? Do you know how to do that? > > > >Britt Tabor >I.T. Infrastructure Engineer > > > >-----Original Message----- >From: Michael Nuss [mailto:[EMAIL PROTECTED] >Sent: Friday, September 10, 2004 2:03 PM >To: [EMAIL PROTECTED] >Subject: [mrtg] mrtg and CIPE > >Has anyone had any luck using mrtg to monitor traffic over CIPE >tunnels? I'm using Linux boxes as the endpoints, running snmpd. When I >run cfgmaker, it detects the active tunnels but reports that they are >operationally down and have a speed of zero. I'm not too experienced >with snmp (or mrtg for that matter) so I can't figure out what to do. >I'm not having any trouble monitoring the standard Ethernet interfaces. > >Thanks in advance, >Mike Nuss > >-- >Unsubscribe mailto:[EMAIL PROTECTED] >Archive http://www.ee.ethz.ch/~slist/mrtg >FAQ http://faq.mrtg.org Homepage http://www.mrtg.org >WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > > >-- >Unsubscribe mailto:[EMAIL PROTECTED] >Archive http://www.ee.ethz.ch/~slist/mrtg >FAQ http://faq.mrtg.org Homepage http://www.mrtg.org >WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > > > -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
