Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

The usage of the SCP protocol makes the N870 DECT base installation very easy but also has it limitations.

When using different Subnets, the DECT base stations could not reach the DECT manager to make the first connection as the switches block the SCP protocol. The network of the customer would need to be re-configured or you would need to install and Integrator and DECT managers.

In an upcoming softwareIn  software 2.33 or higher, it will be possible to install a DECT base station in a different subnet. 

To get this working, you first need to be sure that your DECT base-stations are updated with the firmware that supports this feature. For this you can first install the base-station in the same subnet, let the Integrator/Manager update your base-station and then place in the other subnet.

The following changes are made to support this feature.

  1. By default a DECT base is now pre-configured to use DHCP
  2. The DECT manager joins a pre-configured multicast-group (239.0.0.1  i.e. listens to multicast-traffic)
  3. When base in different subnet gets IP from DHCP it is now capable to send its "Discover" also to the multicast-group.
  4. When those multicast packages are routed to the other subnet, the base can be "seen" as usual in the WEB-UI and can be accepted/configured.


Info

The switch/router MUST be configured to forward those multicast messages between the different subnet's. As we are not the experts for your used switches, you need to configure this yourself, we can not support you but only document examples we received from our customers. Below we will document some switch configuration examples, documentation is ongoing.

Panel
titleColor#F85404
titleBGColor#F0F0F0
titleManual configuration

When you are not able to configure the switch to forward the multicast messages between the subnet's, there is a manual configuration possible.

  1. Install the base-station in the same subnet as the DECT manager
  2. Activate the base-station via the DM web-interface (Normal installation procedure)
  3. Enable CLI access for the system
  4. Access the CLI interface of the base-station you want to place in the different subnet, using for example putty
  5. Configure the DECT manager IP address via the cli command: cli-config set scpcd.lan.dm_ip="192.168.178.20" (Replace the IP-address with the address of your DM)
  6. IP-routing between the subnet's is configured
  7. Install the base-station in the different subnet


  • Remove option by writing empty string: cli-config set scpcd.lan.dm_ip=""
  • Checking current value: cli-config get scpcd.lan.dm_ip
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleConfiguration examples

Wireshark

You can use wireshark to trace if the multicast message are forwarded to the subnet, the DECT manager is installed. To see the multicast messages in wireshark, you can use the filter "ip.addr>=224.0.0.0".