CN115865677A - Method and device for solving limitation of number of multi-service edge servers (VPui) - Google Patents

Method and device for solving limitation of number of multi-service edge servers (VPui) Download PDF

Info

Publication number
CN115865677A
CN115865677A CN202211346898.9A CN202211346898A CN115865677A CN 115865677 A CN115865677 A CN 115865677A CN 202211346898 A CN202211346898 A CN 202211346898A CN 115865677 A CN115865677 A CN 115865677A
Authority
CN
China
Prior art keywords
vbui
module
interface
address
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211346898.9A
Other languages
Chinese (zh)
Inventor
何广生
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Unihub China Information Technology Co Ltd
Original Assignee
Unihub China Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Unihub China Information Technology Co Ltd filed Critical Unihub China Information Technology Co Ltd
Priority to CN202211346898.9A priority Critical patent/CN115865677A/en
Publication of CN115865677A publication Critical patent/CN115865677A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Small-Scale Networks (AREA)

Abstract

The invention discloses a method and a device for solving the limitation of the number of a multi-service edge server vbui, wherein the method comprises the following steps: s01, acquiring information of equipment vbui; and S02, issuing the work order address. The problem of error reporting caused by the fact that the number of the segments for issuing the vbui address exceeds the limit is solved, and the success rate and the efficiency of issuing the work order are improved; a work order can issue a plurality of service type addresses, information such as a vbui address field and address utilization rate of a page display device is used, the address use situation of the device can be intuitively and conveniently known, and an early warning effect is achieved.

Description

