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

Ten advantages of structured cabling system

As wireless networking becomes more of a necessit...

What are the applications of machine learning in network management?

As networks move toward automation and intelligen...

Will an Ethernet splitter reduce my internet speed?

This article provides a detailed summary of Ether...

Will enterprises have dedicated 5G networks in the future?

5G networks bring many benefits to smartphone use...

Edge computing/fog computing and what it means for CDN providers?

CDN is usually a large number of distributed syst...

Talk about the other side of 5G that you don’t know

At present, domestic policies mainly revolve arou...

How Desktop Cloud Helps Application Innovation

Desktop cloud (also known as cloud desktop, deskt...

How to prevent 5G from creating a new digital divide

There is no doubt that more pervasive 5G technolo...

A brief analysis of Web real-time communication technology!

Web-based instant messaging The server can immedi...

Combining VXLAN and EVPN

EVPN is one of the hottest network technologies i...