Once complete, the modified switchports will look similar to the below image, with the 'Native' column containing the MXnet VLAN, and the 'untag' column containing the Dante VLAN.
Note: You do not need to perform the above described configurations for dedicated MXnet / Dante switchports.
Step Six: After Steps 1-5 are complete, navigate to the 'MAC' subtab option on the left-side navigational bar (right above the 'VLAN' tab). Locate the MAC address of an Audinate Chipset, and copy it into a text editor for later.
Note: Only one Audinate MAC Address is needed. Audinate MAC Addresses for 10G/USP products will start with "00-1d-c1".
Step Seven: Navigate to the 'Dynamic VLAN' subtab within the left navigational bar. Click on the 'MAC VLAN' subtab at the top, and then click the Plus (+) icon. Within the Vlan ID field's dropdown menu, input the VLAN ID for the Dante VLAN, and click 'Save'. The VLAN ID will populate in the visible table.
Step Eight: Navigate to the 'Relationship of MAC and VLAN' subtab at the top, and then click the Plus (+) icon. Input the Mac Address noted within Step 7 into the 'Mac Address' field. For the 'MAC Mask' field, input "ff-ff-ff-00-00-00". Input the Dante VLAN or desired VLAN into the 'VLAN ID' field. For the 'Priority' field, choose "6". Click Save once complete.
This acts as a "wildcard" address, placing any device that has a MAC address that begins with '00-1D-C1', into the assigned VLAN ID.
Your MXnet endpoints are now configured for MAC-VLAN routing, and will appropriately separate MXnet and Dante traffic into their respective VLANs.
Note: It is recommended to power cycle your MXnet endpoints after all configurations above are complete, to ensure they properly route traffic to the newly assigned VLAN(s).
Method Two: CLI
Note: This guide assumes you are familiar with the CLI, or have read the Basic Operation and Configuration Guide.
Step One: Access the CLI of the MXnet network switch, either via IP or via the Console port. Default credentials are admin/admin.
Step Two: Enter the command "config" to enter CONFIGURATION mode.
Step Three: Enter in the command "vlan {ID}", with {ID} being the desired Dante VLAN ID. Example: "vlan 50".
Repeat this process for an MXnet VLAN, if desired (be sure to enable IGMP configurations for the MXnet VLAN). For this scenario, VLAN 1 will be used for MXnet traffic.
Step Four: Send the command 'exit', then send the command "mac-vlan vlan {ID}" with {ID} being the Dante VLAN ID created in Step Three.
Example: mac-vlan vlan 50
Step Five: Send the command "show mac-address-table" to display the current MAC address table of discovered endpoints within your network. Locate a MAC address that starts with "00-1d-c1", and copy it. For this example, 00-1d-c1-8a-44-c6 will be used.
Step Six: Send the command "mac-vlan mac {Dante_MAC} ff-ff-ff-00-00-00 vlan {ID} priority 6", with {Dante_MAC} being the Dante MAC address located within Step Five, and {ID} being the Dante VLAN ID created in Step Three.
Step Seven: Now it is time to assign the desired switchport or switchports for MXnet + Dante separation. within CONFIGURATION mode, send the command "interface ethernet 1/0/x;y;z;..." or "interface ethernet 1/0/x-y" or "interface ethernet 1/0/x", to target the desired switchport or switchport for MXnet + Dante traffic separation.
Send the command "switchport mode hybrid". Then, send "switchport hybrid allowed vlan {MXnet_ID};{Dante_ID} untag", with {MXnet_ID} and {Dante_ID} being the VLAN IDs for MXnet and Dante VLANs, respectively.
After the target switchport(s) are configured for hybrid VLAN routing, send the command "switchport hybrid native vlan {MXnet_ID}" to set the native VLAN of the target switchport to the MXnet VLAN.
Example:
interface ethernet 1/0/5;6;9
switchport mode hybrid
switchport hybrid allowed vlan 1;50 untag
switchport hybrid native vlan 1
Note: The "switchport access vlan {ID}" command can be used after targeting one or multiple switchports, to assign dedicated MXnet or Dante equipment to their appropriate VLAN.
Be sure to save the modified configurations once complete by sending the "write" command!!!!!!!!
Your MXnet switchports are now configured for Dante + MXnet traffic. It is recommended to power cycle the endpoints after configurations, to ensure the devices are forwarding their traffic on the appropriate VLANs.