set bookmark

Description

Configures an existing bookmark shown to users in the SNX landing page.

Syntax

set bookmark [ label <label> ] [ new-label <new-label> ] [ url <url> ] [ tooltip <tooltip> ] [ type <type> ] [ is-global <is-global> ] [ user-name <user-name> ] [ password <password> ] [ screen-width <screen-width> ] [ screen-height <screen-height> ]

Parameters

Parameter

Description

is-global

Indicates if the bookmark will be displayed for all remote access users

Type: Boolean (true/false)

label

Text for the bookmark in the SSL Network Extender portal

A string that contains less than 257 characters, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • ',' (comma)

  • '.' (period)

  • '-' (minus)

  • '(' (opening round bracket)

  • ')' (closing round bracket)

  • ':' (colon)

  • '@' (at)

new-label

Text for the bookmark in the SSL Network Extender portal

A string that contains less than 257 characters, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • ',' (comma)

  • '.' (period)

  • '-' (minus)

  • '(' (opening round bracket)

  • ')' (closing round bracket)

  • ':' (colon)

  • '@' (at)

password

The password for remote desktop connection

A string that contains alphanumeric and special characters.

screen-height

The height of the screen when the bookmark is remote desktop

A number with no fractional part (integer)

screen-width

The width of the screen when the bookmark is remote desktop

A number with no fractional part (integer)

tooltip

Tooltip for the bookmark in the SSL Network Extender portal

A string that contains less than 257 characters, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • ',' (comma)

  • '.' (period)

  • '-' (minus)

  • '(' (opening round bracket)

  • ')' (closing round bracket)

  • ':' (colon)

  • '@' (at)

type

The type of the bookmark - link or remote desktop connection

Options: link, rdp

url

Bookmark URL - should start with http:// or https:// for a bookmark of type link

Type: URL

user-name

The user name for remote desktop connection

A string that contains up to 64 characters without spaces, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

  • '@' (at)

Example

set bookmark label myLabel new-label myNewLabel url http://www.checkpoint.com/ tooltip myToolTip type link is-global true user-name admin password a(&7Ba screen-width 1920 screen-height 1080