<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Israel Garcia napsal(a):
<blockquote
cite="mid:194a2c240910292040l6319f3d6n874a76d8e5a8f5e@mail.gmail.com"
type="cite">
<pre wrap="">Has any of you monitor a cisco device using snmp plugin? I;d like to
monitor a 3750 switch but I don't know how to do it. Thoughts?
thanks.
</pre>
</blockquote>
Hello,<br>
I am monitoring old catalyst switches C2950 and C2960. I also wanted to
name ports according to our naming standard,<br>
so switchport refference is swNNN.location.domain.tld [e|g]NNN<br>
<br>
# port definitions for Cisco C2950<br>
<Plugin snmp><br>
<br>
<Data "s4e1"><br>
Type "if_octets"<br>
Table false<br>
Instance "e1"<br>
Values "IF-MIB::ifInOctets.1" "IF-MIB::ifOutOctets.1"<br>
</Data><br>
<br>
<Data "s4e2"><br>
Type "if_octets"<br>
Table false<br>
Instance "e2"<br>
Values "IF-MIB::ifInOctets.2" "IF-MIB::ifOutOctets.2"<br>
</Data><br>
<br>
....# etc<br>
<br>
<Host "sw0.location.domain.tld"><br>
Address "10.20.30.40"<br>
Version 1<br>
Community "publicCC"<br>
Collect "s4e1" "s4e2" "s4e3" "s4e4" "s4e5" "s4e6" "s4e7" "s4e8"
"s4e9" "s4<br>
e10" "s4e11" "s4e12" "s4e13" "s4e14" "s4e15" "s4e16" "s4e17" "s4e18"
"s4e19" "s4<br>
e20" "s4e21" "s4e22" "s4e23" "s4e24" "s4e25" "s4e26"<br>
Interval 120<br>
</Host><br>
</Plugin><br>
<br>
<br>
<div class="moz-signature">-- <br>
<p>S pozdravem<br>
<span style="margin-left: 3em; font-style: italic;">Josef Liška</span></p>
<p style="font-size: 8pt;">CHL | system care<br>
<br>
Telefon: +420.272048055<br>
Fax: +420.272048064<br>
Mobil: +420.776026526 denně 9:00 - 17:30<br>
Jabber: <a class="moz-txt-link-abbreviated" href="mailto:jl@chl.cz">jl@chl.cz</a><br>
<a href="https://www.chl.cz/">https://www.chl.cz/</a>
</p>
</div>
</body>
</html>