Configure simple SNMPv2 polling only in Reporter 11
search cancel

Configure simple SNMPv2 polling only in Reporter 11

book

Article ID: 372004

calendar_today

Updated On:

Products

Reporter

Issue/Introduction

SNMP settings are not available from the UI

Resolution

CLI commands to configure a basic SNMPv2 agent with community name of public

reporter# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
reporter(config)#
reporter(config)# snmp
reporter(config-snmp)# agent enabled
reporter(config-snmp)# agent version v2c
reporter(config-snmp)# community public sec-name public
reporter(config-snmp)# vacm view reporter-full-view subtree 1.3.6 included
reporter(config-snmp)# vacm group public member public sec-model v2c
reporter(config-snmp)# vacm group public access v2c no-auth-no-priv read-view reporter-full-view
reporter(config-snmp)# exit

Verify the settings look correct, verify from CLI output:

reporter(config)# show full-configuration snmp
snmp
 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)#