This section describes how to create initial, basic configuration on a media SBC (M-SBC) SWe N:1 HA cluster using the SBC Configuration Manager GUI. Although the following procedures use the GUI, you can also make cluster configuration changes using the CLI on the OAM node. Refer to Modifying SBC Cluster Configuration for information on using the CLI and the CLI Reference Guide for information on the available commands.
The configuration shown here is a basic example and focuses on minimum network configuration and configuration required by cloud-based clusters. As part of a distributed SBC cloud deployment, an M-SBC cluster must be paired with a signaling (S-SBC) cluster to provide full SBC functionality. Both cluster configurations include a D-SBC signaling port to allow communication between the two clusters. An M-SBC cluster also requires load balancing configuration to enable distributing media-related requests among the nodes in the cluster.
In contrast to assigning static values, cloud deployments use metavariables to assign interface values such as IP addresses. The actual values are determined dynamically during instantiation, based on the cloud environment.
Beyond this minimal configuration, a full deployment would require further configuration and customization based on the intended use and environment, similar to other types of SBC deployments.
Prerequisites
Accessing the SBC Configuration Manager
Begin the process to initially configure a new M-SBC cluster by accessing the SBC Configuration Manager for the cluster.
- Log on to the EMS.
Click Network > Cluster Management. The Cluster Management / Manage VNFs window opens listing the SBC clusters created on the EMS.
Caption |
---|
0 | Figure |
---|
1 | Cluster Management / Manage VNFs window |
---|
|
|
- Click the radio button adjacent to the name of the M-SBC cluster you want to configure. The Details tab for the selected cluster opens.
Click the Configurations tab.
Click Edit Configuration. The SBC Configuration Manager opens in a separate window against the cluster's active OAM node. See the EMA User Guide for information on using the GUI to configure the SBC.
Caption |
---|
0 | Figure |
---|
1 | SBC Configuration Manager Window |
---|
|
|
Use the following procedures and examples to configure basic M-SBC parameters using the SBC Configuration Manager.
- To validate the meta variable table, see Validating the Meta Variable Table.
- To create an address context, see Create an Address Context.
To create IP interface groups and IP interfaces, see Create IP Interface Groups and IP Interfaces.
- To create a static route, see Create a Static Route.
- To create the D-SBC signaling port, see Create the D-SBC Signaling Port.
- To create a DNS group and a DNS server, see Create a DNS Group and a DNS Server.
- To create an NTP server, see Create an NTP Server.
To create a load balancing service, see Create a Load Balancing Service.
Anchor |
---|
| meta_variable |
---|
| meta_variable |
---|
|
Validating the Meta Variable Table
To validate the values assigned to metavariables during instantiation, review the Meta Variable table by clicking All > System > Meta Variables. The Meta Variable window opens showing the Meta Variable list. In cloud deployments, metavariables are used to assign interface values, such as IP addresses, whose values are configured dynamically during instantiation.
Caption |
---|
|
|
Anchor |
---|
| AddressContext |
---|
| AddressContext |
---|
|
Create an Address Context
Some of the following procedures require that you specify an address context in which to create configuration objects. The following procedures use an example address context named AC1 as a placeholder. In actual practice you can specify your own address context name or use the default address context. The following steps create an address context named AC1.
- Click Configuration > System Provisioning > Category: Base Provisioning >Address Context. The Address Context window opens.
- Click New Address Context. The Create New Address Context window opens.
- Enter AC1 as the name of the address context (the name must be between 1-23 characters in length).
- Click Save.
Create IP Interface Groups and IP Interfaces
Create IP Interface Groups
Select Address Context > IP Interface Group. The IP Interface Group window opens.
Select AC1 from the Address Context drop-down menu.
Click New IP Interface Group. The Create New IP Interface Group window opens.
Enter an IP interface group name. Example: MLIG1
Click Save.
Caption |
---|
0 | Figure |
---|
1 | IP Interface Group |
---|
3 | IP Interface Group |
---|
|
|
Repeat the previous steps to create another interface group. Example: MLIG2. The two new interface groups are listed.
Caption |
---|
0 | Figure |
---|
1 | New IP Interface Groups |
---|
|
|
Create IP Interfaces for each Pkt Port
On the navigation pane, click Address Context > IP Interface Group > IP Interface. The IP Interface window opens.
- Select AC1 from the Address Context drop-down list.
- Select an interface group from the IP Interface Group drop-down list. For example, MLIG1.
- Click New IP Interface. The Create New IP Interface section opens.
- Enter a name for the interface. For example, MLIF1.
- Enter IP Meta variable keys in the IP Var V4, Prefix Var V4, IP Public Var V4, IP Var V6, IP Prefix Var V6, IP Public Var V6, and IP VLAN Tag Var fields.
- Select the Mode as In Service.
- Select the State as Enabled.
- Enter the CE Name.
- Select the pkt0 port from the Port Name drop-down list.
Click Save.
Caption |
---|
0 | Figure |
---|
1 | Creating an IP Interface |
---|
3 | IP Interface List |
---|
|
|
Repeat the previous steps to add an interface MLIF2 for the pkt1 port in a different Interface Group MLIG2. The two interfaces are listed.
Caption |
---|
0 | Figure |
---|
1 | New IP Interfaces |
---|
|
|
Create a Static Route
- Select Configuration > System Provisioning > Static Route. The Static Route window opens.
- Select the AC1 Address Context from the drop-down list.
- Click New Static Route. The Create New Static Route window opens.
- Enter the Destination IP Address (IPv4/IPv6).
- Enter the Prefix value.
- Enter the Next Hop IP address (IPv4/IPv6).
- Select an IP Interface Group Name from the drop-down list.
- Select an IP Interface Name from the drop-down menu.
- Enter a Preference value.
- Click Save.
Caption |
---|
0 | Figure |
---|
1 | Static Route Window |
---|
3 | Static Route List |
---|
|
|
Create the D-SBC Signaling Port
Create a D-SBC signaling port for communication with the S-SBC cluster in the deployment:
- Select System > Dsbc > Dsbc Sig Port. The Dsbc Sig Port window opens.
- Select MLIG2 from the IP Interface Group drop-down list.
- Select AC1 from the Address Context drop-down list.
- Click Save.
Caption |
---|
0 | Figure |
---|
1 | D-SBC Sig Port Window |
---|
|
|
Create a DNS Group and a DNS ServerCreate a DNS Group
- Select Address Context > DNS Group. The DNS Group window opens.
- Select AC1 from the Address Context drop-down list.
- Click New DNS Group. The Create New DNS Group section opens.
- Enter a DNS group name.
- Select IP from the Type drop-down list.
- Select MLIG2 from the IP Interface drop-down list.
- Select Use Configured Dns Server and Edns Support as Enabled.
- Click Save.
Caption |
---|
0 | Figure |
---|
1 | Create New DNS Group |
---|
|
|
Create a DNS Server
Select Address Context > DNS Group > Server. The Server window opens.
On the Server window, perform the following:
Select AC1 from the Address Context drop-down list.
Select the DNS group you created from the DNS Group drop-down list.
Click New Server. The Create New Server section opens.
In the Create New Server section:
Enter a server name.
Select the State as Enabled.
Enter the DNS server IP in the IP Address V4 or V6 field.
Click Save.
Caption |
---|
0 | Figure |
---|
1 | DNS Server Window |
---|
|
|
Create an NTP Server
Select System > NTP > Server Admin. The Server Admin window opens.
- Click New Server Admin. The Create New Server Admin section opens.
- Enter a server IP address.
- Select the State as Enabled.
- Select the Version as Version4.
Click Save.
Caption |
---|
|
|
Select System > NTP > Time Zone. The Time Zone window opens.
Select the instance from the list. The Edit Selected Time Zone section opens.
Select an appropriate time zone from the Zone drop-down list.
Click Save.
Caption |
---|
|
|
Create a Load Balancing Service
The M-SBC Load Balancing Service is responsible for distributing media requests among the M-SBC nodes (and T-SBC nodes, if present) in the cluster.
You must define IP interface group parameters to use for communication among the nodes in the cluster. The following procedure configures this using the default type: Mgmt, which then uses the management interface. Refer to Cluster Admin - Cluster Comm for information on using a packet interface (IP type) instead. If you choose to use a packet interface, refer to Configuring Intra-Cluster VNFC Communication Using Packet Ports for additional configuration that must be performed to define a media port range that avoids a conflict with the default port (3057) used for intra-cluster communication.
Select System > Cluster Admin > Cluster Comm. The Cluster Comm window opens.
Caption |
---|
0 | Figure |
---|
1 | Cluster Comm Window |
---|
|
|
- In Mgmt Interface Group, select the name of the management IP interface group to use for intra-cluster communication.
- In Mgmt IP Var, enter the configuration metavariable representing the IP address to use for intra-cluster communication.
- Click Save.
Select System > Load Balancing Service. The Load Balancing Service window opens.
Caption |
---|
0 | Figure |
---|
1 | Load Balancing Service |
---|
|
|
In Group Name, enter a domain name (FQDN) for the Load Balancing Service group.
Enter the Private IP Interface Group Name to use to communicate with the M-SBC nodes.
Click Save.
Info |
---|
|
The Management fixed IP address should be added as an A record on the DNS server. The DNS server must be configured to resolve the Load Balancing Service FQDN to the IP addresses for the M-SBC nodes in the cluster. |
Saving and Activating the Configuration in the Cluster
Once you have completed making configuration changes, click Apply Saved Changes and Close at the top-right of the SBC Configuration Manager window. When prompted, confirm that you want to save and activate your configuration changes. The SBC Configuration Manager window closes. The OAM node notifies the SBC nodes in the cluster of the configuration changes and stores a record of the updated configuration back to the EMS.