How to configure SNMPv3 and enable SNMP traps in Reporter 11
search cancel

How to configure SNMPv3 and enable SNMP traps in Reporter 11

book

Article ID: 173440

calendar_today

Updated On:

Products

Reporter

Issue/Introduction

SNMP settings are not available from GUI.

Resolution

The Reporter CLI provides a set commands that allows you to configure SNMP:

Sample setting:

reporter# configure terminal
reporter(config)# snmp
reporter(config-snmp)# agent enabled
reporter(config-snmp)# agent version v3
reporter(config-snmp)# agent engine-id from-text <EngineID>
reporter(config-snmp)# system contact <contact>
reporter(config-snmp)# system name <name>
reporter(config-snmp)# system location <location>
reporter(config-snmp)# target <target_name> ip <IP_address> usm sec-level auth-priv user-name <user>
reporter(config-snmp)# target <target_name> tag <tag_name>
reporter(config-snmp)# notify <target_name> tag <tag_name> type trap
reporter(config-snmp)# vacm group snmpv3group member <user> sec-model usm
reporter(config-snmp)# vacm group snmpv3group access usm auth-priv read-view <snmpv3_view_name> write-view <snmpv3_view_name> notify-view <snmpv3_view_name>
reporter(config-snmp)# vacm view <snmpv3_view_name> subtree 1.3 included
reporter(config-snmp)# usm local user <user> auth sha password  <password>
reporter(config-snmp)# usm local user <user> priv aes  password  <password>
reporter(config-snmp)# exit
reporter(config)# health-monitoring metric appliance-certificate-validation-status trap enable
reporter(config)# health-monitoring metric cpu-util trap enable
reporter(config)# health-monitoring metric license-validation-status trap enable
reporter(config)# health-monitoring metric memory-util trap enable

 

Additional Information

SNMP configuration details can be found in the user guide.