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

Removes this URL list‘s settings

Supported in the following platforms:

  • Access Points — AP505i, AP510i, AP510e, AP560i, AP6522, AP6562, AP7161, AP7502, AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP763, AP7662, AP8163, AP8543, AP8533.
  • 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)#