In this section:
For SBC SWe N:1 HA or cloud-based 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.
To add a new metavariable to the system metaVariableDynamic
table, execute the command:
%set system metaVariableDynamic <ceName of the SBC instance> name <name of the metavariable> value <value to assign to the metavariable>
Parameter | Length/Range | Description |
---|---|---|
<ceName> | 1 - 255 char | The name of the instance, followed by a dash and the HA IP address. See the configuration example below for an example of the format. |
name | 1 - 255 char | The name of an interface definition parameters. Refer to Metadata and Userdata Format on OpenStack for the interface variable format. |
value | 0 - 255 char | The value you want to assign to the parameter. |
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.
set system metaVariableDynamic isbctest-10.34.195.79 name IF4.IPV4 value 10.34.196.80 [ok] commit [ok] Commit complete. set system metaVariableDynamic isbctest-10.34.195.80 name IF4.IPV4 value 10.34.196.80
system metaVariableDynamic
table if the entry already exists in the system metaVariable
table.metaVariableDynamic
table, make sure to add an entry for each of the nodes in the cluster (active and standby).metaVariableDynamic
table, that change is reflected only after the application is restarted.