This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

SNMPv3 on Juniper JUNOS

I have played with various configurations on the Juniper platform as well as Solarwinds and I can't seem to get SNMPv3 auth working.

Anyone have a working config on Juniper and a screenshot of how that maps to Solarwinds?

Parents
  • Works for me:

    set snmp v3 usm local-engine user JOHNNY authentication-sha authentication-password MACK&JACK

    set snmp v3 usm local-engine user JOHNNY privacy-aes128 privacy-password JACK&MACK

    set snmp v3 vacm security-to-group security-model usm security-name JOHNNY group SOLARWINDS

    set snmp v3 vacm access group SOLARWINDS default-context-prefix security-model usm security-level privacy read-view GLOBAL

    set snmp v3 vacm access group SOLARWINDS default-context-prefix security-model usm security-level privacy write-view GLOBAL

    set snmp v3 vacm access group SOLARWINDS default-context-prefix security-model usm security-level privacy notify-view GLOBAL

    set snmp engine-id use-default-ip-address

    set snmp view GLOBAL oid internet include

Reply
  • Works for me:

    set snmp v3 usm local-engine user JOHNNY authentication-sha authentication-password MACK&JACK

    set snmp v3 usm local-engine user JOHNNY privacy-aes128 privacy-password JACK&MACK

    set snmp v3 vacm security-to-group security-model usm security-name JOHNNY group SOLARWINDS

    set snmp v3 vacm access group SOLARWINDS default-context-prefix security-model usm security-level privacy read-view GLOBAL

    set snmp v3 vacm access group SOLARWINDS default-context-prefix security-model usm security-level privacy write-view GLOBAL

    set snmp v3 vacm access group SOLARWINDS default-context-prefix security-model usm security-level privacy notify-view GLOBAL

    set snmp engine-id use-default-ip-address

    set snmp view GLOBAL oid internet include

Children
No Data