How to configure SNMP v2 on VSP 8404 using VOSS8.4.0.0
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-19-2021 05:48 PM
Hi I need some help configuring SNMP version 2 on my VSP 8404 unit, I following the simple (I thought) instructions I found it's like 2 lines but after doing so somehow our monitoring server still can't SNMP poll my Extreme Network VSP 8404C.
Any idea anyone?
Thanks in advance.
Mike
Any idea anyone?
Thanks in advance.
Mike
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-20-2021 08:47 AM
I believe this will work for snmpv2, just change group info and community to what you would like.
snmp-server group "v1v2grp" "" no-auth-no-priv read-view "v1v2only" write-view "v1v2only" notify-view "v1v2only"
snmp-server community "cacti1" group "v1v2grp" secname "readwrite"
snmp-server view "v1v2only" 1.3.6.1
snmp-server host <ip address> v2c readwrite
snmp-server group "v1v2grp" "" no-auth-no-priv read-view "v1v2only" write-view "v1v2only" notify-view "v1v2only"
snmp-server community "cacti1" group "v1v2grp" secname "readwrite"
snmp-server view "v1v2only" 1.3.6.1
snmp-server host <ip address> v2c readwrite
