cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1072
Views
0
Helpful
3
Replies

ACE Resource MIBs

martin.j.davies
Level 1
Level 1

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.

3 Replies 3

Aleksey Pan
Cisco Employee
Cisco Employee

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

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

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