[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Enabling SDX Actions from NetScreen-Security Manager

After you complete all the configuration in the SDX software, you configure the SDX thm.py script—a script that implements the messaging to record problem incidents and identifies the action for the SDX software to take. If the thm.py script cannot send an event to the Threat Mitigation Portal, it records the event in a file.

In a testing environment, you can use the thm.sh script to set up and troubleshoot a configuration that integrates NetScreen-Security Manager into an SDX-managed environment. The thm.sh script sets the library paths, redirects debugging output, and executes the thm.py script. Do not use the thm.sh script in a production environment.

The thm.py script requires Python version 2.3. The SMCpython package in the SDX software distribution contains Python version 2.3.

Before You Configure Scripts

Complete all other configuration for the Threat Mitigation Application.

Verify the location where Python is installed on the system. If you installed Python from the SDX software distribution, the default installation directory is /opt/UMC/python. If you installed Python to a different directory, update the paths in thm.py and in thm.sh (if you use this file).

For a production environment, start NetScreen-Security Manager in an environment in which the library path includes the Python libraries.

Configuring Scripts

The thm.py script provides configuration properties to allow you to create customized implementations. You can locate the scripts in the /opt/UMC/conf/thma/scripts directory.

To configure SDX scripts:

  1. Edit the thm.py file to set the configuration properties. Use the field descriptions in the following list to complete the entries in this file.
  2. Copy the thm.py file and the thm.sh file (if you use this file) to the appropriate directory for NetScreen-Security Manager. For the location of this directory, see the NetScreen-Security Manager documentation at
  3. http://www.juniper.net/techpubs/software/management/security-manager/ 
    

RECORD URL

FAIL_DIR

FAIL_FILE_LIMIT

NUM_RETRIES

DAEMON_INTERVAL

DEBUG

SEND_XML

BACKGROUND_LOG_FILE

BACKGROUND_LOG_FILE_LIMIT


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]