Monitoring Cisco routers
I'm looking to hear from the group about monitoring Cisco routers. I see on deadcat that there are a number of external packages to do this, which is the best? Ideally we want to monitor traffic, in addition to the standard ping test, CPU and memory would be a bonus.
Thanks,
Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Donnerstag, 11. Januar 2007 15:06 To: hobbit at hswn.dk Subject: [hobbit] Monitoring Cisco routers
I'm looking to hear from the group about monitoring Cisco routers. I see on deadcat that there are a number of external packages to do this, which is the best? Ideally we want to monitor traffic, in addition to the standard ping test, CPU and memory would be a bonus.
We are currently using devmon(CPU, memory, if_stats...) and MRTG (bandwidth) for doing that. Before that we had the tool "routermon" inplace...
OK, a couple of questions...
Is SNMP-Session still required? I have Perl_SNMP installed.
Can someone please post (or send) their hobbitlaunch settings to run devmon?
Thanks.
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Donnerstag, 11. Januar 2007 15:06 To: hobbit at hswn.dk Subject: [hobbit] Monitoring Cisco routers
I'm looking to hear from the group about monitoring Cisco routers. I see on deadcat that there are a number of external packages to do this, which is the best? Ideally we want to monitor traffic, in addition to the standard ping test, CPU and memory would be a bonus.
We are currently using devmon(CPU, memory, if_stats...) and MRTG (bandwidth) for doing that. Before that we had the tool "routermon" inplace...
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
I have this in a corn job
-bash-2.05b$ crontab -l */5 * * * * /hobbit/devmon/devmon --readbbhosts > /dev/null 2>&1
Rich Smrcina wrote:
OK, a couple of questions...
Is SNMP-Session still required? I have Perl_SNMP installed.
Can someone please post (or send) their hobbitlaunch settings to run devmon?
Thanks.
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Donnerstag, 11. Januar 2007 15:06 To: hobbit at hswn.dk Subject: [hobbit] Monitoring Cisco routers
I'm looking to hear from the group about monitoring Cisco routers. I see on deadcat that there are a number of external packages to do this, which is the best? Ideally we want to monitor traffic, in addition to the standard ping test, CPU and memory would be a bonus.
We are currently using devmon(CPU, memory, if_stats...) and MRTG (bandwidth) for doing that. Before that we had the tool "routermon" inplace...
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Donnerstag, 11. Januar 2007 17:39 To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
OK, a couple of questions...
Is SNMP-Session still required? I have Perl_SNMP installed.
Yes... This is used in the devmon/modules/dm_snmp.pm module:
Modules
use strict; use BER; use Socket; use IO::Handle; use IO::Select; use SNMP_Session; use POSIX ":sys_wait_h"; use Math::BigInt; use Storable qw(nfreeze thaw); use dm_config;
Can someone please post (or send) their hobbitlaunch settings to run devmon?
I run devmon in daemon mode(5 min interval) outside of Hobbit. A couple of options are configurable in the devmon.cfg file.
Please read the README that come along with devmon...
Thanks.
OK, thanks again.
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Donnerstag, 11. Januar 2007 17:39 To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
OK, a couple of questions...
Is SNMP-Session still required? I have Perl_SNMP installed.
Yes... This is used in the devmon/modules/dm_snmp.pm module:
Modules
use strict; use BER; use Socket; use IO::Handle; use IO::Select; use SNMP_Session; use POSIX ":sys_wait_h"; use Math::BigInt; use Storable qw(nfreeze thaw); use dm_config;
Can someone please post (or send) their hobbitlaunch settings to run devmon?
I run devmon in daemon mode(5 min interval) outside of Hobbit. A couple of options are configurable in the devmon.cfg file.
Please read the README that come along with devmon...
Thanks.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
I have devmon installed, but when I run it from the command line (to test it), I get the following:
hobbit at hobbit:/usr/local/devmon> ./devmon --readbbhosts [07-01-11 at 11:20:11] Could not query device: GO_Router
The bb-hosts entry for GO_Router has 'devmon' as a test name (I changed the test name in devmon.cfg).
Does devmon try to to name resolution, or will it honor the testip directive in bb-hosts?
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Donnerstag, 11. Januar 2007 17:39 To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
OK, a couple of questions...
Is SNMP-Session still required? I have Perl_SNMP installed.
Yes... This is used in the devmon/modules/dm_snmp.pm module:
Modules
use strict; use BER; use Socket; use IO::Handle; use IO::Select; use SNMP_Session; use POSIX ":sys_wait_h"; use Math::BigInt; use Storable qw(nfreeze thaw); use dm_config;
Can someone please post (or send) their hobbitlaunch settings to run devmon?
I run devmon in daemon mode(5 min interval) outside of Hobbit. A couple of options are configurable in the devmon.cfg file.
Please read the README that come along with devmon...
Thanks.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Thu 1/11/2007 7:44 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
I have devmon installed, but when I run it from the command line (to test it), I get the following:
hobbit at hobbit:/usr/local/devmon> ./devmon --readbbhosts [07-01-11 at 11:20:11] Could not query device: GO_Router
The bb-hosts entry for GO_Router has 'devmon' as a test name (I changed the test name in devmon.cfg).
Does devmon try to to name resolution, or will it honor the testip directive in bb-hosts?
Do you have the correct SNMP-READ community string?
Better switch to the devmon mailing-list for this topic...
Straight from the admin. It goes in the SNMPCIDS field, right?
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Thu 1/11/2007 7:44 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
I have devmon installed, but when I run it from the command line (to test it), I get the following:
hobbit at hobbit:/usr/local/devmon> ./devmon --readbbhosts [07-01-11 at 11:20:11] Could not query device: GO_Router
The bb-hosts entry for GO_Router has 'devmon' as a test name (I changed the test name in devmon.cfg).
Does devmon try to to name resolution, or will it honor the testip directive in bb-hosts?
Do you have the correct SNMP-READ community string?
Better switch to the devmon mailing-list for this topic...
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Thu 1/11/2007 10:06 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
Straight from the admin. It goes in the SNMPCIDS field, right?
Hi Rich,
I think that's so (don't nail me on this); but I can't proove this, cause I'm currently @ home... Again: I think this is a little bit Off-topic for the Hobbit-list...
Johann
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Thu 1/11/2007 7:44 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
I have devmon installed, but when I run it from the command line (to test it), I get the following:
hobbit at hobbit:/usr/local/devmon> ./devmon --readbbhosts [07-01-11 at 11:20:11] Could not query device: GO_Router
The bb-hosts entry for GO_Router has 'devmon' as a test name (I changed the test name in devmon.cfg).
Does devmon try to to name resolution, or will it honor the testip directive in bb-hosts?
Do you have the correct SNMP-READ community string?
Better switch to the devmon mailing-list for this topic...
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Fair enough... I'll check with the devmon folks.
Thanks.
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Thu 1/11/2007 10:06 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
Straight from the admin. It goes in the SNMPCIDS field, right?
Hi Rich,
I think that's so (don't nail me on this); but I can't proove this, cause I'm currently @ home... Again: I think this is a little bit Off-topic for the Hobbit-list...
Johann
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Thu 1/11/2007 7:44 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
I have devmon installed, but when I run it from the command line (to test it), I get the following:
hobbit at hobbit:/usr/local/devmon> ./devmon --readbbhosts [07-01-11 at 11:20:11] Could not query device: GO_Router
The bb-hosts entry for GO_Router has 'devmon' as a test name (I changed the test name in devmon.cfg).
Does devmon try to to name resolution, or will it honor the testip directive in bb-hosts?
Do you have the correct SNMP-READ community string?
Better switch to the devmon mailing-list for this topic...
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
There is a devmon Web page somewhere that tells you what is needed. Google "devmon" and see what you find.
Devmon runs as a daemon, but there is a devmon command you can run every so often via hobbitlaunch to get devmon to re-read bb-hosts.
There are some "features" about devmon that may make it less desirable in certain environments:
A) Nothing is graphed -- traffic and errors numbers live in tables.
B) There is no convenient way to control which interfaces in a device are monitored. There are some inconvenient ways, however.
C) Devmon has a pretty big default footprint. You can tune it a little bit, but you need to know what you are doing.
GLH
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Thursday, January 11, 2007 10:39 AM To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
OK, a couple of questions...
Is SNMP-Session still required? I have Perl_SNMP installed.
Can someone please post (or send) their hobbitlaunch settings to run devmon?
Thanks.
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Donnerstag, 11. Januar 2007 15:06 To: hobbit at hswn.dk Subject: [hobbit] Monitoring Cisco routers
I'm looking to hear from the group about monitoring Cisco routers. I
see on deadcat that there are a number of external packages to do this, which is the best? Ideally we want to monitor traffic, in addition to the standard ping test, CPU and memory would be a bonus.
We are currently using devmon(CPU, memory, if_stats...) and MRTG (bandwidth) for doing that. Before that we had the tool "routermon" inplace...
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Does anyone good templates for cisco vpns ???
I have the following templates for Cisco: I have been tweeking them for a while, and they are pretty good....
catalyst-4506 catalyst-MSFC Catalyst-6509
Michael A. Price Performance Network Engineering NASA/GSFC Code 440.8/LMB Greenbelt, Maryland 20770 Phone: 240-684-1356 Cell: 410-507-7476 e-mail: mprice at hst.nasa.gov
Hubbard, Greg L wrote:
There is a devmon Web page somewhere that tells you what is needed. Google "devmon" and see what you find.
Devmon runs as a daemon, but there is a devmon command you can run every so often via hobbitlaunch to get devmon to re-read bb-hosts.
There are some "features" about devmon that may make it less desirable in certain environments:
A) Nothing is graphed -- traffic and errors numbers live in tables.
B) There is no convenient way to control which interfaces in a device are monitored. There are some inconvenient ways, however.
C) Devmon has a pretty big default footprint. You can tune it a little bit, but you need to know what you are doing.
GLH
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Thursday, January 11, 2007 10:39 AM To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
OK, a couple of questions...
Is SNMP-Session still required? I have Perl_SNMP installed.
Can someone please post (or send) their hobbitlaunch settings to run devmon?
Thanks.
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Donnerstag, 11. Januar 2007 15:06 To: hobbit at hswn.dk Subject: [hobbit] Monitoring Cisco routers
I'm looking to hear from the group about monitoring Cisco routers. I
see on deadcat that there are a number of external packages to do
this,
which is the best? Ideally we want to monitor traffic, in addition to the standard ping test, CPU and memory would be a bonus.
We are currently using devmon(CPU, memory, if_stats...) and MRTG (bandwidth) for doing that. Before that we had the tool "routermon" inplace...
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I simply use bb-xsnmp.pl to monitor cisco equipment. It works well with hobbit, giving nice graphs for cpu, RAM, and temp Also check fans and power
Will gather info from netapp servers and APC UPS systems among other things...
From: "Michael A. Price" <mprice at hst.nasa.gov> Reply-To: <hobbit at hswn.dk> Date: Thu, 11 Jan 2007 12:01:33 -0500 To: <hobbit at hswn.dk> Subject: Re: [hobbit] Monitoring Cisco routers
Does anyone good templates for cisco vpns ???
I have the following templates for Cisco: I have been tweeking them for a while, and they are pretty good....
catalyst-4506 catalyst-MSFC Catalyst-6509
Michael A. Price Performance Network Engineering NASA/GSFC Code 440.8/LMB Greenbelt, Maryland 20770 Phone: 240-684-1356 Cell: 410-507-7476 e-mail: mprice at hst.nasa.gov
Hubbard, Greg L wrote:
There is a devmon Web page somewhere that tells you what is needed. Google "devmon" and see what you find.
Devmon runs as a daemon, but there is a devmon command you can run every so often via hobbitlaunch to get devmon to re-read bb-hosts.
There are some "features" about devmon that may make it less desirable in certain environments:
A) Nothing is graphed -- traffic and errors numbers live in tables.
B) There is no convenient way to control which interfaces in a device are monitored. There are some inconvenient ways, however.
C) Devmon has a pretty big default footprint. You can tune it a little bit, but you need to know what you are doing.
GLH
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Thursday, January 11, 2007 10:39 AM To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
OK, a couple of questions...
Is SNMP-Session still required? I have Perl_SNMP installed.
Can someone please post (or send) their hobbitlaunch settings to run devmon?
Thanks.
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Donnerstag, 11. Januar 2007 15:06 To: hobbit at hswn.dk Subject: [hobbit] Monitoring Cisco routers
I'm looking to hear from the group about monitoring Cisco routers. I
see on deadcat that there are a number of external packages to do
this,
which is the best? Ideally we want to monitor traffic, in addition to the standard ping test, CPU and memory would be a bonus.
We are currently using devmon(CPU, memory, if_stats...) and MRTG (bandwidth) for doing that. Before that we had the tool "routermon" inplace...
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
What about interface traffic?
rdeal wrote:
I simply use bb-xsnmp.pl to monitor cisco equipment. It works well with hobbit, giving nice graphs for cpu, RAM, and temp Also check fans and power
Will gather info from netapp servers and APC UPS systems among other things...
From: "Michael A. Price" <mprice at hst.nasa.gov> Reply-To: <hobbit at hswn.dk> Date: Thu, 11 Jan 2007 12:01:33 -0500 To: <hobbit at hswn.dk> Subject: Re: [hobbit] Monitoring Cisco routers
Does anyone good templates for cisco vpns ???
I have the following templates for Cisco: I have been tweeking them for a while, and they are pretty good....
catalyst-4506 catalyst-MSFC Catalyst-6509
Michael A. Price Performance Network Engineering NASA/GSFC Code 440.8/LMB Greenbelt, Maryland 20770 Phone: 240-684-1356 Cell: 410-507-7476 e-mail: mprice at hst.nasa.gov
Hubbard, Greg L wrote:
There is a devmon Web page somewhere that tells you what is needed. Google "devmon" and see what you find.
Devmon runs as a daemon, but there is a devmon command you can run every so often via hobbitlaunch to get devmon to re-read bb-hosts.
There are some "features" about devmon that may make it less desirable in certain environments:
A) Nothing is graphed -- traffic and errors numbers live in tables.
B) There is no convenient way to control which interfaces in a device are monitored. There are some inconvenient ways, however.
C) Devmon has a pretty big default footprint. You can tune it a little bit, but you need to know what you are doing.
GLH
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Thursday, January 11, 2007 10:39 AM To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
OK, a couple of questions...
Is SNMP-Session still required? I have Perl_SNMP installed.
Can someone please post (or send) their hobbitlaunch settings to run devmon?
Thanks.
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Donnerstag, 11. Januar 2007 15:06 To: hobbit at hswn.dk Subject: [hobbit] Monitoring Cisco routers
I'm looking to hear from the group about monitoring Cisco routers. I
see on deadcat that there are a number of external packages to do
this,
which is the best? Ideally we want to monitor traffic, in addition to the standard ping test, CPU and memory would be a bonus.
We are currently using devmon(CPU, memory, if_stats...) and MRTG (bandwidth) for doing that. Before that we had the tool "routermon" inplace...
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
If you want traffic for each interface, you can easily pull it with any of the MRTG systems, configure MRTG to use rrdtool and put them into the hobbit rrd directory. Use Hobbit to view the ports rrd traffic or mrtg. I find the graphs for cpu/memory more useful to diagnose problems with the switches/routers.
From: Rich Smrcina <rsmrcina at wi.rr.com> Reply-To: <hobbit at hswn.dk> Date: Thu, 11 Jan 2007 11:08:00 -0600 To: <hobbit at hswn.dk> Subject: Re: [hobbit] Monitoring Cisco routers
What about interface traffic?
rdeal wrote:
I simply use bb-xsnmp.pl to monitor cisco equipment. It works well with hobbit, giving nice graphs for cpu, RAM, and temp Also check fans and power
Will gather info from netapp servers and APC UPS systems among other things...
From: "Michael A. Price" <mprice at hst.nasa.gov> Reply-To: <hobbit at hswn.dk> Date: Thu, 11 Jan 2007 12:01:33 -0500 To: <hobbit at hswn.dk> Subject: Re: [hobbit] Monitoring Cisco routers
Does anyone good templates for cisco vpns ???
I have the following templates for Cisco: I have been tweeking them for a while, and they are pretty good....
catalyst-4506 catalyst-MSFC Catalyst-6509
Michael A. Price Performance Network Engineering NASA/GSFC Code 440.8/LMB Greenbelt, Maryland 20770 Phone: 240-684-1356 Cell: 410-507-7476 e-mail: mprice at hst.nasa.gov
Hubbard, Greg L wrote:
There is a devmon Web page somewhere that tells you what is needed. Google "devmon" and see what you find.
Devmon runs as a daemon, but there is a devmon command you can run every so often via hobbitlaunch to get devmon to re-read bb-hosts.
There are some "features" about devmon that may make it less desirable in certain environments:
A) Nothing is graphed -- traffic and errors numbers live in tables.
B) There is no convenient way to control which interfaces in a device are monitored. There are some inconvenient ways, however.
C) Devmon has a pretty big default footprint. You can tune it a little bit, but you need to know what you are doing.
GLH
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Thursday, January 11, 2007 10:39 AM To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
OK, a couple of questions...
Is SNMP-Session still required? I have Perl_SNMP installed.
Can someone please post (or send) their hobbitlaunch settings to run devmon?
Thanks.
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Donnerstag, 11. Januar 2007 15:06 To: hobbit at hswn.dk Subject: [hobbit] Monitoring Cisco routers
I'm looking to hear from the group about monitoring Cisco routers. I
see on deadcat that there are a number of external packages to do
this,
which is the best? Ideally we want to monitor traffic, in addition to the standard ping test, CPU and memory would be a bonus.
We are currently using devmon(CPU, memory, if_stats...) and MRTG (bandwidth) for doing that. Before that we had the tool "routermon" inplace...
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Is that 6509 with IOS or CatOS ?
If its IOS then I would also be very interested.
Br Thomas
Michael A. Price wrote:
Does anyone good templates for cisco vpns ???
I have the following templates for Cisco: I have been tweeking them for a while, and they are pretty good....
catalyst-4506 catalyst-MSFC Catalyst-6509
Michael A. Price Performance Network Engineering NASA/GSFC Code 440.8/LMB Greenbelt, Maryland 20770 Phone: 240-684-1356 Cell: 410-507-7476 e-mail: mprice at hst.nasa.gov
Hubbard, Greg L wrote:
There is a devmon Web page somewhere that tells you what is needed. Google "devmon" and see what you find.
Devmon runs as a daemon, but there is a devmon command you can run every so often via hobbitlaunch to get devmon to re-read bb-hosts.
There are some "features" about devmon that may make it less desirable in certain environments:
A) Nothing is graphed -- traffic and errors numbers live in tables.
B) There is no convenient way to control which interfaces in a device are monitored. There are some inconvenient ways, however.
C) Devmon has a pretty big default footprint. You can tune it a little bit, but you need to know what you are doing.
GLH
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Thursday, January 11, 2007 10:39 AM To: hobbit at hswn.dk Subject: Re: [hobbit] Monitoring Cisco routers
OK, a couple of questions...
Is SNMP-Session still required? I have Perl_SNMP installed.
Can someone please post (or send) their hobbitlaunch settings to run devmon?
Thanks.
Johann Eggers wrote:
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Donnerstag, 11. Januar 2007 15:06 To: hobbit at hswn.dk Subject: [hobbit] Monitoring Cisco routers
I'm looking to hear from the group about monitoring Cisco routers. I
see on deadcat that there are a number of external packages to do
this,
which is the best? Ideally we want to monitor traffic, in addition to the standard ping test, CPU and memory would be a bonus.
We are currently using devmon(CPU, memory, if_stats...) and MRTG (bandwidth) for doing that. Before that we had the tool "routermon" inplace...
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
DEVMON is the best ;-)
Michael A. Price Performance Network Engineering NASA/GSFC Code 440.8/LMB Greenbelt, Maryland 20770 Phone: 240-684-1356 Cell: 410-507-7476 e-mail: mprice at hst.nasa.gov
Rich Smrcina wrote:
I'm looking to hear from the group about monitoring Cisco routers. I see on deadcat that there are a number of external packages to do this, which is the best? Ideally we want to monitor traffic, in addition to the standard ping test, CPU and memory would be a bonus.
Thanks,
OK, I see the light... Thanks to all who responded, I'm configuring it now.
Michael A. Price wrote:
DEVMON is the best ;-)
Michael A. Price Performance Network Engineering NASA/GSFC Code 440.8/LMB Greenbelt, Maryland 20770 Phone: 240-684-1356 Cell: 410-507-7476 e-mail: mprice at hst.nasa.gov
Rich Smrcina wrote:
I'm looking to hear from the group about monitoring Cisco routers. I see on deadcat that there are a number of external packages to do this, which is the best? Ideally we want to monitor traffic, in addition to the standard ping test, CPU and memory would be a bonus.
Thanks,
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
participants (6)
-
greg.hubbard@eds.com
-
Johann.Eggers@teleatlas.com
-
mprice@hst.nasa.gov
-
rdeal@tigr.ORG
-
rsmrcina@wi.rr.com
-
tlp-hobbit@holme-pedersen.dk