ADC CLI Commands

smpp-user

The following operations can be performed on “smpp-user”:

rm show add set

rm smpp user

Removes an SMPP user from the Citrix ADC.

Synopsis

rm smpp user

Arguments

userName Name of the SMPP user to remove.

show smpp user

Displays the specified SMPP user or, if no user is specified, all the SMPP users configured on the appliance.

Synopsis

show smpp user []

Arguments

userName Name of the SMPP user.

Output

password Password for binding to the SMPP server. Must be the same as the password specified in the SMPP server.

devno count stateflag

add smpp user

Adds an SMPP user. The user name and password that you specify in this command are added to the configuration file and used to authenticate the user.

Synopsis

add smpp user {-password }

Arguments

userName Name of the SMPP user. Must be the same as the user name specified in the SMPP server.

password Password for binding to the SMPP server. Must be the same as the password specified in the SMPP server.

Example

add smpp user johndoe -password secret

set smpp user

Modifies the password of an existing SMPP user.

Synopsis

set smpp user {-password }

Arguments

userName Name of the SMPP user.

password The SMPP users password.

Example

set smpp user johndoe supersecret

smpp-user