no (url-list-config-mode-commands)

Removes this URL list‘s settings

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

no [description|url]
no description
no url <WORD>

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes this URL‘s settings based on the parameters passed

Examples

The following example displays the URL list ‘test‘ settings before the ‘no‘ command is executed:

nx9500-6C8809(config-url-list-test)#show context
url-list test
 description “This URL list contains social media URLs.”
 url https://www.facebook.com depth 5
nx9500-6C8809(config-url-list-test)#
nx9500-6C8809(config-url-list-test)#no url www.facebook.com

The following example displays the URL list ‘test‘ settings after the ‘no‘ command is executed:

nx9500-6C8809(config-url-list-test)#show context
url-list test
 description “This URL list contains social communication URLS”
nx9500-6C8809(config-url-list-test)#