How to set IP addresses for network monitoring projects with more than 254 points?

How to set IP addresses for network monitoring projects with more than 254 points?

Many friends have asked, how to set the IP address for a large-scale monitoring project? For monitoring projects, many causes of failure are related to improper IP address settings, such as IP conflicts, or several monitoring images are not displayed, etc., which are all related to the IP. It is very important to allocate IP addresses reasonably.

1. Why should IP be allocated reasonably?

For small monitoring projects, the IP address setting is relatively simple, and most people will not make mistakes. However, for monitoring projects with more than 254 points, it is easy to make mistakes. Why?

[[256170]]

***. If there are more than 254 points and the network segments are not divided, and the system is allowed to automatically assign IP addresses, IP conflicts are likely to occur.

Second, if the network is divided into segments, the allocation of IP addresses and the setting of subnet masks become a problem. Some friends are not familiar with IP address allocation and are prone to making mistakes.

So what should we do? Dividing the network segments is a reasonable approach.

2. How to allocate IP in large networks

For monitoring of more than 254 points, although we can assign IP addresses without dividing the network segments, a good network planning is not only about simply and barely realizing the functions, but also needs to focus on the later maintenance and the clarity and scalability of the entire network.

Let's take an example to see how to assign IP addresses.

A factory monitoring project is divided into four areas with a total of 300 points. All equipment is in an intranet, and the main line is connected by optical cable. There are two areas with 70 points each, and the other two areas with 80 points each. How to set their IP addresses?

The allocation is as follows:

First, let's analyze,

To achieve the monitoring of these 300 points, there are two ways to do it:

Type ***: No network segmentation

The first is to not divide VLANs and use layer 2 switches. The IP address can be directly set to an IP address range of 192.168.0.1-192.168.1.254, and the subnet mask is 255.255.254.0. A total of 500 IP addresses can be used, which is completely sufficient.

Some friends may wonder how the subnet mask 255.255.254.0 is derived, and why it is not 255.255.255.0?

Subnet mask calculation

Here we will explain the IP address range 192.168.0.1-192.168.1.254 separately. Why is the subnet mask of this network segment 255.255.254.0?

This IP address range includes two IP segments.

The first IP segment is: 192.168.0.1-192.168.0.254 and its subnet mask is 255.255.255.0.

The second IP segment is: 192.168.1.1-192.168.1.254, and its subnet mask is 255.255.254.0.

In layman's terms, their common subnet mask is 255.255.254.0.

The second method: dividing the network segment

Here we focus on the method of dividing network segments. Using a three-layer switch, four network segments can be directly divided.

Main monitoring address: 192.168.1.1 255.255.252.0

Area A address: 192.168.1.2~192.168.1.254 Mask 255.255.252.0 Gateway 192.168.1.1

Area B address: 192.168.2.1~192.168.2.254 Mask 255.255.252.0 Gateway 192.168.1.1

Zone C address: 192.168.3.1~192.168.3.254 Mask 255.255.252.0 Gateway 192.168.1.1

D zone address: 192.168.4.1~192.168.4.254 mask 255.255.252.0 gateway 192.168.1.1

Each network segment here can accommodate more than 250 points, which is more than enough to allocate IP addresses to each area. In addition, if points are added in each area in the future, there will be enough reserves. It is worth noting that the access layer switches need to be reasonably allocated. We have mentioned the selection of access layer switches before, so we will not explain it in detail here.

So what are the benefits of dividing network segments in this way?

The IP addresses of the four areas are relatively obvious. If there is a problem with a camera, you can quickly locate the camera with the problem by batch pinging the IP addresses. At the same time, it can also effectively prevent IP conflicts. IP is a problem that occurs frequently in network failures, and it can also reduce broadcast storms.

<<:  Principles of nine cross-domain implementation methods (full version)

>>:  The 2019 First Intelligent Communications Industry Summit was held, and cloud communications entered the technology-driven stage

Recommend

New 5G transmission specification helps support demanding 5G applications

The Broadband Forum has published its technical r...

Huawei releases full-scenario intelligent connectivity solution

[Beijing, China, October 13, 2020] Today, the 6th...

Is blockchain the next big thing? But it can easily fail if you’re not careful

On December 17 last year, according to the Bitcoi...

Buildings are finding ways to incorporate 5G into IoT networks

The long-awaited 5G technology has finally arrive...

Operators are ready for the cloud computing market in 2019!

After nearly a decade of deployment in the cloud ...

36.2%! H3C leads the Chinese campus switch market

Recently, IDC released the "China Ethernet S...

What else will we look forward to in the communications industry in 2023?

​Hello everyone, I am Xiaozaojun. The joyful and ...

5G is coming, but the three major operators are playing "Three Kingdoms"

I wonder if you have visited the business halls o...

The 5G R16 standard is frozen. What does it mean?

On July 3, 3GPP announced the completion of the s...