05-26-2023 12:47 PM
Hi Team, I want to SNMP poll ISE nodes for CPU, Memory utilization but i am having a hard time finding the MIB for the same. Could you please help direct? I plan to use polling than traps from ISE.
I am using Cisco ISE 3.1 on VM
#show version
Cisco Application Deployment Engine OS Release: 3.1
ADE-OS Build Version: 3.1.0.135
ADE-OS System Architecture: x86_64
Copyright (c) 2005-2021 by Cisco Systems, Inc.
All rights reserved.
Solved! Go to Solution.
06-14-2023 07:46 AM
Please see the ISE CLI Reference Guides for the commands to configure SNMP and the available MIBs for querying:
The SNMP agent on the Cisco ISE provides read-only access to the following MIBs for all versions of SNMP:
SNMPv2-MIB
RFC1213-MIB
IF-MIB
IP-MIB
IP-FORWARD-MIB
TCP-MIB
UDP-MIB
HOST-RESOURCES-MIB
Product ID: entPhysicalModelName
Version ID: entPhysicalHardwareRev
Serial Number: entPhysicalSerialNumber
DISMAN-EVENT-MIB
NOTIFICATION-LOG-MIB
CISCO-CDP-MIB
You can query for the system object identifiers for SNS devices. The system object identifier for ISE 3315 is the default value displayed if a new device series has been introduced but is not updated in Cisco ISE release and patch releases.
For example:
ise/admin(config)# snmpwalk -v 2c -c snmpV2cCommunityString iseFQDN-or-IP
SNMPv2-MIB::sysObjectID.0SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2
05-26-2023 10:35 PM
- It looks like ISE only supports sending SNMP traps : https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/215521-configure-and-understand-snmp-traps-to-m.html
M.
06-14-2023 07:46 AM
Please see the ISE CLI Reference Guides for the commands to configure SNMP and the available MIBs for querying:
The SNMP agent on the Cisco ISE provides read-only access to the following MIBs for all versions of SNMP:
SNMPv2-MIB
RFC1213-MIB
IF-MIB
IP-MIB
IP-FORWARD-MIB
TCP-MIB
UDP-MIB
HOST-RESOURCES-MIB
Product ID: entPhysicalModelName
Version ID: entPhysicalHardwareRev
Serial Number: entPhysicalSerialNumber
DISMAN-EVENT-MIB
NOTIFICATION-LOG-MIB
CISCO-CDP-MIB
You can query for the system object identifiers for SNS devices. The system object identifier for ISE 3315 is the default value displayed if a new device series has been introduced but is not updated in Cisco ISE release and patch releases.
For example:
ise/admin(config)# snmpwalk -v 2c -c snmpV2cCommunityString iseFQDN-or-IP
SNMPv2-MIB::sysObjectID.0SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2
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