Hi we configured our switch with 2 VLANs.
The first VLAN called "internal" have some devices communicating.
On the switch's port 1 there is a computer that sends commands to the devices and take replies back.
The second VLAN called "external" have some external computers that can communicate with the computer on port 1, so the port 1 is tagged to belong to both VLANs.
On the internal VLAN we have some streaming devices that send Video in multicast. The video should arrive on the computers on the external VLAN.
To be able to see the video, we simply enabled MVR for the "Internal" VLAN:
configure mvr vlan internal
enable mvr
We are now able to see the video from external Vlan but we also have some problems in the internal VLAN, some devices doesn't work as expected, and the computer on port 1 read some error responses.
What could cause the problem?
If we disable the mvr, the errors are gone but we can't see the video from external Vlan as expected