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

Type: A string that contains less than 257 characters, of this set: 0-9, a-z or , . - : () @

new-label

Text for the bookmark in the SSL Network Extender portal

Type: A string that contains less than 257 characters, of this set: 0-9, a-z or , . - : () @

password

The password for remote desktop connection

Type: A string that contains alphanumeric and special characters

screen-height

The height of the screen when the bookmark is remote desktop

Type: A number with no fractional part (integer)

screen-width

The width of the screen when the bookmark is remote desktop

Type: A number with no fractional part (integer)

tooltip

Tooltip for the bookmark in the SSL Network Extender portal

Type: A string that contains less than 257 characters, of this set: 0-9, a-z or , . - : () @

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

Type: A string that contains (0-9, a-z, - . @) up to 64 characters without spaces

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