Preventing duplicate emails and alarms: Difference between revisions
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 |
||
Line 12: | Line 12: | ||
*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: | ||
*<pre>globalsettings.netscout.trap.port=162 </pre> | *<pre>globalsettings.netscout.trap.port=162 </pre> |
Revision as of 15:53, 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