Bonjour printing

Hi All,
I cannot use printers on LAN with Bonjour protocol (wireless connected)
I tested the same infrastructure (internet box and e410 with a standard switch) succesfully but when I tried on the LAN with a cnMatrix 2010-P the printer is not visible…
Can you please help me

Hi,

By default cnMatrix does not block multicast packets used in the Bonjour protocol. You can enable port mirroring on cnMatrix to capture the Bonjour packets transported via the switch as shown in the example below.

To configure port mirroring on cnMatrix for capturing traffic on ports 1 and 2, use the following CLI commands (diagram below):

(Note: Wireshark PC is connected to port 3)

config terminal
monitor session 1 source interface gigabitethernet 0/1
monitor session 1 source interface gigabitethernet 0/2
monitor session 1 destination interface gigabitethernet 0/3
end
show monitor session 1

(output should look like below)

 Session     : 1
Source Ports
   Rx              :  None
   Tx              :  None
   Both            : Gi0/1,Gi0/2
 Destination Ports : Gi0/3
 Session Status    : Active

To delete the port mirroring session:

config terminal
no monitor session 1

Please share the switch’s configuration and the packet capture.

image

Thanks.

Thanks TamN
I havent Access for the moment to This switch so I purchased a new one to install it as a lab
Thanks
S