You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
2.0 KiB

# This conf file can be used to setup multiple SNMPv3 USM (User-based Security Model) Users for receiving Traps
# When your SNMP stanza is executing in SNMPv3 Trap listening mode , this file will automatically be loaded by the App and a table of USM Users loaded.
# Paramaters that can be set in this conf file are :
#
# v3_securityName : SNMPv3 USM username , must match what is configured in the Trap sending device
# v3_securityEngineId : SNMPv3 Engine ID , must match what is configured in the Trap sending device
# v3_authKey : SNMPv3 secret authorization key used within USM for SNMP PDU authorization
# v3_privKey : SNMPv3 secret encryption key used within USM for SNMP PDU encryption
# v3_authProtocol : see below for possible values
# v3_privProtocol : see below for possible values
# Possible values for v3_authProtocol are :
#
# usmHMACMD5AuthProtocol
# usmHMACSHAAuthProtocol
# usmHMAC128SHA224AuthProtocol
# usmHMAC192SHA256AuthProtocol
# usmHMAC256SHA384AuthProtocol
# usmHMAC384SHA512AuthProtocol
# usmNoAuthProtocol
# Possible values for v3_privProtocol are :
#
# usmDESPrivProtocol
# usmAesCfb128Protocol
# usm3DESEDEPrivProtocol
# usmAesCfb192Protocol
# usmAesCfb256Protocol
# usmNoPrivProtocol
#---------------------------------------------------------------------
# Common parameter values that can be inherited by each "usm_" stanza
#---------------------------------------------------------------------
[common_settings]
v3_authKey=
v3_privKey=
v3_authProtocol= usmHMACMD5AuthProtocol
v3_privProtocol= usmDESPrivProtocol
v3_securityName=
v3_securityEngineId=
#---------------------------------------------------------------------------------------------
# USM User stanzas. Ensure that each stanza is uniquely named with the format "usm_UNIQUENAME"
# Parameter names/values will override any common settings parameters
#---------------------------------------------------------------------------------------------
#[usm_example_user]
#v3_securityName= fred
#v3_securityEngineId= 8000000000000
#v3_authKey= 8000000000000
#v3_privKey= 8000000000000