ADC CLI Commands

user-protocol

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

rm unset set show add

rm user protocol

Removes an user protocol.

Synopsis

rm user protocol

Arguments

name Unique name for the user protocol. Not case sensitive. Must begin with an ASCII letter or underscore (_) character, and must consist only of ASCII alphanumeric or underscore characters.

unset user protocol

Use this command to remove user protocol settings.Refer to the set user protocol command for meanings of the arguments.

Synopsis

unset user protocol -comment

set user protocol

Modifies the specified parameters of an user protocol.

Synopsis

set user protocol -comment

Arguments

name Unique name for the user protocol. Not case sensitive. Must begin with an ASCII letter or underscore (_) character, and must consist only of ASCII alphanumeric or underscore characters.

comment Any comments associated with the protocol.

show user protocol

Displays information about the available user protocols.

Synopsis

show user protocol []

Arguments

name Unique name for the user protocol. Not case sensitive. Must begin with an ASCII letter or underscore (_) character, and must consist only of ASCII alphanumeric or underscore characters.

Output

transport Transport layer’s protocol.

extension Name of the extension to add parsing and runtime handling of the protocol packets.

comment Any comments associated with the protocol.

stateflag devno count

add user protocol

Add the user protocol Example: add user protocol MQTT -transporttype TCP -extension mqtt_logic

Synopsis

add user protocol -transport ( TCP | SSL ) -extension [-comment ]

Arguments

name Unique name for the user protocol. Not case sensitive. Must begin with an ASCII letter or underscore (_) character, and must consist only of ASCII alphanumeric or underscore characters.

transport Transport layer’s protocol.

Possible values: TCP, SSL

extension Name of the extension to add parsing and runtime handling of the protocol packets.

comment Any comments associated with the protocol.

user-protocol