Versionen im Vergleich

Schlüssel

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

...

Hinweis

The Add-in script only works with dual radio access points, as the P2P connection uses the logical interface P2P-2-1, which belongs to the second WiFi radio module.



Scenario:

An LMC project contains numerous LANCOM access points, two of which must now communicate via a Wi-Fi point-to-point link due to a change of premises. All of the devices are already fully integrated into the LMC.

...

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

...

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

...

17) 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

.

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

...

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

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

...

  • In the pasted passage modify the commented out text, so that it includes information regarding the new VLAN.
  • In the pasted passage replace the previous name in the variable declaration (var) with a variable name for the new VLAN (in this example vlan1000).
  • In the pasted passage replace the previous variable name vlanDefault in all rows with the variable name of the new VLAN (in this example vlan1000).
  • Modify the name of the VLAN in the pasted passage (in this example VLAN1000).
  • Modify the VLAN ID in the pasted passage (in thios this example the VLAN 1000).
  • Enter the variable name of the new VLAN in the pasted string vlanNetworks.addOrMerge in the passage insert changes (in this example vlanNetworks.addOrMerge(vlan1000);).

...