Versions Compared

Key

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

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a0c85fd202bb0160132c449a0026, userName='null'}
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cbba0643, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c7480005, userName='null'}

 

Panel

In this section:

Table of Contents
maxLevel2

In SBC SWe Cloud deployments, the metaVariableDynamic table enables you to define additional metavariables to add to the metadata in an existing SBC deployment. The metavariable values in the table become available to the SBC instance without having to rebuild it. For example, you can add the metavariable values needed to configure an additional SIP signaling port in a deployed SBC instance. Refer to Using Dynamic Metavariables to Add a SIP Signaling Port.

 Command Syntax

To add a new metavariable to the system metaVariableDynamic table, execute the command:

Code Block
%set system metaVariableDynamic ceName <name of the SBC instance> name <name of the metavariable> value <value to assign to the metavariable>

Command Parameters

ParameterLength/RangeDescription
ceName1 - 255 charThe name of the instance along with , followed by a dash and the HA IP address. See the configuration example below for an example of the format.
name1 - 255 charThe name of an interface definition parameters. Refer to Metadata and Userdata Format for the interface variable format.
value 0 - 255 charThe value you want to assign to the parameter.

Configuration Example

Use the following commands to add a new metavariable to the metavaVariableDynamic table. You must run the commands twice to create the variables on both the active and standby nodes. Refer to Using Dynamic Metavariables to Add a SIP Signaling Port for a complete example using the metavaVariableDynamic table. 

Code Block
set system metaVariableDynamic ceName isbctest-10.34.195.79  name IF4.IPV4 value 10.34.196.80
[ok]
commit
[ok]
Commit complete.
set system metaVariableDynamic ceName isbctest-10.34.195.80 name IF4.IPV4 value 10.34.196.80
Info
titleNote
  • You cannot add an entry to the system metaVariableDynamic table, if the entry already exists in the system metaVariable table.
  • When you add an entry in the metaVariableDynamictable, make sure to add an entry for each of the nodes in the cluster (active and standby).
  • If you make a change to the parameter values in the system metaVariableDynamic table, that change is reflected only after the application is restarted.