Skip to content

rdp serverprofile

The following operations can be performed on "rdp serverprofile":

add | set | unset | show | rm

add rdp serverprofile

Add an rdp server profile.

Synopsys

add rdp serverprofile <name> [-rdpIP <ip_addr|ipv6_addr|*>] [-rdpPort <positive_integer>] -psk

Arguments

name

The name of the rdp server profile

rdpIP

IPv4 or IPv6 address of RDP listener. This terminates client RDP connections.

rdpPort

TCP port on which the RDP connection is established.

Default value: 3389

Minimum value: 1

Maximum value: 65535

psk

Pre shared key value

set rdp serverprofile

Modifies the specified parameters for RDP profile.

Synopsys

set rdp serverprofile <name> [-rdpIP <ip_addr|ipv6_addr|*>] [-rdpPort <positive_integer>] [-psk ]

Arguments

name

The name of the rdp server profile

rdpIP

IPv4 or IPv6 address of RDP listener. This terminates client RDP connections.

rdpPort

TCP port on which the RDP connection is established.

Default value: 3389

Minimum value: 1

Maximum value: 65535

psk

Pre shared key value

unset rdp serverprofile

Use this command to remove rdp serverprofile settings.Refer to the set rdp serverprofile command for meanings of the arguments.

Synopsys

unset rdp serverprofile <name> [-rdpIP] [-rdpPort] [-psk]

show rdp serverprofile

Display all rdp profiles

Synopsys

show rdp serverprofile [<name>]

Arguments

name

The name of the rdp server profile

Outputs

rdpIP

IPv4 or IPv6 address of RDP listener. This terminates client RDP connections.

rdpPort

TCP port on which the RDP connection is established.

psk

Pre shared key value

builtin

Indicates that a variable is a built-in (SYSTEM INTERNAL) type.

devno

count

stateflag

Example

show rdp profile

rm rdp serverprofile

Remove an rdp server profile

Synopsys

rm rdp serverprofile <name>

Arguments

name

The name of the rdp server profile.

Example

rm rdp serverprofile

Was this article helpful?