Versions Compared

Key

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

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a0c8613a801e016167f8a31a002b, userName='null'}
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}

Include Page
_EMS in EMA, CLI, API
_EMS in EMA, CLI, API


By using Service Discovery and an FQDN, the SBC can maintain registration with an EMS a

Spacevars
0model3
server without the need for re-initiating whenever an EMS an EMS IP address changes. 

To enable dynamic enable dynamic Service Discovery of the EMS

Spacevars
0model3
IP address, specify a fully qualified domain name (FQDN) as the target for EMS
Spacevars
0model3
registration. Use the Ems IP Address Override option to specify a particular IP address that the SBC must use for EMS
Spacevars
0model3
registration.  You You can specify up to 8 override addresses, one value per command. (Enter the command 8 times to enter all 8 override values.)
These will override any other previously configured EMS
Spacevars
0model3
registration settings. 

This configuration applies and is visible only in SBC SWe virtualized deployments.

For more information on using Service Discovery, refer to Service Discovery for Trap Target Destinations and RAMP Registration. Refer to Configuring Service Discovery for Trap Target Destinations and EMS Registration for information on FQDN naming conventions.

Info
titleNote

A reboot is required in order for changes to the FQDN name or to any IP Address Override values to take effect.

Command Syntax

Set Command Syntax


Code Block
languagenone
% set system ems
	emsFqdn <FQDN for EMS registration> 
	emsIpAddressOverride <IP address to override the FQDN>

Command Parameters

Caption
0Table
1EMS FQDN parameters for Service Discovery


Parameter Name

Length/Range

Description

emsFqdn

1....128 characters

Specifies an FQDN (up to 128 characters) of the

EMS

Spacevars
0model3
server to use for

EMS

Spacevars
0model3
registration. Refer

to 

to Configuring Service Discovery for Trap Destinations and RAMP Registration for information on FQDN naming conventions. Changing this value requires an SBC reboot to take effect.

emsIpAddressOverride

<ip address>

IP address enforced for the

EMS

Spacevars
0model3
registration.

You can specify up to 8 override addresses. These will override any other previously configured

EMS

Spacevars
0model3
registration settings.

Command Example

The following example sets the name of the FQDN of the EMS

Spacevars
0model3
registration to “dev1._ems._tcp.example.com” and sets the IP address override to the value “11.12.13.14”. The show command displays the value of the EMS
Spacevars
0model3
IP address. (A reboot is required for any set system ems command to take effect.)

Code Block
languagenone
% set system ems emsFqdn dev1._ems._tcp.example.com 

% set system ems emsIpAddressOverride 11.12.13.14

% commit

% show status system ems emsIpAddress
emsIpAddress 11.12.13.14
pagebreak