11-02-2021 10:39 AM
11-03-2021 07:13 AM
By default SNMP is disabled in the management policy.
To enable SNMPv2 in the cli please follow the step below:
1. SSH into the AP or controller
2. enable
3. configure terminal
4. management policy default (assuming the management policy in use is default)
5. snmp-server manager v2
6. commit write
With the above commands SNMP v2 is enabled.
You can check the ro community with the additional command:
show context
You will see the content of the management policy.
There should be the command:
snmp-server community 0 public ro
Where the statement between 0 and ro is your ro community.
Best regards,
Angelo