cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
330
Views
0
Helpful
2
Replies

How to configure SNMP V2C in cisco ise 3.2 GUI ?

palani2010
Level 1
Level 1

How to configure SNMP V2C in cisco ise 3.2 GUI ?

2 Replies 2

amitspanchal
Level 1
Level 1

You can configure the SNMP v2c in Cisco ise using cli with the below commands

snmp-server enable
snmp-server host X.X.X.X version 2c <SNMPCOMMUNITYSTRING>
snmp-server community <STRING> ro

 

I haven't saw any documentation for SNMP configuration in GUI

Jens Albrecht
Level 4
Level 4

Hi @palani2010,

support for SNMP is pretty limited in ISE and it can only be configured via CLI as previously stated.

You probably noticed that the admin guide only has a small section about the generic SNMP traps that are generated by default in Cisco ISE:

https://www.cisco.com/c/en/us/td/docs/security/ise/3-2/admin_guide/b_ise_admin_3_2/b_ISE_admin_32_troubleshooting.html#id_17078

However, there is also a TechNote that gives a few more details and background information:

https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/215521-configure-and-understand-snmp-traps-to-m.html

HTH!