I am configuring SNMPv3 for traps and some device info using agent, using snmptrapd. I configured several hosts which are working, but have a problem with first host i was trying to configure/test/setup. (Cisco Switch 3750X)
First, i set simple password, which i wanted to change to more complex when everything would be working. After everything is working, file is filling, snmptrap history in zabbix fronted for latest data is growing, i changed pwd both on cisco and in snmptrapd.conf file which has:
First time i created just as its in first line, then added other line with -e parameter later on (or was it the other way?). Anyway, after i changed both easy passwords to complex and commented out that first line in snmptrapd, also changed at SNMP agent Zabbix>config>host>SNMP agent, the file is not increasing, even tho i see, by using tcpdump, that traps are comming, also snmpget is working. On Cisco SW i tried to remove user, group, host and configure them again in same manner as its on other properly working switches, recreated host also on zabbix, but the issue still persists.
Is reason for this that one engineID is linked with old password and have to change it somehow, even when users are configured only by snmptrapd file? I use same user on every other device. I do not know if there is some table regarding this users by which i can change user password/secret but i see i can only change based on USER, but i have same user configured with different engineID (only in that file, did not create any user by commands on zabbix). Also to check snmp table for users, do i also have to configure my zabbix as some snmp member to get info calling it by snmpget OID for that user table? Thanks.
First, i set simple password, which i wanted to change to more complex when everything would be working. After everything is working, file is filling, snmptrap history in zabbix fronted for latest data is growing, i changed pwd both on cisco and in snmptrapd.conf file which has:
Code:
#createUser zab-mon SHA easypwd1 AES easypwd2 createUser -e "0x80 00 00 09 XX XX XX XX XX" zab-mon SHA AES easypwd1 AES easypwd2
Is reason for this that one engineID is linked with old password and have to change it somehow, even when users are configured only by snmptrapd file? I use same user on every other device. I do not know if there is some table regarding this users by which i can change user password/secret but i see i can only change based on USER, but i have same user configured with different engineID (only in that file, did not create any user by commands on zabbix). Also to check snmp table for users, do i also have to configure my zabbix as some snmp member to get info calling it by snmpget OID for that user table? Thanks.
Comment