Versions Compared

Key

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

Creating and Activating Cluster Configuration using CLI involves the following stepsIn this section:

Table of Contents
maxLevel4

...

Launch SBC Configuration Manager

Prerequisites

  • Create the SBC Cluster in EMS.
  • Instantiate the SBC Configurator instance.

Procedure:

  1. Log in on to EMS as admin user.
  2. Select the SBC Cluster.
  3. Click Configuration tab. Click New Configuration, the new configuration window is displayed.
  4. Select Version and Master Configurator from the drop-down.

  5. Type the Configuration Name.

  6. Click Create.

    Note

    The configurator clears db the database and reboots. Rebooting might may take 2-4 minutes.

  7. Click Open Editor to launch SBC Configuration Manager. Caption

    0Figure
    1SBC Configurator Open Editor

    Image Removed

...

Create a New User

Procedure

  1. Select Administration > User and Application Management > User and Session Management. The User and Session Management page displays.

    Caption
    0Figure
    1User and Session Management

  2. Click New User under Users section. The Create User Page displays.

    Caption
    0Figure
    1Creating User

  3. Enter the User Name in the given field.
  4. Select Allow Interactive Access (CLI and EMA).
  5. Select Allow Machine to Machine Access (REST).
  6. By default, the Account Expiration Enabled is disabled. If you enable, user's account expires on a specified date and time.
  7. By default, the Password Expiration Enabled is disabled. If you enable, user's password expires on a specified date and time. 
  8. Select Account Enabled.
  9. Select Password and Public Key for Access Type.
  10. Click Save. The User Created successfully message displays.
  11. Copy the Temporary Password to login and access SBC configurator through CLI.

    Caption
    0Figure
    1User Created Sucessfully

     

...

Configure Configuration Cluster

Procedure

  1. To connect to Configurator CLI, use Secure Shell (SSH) to the configurator management IP over port 22.
  2. Log in with the User Name and the copied Temporary Password which is generated during creating a new user.
  3. Type the configuration using CLI based on the requirements.

    This example displays details that are configured for Distributed SBC:

    Code Block
    login as: vsbc
    vsbc@10.54.21.225's password:
    
    vsbc connected from 10.70.52.110 using ssh on vsbc1
    Your password has expired.
    Enter old password:
    Enter new password:
    Re-enter new password:
    Password has been changed
    vsbc@sbcConf> conf
    Entering configuration mode private
    [ok][2016-12-26 02:29:12]
    
    [edit]
    vsbc@sbcConf% set addressContext default ipInterfaceGroup LIG1 ipInterface LIF1 ceName vsbcSystem portName pkt0 ipVarV4 IF2.IPV4 prefixVarV4 IF2.PrefixV4 ipPublicVarV4 IF2.FIPV4
    [ok][2016-12-26 02:29:53]
    
    [edit]
    vsbc@sbcConf% commit
    Commit complete.
    [ok][2016-12-26 02:29:53]
    
    [edit]
    vsbc@sbcConf% set addressContext default ipInterfaceGroup LIG1 ipInterface LIF1 mode inService state enabled
    [ok][2016-12-26 02:29:54]
    
    [edit]
    vsbc@sbcConf% commit
    Commit complete.
    [ok][2016-12-26 02:29:54]
    
    [edit]
    vsbc@sbcConf% set addressContext default ipInterfaceGroup LIG2 ipInterface LIF2 ceName vsbcSystem portName pkt1 ipVarV4 IF3.IPV4 prefixVarV4 IF3.PrefixV4 ipPublicVarV4 IF3.FIPV4
    [ok][2016-12-26 02:29:54]
    
    [edit]
    vsbc@sbcConf% commit
    Commit complete.
    [ok][2016-12-26 02:29:54]
    
    [edit]
    vsbc@sbcConf% set addressContext default ipInterfaceGroup LIG2 ipInterface LIF2 mode inService state enabled
    [ok][2016-12-26 02:29:54]
    
    [edit]
    vsbc@sbcConf% co
    Commit complete.
    [ok][2016-12-26 02:29:56]
    
    [edit]
    vsbc@sbcConf% set addressContext default zone ZONE_IN id 1000 sipTrunkGroup TG_IN media mediaIpInterfaceGroupName LIG1
    [ok][2016-12-26 02:30:58]
    
    [edit]
    vsbc@sbcConf% co
    Commit complete.
    [ok][2016-12-26 02:31:00]
    
    [edit]
    vsbc@sbcConf% set addressContext default zone ZONE_IN id 1000 sipTrunkGroup TG_IN ingressIpPrefix 10.0.0.0 8
    [ok][2016-12-26 02:31:11]
    
    [edit]
    vsbc@sbcConf% co
    Commit complete.
    [ok][2016-12-26 02:31:12]
    
    [edit]
    vsbc@sbcConf% set addressContext default zone ZONE_IN id 1000 sipTrunkGroup TG_IN state enabled mode inService
    [ok][2016-12-26 02:31:22]
    
    [edit]
    vsbc@sbcConf% co
    Commit complete.
    [ok][2016-12-26 02:31:23]
    
    [edit]
    vsbc@sbcConf% exit
    [ok][2016-12-26 02:31:30]
    vsbc@sbcConf>
    

...

  1. 
    commit
    

Delete the Created User

Procedure:

  1. Select Administration > User and Application Management > User and Session Management. The User and Session Management page displays.
  2. Select the created user account and delete.

    Caption
    0Figure
    1Deleting User Account

...

Activate Configuration

Procedure:

  1. On EMS in SBC Offline Configuration Manager, click on Click Apply Saved Changes and Close.
  2. On EMS, click Activate Configuration to activate the configuration. The Activation CompleteComplete message displays.

    Caption
    0Figure
    1Activating Configuration

Pagebreak