SNMP settings are not available from the UI
CLI commands to configure a basic SNMPv2 agent with community name of public
reporter# configure terminalEnter configuration commands, one per line. End with CNTL/Z.reporter(config)#reporter(config)# snmpreporter(config-snmp)# agent enabledreporter(config-snmp)# agent version v2creporter(config-snmp)# community public sec-name publicreporter(config-snmp)# vacm view reporter-full-view subtree 1.3.6 includedreporter(config-snmp)# vacm group public member public sec-model v2creporter(config-snmp)# vacm group public access v2c no-auth-no-priv read-view reporter-full-viewreporter(config-snmp)# exit
Verify the settings look correct, verify from CLI output:reporter(config)# show full-configuration snmpsnmp agent enabled agent version v2c agent max-message-size 50000 system contact "" system name "" system location "" community public sec-name public ! vacm group public member public sec-model [ v2c ] ! access v2c no-auth-no-priv read-view reporter-full-view ! ! vacm view reporter-full-view subtree 1.3.6 included ! !!reporter(config)#