Overview
Switching sources in a Just Add Power VLAN Switching system involves changing the group membership of the port - the VLAN - on the switch that the Receiver is connected to so it matches the VLAN of the Transmitter to watch.
Concepts
An audio/video signal in a VLAN Switching system is distributed according to VLAN membership of the physical port on the switch. Audio and video always switch together, and there is only one active audio/video signal on any network cable at any time (excepting trunk or stack connections).
Each Transmitter is connected to a port with a unique VLAN ID that distinguishes it from all other Transmitters on the network.
The VLAN membership of the port of a Receiver is altered to match the VLAN ID of the Transmitter it wants to watch.
Concepts: Switching
VLAN Switching is a 2-part process:
- Select the port(s) on the switch that the Receiver(s) is connected to
- Change the VLAN membership of the port(s) to match the VLAN ID of the Transmitter to be watched
Concepts: Audio/Video Multicast IP
VLAN Switching uses the same multicast IP for all Transmitters and Receivers
239.92.0.0
Concepts: Standardized AMP
Advanced Matrix Programmer - AMP - configures supported switches and Just Add Power 3G or MaxColor devices to work with VLAN Switching.
AMP creates VLANS 100-201 for Just Add Power devices and configures them for a B Class IP Subnet: 172.27.0.0/16
Vlan 100:
Group membership for all devices.
-
Incoming communication only for Transmitters. This group membership never changes.
-
Outgoing and incoming communication for Receivers. This group membership never changes.
Vlan 101:
Group membership for Transmitter 1 and any Receivers watching Transmitter 1.
-
Incoming and outgoing communication for only Transmitter 1. This group membership never changes.
-
Incoming communication for any Receivers watching Transmitter 1. This group membership changes when the Receiver is set to watch a different Transmitter.
VLAN 102:
Group membership for Transmitter 2 and any Receivers watching Transmitter 2.
-
Incoming and outgoing communication for only Transmitter 2. This group membership never changes.
-
Incoming communication for any Receivers watching Transmitter 2. This group membership changes when the Receiver is set to watch a different Transmitter.
VLAN 103:
Group membership for Transmitter 3 and any Receivers watching Transmitter 3.
-
Incoming and outgoing communication for only Transmitter 3. This group membership never changes.
-
Incoming communication for any Receivers watching Transmitter 3. This group membership changes when the Receiver is set to watch a different Transmitter.
VLANs 104-201:
Continue sequentially like VLANs 101-103
Additionally each device is assigned a management IP that is used for Layer 3 Features - video wall, RS232/IR/CEC control of endpoints, Tiling Transmitter layout control, on-screen display, Image Pull.
Concepts: JADConfig
Just Add Drivers Configuration - JADConfig - configures supported switches and Just Add Power 2G or 3G devices to work with VLAN Switching.
JADConfig creates VLANs 10-410 for Just Add Power devices and offers a range of IP schemes.
VLAN 10:
Group membership for all devices.
-
Incoming communication only for Transmitters. This group membership never changes.
-
Outgoing and incoming communication for Receivers. This group membership never changes.
VLAN 11:
Group membership for Transmitter 1 and any Receivers watching Transmitter 1.
-
Incoming and outgoing communication for only Transmitter 1. This group membership never changes.
-
Incoming communication for any Receivers watching Transmitter 1. This group membership changes when the Receiver is set to watch a different Transmitter.
VLAN 12:
Group membership for Transmitter 2 and any Receivers watching Transmitter 2.
-
Incoming and outgoing communication for only Transmitter 2. This group membership never changes.
-
Incoming communication for any Receivers watching Transmitter 2. This group membership changes when the Receiver is set to watch a different Transmitter.
VLAN 13:
Group membership for Transmitter 3 and any Receivers watching Transmitter 3.
-
Incoming and outgoing communication for only Transmitter 3. This group membership never changes.
-
Incoming communication for any Receivers watching Transmitter 3. This group membership changes when the Receiver is set to watch a different Transmitter.
VLANs 14-410:
Continue sequentially like VLANs 11-13
Additionally each device is assigned a management IP that is used for Layer 3 Features - video wall, RS232/IR/CEC control of endpoints, Tiling Transmitter layout control, on-screen display, Image Pull, SwitchPlease.
Matrix Control
Matrix Control: AMP
Switching commands in AMP are sent to a Transmitter or Receiver in the system. This means that matrix control commands in AMP do not depend on the switch model. Full information is available in the JPSW Matrix Control article.
Matrix Control: JADConfig Cisco Switch
For a Cisco SG300, change the Receiver in port B
to watch the Transmitter in VLAN X
:
config t
interface giB
switchport general allowed vlan remove 11-410
switchport general allowed vlan add X untagged
end
Example: Change the Receiver in port 28 to watch the Transmitter in VLAN 14
config
interface gi28
switchport general allowed vlan remove 11-410
switchport general allowed vlan add 14 untagged
end
Matrix Control: JADConfig Luxul Switch
For any supported Luxul switch, change the Receiver in stack A
, port B
to watch the Transmitter in VLAN X
:
config
interface gi A/B
switchport hybrid allowed vlan 10,X
end
Example: Change the Receiver in stack 2, port 14 to watch the Transmitter in VLAN 12:
config
interface gi 2/14
switchport hybrid allowed vlan 10,12
end