cancel
Showing results for 
Search instead for 
Did you mean: 

Can't get ACL counters via SNMP

Can't get ACL counters via SNMP

donwito
New Contributor

Hey All,

I have an issue viewing ACL counter via SNMP. Seems like I can't get the values of them at all and I'm not sure what am I doing wrong. The MIB is installed on my system and when I try:

snmpwalk -v3 -l authpriv -u user -a SHA -A pass -x AES -X pass IP.ADD.RE.SS uptime

I get the correct uptime from the device.

But when I try 

snmpwalk -v3 -l authpriv -u user -a SHA -A pass -x AES -X pass IP.ADD.RE.SS extremeAclPktCount.0

I get an error:

extremeAclPktCount.0: Unknown Object Identifier (Sub-id not found: (top) -> extremeAclPktCount)

What am I doing wrong here?

Thanks!

dw

1 REPLY 1

FloraEasley
New Contributor

HY there i can see your post and i have some suggestion

  1. Verify SNMP Configuration: Double-check the SNMP configuration on the device you are trying to monitor. Ensure that SNMP is enabled and properly configured to allow access to ACL counters.

  2. ACL Counter Support: Make sure that the device and the specific ACL you are trying to monitor support SNMP counters. Not all devices and ACL configurations may expose ACL counters via SNMP.

  3. OIDs: Check that you are using the correct SNMP OIDs (Object Identifiers) to retrieve the ACL counters. Incorrect OIDs may result in failed SNMP queries.

  4. SNMP Version: Confirm that you are using the correct SNMP version (e.g., SNMPv1, SNMPv2c, or SNMPv3) for your device. Different SNMP versions may have different capabilities and requirements.

Thanks and regards

FloraEasley

 

GTM-P2G8KFN