This article explains the procedure on how to configure a third party SNMP Manager
As an administrator or operator, you can use Junos Space to track the status of physical and logical components of deployed nodes in a fabric. Junos Space Network Management Platform supports SNMP Monitoring by an SNMP Manager for SNMP v1, v2c, and v3. The SNMP manager polls Junos Space to obtain information about the logical components of the nodes using an object identifier (OID) in SNMP v1 and v2, or v3 as a user. The response is provided by the Junos Space SNMP agent and the polled data is displayed in the Network Monitoring workspace.
To add a third-party SNMP V1 or V2c manager on a fabric node:
The SNMP Manager page appears.
The Add 3rd Party SNMP Manager dialog box is displayed.
Depending on whether the Junos Space fabric is configured with only IPv4 addresses or both IPv4 and IPv6 addresses, Junos Space Platform allows you to enter an IPv4 address or either an IPv4 or IPv6 address respectively for the SNMP Manager.
The IPv4 and IPv6 addresses that you use must be valid addresses. Refer to http://www.iana.org/assignments/ipv4-address-space for the list of restricted IPv4 addresses and http://www.iana.org/assignments/ipv6-address-space for the list of restricted IPv6 addresses.
Any alphanumeric string (up to 254 characters) is acceptable, including spaces and symbols.
The newly added SNMP v1 or v2c Manager is displayed on the SNMP Manager page.
To add a third-party SNMP V3 manager on a fabric node:
The Add 3rd Party SNMP Manager dialog box displays.
The user name can contain a maximum of 32 alphanumeric characters including spaces and symbols.
Click the red information icon next to the Authentication Password field for information on the password rules.
noAuthNoPriv—Do not specify an authentication or privacy password.
authNoPriv—Specify only an authentication password.
authPriv—Specify both authentication and privacy passwords.
The newly added SNMP Manager entry is displayed on the SNMP Manager page.
NOTE: The trap settings for the SNMPv3 manager are not automatically updated in Network Monitoring. Therefore, to ensure that the Network Monitoring receives the traps from Junos Space, you must add the same settings manually in the /opt/opennms/etc/trapd-configuration.xml file. Table 7 displays the mapping between the parameters in the /opt/opennms/etc/trapd-configuration.xml file and the fields in the Add 3rd Party SNMP Manager page.The following is a sample configuration in the /opt/opennms/etc/trapd-configuration.xml file.content_copy zoom_out_map<?xml version="1.0"?><trapd-configuration snmp-trap-port="162" new-suspect-on-trap="false"> <snmpv3-user security-name="JunosSpace" auth-passphrase="auth-password" auth-protocol="MD5"/> <snmpv3-user security-name="JunosSpace" auth-passphrase="auth-password" auth-protocol="MD5" privacy-passphrase="privacy-password" privacy-protocol="DES"/> </trapd-configuration>
Parameter in trapd-configuration.xml File
Field in Add 3rd Party SNMP Manager Page
security-name
User Name
auth-passphrase
Authentication Password
privacy-passphrase
Privacy Password
privacy-protocol
Privacy Type
To delete a third-party SNMP manager configuration from a fabric node:
The deleted SNMP manager is removed from the SNMP Manager page.