Show IP multicast Show multicast interfaces if ps -C igmpproxy &>/dev/null; then ${vyos_op_scripts_dir}/show_igmpproxy.py --interface; else echo IGMP proxy not configured; fi Show multicast fowarding cache if ps -C igmpproxy &>/dev/null; then ${vyos_op_scripts_dir}/show_igmpproxy.py --mfc; else echo IGMP proxy not configured; fi IP multicast information vtysh -c "show ip multicast" IP multicast routing table vtysh -c "show ip mroute"