show mdns-sd statistics
Syntax
show mdns-sd statistics [vlan [<VLAN-ID>]]
Description
Shows the mDNS packets received and sent globally, and per VLAN.
Command context
Operator (>
) or Manager (#
)
Parameters
<VLAN-ID>
Specifies the VLAN ID. Required. Range 1 to 4094.
Authority
Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.
Examples
Displays total packets:
switch# show mdns-sd statistics Packets Recieved : 100 Packets Sent : 150 Packets Dropped : 50
Displays total packets for all VLANs:
switch# show mdns-sd statistics VLAN 10 Packets Recieved : 100 Packets Sent : 100 Packets Dropped : 0 VLAN 20 Packets Recieved : 0 Packets Sent : 50 Packets Dropped : 50