|
SNMPv3 information is used by WebNMS for managing and monitoring the network using SNMPv3 protocol. WebNMS maintains five Database Tables to configure SNMPv3 parameters. Out of these five tables, four are single column tables. Single column tables contain data of the Hosts, Ports, Engine Names and User Names (each value displayed on a different table).
The fifth table contains the complete SNMP v3 configuration information, which includes a combination of Host Name, Port Number, User Name and the Security parameters or Engine name, User Name and Security parameters. The Host Name, Port Number, User Name, and the Engine Name data to be added to the SNMPv3 configuration table (fifth table) are taken from these single column tables. The user gives the security parameters for each SNMPv3 configuration.
The SNMP V3 Security tool in WebNMS can be used to configure SNMPv3 security parameters.
Invoking SNMP V3 Security Tool
To invoke SNMPv3 Security Tool from Launcher
Invoke the WebNMSLauncher.bat/sh file located in the <WebNMS Home> directory. The WebNMS Launcher is displayed.
Double-click Administration Tools or right-click Administration Tools and choose Open.
Double-click SNMP V3 Security or right-click SNMP V3 Security and choose Run. The SNMP V3 Security tool is displayed.
To invoke SNMPv3 Security Tool from Client
Open the WebNMS Client.
Choose SNMP Tools > SNMP V3 Security from the tree. The SNMP V3 Security tool is displayed on the right-side panel.
Configuring SNMPv3 Security Parameters
To configure SNMPv3 Security Parameters
Invoke the SNMP V3 Security tool. For more information, refer to the Invoking SNMP V3 Security Tool section.
Specify appropriate values in the fields. Explanation on each of the fields is given in the table.
| Field |
Significance |
|---|---|
|
Target Host |
Enter the host name in this field. |
|
Target Port |
Enter the port where SNMP Agent runs. |
|
UserName |
Enter the security user name. |
|
Security Level |
Choose the security level from this combo box such as, noAuth,noPriv; Auth,noPriv; Auth,Priv. |
|
Priv Protocol |
Displays the Privacy Protocol name. |
|
Auth Protocol |
Select the authentication protocol from this combo box. |
|
Auth Password |
Enter the authentication password in this field. |
|
Priv Password |
Enter the privacy password in this field. |
Click Add Entry.
To delete one or more entries added, click Delete Entry.
|