Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

10) Click Add variables.

9) Use the checkbox to select the system variable MasterSelect the viables Master, P2P_Master_Name and P2P_PSK.

10) In the “New value” column, add the value "true" for the "Master" variable.Then click on Add.

1113) Switch to the device dialog for the slave device (here the LN -1702B) under Devices → LN-1702B and switch to the Variables tab.

1214) Click Add variables.

1315) Use the checkbox to select the system variable Slave.Select the variables Slave, P2P_Slave_Name and P2P_PSK.

1614) In the “New value” column, add the value "true" for the "Slave" variable.Then click on Add.

1517) Switch to the Networks menu and select the local network where you want to create the point-to-point link between the selected access points.

Info
  • The access points must be located in this network.
  • The add-in may only be used for networks that are configured with “VLAN - untagged”. An add-in that allows the dynamic learning of the VLAN-ID is not yet available.

1618) On the Add-ins tab, add the script “P2P-Master” and the script “P2P-Slave”.

1719) Click the Save button.

1820) The final step is to roll out the configuration changes to your network.

1921) Mark all of the devices with a configuration marked as “Outdated” and then click Configuration roll out.

2022) After rolling out the configuration, it is vital that you remove the Ethernet cable from the slave device!

2123) The P2P connection is established now.



Additional steps when using multiple VLAN (optional):

If multiple VLANs are to be transmitted via the P2P connection, the two Add-ins P2P-Master and P2P-Slave have to be modiefied.

1) Go to the menu Add-ins and click on the Add-in P2P-Master.

Image Added

2) In the editor copy the passage VLAN 1 mit Namen Default_VLAN einfügen and paste it right below. Aditionally copy the string vlanNetworks.addOrMerge(vlanDefault); in the passage insert changes and paste it rigt below.

Image Added

3) Modify the following rows and click Save:

  • Passen Sie in dem eingefügten Abschnitt den auskommentierten Text an, damit dieser Informationen zu dem neuen VLAN beinhaltet.
  • Ersetzen Sie in dem eingefügten Abschnitt bei der Variablen-Deklaration (var) den vorhandenen Namen durch einen Variablen-Namen für das neue VLAN (in diesem Beispiel vlan1000).
  • Ersetzen Sie in allen Zeilen des eingefügten Abschnittes den bisherigen Variablen-Namen vlanDefault durch den Variablen-Namen des neuen VLANs (in diesem Beispiel vlan1000).
  • Passen Sie in dem eingefügten Abschnitt den Namen des VLANs an (in diesem Beispiel VLAN_1000).
  • Passen Sie in dem eingefügten Abschnitt die VLAN-ID an (in diesem Beispiel das VLAN 1000).
  • Tragen Sie in dem bei insert changes eingefügten String vlanNetworks.addOrMerge den Variablen-Namen des neuen VLANs ein (in diesem Beispiel also vlanNetworks.addOrMerge(vlan1000);).
Info

Repeat steps 2) and 3) for additional VLANs, if necessary.

Image Added

4) Repeat steps 2) and 3) for the Add-in P2P-Slave.

Image Added