How to configure SNMPv3 in Reporter 10
search cancel

How to configure SNMPv3 in Reporter 10

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(config)# snmp

reporter(config-snmp)# agent version v3

reporter(config-snmp)# agent enabled

reporter(config-snmp)# system contact <contact>

reporter(config-snmp)# system location <location>

reporter(config-snmp)# system name <name>

reporter(config-snmp)# vacm view snmp3view subtree 1.3 included

reporter(config-snmp)# vacm group snmpv3group member <user> sec-model usm

reporter(config-snmp)# vacm group snmpv3group access usm auth-priv read-view snmp3view

reporter(config-snmp)# usm local user <user> auth md5 password <password>

reporter(config-snmp)# usm local user <user> priv des password <password>