Preventing duplicate emails and alarms: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
(Created page with " == Introduction == To prevent the server from sending duplicate Emails and alarms remove port 395 from the list of SNMP trap ports. == Solution == To reset the SNMP trap p...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:


To prevent the server from sending duplicate Emails and alarms remove port 395 from the list of SNMP trap ports.
To prevent the server from sending duplicate Emails and alarms remove port 395 from the list of SNMP trap ports.
 


== Solution ==
== Solution ==
Line 11: Line 13:
*Enter option 11 (Enter Command-line mode) and press Enter  
*Enter option 11 (Enter Command-line mode) and press Enter  
*On the device command line, enter:  
*On the device command line, enter:  
*<pre>% set trap_port 162</pre>
<pre>% set trap_port 162</pre>


*Enter quit to exit command line mode and return to the menu.
*Enter quit to exit command line mode and return to the menu  
*Enter 12 to reset the device.
*Enter 12 to reset the device  
*Enter exit to log out of the Remote Console.  
*Enter exit to log out of the Remote Console  
*Modify serverprivate.properties file by adding the following property:


Modify serverprivate.properties file by adding the following property:
{{#invoke:Message box|ambox |type=content|text=Back up the file before you make any changes.}}


*<pre>globalsettings.netscout.trap.port=162 </pre>
<pre>globalsettings.netscout.trap.port=162 </pre>

Latest revision as of 16:15, 27 May 2017

Introduction

To prevent the server from sending duplicate Emails and alarms remove port 395 from the list of SNMP trap ports.

 

Solution

To reset the SNMP trap port list:

  • Log in to the Agent Configuration Utility and enter command-line mode
  • Enter option 11 (Enter Command-line mode) and press Enter
  • On the device command line, enter:
% set trap_port 162
  • Enter quit to exit command line mode and return to the menu
  • Enter 12 to reset the device
  • Enter exit to log out of the Remote Console
  • Modify serverprivate.properties file by adding the following property:
globalsettings.netscout.trap.port=162