smpp-param¶
The following operations can be performed on "smpp-param":
set smpp param¶
Modifies the SMPP parameters on the Citrix ADC.
Synopsis¶
set smpp param [-clientmode <clientmode>] [-msgQueue ( ON | OFF )] [-msgQueueSize <positive_integer>] [-addrton <positive_integer>] [-addrnpi <positive_integer>] [-addrrange <string>]
Arguments¶
clientmode
Mode in which the client binds to the ADC. Applicable settings function as follows: * TRANSCEIVER - Client can send and receive messages to and from the message center. * TRANSMITTERONLY - Client can only send messages. * RECEIVERONLY - Client can only receive messages.
Possible values: TRANSCEIVER, TRANSMITTERONLY, RECEIVERONLY Default value: TRANSCEIVER
msgQueue
Queue SMPP messages if a client that is capable of receiving the destination address messages is not available.
Possible values: ON, OFF Default value: OFF
msgQueueSize
Maximum number of SMPP messages that can be queued. After the limit is reached, the Citrix ADC sends a deliver_sm_resp PDU, with an appropriate error message, to the message center. Default value: 10000 Minimum value: 0
addrton
Type of Number, such as an international number or a national number, used in the ESME address sent in the bind request. Default value: 0 Minimum value: 0 Maximum value: 256
addrnpi
Numbering Plan Indicator, such as landline, data, or WAP client, used in the ESME address sent in the bind request. Default value: 0 Minimum value: 0 Maximum value: 256
addrrange
Set of SME addresses, sent in the bind request, serviced by the ESME. Default value: "\d*"
unset smpp param¶
Use this command to remove smpp param settings.Refer to the set smpp param command for meanings of the arguments.
Synopsis¶
unset smpp param [-clientmode] [-msgQueue] [-msgQueueSize] [-addrton] [-addrnpi] [-addrrange]
show smpp param¶
Displays the SMPP parameters configured on the Citrix ADC.
Synopsis¶
show smpp param
Arguments¶
Output¶
clientmode
Mode in which the client binds to the ADC. Applicable settings function as follows: * TRANSCEIVER - Client can send and receive messages to and from the message center. * TRANSMITTERONLY - Client can only send messages. * RECEIVERONLY - Client can only receive messages.
msgQueue
Queue SMPP messages if a client that is capable of receiving the destination address messages is not available.
msgQueueSize
Maximum number of SMPP messages that can be queued. After the limit is reached, the Citrix ADC sends a deliver_sm_resp PDU, with an appropriate error message, to the message center.
addrton
Type of Number, such as an international number or a national number, used in the ESME address sent in the bind request.
addrnpi
Numbering Plan Indicator, such as landline, data, or WAP client, used in the ESME address sent in the bind request.
addrrange
Set of SME addresses, sent in the bind request, serviced by the ESME.