In this section:

Launch SBC Configuration Manager

Prerequisites

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

Procedure

  1. Log 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.

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

  7. Click Open Editor to launch SBC Configuration Manager.

Create a New User

Procedure

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

    User and Session Management

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

    Creating 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.

    User 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:

    set addressContext default ipInterfaceGroup LIG1 ipInterface LIF1 ceName vsbcSystem portName pkt0 ipVarV4 IF2.IPV4 prefixVarV4 IF2.PrefixV4 ipPublicVarV4 IF2.FIPV4
    [ok]
    
    set addressContext default ipInterfaceGroup LIG1 ipInterface LIF1 mode inService state enabled
    [ok]
    
    set addressContext default ipInterfaceGroup LIG2 ipInterface LIF2 ceName vsbcSystem portName pkt1 ipVarV4 IF3.IPV4 prefixVarV4 IF3.PrefixV4 ipPublicVarV4 IF3.FIPV4
    [ok]
    
    set addressContext default ipInterfaceGroup LIG2 ipInterface LIF2 mode inService state enabled
    [ok]
    
    set addressContext default zone ZONE_IN id 1000 sipTrunkGroup TG_IN media mediaIpInterfaceGroupName LIG1
    [ok]
    
    set addressContext default zone ZONE_IN id 1000 sipTrunkGroup TG_IN ingressIpPrefix 10.0.0.0 8
    [ok]
    
    set addressContext default zone ZONE_IN id 1000 sipTrunkGroup TG_IN state enabled mode inService
    [ok]
    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.

    Deleting User Account

Activate Configuration

Procedure

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

    Activating Configuration

  • No labels