[rtg] RTG, targetmaker, additional Modules
Phil Pierotti
phil.pierotti at gmail.com
Tue Mar 2 06:55:24 EST 2010
Has anyone out there written any custom modules for targetmaker?
I'm specifically interested in hearing if someone has hacked together
modules for:
- the CiscoBGP4 MIB (specifically automatically finding lists of BGP
peers, current session state and number of prefixes from each peer,
etc)
http://tools.cisco.com/Support/SNMP/do/BrowseMIB.do?local=en&step=2&mibName=BGP4-MIB
- the Cisco VPDN MIB (where you can find such delicacies as the total
number of sessions, and calculate locally-terminated vs switched-away
sessions)
http://tools.cisco.com/Support/SNMP/do/BrowseMIB.do?local=en&step=2&mibName=CISCO-VPDN-MGMT-MIB
- the Cisco CAR (committed-access-ate aka rate-limit) MIB
http://tools.cisco.com/Support/SNMP/do/BrowseMIB.do?local=en&step=2&submitClicked=true&mibName=CISCO-CAR-MIB#contents
eg from the CAR mib you can poll for how much traffic was discarded
(because it exceeded the rate-limit), combined with the *passed*
traffic you can build a stacked/two-layer graph showing both the
presented-traffic as well as the through traffic. (eg which is helpful
to find misconfigured rate-limits, customers who need to upgrade, etc)
snmpwalk -v2c {somehost} -c {community} 1.3.6.1.4.1.9.9.113 | grep 27
SNMPv2-SMI::enterprises.9.9.113.1.1.1.1.5.27.1.1 = INTEGER: 50000000
- 50Mbps rate-limit
SNMPv2-SMI::enterprises.9.9.113.1.1.1.1.6.27.1.1 = INTEGER: 9375000
- burst rate
SNMPv2-SMI::enterprises.9.9.113.1.1.1.1.7.27.1.1 = INTEGER: 18750000
- extended burst rate
SNMPv2-SMI::enterprises.9.9.113.1.2.1.1.10.27.1.1 = Counter64: 794766165
- switched pkt in
SNMPv2-SMI::enterprises.9.9.113.1.2.1.1.10.27.2.1 = Counter64: 7039246445
- switched pkt out
SNMPv2-SMI::enterprises.9.9.113.1.2.1.1.11.27.1.1 = Counter64: 242560069088
- switched bytes in
SNMPv2-SMI::enterprises.9.9.113.1.2.1.1.11.27.2.1 = Counter64: 4696766081591
- switched bytes out
SNMPv2-SMI::enterprises.9.9.113.1.2.1.1.12.27.1.1 = Counter64: 0
- filtered pkts in
SNMPv2-SMI::enterprises.9.9.113.1.2.1.1.12.27.2.1 = Counter64: 5347940
- filtered pkts out
SNMPv2-SMI::enterprises.9.9.113.1.2.1.1.13.27.1.1 = Counter64: 0
- filtered bytes in
SNMPv2-SMI::enterprises.9.9.113.1.2.1.1.13.27.2.1 = Counter64: 3995022736
- filtered bytes out
If nobody has been-there-and-done-that already, the next question out
there should obviously be "is there anyone with the skills and maybe
the time who just needs some financial incentive"?
And do you take zimbabwean dollars?
Phil P
More information about the RTG
mailing list