Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cloak
id@configTransport
  1. From the Main Menu, click DSC.

  2. Click DSC Nodes.

  3. Click the required DSC Node.

  4. Click Transport Servers.

  5. Create a new Transport Server.

  6. Click the new Transport Server to select.

     

    Tip

    If the Status attribute shows UP, deactivate this Transport Server before proceeding to the next step.

  7. Do the following:

    1. Set the ADN Protocol to XML.

    2. Activate the Transport Server


    The Status should indicate UP before you can proceed with further provisioning


...

Cloak
id@configADN
  1. From the Main Menu, click DSC.

  2. Click DSC Nodes.

  3. Click the required DSC Node.

  4. Click Adjacent Diameter Nodes.

  5. Click Create.



  6. Do the following:
    1. Set the Type to UA XML.

    2. Configure the other attributes as required.

  7. If the General Configuration page does not appear, do the following:

    1. Navigate to the Adjacent Diameter Node Selection screen

    2. Click the ADN you created (as Type UA XML).

  8. Configure the required attributes.

  9. Click Continue.

    Tip

    The Status attribute shows DOWN until the ADN connection is established.

    When creating an ADN, you are redirected to the General Configuration page where you may select options for the ADN. The 'Activate' checkbox is selected by default. Simply click 'Continue' to enable the new ADN Connection.

To configure an ADN Connection for a UA XML Session

...

Cloak
id@configUA
  1. From the Main Menu, click DSC.

  2. Click DSC Nodes.

  3. Click the required DSC Node.

  4. Click Adjacent Diameter Nodes.

  5. Click the required ADN.

  6. Do one of the following:

    1. If required, click Create to create an ADN Connection. Go to step 7.

    2. Click the required ADN Connection. Go to step 10.

  7. Enter the Process Instance.

     

  8. Navigate to the ADN Connection Selection.

  9. Click the ADN Connection that you just created.

  10. Do the following:

    Tip

    The Status Attribute may show DOWN by default. However, if this is an already established connection, this attribute may show UP.

    When creating a new ADN Connection, the 'Activate' checkbox is selected by default. Click 'Continue' to enable the new ADN Connection. For an existing ADN Connection, you must select the 'Activate' checkbox and then click 'Continue'. You may have to click 'Deactivate' first before enabling an existing ADN Connection that has been modified.

    1. Using the Transport Type drop-down list, select SERVER ONLY.

    2. Configure the other attributes as required.

    3. Click ACTIVATE.

...

Cloak
id@fire
  1. Click Firewall.

  2. Select the required CPU from the drop-down menu to view the firewall status.

  3. Click Update.



  4. Verify the VM virtaul slot status is set to DISABLED.

  5. Click STOP FIREWALL if the VM virtual slot status is set to ENABLED.

    Note

    The global control enables or disables the Firewall on all Routing and Management and Routing VMs by selecting Enable Firewall or Disable Firewall. The Global Status of the Firewall must be Enabled before you can start or stop the Firewall on individual VMs).

Anchor
Creating Firewall
Creating Firewall
Creating a Firewall Module File

Noprint

Click to read more...

Toggle Cloak
id@createfire

Cloak
id@createfire
padding-left:3%;indent

To establish an XML session with a remote agent when the firewall is enabled on the company series4, you must manually create an IP filter module to allow a connection on remote ports.

The IP filter module is a text file that you create and should be stored in the /opt/cpu_ss7gw/current/data/firewall/modules directory using the following naming convention:

‘<file-name>.conn’ (for example, ssh-in.conn)

Within this file, you must specify the UNIX port number for the service type that you want to enable.

Note

Unless specified in the IP filter module, the company series4 uses the default range of internal port numbers between 1,024 and 65,535. The remote system negotiates with the series4 to establish the first available port number within the range specified.

Example:

Enable IMF traffic (file “imf.conn”):

MESSAGE=”IMF Traffic”

REMOTE_PORTS=”8901”

VALID_HOSTS=”192.168.10.2”

PROTOCOL:”tcp”

or, for multiple ports:

REMOTE_PORTS=”8901 8904 8909”

or for a range of ports:

REMOTE_PORTS=”8901:8909”

or for multiple hosts:

VALID_HOSTS=”192.168.10.2 192.168.20.2”

After you have created this text file, you must copy the file to all CPUs (Management, Routing, and Application CPUs) and restart the Firewall.

For more information on configuring the Firewall and other security services, refer to the  .

Pagebreak