Method and device for solving limitation of number of multi-service edge servers (VPui)
Technical Field
The invention relates to the field of communication, in particular to a method and a device for solving the limitation of the number of a multi-service edge server vbui.
Background
And the vbui virtual interface is used for allocating an address pool for the user. As compared to the vlan if interface of the switch. Gateway IP addresses can be specified through the vbui interface, dns can be configured, address pools can be configured, and the like.
For example:
establishing a vbui interface and allocating an address pool for a user
interface vbui1
First address of ip address x.x.116.1 255.255.252.0# address pool
DNS primary x.x.224.68# configuration DNS
dns secondary x.x.225.68
dhcp trust-option82
web authentication subscriber none
ip pool 1pppoe1 x.x.116.2x.119.254priority 10 unlock # configuration address pool, each with at most four C, and at most 5 configuration address pools
A user issues an address pool to an MSE device, generally, a service is configured under one default vbui, generally, the number of 256 address segments is enough in a short time, but as the user service increases, the configuration number reaches the maximum limit, and an error is reported. The user performs an address pool issuing process on MSE equipment, for some equipment, the maximum number of address fields configured by each vbui interface is 256, and the problem of failure of vbui interface overrun configuration may occur in actual work order address pool issuing, which affects user service opening.
Disclosure of Invention
In order to solve the problems existing in the manual network fault positioning, the invention provides a method and a device for solving the limitation of the number of the vbui of the multi-service edge server, which are used for collecting and monitoring the number of the configured address segments of the vbui in real time and avoiding the vbui with the full number, thereby avoiding the problem of configuration errors and improving the success rate of issuing work orders.
In order to achieve the purpose, the invention adopts the following technical scheme:
in an embodiment of the present invention, a method for solving the limitation of the number of vbui of a multi-service edge server is provided, where the method includes:
s01, acquiring information of equipment vbui;
and S02, issuing the work order address.
Further, the S01 includes:
s011, acquiring all equipment information sets needing to be acquired and recording the equipment information sets as DEVS;
s012, checking whether DEVS traverses to complete the backup, if not, entering S013, and if so, entering S018;
s013, executing a command show running-configuring | begin interface vbui, namely executing a collection command;
s014, obtaining a command execution result and recording the command execution result as M;
s015, acquiring configuration information of a vbui interface;
s016, analyzing the configuration information of the vbui interface line by line to obtain the service type and address field information corresponding to the interface, and entering S017;
s017, calculating the number of addresses through the start ip and the masks of each address segment, and storing the number of the addresses in a database table Vguinfo;
and S018, exiting the acquisition program.
Further, if the vbui interface configuration information is analyzed line by line in S016 and the service type and address field information corresponding to the interface is not obtained, the process returns to S015.
Further, the S02 includes:
s021, reading Worksheet work order information to obtain an IP of the equipment, recording the IP as DEV, recording the business type of DEV associated with Vbuiinfo as SERV, recording the corresponding vbui as V, and reading a login account password of the equipment by a DEV associated Device table;
s022, reading Worksheet work order information, obtaining a service type and recording the service type as Ws _ SERV, wherein the starting address is ip1, the mask is mask1, and the length of the calculated address is N;
s023, logging in the device DEV, judging whether the logging is successful or not, and if the logging is successful, skipping to S0210 in case of logging failure;
s024, extracting a service type from the Ws _ SERV and recording the service type as SERVx;
s025, judging that the SERVx is in the SERV, if so, performing the next step, and otherwise, skipping to S027;
s026, judging that the number of records of the SERVx is less than 256, if yes, recording the corresponding vbui as n, and skipping S027, otherwise, carrying out the next step;
s027, extracting the maximum vbui in V and recording the maximum vbui as Vn, and newly building an interface Vn +1, n = Vn +1;
s028, entering Vn, executing ip address ip1 mask1, if the execution is successful, then going to the next step, and if the execution is failed, then going to S0210;
s029, inserting DEV, N, SERVx, ip1, mask1 and N into the Vguinfo table, and jumping to S024;
and S0210, exiting the equipment.
In an embodiment of the present invention, a device for solving the limitation of the number of vbui of a multi-service edge server is further provided, where the device includes:
the equipment vbui information acquisition module 110 and the work order address issuing module 120.
Further, the device vbui information collecting module 110 includes:
the DEVS acquiring module 111 acquires all device information sets to be acquired and records as DEVS;
the DEVS checking module 112 checks whether the DEVS is completely traversed, otherwise, the DEVS enters the acquisition command executing module 113, and if so, the DEVS enters the exit module 118;
the acquisition command execution module 113 executes a command show running-configuring | begin interface vbui, namely executes the acquisition command;
the execution result recording module 114 obtains a command execution result and records the command execution result as M;
the vbui interface information acquisition module 115 acquires vbui interface configuration information;
the vbui interface analysis module 116 analyzes the vbui interface configuration information line by line to obtain the service type and address field information corresponding to the interface;
the address number calculation module 117 calculates the number of addresses by using the start ip and the mask of each address segment, and stores the number of addresses in the database table Vbuiinfo;
and exiting the module 118 and exiting the acquisition program.
Further, if the vbui interface configuration information is analyzed line by line in the vbui interface analysis module 116 and the service type and address field information corresponding to the interface is not obtained, the vbui interface configuration information is returned to the vbui interface information acquisition module 115.
Further, the work order address issuing module 120 includes:
the DEV information obtaining module 121 reads an IP of a Worksheet work order information obtaining Device as DEV, a business type of DEV associated with Vbuiinfo is recorded as SERV, a corresponding vbui is recorded as V, and a DEV associated Device table reads a login account password of the Device;
the Worksheet Worksheet information reading module 122 reads the Worksheet Worksheet information, obtains the service type and records as Ws _ SERV, the starting address is ip1, the mask is mask1, and the calculation address length is N;
the device login module 123 and the device DEV login judge whether the login is successful, and if the login is successful, the next step is that the login fails, the device login module 1210 is jumped to;
the service extraction module 124 extracts a service type from the Ws _ SERV and records the service type as SERVx;
the first judging module 125 judges that the SERVx is in the SERV, if so, the next module, otherwise, the newly-built interface module 127 is skipped;
the second judgment module 126 judges that the number of records of the SERVx is less than 256, if yes, the corresponding vbui is recorded as n, and the new interface module 127 is skipped, otherwise, the next module is started;
newly building an interface module 127, extracting the maximum vbui in the V and recording the maximum vbui as Vn, and newly building an interface Vn +1, n = Vn +1;
the execution module 128 enters Vn, executes ip address ip1 mask1, if the execution is successful, the next module is executed, and if the execution is failed, the skip device exits the module 1210;
vbuiinfo table module 129, insert DEV, N, SERVx, ip1, mask1, N into Vbuiinfo table, jump service extraction module 124;
device exit module 1210 exits the device.
In an embodiment of the present invention, a computer device is further provided, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, and when the processor executes the computer program, the aforementioned method for solving the limitation of the number of the multi-service edge servers vbui is implemented.
In an embodiment of the present invention, a computer-readable storage medium is further proposed, where a computer program for executing the method for resolving the limitation of the number of the multi-service edge servers vbui is stored in the computer-readable storage medium.
Has the advantages that:
the problem of error reporting caused by the fact that the number of the segments for issuing the vbui address exceeds the limit is solved, and the success rate and the efficiency of issuing the work order are improved; a work order can issue a plurality of service type addresses, information such as a vbui address field and address utilization rate of a page display device is used, the address use situation of the device can be intuitively and conveniently known, and an early warning effect is achieved.
Drawings
Fig. 1 is a schematic flow chart illustrating a method for solving the limitation of the number of vbui of the multi-service edge server according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of the apparatus vbui information collection in FIG. 1;
FIG. 3 is a schematic diagram illustrating a process of work order address issue in FIG. 1;
FIG. 4 is a schematic structural diagram of an apparatus for solving the limitation of the number of vbui of the multi-service edge server according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a vbui information acquisition module of the device in fig. 4;
FIG. 6 is a schematic diagram of the work order address issuing module in FIG. 4;
fig. 7 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The principles and spirit of the present invention will be described below with reference to several exemplary embodiments, which should be understood to be presented only to enable those skilled in the art to better understand and implement the present invention, and not to limit the scope of the present invention in any way. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As will be appreciated by one skilled in the art, embodiments of the present invention may be embodied as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the form of: entirely hardware, entirely software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
The invention relates to terms and table examples:
vbuiinfo, device vbui info table, contains necessary information: information of device IP, VBUI interface, service type, start IP, mask, number of addresses, etc. as shown in table 1 below
Equipment IP VBUI interface Type of service Start IP Mask code Number of addresses
192.168.1.1 vbui1 pppoe 10.0.0.1 255.255.248.0 8
192.168.1.1 vbui2 nat-pppoe 10.2.0.1 255.255.252.0 4
192.168.1.1 vbuil pppoe 10.0.0.21 255.255.254.0 2
192.168.1.1 vbui3 ippon 10.3.0.1 255.255.248.0 8
TABLE 1
Worksheet, work order information Table, contains device IP, service type, start IP, mask, number of addresses, as in Table 2 below:
equipment IP Type of service Start IP Mask code Number of addresses
192.168.1.1 pppoe 10.0.0.41 255.255.248.0 8
192.168.1.1 nat-pppoe 10.2.0.11 255.255.248.0 8
TABLE 2
The Device, device information table, contains necessary information such as Device ID, device IP, device type, login method, login account, login password, and the like, as shown in table 3 below:
device ID Equipment IP Type of device Login method Login account Login password
DEVID1 192.168.0.1 Huacheng router telnet user1 pwd1
DEVID2 192.168.1.1 Zhongxing router telnet user2 pwd2
TABLE 3
According to the embodiment of the invention, the method and the device for solving the limitation of the number of the vbui of the multi-service edge server are provided, the number of the configured address segments of the vbui is collected and monitored in real time, and the full vbui is avoided, so that the problem of configuration errors is avoided, and the success rate of issuing the work order is improved.
The principles and spirit of the present invention are explained in detail below with reference to several representative embodiments of the invention.
Fig. 1 is a flowchart illustrating a method for solving the limitation of the number of vbui of the multi-service edge server according to an embodiment of the present invention. As shown in fig. 1, the method includes:
s01, acquiring information of equipment vbui;
and S02, issuing the work order address.
As shown in fig. 2, the S01 includes:
s011, acquiring all equipment information sets needing to be acquired and recording the equipment information sets as DEVS;
s012, checking whether the DEVS completes traversing, otherwise, entering S013, and if so, entering S018;
s013, executing a command show running-config | begin interface vbui, namely executing a collection command;
s014, obtaining a command execution result and recording the command execution result as M;
s015, acquiring the configuration information of the vbui interface;
s016, analyzing the configuration information of the vbui interface line by line to obtain the service type and address field information corresponding to the interface, and entering S017;
s017, calculating the number of addresses through the start ip and the mask of each address segment, and storing the number of the addresses in a database table Vguinfo;
and S018, exiting the acquisition program.
And if the vbui interface configuration information is analyzed line by line in S016 and the service type and address field information corresponding to the interface cannot be obtained, returning to S015.
As shown in fig. 3, the S02 includes:
s021, reading Worksheet work order information to obtain equipment IP, recording the IP as DEV, recording the business type of DEV associated with Vguinfo as SERV, recording the corresponding vbui as V, and reading equipment login account password by the DEV associated with a Device table;
s022, reading Worksheet work order information, obtaining a service type and recording the service type as Ws _ SERV, wherein the starting address is ip1, the mask is mask1, and the length of the calculated address is N;
s023, logging in the device DEV, judging whether the logging is successful or not, and if the logging is successful, skipping to S0210 in case of logging failure;
s024, extracting a service type from the Ws _ SERV and recording the service type as SERVx;
s025, judging that the SERVx is in the SERV, if so, performing the next step, and otherwise, skipping to S027;
s026, judging that the number of records of the SERVx is less than 256, if yes, recording the corresponding vbui as n, and skipping S027, otherwise, carrying out the next step;
for example:
Interface vbui1
ip address 124.226.154.1 255.255.254.0
ip address 124.226.154.1 255.255.254.0
....
the upper limit of the configurable number of lines of the one vbui port is 256, which is one characteristic of the device.
S027, extracting the maximum vbui in V and recording the maximum vbui as Vn, and newly building an interface Vn +1, n = Vn +1;
s028, entering Vn, executing ip address ip1 mask1, if the execution is successful, then going to the next step, and if the execution is failed, then going to S0210;
for example, a vbui1 interface is established to assign a pool of addresses to the user (# post comments)
interface vbui1
First address of ip address x.x.116.1 255.255.252.0# address pool
DNS primary x.x.224.68# configuration DNS
dns secondary x.x.225.68
dhcp trust-option82
web authentication subscriber none
The ip pool 1pppoe1 x.x.116.2x.119.254priority 0unlock # is configured to the address pool, and each address pool has at most four C and can be configured with at most 5C.
S029, inserting DEV, N, SERVx, ip1, mask1 and N into the Vguinfo table, and jumping to S024;
and S0210, exiting the equipment.
It should be noted that although the operations of the method of the present invention have been described in the above embodiments and the accompanying drawings in a particular order, this does not require or imply that these operations must be performed in this particular order, or that all of the operations shown must be performed, to achieve the desired results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions.
Based on the same inventive concept, the invention also provides a device for solving the limitation of the number of the multi-service edge servers vbui. The implementation of the device can refer to the implementation of the method, and repeated details are not repeated. The term "module," as used below, may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Fig. 4 is a schematic structural diagram of an apparatus for solving the limitation of the number of vbui of the multi-service edge server according to an embodiment of the present invention. As shown in fig. 4, the apparatus includes:
the equipment vbui information acquisition module 110 and the work order address issuing module 120.
As shown in fig. 5, the device vbui information collecting module 110 includes:
the DEVS acquiring module 111 acquires all device information sets to be acquired and records as DEVS;
the DEVS checking module 112 checks whether the DEVS is completely traversed, otherwise, the DEVS enters the acquisition command executing module 113, and if so, the DEVS enters the exit module 118;
the acquisition command execution module 113 executes a command show running-configuring | begin interface vbui, namely executes the acquisition command;
the execution result recording module 114 obtains a command execution result and records the command execution result as M;
the vbui interface information acquisition module 115 acquires vbui interface configuration information;
the vbui interface analysis module 116 analyzes the vbui interface configuration information line by line to obtain the service type and address field information corresponding to the interface;
the address number calculation module 117 calculates the number of addresses by the start ip and the mask of each address segment, and stores the number of addresses in the database table Vbuiinfo;
and exiting the module 118 and exiting the acquisition program.
And if the vbui interface configuration information is analyzed line by line in the vbui interface analysis module 116 and the service type and address field information corresponding to the interface cannot be obtained, returning to the vbui interface information acquisition module 115.
As shown in fig. 6, the work order address issuing module 120 includes:
the DEV information obtaining module 121 reads an IP of a Worksheet work order information obtaining Device as DEV, a business type of DEV associated with Vbuiinfo is recorded as SERV, a corresponding vbui is recorded as V, and a DEV associated Device table reads a login account password of the Device;
the Worksheet Worksheet information reading module 122 reads the Worksheet Worksheet information, obtains the service type and records as Ws _ SERV, the starting address is ip1, the mask is mask1, and the calculation address length is N;
the device login module 123 and the device DEV login judge whether the login is successful, and if the login is successful, the next step is that the login fails, the device login module 1210 is jumped to;
the service extraction module 124 extracts a service type from the Ws _ SERV and records the service type as SERVx;
the first judging module 125 judges that the SERVx is in the SERV, if so, the next module, otherwise, the newly-built interface module 127 is skipped;
the second judgment module 126 judges that the number of records of the SERVx is less than 256, if yes, the corresponding vbui is recorded as n, and the new interface module 127 is skipped, otherwise, the next module is started;
newly building an interface module 127, extracting the maximum vbui in the V and recording the maximum vbui as Vn, and newly building an interface Vn +1, n = Vn +1;
the execution module 128 enters Vn, executes ip address ip1 mask1, if the execution is successful, the next module is executed, and if the execution is failed, the skip device exits the module 1210;
vbuiinfo table module 129, insert DEV, N, SERVx, ip1, mask1, N into Vbuiinfo table, jump service extraction module 124;
a device exit module 1210 to exit the device.
It should be noted that although in the above detailed description several modules of the apparatus addressing the limitation of the number of multiservice edge servers vbui are mentioned, this division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the modules described above may be embodied in one module according to embodiments of the invention. Conversely, the features and functions of one module described above may be further divided into embodiments by a plurality of modules.
Based on the aforementioned inventive concept, as shown in fig. 7, the present invention further provides a computer apparatus 200, which includes a memory 210, a processor 220, and a computer program 230 stored on the memory 210 and operable on the processor 220, wherein the processor 220 implements the aforementioned method for solving the limitation of the number of vbui of the multi-service edge server when executing the computer program 230.
Based on the foregoing inventive concept, the present invention also provides a computer-readable storage medium storing a computer program for executing the foregoing method for solving the limitation of the number of the multi-service edge servers vbui.
The method and the device for solving the limitation of the number of the vbui of the multi-service edge server, provided by the invention, can be used for timely and effectively preventing and preprocessing faults by making a streamlined analysis means and a preprocessing rule, reducing the working pressure of network operation and maintenance personnel and improving the operation and maintenance efficiency.
While the spirit and principles of the invention have been described with reference to several particular embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, nor is the division of aspects, which is for convenience only as the features in such aspects may not be combined to benefit. The invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.
The limitation of the protection scope of the present invention is understood by those skilled in the art, and various modifications or changes which can be made by those skilled in the art without inventive efforts based on the technical solution of the present invention are still within the protection scope of the present invention.

Claims (10)

1. A method for solving the limitation of the number of the vbui of the multi-service edge server is characterized by comprising the following steps:
s01, acquiring information of equipment vbui;
and S02, issuing a work order address.
2. The method according to claim 1, wherein the S01 comprises:
s011, acquiring all equipment information sets needing to be acquired and recording the equipment information sets as DEVS;
s012, checking whether DEVS traverses to complete the backup, if not, entering S013, and if so, entering S018;
s013, executing a command show running-configuring | begin interface vbui, namely executing a collection command;
s014, obtaining a command execution result and recording the command execution result as M;
s015, acquiring configuration information of a vbui interface;
s016, analyzing the configuration information of the vbui interface line by line to obtain the service type and address field information corresponding to the interface, and entering S017;
s017, calculating the number of addresses through the start ip and the masks of each address segment, and storing the number of the addresses in a database table Vguinfo;
and S018, exiting the acquisition program.
3. The method according to claim 2, wherein analyzing the vbui interface configuration information row by row in S016 fails to obtain the service type and address field information corresponding to the interface, and then returning to S015.
4. The method for resolving the limitation of the number of vbui multi-service edge servers according to claim 1, wherein the S02 comprises:
s021, reading Worksheet work order information to obtain equipment IP, recording the IP as DEV, recording the business type of DEV associated with Vguinfo as SERV, recording the corresponding vbui as V, and reading equipment login account password by the DEV associated with a Device table;
s022, reading Worksheet work order information, obtaining a service type and recording the service type as Ws _ SERV, wherein the starting address is ip1, the mask is mask1, and the length of the calculated address is N;
s023, logging in the device DEV, judging whether the logging is successful or not, and if the logging is successful, skipping to S0210 in case of logging failure;
s024, extracting a service type from the Ws _ SERV and recording the service type as SERVx;
s025, judging that the SERVx is in the SERV, if so, performing the next step, and otherwise, skipping to S027;
s026, judging that the number of records of the SERVx is less than 256, if yes, recording the corresponding vbui as n, and skipping S027, otherwise, carrying out the next step;
s027, extracting the maximum vbui in V and recording the maximum vbui as Vn, and newly building an interface Vn +1, n = Vn +1;
s028, entering Vn, executing ip address ip1 mask1, if the execution is successful, then going to the next step, and if the execution is failed, then going to S0210;
s029, inserting DEV, N, SERVx, ip1, mask1 and N into the Vguinfo table, and jumping to S024;
and S0210, exiting the equipment.
5. An apparatus for resolving a limitation of a number of multi-service edge servers, vbui, comprising:
the equipment vbui information acquisition module 110 and the work order address issuing module 120.
6. The apparatus for resolving the limitation of the number of vbui of the multi-service edge server as claimed in claim 5, wherein said device vbui information collecting module 110 comprises:
the DEVS acquiring module 111 acquires all device information sets to be acquired and records as DEVS;
the DEVS checking module 112 checks whether the DEVS is completely traversed, otherwise, the DEVS enters the acquisition command executing module 113, and if yes, the DEVS enters the exit module 118;
the acquisition command execution module 113 executes a command show running-configuring | begin interface vbui, namely executes the acquisition command;
the execution result recording module 114 obtains a command execution result and records the command execution result as M;
the vbui interface information acquisition module 115 acquires vbui interface configuration information;
the vbui interface analysis module 116 analyzes the vbui interface configuration information line by line to obtain the service type and address field information corresponding to the interface;
the address number calculation module 117 calculates the number of addresses by using the start ip and the mask of each address segment, and stores the number of addresses in the database table Vbuiinfo;
and exiting the module 118 and exiting the acquisition program.
7. The apparatus according to claim 6, wherein the apparatus for solving the limitation on the number of vbui of the multi-service edge server is configured to analyze the vbui interface configuration information line by line in the vbui interface analysis module 116 to obtain the service type and address field information corresponding to the interface, and then return the vbui interface configuration information to the vbui interface information obtaining module 115.
8. The apparatus for resolving the limitation of the number of vbui of multi-service edge servers according to claim 5, wherein the work order address issuing module 120 comprises:
the DEV information obtaining module 121 reads an IP of a Worksheet work order information obtaining Device as DEV, a business type of DEV associated with Vbuiinfo is recorded as SERV, a corresponding vbui is recorded as V, and a DEV associated Device table reads a login account password of the Device;
the Worksheet Worksheet information reading module 122 reads the Worksheet Worksheet information, obtains the service type as Ws _ SERV, and has a start address of ip1, a mask of mask1 and a calculated address length of N;
the device login module 123 and the device DEV login judge whether the login is successful, and if the login is successful, the next step is that the login fails, the device login module 1210 is jumped to;
the service extraction module 124 extracts a service type from the Ws _ SERV and records the service type as SERVx;
the first judging module 125 judges that the SERVx is in the SERV, if so, the next module is performed, otherwise, the new interface module 127 is skipped;
the second judgment module 126 judges that the number of records of the SERVx is less than 256, if yes, the corresponding vbui is recorded as n, and the new interface module 127 is skipped, otherwise, the next module is started;
newly building an interface module 127, extracting the maximum vbui in the V and recording the maximum vbui as Vn, and newly building an interface Vn +1, n = Vn +1;
the execution module 128 enters Vn, executes ip address ip1 mask1, if the execution is successful, the next module is executed, and if the execution is failed, the skip device exits the module 1210;
vbuiinfo table module 129, insert DEV, N, SERVx, ip1, mask1, N into Vbuiinfo table, jump service extraction module 124;
a device exit module 1210 to exit the device.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of claims 1-4 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of claims 1-4.
CN202211346898.9A 2022-10-31 2022-10-31 Method and device for solving limitation of number of multi-service edge servers (VPui) Pending CN115865677A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211346898.9A CN115865677A (en) 2022-10-31 2022-10-31 Method and device for solving limitation of number of multi-service edge servers (VPui)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211346898.9A CN115865677A (en) 2022-10-31 2022-10-31 Method and device for solving limitation of number of multi-service edge servers (VPui)

Publications (1)

Publication Number Publication Date
CN115865677A true CN115865677A (en) 2023-03-28

Family

ID=85662121

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211346898.9A Pending CN115865677A (en) 2022-10-31 2022-10-31 Method and device for solving limitation of number of multi-service edge servers (VPui)

Country Status (1)

Country Link
CN (1) CN115865677A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105071945A (en) * 2015-06-26 2015-11-18 国网山东省电力公司济南供电公司 Network terminal address bulk binding method based on interchanger technology
CN105391815A (en) * 2015-10-22 2016-03-09 广州咨元信息科技有限公司 Internet IP address resource collection and centralized management method
CN111901452A (en) * 2020-07-20 2020-11-06 中盈优创资讯科技有限公司 Method and device for automatically adapting and adding IPV6 information for equipment interface
CN112291162A (en) * 2020-10-02 2021-01-29 中盈优创资讯科技有限公司 Business dynamic resource allocation method
CN114124905A (en) * 2021-11-03 2022-03-01 中盈优创资讯科技有限公司 Method and device for judging static address pool address occupation condition statistics
CN114710469A (en) * 2020-12-16 2022-07-05 中盈优创资讯科技有限公司 IPV4 address rationalization management method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105071945A (en) * 2015-06-26 2015-11-18 国网山东省电力公司济南供电公司 Network terminal address bulk binding method based on interchanger technology
CN105391815A (en) * 2015-10-22 2016-03-09 广州咨元信息科技有限公司 Internet IP address resource collection and centralized management method
CN111901452A (en) * 2020-07-20 2020-11-06 中盈优创资讯科技有限公司 Method and device for automatically adapting and adding IPV6 information for equipment interface
CN112291162A (en) * 2020-10-02 2021-01-29 中盈优创资讯科技有限公司 Business dynamic resource allocation method
CN114710469A (en) * 2020-12-16 2022-07-05 中盈优创资讯科技有限公司 IPV4 address rationalization management method and device
CN114124905A (en) * 2021-11-03 2022-03-01 中盈优创资讯科技有限公司 Method and device for judging static address pool address occupation condition statistics

Similar Documents

Publication Publication Date Title
CN108964995A (en) Log correlation analysis method based on time shaft event
CN105553739B (en) A kind of method and device for realizing MAC Address tracking
CN101197621A (en) Method and system for remote diagnosing and locating failure of network management system
CN106506513A (en) Firewall policy data analysis set-up and method based on network traffics
CN104135740A (en) Distribution automation wireless communication fault locating method
CN116800586A (en) Method for diagnosing data communication faults of telecommunication network
CN110798539B (en) Method and system for determining hanging-down base station of IPRAN network equipment
CN110912606B (en) Fault positioning method and device for PON cloud private network
CN115865677A (en) Method and device for solving limitation of number of multi-service edge servers (VPui)
CN107360271A (en) Network equipment information obtains and IP address automatic division method, system and equipment
CN113965355B (en) Illegal IP (Internet protocol) intra-provincial network plugging method and device based on SOC (system on chip)
CN104539463A (en) Network device configuration file online attribute cross checking method and system
CN104468232A (en) Method and system for using xml file and mib to complete network device configuration
CN109818764B (en) IPTV network equipment fault detection method and device
CN109218113B (en) Communication network fault positioning method and fault monitoring device
CN106982145A (en) A kind of patterned end-to-end diagnostic method of broadband failure
CN114039914B (en) Method and device for analyzing survival IPv6 address and planning of metropolitan area network
CN115834365A (en) Method, device and equipment for home wide service diagnosis based on novel network
CN114553678A (en) Diagnosis method for soft SLB traffic problem of cloud network
CN114500236A (en) Equipment fault analysis method and device based on switch information state and log
CN114006734A (en) Method and device for analyzing false source address of flow in metropolitan area network
CN110855480B (en) Network fault fixed factor analysis method and device
Cisco Troubleshooting
Cisco Troubleshooting
CN115834541A (en) Optimization management method and device for equipment configuration DHCP (dynamic host configuration protocol) address pool

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination