Hi,
I am looking for a way to count the number of "gatekeeper calls" who are connected to my cisco router.
I would appreciate it very much if someone could help me.
tks_
Cisco 7200 oid gatekeeper calls
Moderators: Developers, Moderators
Not sure if this helps you
http://forums.cacti.net/about10769.html
I don't use gatekeeper so can't comment on oids to use etc. Sure it will be a case of finding the oids that you need and deciding whether you need to walk an index or just plot the relevant oids into a graph. If you need to walk and index you will need a data query.
Jay
http://forums.cacti.net/about10769.html
I don't use gatekeeper so can't comment on oids to use etc. Sure it will be a case of finding the oids that you need and deciding whether you need to walk an index or just plot the relevant oids into a graph. If you need to walk and index you will need a data query.
Jay
Cacti Version 0.8.7e, Spine 0.8.7e, Apache 2.2.15, Mysql 5.0.88, PHP 5.2.13, RRDTool 1.2.30, NET-SNMP 5.5
Quad Core AMD Opteron Processor 2384, 2.70Ghz, 2GB RAM , 1 CPU used
Windows Server 2003 (X64), VMWARE ESX
Plugins: Aggregate 0.75
SYSTEM STATS: Time:12.5140 Method:spine Processes:2 Threads:15 Hosts:400 HostsPerProcess:200 DataSources:2909 RRDsProcessed:1384
Quad Core AMD Opteron Processor 2384, 2.70Ghz, 2GB RAM , 1 CPU used
Windows Server 2003 (X64), VMWARE ESX
Plugins: Aggregate 0.75
SYSTEM STATS: Time:12.5140 Method:spine Processes:2 Threads:15 Hosts:400 HostsPerProcess:200 DataSources:2909 RRDsProcessed:1384
-
- Posts: 4
- Joined: Fri Nov 16, 2007 10:31 am
Check out for your MIB
http://www.oidview.com/mibs/9/CISCO-GATEKEEPER-MIB.html
Then look for the OIDS that you need and create the templates from there. I don't use gatekeeper so don't know the output of the command you are after.
This may be what you are looking for in the MIB
cgkLocalZoneTable cgkLocalZoneTable 1.3.6.1.4.1.9.10.40.1.1.3 OBJECT
cgkLocalZoneEntry cgkLocalZoneEntry 1.3.6.1.4.1.9.10.40.1.1.3.1 OBJECT
cgkLZoneACFs cgkLZoneACFs 1.3.6.1.4.1.9.10.40.1.1.3.1.1 OBJECT
cgkLZoneTotalConcurrentCalls cgkLZoneTotalConcurrentCalls 1.3.6.1.4.1.9.10.40.1.1.3.1.10 OBJECT
cgkLZoneARJs cgkLZoneARJs 1.3.6.1.4.1.9.10.40.1.1.3.1.2 OBJECT
cgkLZoneTotalBandwidth cgkLZoneTotalBandwidth 1.3.6.1.4.1.9.10.40.1.1.3.1.3 OBJECT
cgkLZoneAllocTotalBandwidth cgkLZoneAllocTotalBandwidth 1.3.6.1.4.1.9.10.40.1.1.3.1.4 OBJECT
cgkLZoneInterzoneBandwidth cgkLZoneInterzoneBandwidth 1.3.6.1.4.1.9.10.40.1.1.3.1.5 OBJECT
cgkLZoneAllocInterzoneBandwidth cgkLZoneAllocInterzoneBandwidth 1.3.6.1.4.1.9.10.40.1.1.3.1.6 OBJECT
cgkLZoneSessionBandwidth cgkLZoneSessionBandwidth 1.3.6.1.4.1.9.10.40.1.1.3.1.7 OBJECT
cgkLZoneProxiedCall cgkLZoneProxiedCall 1.3.6.1.4.1.9.10.40.1.1.3.1.8 OBJECT
cgkLZoneProxiedCallBits cgkLZoneProxiedCallBits 1.3.6.1.4.1.9.10.40.1.1.3.1.9 OBJECT
Jay
http://www.oidview.com/mibs/9/CISCO-GATEKEEPER-MIB.html
Then look for the OIDS that you need and create the templates from there. I don't use gatekeeper so don't know the output of the command you are after.
This may be what you are looking for in the MIB
cgkLocalZoneTable cgkLocalZoneTable 1.3.6.1.4.1.9.10.40.1.1.3 OBJECT
cgkLocalZoneEntry cgkLocalZoneEntry 1.3.6.1.4.1.9.10.40.1.1.3.1 OBJECT
cgkLZoneACFs cgkLZoneACFs 1.3.6.1.4.1.9.10.40.1.1.3.1.1 OBJECT
cgkLZoneTotalConcurrentCalls cgkLZoneTotalConcurrentCalls 1.3.6.1.4.1.9.10.40.1.1.3.1.10 OBJECT
cgkLZoneARJs cgkLZoneARJs 1.3.6.1.4.1.9.10.40.1.1.3.1.2 OBJECT
cgkLZoneTotalBandwidth cgkLZoneTotalBandwidth 1.3.6.1.4.1.9.10.40.1.1.3.1.3 OBJECT
cgkLZoneAllocTotalBandwidth cgkLZoneAllocTotalBandwidth 1.3.6.1.4.1.9.10.40.1.1.3.1.4 OBJECT
cgkLZoneInterzoneBandwidth cgkLZoneInterzoneBandwidth 1.3.6.1.4.1.9.10.40.1.1.3.1.5 OBJECT
cgkLZoneAllocInterzoneBandwidth cgkLZoneAllocInterzoneBandwidth 1.3.6.1.4.1.9.10.40.1.1.3.1.6 OBJECT
cgkLZoneSessionBandwidth cgkLZoneSessionBandwidth 1.3.6.1.4.1.9.10.40.1.1.3.1.7 OBJECT
cgkLZoneProxiedCall cgkLZoneProxiedCall 1.3.6.1.4.1.9.10.40.1.1.3.1.8 OBJECT
cgkLZoneProxiedCallBits cgkLZoneProxiedCallBits 1.3.6.1.4.1.9.10.40.1.1.3.1.9 OBJECT
Jay
Cacti Version 0.8.7e, Spine 0.8.7e, Apache 2.2.15, Mysql 5.0.88, PHP 5.2.13, RRDTool 1.2.30, NET-SNMP 5.5
Quad Core AMD Opteron Processor 2384, 2.70Ghz, 2GB RAM , 1 CPU used
Windows Server 2003 (X64), VMWARE ESX
Plugins: Aggregate 0.75
SYSTEM STATS: Time:12.5140 Method:spine Processes:2 Threads:15 Hosts:400 HostsPerProcess:200 DataSources:2909 RRDsProcessed:1384
Quad Core AMD Opteron Processor 2384, 2.70Ghz, 2GB RAM , 1 CPU used
Windows Server 2003 (X64), VMWARE ESX
Plugins: Aggregate 0.75
SYSTEM STATS: Time:12.5140 Method:spine Processes:2 Threads:15 Hosts:400 HostsPerProcess:200 DataSources:2909 RRDsProcessed:1384
-
- Posts: 4
- Joined: Fri Nov 16, 2007 10:31 am
Who is online
Users browsing this forum: No registered users and 5 guests