snmpwalk the device, find the OID you want. Translate the name to
numbers. Add a datasource for that OID in the PerfConf using the
numeric representation of the oid. Add a graph for that value.
Here's how to translate an OID:
$ snmptranslate -On SNMPv2-MIB::sysLocation
.1.3.6.1.2.1.1.6
If your OID doesn't translate, copy your MIB to /usr/share/mibs/site.
Then the net-snmp command line tools should find it.
-Eric
Wesley.Sparks wrote:
There was nothing in the standard mibs for session count, but I have the
Cisco MIB with that info and the OID. How do I get zen and/or net:snmp
to see the mibs and parse using these mibs? I am trying to get a graph
of client vpn sessions so that I can get an average number of users per
month.
thanks
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Christopher Blunck
Sent: Friday, April 13, 2007 12:27 PM
To: General discussion of using zenoss system
Subject: Re: [zenoss-users] SNMP help
Wes,
You need to install the MIBs for your VPN concentrator into Zenoss in
order for the traps to be human readable. The admin guide has
excellent documentation on how to do this.
Regarding the Cisco 3005 VPN concentrator... You can try and run:
snmpwalk -c <<community>> -v 1 <<vpn ip address>> .1 > /tmp/walk.txt
And then examine the content of the file. Maybe you can find the OID
for the number of sessions just by looking at the output? If not
then I recommend contacting your Cisco support representative -
they're very good at helping people locate OIDs and MIBs for whatever
piece of data you're looking for.
-c
On Apr 13, 2007, at 8:30 AM, Wesley.Sparks wrote:
I have a Cisco 3005 VPN concentrator and would like to pull off the
number of sessions, but can't figure out which OID I would use or
how to create the proper graph in Zen...anyone have a suggestion?
The other thing is I have mapped a trap from this device to the
failed login event class so that when someone tries to login via
RADIUS and it fails I get notified, which is working, the issue is
that the details are not sent with the notification so all I get is
the OID and that there was an event. Any way to get Zen to send me
a the details from the trap?
Thanks
Wes
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users