Toolpack:Creating an SNMPv3 User B
From TBwiki
(Difference between revisions)
(→Applies to version(s): v2.8.) |
(Added links to parameters) |
||
Line 38: | Line 38: | ||
[[Image:Snmp_CommunityV3_2.png]] | [[Image:Snmp_CommunityV3_2.png]] | ||
<br/><br/> | <br/><br/> | ||
+ | |||
+ | ==List of Parameters== | ||
+ | |||
+ | * [[Parameter: Application Type|Application Type]] | ||
+ | * [[Parameter: Name|Name]] | ||
+ | * [[Parameter: Bin Path|Bin Path]] | ||
+ | * [[Parameter: Location|Location]] | ||
+ | * [[Parameter: Working Path|Working Path]] | ||
+ | * [[Parameter: Commadn-line arguments|Command-line arguments]] | ||
+ | |||
+ | <br> | ||
+ | |||
+ | <div class="mw-collapsible mw-collapsed" data-collapsetext="Application Parameters" data-expandtext="Application Parameters" style="width: 400px;"> | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | * [[Parameter: SNMP IP port|SNMP IP port]] | ||
+ | * [[Parameter: SNMP System Description|SNMP System Description]] | ||
+ | * [[Parameter: SNMP System Object ID|SNMP System Object ID]] | ||
+ | * [[Parameter: SNMP System Name|SNMP System Name]] | ||
+ | * [[Parameter: SNMP System Location|SNMP System Location]] | ||
+ | * [[Parameter: SNMP System Contact|SNMP System Contact]] | ||
+ | |||
+ | * Advanced SNMP Parameters | ||
+ | ** [[Parameter: Polling delay to generate Traps|Polling delay to generate Traps]] | ||
+ | ** [[Parameter: Use system names|Use system names]] | ||
+ | |||
+ | |} | ||
+ | </div> | ||
+ | |||
+ | <br> | ||
+ | <div class="mw-collapsible mw-collapsed" data-collapsetext="Advanced Parameters" data-expandtext="Advanced Parameters" style="width: 400px;"> | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | * Log Parameters | ||
+ | ** [[Parameter: Default Trace Level|Default Trace Level]] | ||
+ | ** [[Parameter: Log File Path|Log File Path]] | ||
+ | ** [[Parameter: Max Log File Segment Size|Max Log File Segment Size]] | ||
+ | ** [[Parameter: Max Total Gzipped Log Files Size|Max Total Gzipped Log Files Size]] | ||
+ | |||
+ | * Network Lib Parameters | ||
+ | ** [[Parameter: Network Polling Delay|Network Polling Delay]] | ||
+ | ** [[Parameter: Network Switchover Delay|Network Switchover Delay]] | ||
+ | ** [[Parameter: Communication Down Delay|Communication Down Delay]] | ||
+ | |||
+ | |} | ||
+ | </div> | ||
+ | |||
+ | <br> |
Latest revision as of 12:02, 9 June 2015
Applies to version(s): v2.8.
No default SNMPv3 users are created by default.
Note: If SNMPv3 is used, for security reasons SNMPv1 and SNMPv2 users should be removed completely from the configuration.
To create a new SNMPv3 user, do the following:
- Click Applications in the navigation panel.
- In the Application Configuration List, select tbsnmpagent.
- Click Application Params
- Click Create New SNMPv3 User
- In the user creation window:
- Enter a unique name for the user
- Click the check box to allow or disallow the write privilege for the current community
- Click the security level drop-down box to select authentication and privacy settings
- Click the authentication drop-down box to select the authentication algorithm to use
- Enter a pass phrase in the password phrase text box to set an authentication pass phrase
- Click the privacy protocol drop-down box to select the privacy standard to use
- Enter a pass phrase in the privacy phrase text box to set a privacy pass phrase
- Click Save
- Verify that the "SNMP user was successfully created" message is displayed and that the new user appears in the SNMPv3 Users list.
List of Parameters