no

Removes or modifies the Bonjour Gateway Discovery policy settings

Syntax

no allow-service <BONJOUR-SERVICE-NAME> [local|tunneled] {service-vlans <WORD>}

Parameters

no allow-service <BONJOUR-SERVICE-NAME> [local|tunneled] {service-vlans <WORD>}
no <parameters> Removes allow-service rules in the selected Bonjour GW Discovery policy, based on the parameters passed

Examples

The following example shows the Bonjour GW Discovery policy ‘test‘ settings before the ‘no‘ command is executed:

nx9500-6C8809(config-bonjour-gw-discovery-policy-test)#show context
bonjour-gw-discovery-policy test
 allow-service Printer local service-vlans 1-2 instance-name contains $Bonjour_Service
 allow-service Afp local
nx9500-6C8809(config-bonjour-gw-discovery-policy-test)#
nx9500-6C8809(config-bonjour-gw-discovery-policy-test1)#no allow-service Afp local

The following example shows the Bonjour GW Discovery policy ‘test‘ settings after the ‘no‘ command was executed:

nx9500-6C8809(config-bonjour-gw-discovery-policy-test)#show context
bonjour-gw-discovery-policy test
 allow-service Printer local service-vlans 1-2 instance-name contains $Bonjour_Service
nx9500-6C8809(config-bonjour-gw-discovery-policy-test)#