mdns-sd apply-profile tx
Syntax
mdns-sd apply-profile <PROFILE-NAME> tx
no mdns-sd apply-profile <PROFILE-NAME> tx
Description
Configures mDNS gateway profile on the VLAN interface. When a profile is applied in the transmit direction, all the mDNS traffic transmitted on the VLAN interface will be filtered based on the rules specified in the transmit profile.
The
no
form of this command deletes the profile configuration from the VLAN interface in the transmit direction.
This command is applicable only to VLAN interfaces.
When no profile is configured on an interface then the default action is permit.
Command context
config-if-vlan
Parameters
<PROFILE-NAME>
Specifies the profile name. Maximum 32 characters.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Configuring mDNS gateway profile on VLAN 10:
switch(config)# interface vlan 10 switch(config-if-vlan)# mdns-sd switch(config-if-vlan)# mdns-sd apply-profile student tx
Deleting mDNS gateway profile on VLAN 10:
switch(config)# interface vlan 10 switch(config-if-vlan)# no mdns-sd apply-profile student tx