push-list

Use the push-list command to configure a push URL list. This command is available from the location:publish context.

push-list (add <[userid userid-string password password-string url url]*>|delete <[url|sequenceId]*>)

Parameters

add | delete Specifies whether the URL is being added or deleted from the push list.
userid userid-string Specifies a user ID.
passwordpassword-string Specifies a password.
url [url]* Specifies one or more URLs, delineated by a space, to add to the location push list.
sequenceId ID of the URL. You can delete the URL by the sequence ID.

Usage

  • Keywords userid, password, and url are required parts of the 'push-list add' command.
  • The URL must begin with http:// or https://.
  • Use a set of quotes to indicate a blank user ID or blank password value.
  • You can delete the URL by the sequence ID.

Examples

The following example adds the www.myurl.com URL to the push list:

EWC.extremenetworks.com:location:publish# push-list add userid UserID1 password qwerty12345 url https://www.myurl.com

The following example adds a URL with a blank User ID and password:

EWC.extremenetworks.com:location:publish# push-list add userid "" password "" url http://www.test.com/test

The following example shows the URLs in the push list:

EWC.extremenetworks.comlocation:publish# show

SequenceId  Userid  Password         url

1           1       *                http://1.1.1.1
2           2       ***************  http://1.1.1.2
3           3       ***********      http://1.1.1.121

The following example deletes the second URL by sequence ID:

EWC.extremenetworks.com:location:publish# push-list delete 2.