Versions Compared

Key

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

In this section:

Table of Contents
maxLevel4

 

Use the procedures in this section to accomplish the following activities:

 

Launch SBC Configuration Manager

...

  • 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 the database and reboots. Rebooting may take 2-4 minutes.

  7. Click Open Editor to launch SBC Configuration Manager.

    Caption
    0Figure
    1SBC Configurator Open Editor

...

  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>
    
    commit
    

Delete the Created User

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 Complete message displays.

    Caption
    0Figure
    1Activating Configuration

...