cancel
Showing results for 
Search instead for 
Did you mean: 

SNMP accees after 15.5.4.2-patch1.5 upgrade

SNMP accees after 15.5.4.2-patch1.5 upgrade

eyeV
New Contributor III
Hi everybody!

I've just upgraded XOS on my x480 switches to 15.5.4.2-patch1.5. After reboot I've noticed difference in config between old and new version.

Old XOS
configure snmpv3 add community XXXX name XXXX user v1v2c_rw
configure snmpv3 add community YYYY name YYYY user v1v2c_ro
configure snmpv3 add target-addr v1v2cNotifyTAddr1 param v1v2cNotifyParam1 ipaddress 172.30.0.6 transport-port 162 tag-list defaultNotify
configure snmpv3 add target-params v1v2cNotifyParam1 user v1v2cNotifyUser1 mp-model snmpv2c sec-model snmpv2c sec-level noauth
disable snmp access snmpv3
disable snmpv3 default-group
disable snmpv3 default-user
configure snmp access-profile mgmt-acl readwrite

New XOS
configure snmpv3 delete mib-view defaultUserView subtree 1.0
configure snmpv3 delete mib-view defaultAdminView subtree 1.0
configure snmpv3 delete mib-view defaultNotifyView subtree 1.0
configure snmpv3 delete community public
configure snmpv3 add community "XXXX" name "XXXX" user "v1v2c_rw"
configure snmpv3 add community "YYYY " name "YYYY " user "v1v2c_ro"
configure snmpv3 add target-addr "v1v2cNotifyTAddr1" param "v1v2cNotifyParam1" ipaddress 172.30.0.6 transport-port 162 tag-list "defaultNotify"
configure snmpv3 add target-params "v1v2cNotifyParam1" user "v1v2cNotifyUser1" mp-model snmpv2c sec-model snmpv2c sec-level noauth
disable snmp access snmpv3
disable snmpv3 default-group
disable snmpv3 default-user
configure snmp access-profile "mgmt-acl" readwriteAs a result I have a lot of error messages in log and I cannot access to certain OIDs throug SNMP.
Login failed through SNMPv1/v2c - bad community name (172.30.0.240)What's wrong? I don't get it.

10 REPLIES 10

eyeV
New Contributor III
Fixed after
enable snmpv3 default-group
enable snmpv3 default-user

eyeV
New Contributor III
Moreover, it works in 15.4.1.3. Very strange!

eyeV
New Contributor III
Yep!

configure snmpv3 delete community public
configure snmpv3 add mib-view "defaultUserView" subtree 1.0/80 type included
configure snmpv3 add mib-view "defaultAdminView" subtree 1.0/80 type included
configure snmpv3 add mib-view "defaultNotifyView" subtree 1.0/80 type included
configure snmpv3 add community "XXX" name "XXX" user "v1v2c_rw"
configure snmpv3 add community "YYY" name "YYY" user "v1v2c_ro"
configure snmpv3 add target-addr "v1v2cNotifyTAddr1" param "v1v2cNotifyParam1" ipaddress 172.30.0.6 transport-port 162 tag-list "defaultNotify"
configure snmpv3 add target-params "v1v2cNotifyParam1" user "v1v2cNotifyUser1" mp-model snmpv2c sec-model snmpv2c sec-level noauth
disable snmpv3 default-group
disable snmpv3 default-user
configure snmp access-profile "mgmt-acl" readwrite


Can you share the config after applying the changes?

eyeV
New Contributor III
But... It seems like the problem still here.
GTM-P2G8KFN