quarta-feira, 22 de novembro de 2023

Cisco: Block Multicast on a Specific Port

 Quick couple of lines to disable multicast traffic on a specific interface or port.

interface GigabitEthernet1/0/1
 switchport block multicast
 storm-control multicast level 0.00
!

The first command stops outbound multicasts from getting out.
The second command prevents inbound multicasts from entering the switchport.

Sem comentários:

Enviar um comentário