Versions Compared

Key

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

...

Table of Contents
maxLevel3


...

Pagebreak

Can I configure Lawful Intercept under a user-defined Address Context?

No. You can only configure LI under the DEFAULT Address Content.

Can I change my SFPs from copper to fibre?

...

You can swap the SFPs as long as you make sure to use the Ribbon-provided SFPs. Do not use a mix of fiber and copper SFPs (all PKT ports have to be the same and all HA ports have to be the same).

...

Beginning with release 3.1, file transfers must be performed using SFTP on port 2024. Use the following steps as a guide (you can use any CLI account in the Administrator group):

  1. From the source SBC, login to log into the Linux shell using admin/admin and change directory to where the file is located.

  2. Connect to target SBC. In this example, SBXa is the source and SBXb is the target SBC.

    Code Block
    languagenone
    admin@SBXa$ sftp -oPort=2024 admin@SBXb
    Connecting to SBXb
    admin@SBXb's password: <password>
    Connected to SBXb


  3. Use the put command to transfer a file to the specified directory as shown in the example below.

    Code Block
    languagenone
    sftp> put sbc-V03.01.00-R000.x86_64.tar.gz /opt/sonus/external


...