SNMP V3 + snmpTargetParamsTable configuration
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I need some help in configuring the snmpTargetParamsTable using the directives (ifany)
snmpd.conf has the following entries for (Community/Security Name)
----------
rwuser testuser1 noauth # V3 User
rocommunity wifi # v2c/v1 user
The following is the some snapshot of snmpTargetParamsTable query
-----------------------------------------------------------------------------------------
$snmptable -v2c -c wifi 10.201.114.135 snmpTargetParamsTable
SNMP table: SNMP-TARGET-MIB::snmpTargetParamsTable
snmpTargetParamsMPModel snmpTargetParamsSecurityModel snmpTargetParamsSecurityName snmpTargetParamsSecurityLevel snmpTargetParamsStorageType snmpTargetParamsRowStatus
1 2 public noAuthNoPriv readOnly active
1 2 public noAuthNoPriv readOnly active
----------------------------------------------------------------------------------------
Is there any #directives to set the attributes (MPModel,SecModel,SecLevel etc.) inside snmpd.conf to populate the values inside the ParamsTable with my interested values?
i.e when we query this table the outout looks some thing like the following
snmpTargetParamsMPModel snmpTargetParamsSecurityModel snmpTargetParamsSecurityName snmpTargetParamsSecurityLevel snmpTargetParamsStorageType snmpTargetParamsRowStatus
3 3 testuser noAuthNoPriv permanent active
I see the use of "trapcommunity" directive in snmpd.conf is updating the snmpTargetParamsSecurityName in this table. If we omit this directive then "public" is displaying.
Very greatful for help and information.
Thanks,
Mahesh