Rno wrote: ↑Tue Jun 18, 2024 2:04 am
Snmp user ena ssh user are 2 different user. You can have the same, but for security reason take 2 different.
The problem with the authorization is probably due to this part:
snmp-server view ViewDefault iso included
That give the user the base of the OID where it can parse the device.
Did you try to reproduce my config with your user settings ? (I mean username and encryption level)
my config
switch#
!
snmp-server group SnmpSwitch v3 priv
snmp-server community switchsnmp RO
snmp-server trap-source Vlanxxx
snmp-server source-interface informs Vlanxxx
snmp-server host xx.xx.xx.xx version 3 priv switchsnmp udp-port 161
snmp-server manager
!
User name: switchsnmp
Engine ID: xxxxxxxxxxxxxxxxx
storage-type: nonvolatile active
Authentication Protocol: MD5
Privacy Protocol: AES128
Group-name: SnmpSwitch
groupname: switchsnmp security model:v1
contextname: <no context specified> storage-type: permanent
readview : v1default writeview: <no writeview specified>
notifyview: <no notifyview specified>
row status: active
groupname: switchsnmp security model:v2c
contextname: <no context specified> storage-type: permanent
readview : v1default writeview: <no writeview specified>
notifyview: <no notifyview specified>
row status: active
groupname: SnmpSwitch security model:v3 priv
contextname: <no context specified> storage-type: nonvolatile
readview : <no readview specified> writeview: <no writeview specified>
notifyview: *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.F
row status: active
Is there anything that needs to be fixed in the config?