Hello,
I am absolute beginner in Snmp V3. I have been testing in my laboratory and I would like to know if engineID is mandatory. I tried and seems yes. What I tested was adding several bind lines in this way:
disableAuthorization yes
createUser -e 0x0102030405 user_one
authUser log,execute user_one noauth
createUser -e 0x0102030406 user_two
authUser log,execute user_one noauth
traphandle default /usr/sbin/snmptthandler
And match "engineID user" with each the trap. Is it OK? Runs!
I have to manage Traps comming from HP Tape Libraries. The engineID is unique word identifier for each device? or there is one for manufacturer or family?
Many Thanks in advance.
KR.
SNMP V3 EngineID
Re: SNMP V3 EngineID
The engine ID is required and will be unique per device.
The config you posted appears to have a small mistake. Instead of :
I think you meant:
The config you posted appears to have a small mistake. Instead of :
Code: Select all
createUser -e 0x0102030406 user_two
authUser log,execute user_one noauthCode: Select all
createUser -e 0x0102030406 user_two
authUser log,execute user_two noauthAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
FCC_Nagios_Support
- Posts: 161
- Joined: Tue Mar 10, 2020 11:07 am
Re: SNMP V3 EngineID
Many Thanks RUNS OKAY!
Re: SNMP V3 EngineID
Glad to hear!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.