Preventing duplicate emails and alarms: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
*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:
Back up the file before you make any changes. |
globalsettings.netscout.trap.port=162