Opened 16 years ago
Last modified 10 years ago
#35 new enhancement
Allow snmp to count the number of rows WHICH HAVE ONLY SPECIFIC VALUE returned by snmpwalk
Reported by: | human | Owned by: | somebody |
---|---|---|---|
Version: | Keywords: | ||
Cc: |
Description
Sometimes an snmpwalk is needed to count only rows which return specific values. For example in counting number of users in each of VPDN group at cisco. For example if we have 2 VPDN grops in cisco router then snmp returns group name for each connection curently established. So if name of prepaid dial-in group is for example TUNELCVX and name of postpaid dial-in group is CVXTUNEL tahen some function like CnTWaLK(TUNELCVX) will return number of dial-up users using prpaid phone number and CnTWaLK(CVXTUNEL) will return number of dial-up users using postaid phone number.
At Ticket 23 is added CnTWaLK to count snmwalk rows, so it will ve good to add argument to that function to counts only snmpwalk rows which have specific value included as arguments.
Thanks to all
Change History (2)
comment:1 Changed 12 years ago by oetiker
- Type changed from defect to enhancement
External Links