04-26-2016 06:06 AM
Is anyone aware if there is a separate MIB which returns the resource usages per connect by polling the Admin context only? Specifically the bandwidth resource usage per context. We don't have a management address in each context but have a requirement to report on the bandwidth usage per context.
Any advise is appreciated.
04-26-2016 06:57 AM
Hi Martin,
You would also need to check what version you use and if it is a module ( ACE20/30) or an appliance ACE4710.
For ex: A5 1.0:
http://www.cisco.com/c/en/us/td/docs/interfaces_modules/services_modules/ace/vA5_1_0/configuration/administration/guide/admgd/snmp.html
You are probably interested in "CISCO-L4L7RESOURCE-LIMIT-MIB"
If you would like to find for other versions, you can check it here:
http://www.cisco.com/c/en/us/support/interfaces-modules/ace-application-control-engine-module/model.html
- look for "Administration Guide" for the version you need.
To pull the information from other context as well, use as ex:
snmpget -v2c -c adminCommunity@context-name x.x.x.x oid
Best Regards,
Alex
04-26-2016 08:28 AM
Hi Alex,
Thanks for the response. I had seen that document but when we query those MIB's we only get a response for the "default" context not per context resource usage. We have 4710's btw.
Cheers
04-26-2016 10:05 AM
Hi Martin,
Yes, you can request it for different contexts as I mentioned:
snmpget -v2c -c adminCommunity@context-name x.x.x.x oid
Best Regards,
Alex
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide