CN106385384B - Message sending method and network equipment - Google Patents

Message sending method and network equipment Download PDF

Info

Publication number
CN106385384B
CN106385384B CN201610795886.2A CN201610795886A CN106385384B CN 106385384 B CN106385384 B CN 106385384B CN 201610795886 A CN201610795886 A CN 201610795886A CN 106385384 B CN106385384 B CN 106385384B
Authority
CN
China
Prior art keywords
flow
sent
messages
current available
mobile communication
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.)
Active
Application number
CN201610795886.2A
Other languages
Chinese (zh)
Other versions
CN106385384A (en
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.)
Maipu Communication Technology Co Ltd
Original Assignee
Maipu Communication 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 Maipu Communication Technology Co Ltd filed Critical Maipu Communication Technology Co Ltd
Priority to CN201610795886.2A priority Critical patent/CN106385384B/en
Publication of CN106385384A publication Critical patent/CN106385384A/en
Application granted granted Critical
Publication of CN106385384B publication Critical patent/CN106385384B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/70Admission control; Resource allocation
    • H04L47/82Miscellaneous aspects
    • H04L47/822Collecting or measuring resource availability data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0876Network utilisation, e.g. volume of load or congestion level

Abstract

The invention discloses a message sending method, which comprises the following steps: after a mobile communication interface on network equipment is loaded successfully, starting flow monitoring to obtain the current available flow of the mobile communication interface; calculating the number of messages which can be sent currently according to the maximum transmission unit configured on the mobile communication interface and the current available flow; and sending the message to be sent according to the calculated number of the current messages to be sent and the current available flow. The invention also provides network equipment. The method has the advantage of realizing the autonomous real-time monitoring of the flow of the equipment end under the condition of not influencing the sending performance. Meanwhile, the abnormal situation of the flow is correspondingly processed in the flow counting process. The invention belongs to pure software implementation, does not depend on the change of network equipment, can flexibly monitor the flow use condition of the network equipment, improves the running stability of the network equipment, and reduces the maintenance cost and the labor input of a client to the network equipment.

Description

Message sending method and network equipment
Technical Field
The invention relates to the field of mobile communication, in particular to a message sending method and network equipment in the data communication process.
Background
With the development and popularization of 3G (3 rd-Generation, chinese: third Generation)/4G (4 th-Generation, chinese: fourth Generation) networks, network connections of network devices such as data monitoring and leaving ATM mainly rely on traffic on a data card to perform data packet interaction, as shown in fig. 1, a network device 1 and a network device 2 enter a 3G/4G network by dialing, and a control center monitors working conditions of the network device 1 and the network device 2, because the network devices are mostly installed in relatively scattered places and are far away from the control center. When the traffic on the data card is insufficient or under-charged, if the control center cannot monitor the remaining traffic on the data card in real time, the network service will be suddenly interrupted, packet loss and other situations will be caused, and the customer service will be directly affected. Meanwhile, after the control center charges the network equipment for arrearages, the network equipment cannot automatically recover and register to the network, and special technical service personnel are required to go to the site for processing, so that the continuous investment of manpower and material resources in the use process of the equipment can be increased, and the maintenance cost of the equipment is increased.
Disclosure of Invention
The invention provides a message sending method and network equipment, which are used for solving the problem that the network equipment is mostly arranged in relatively scattered places and is far away from a control center. When the traffic on the data card is insufficient or under-charged abnormal conditions, the control center cannot monitor the residual traffic on the data card in real time, which causes sudden interruption of network service, packet loss and other conditions, and affects the customer service. Meanwhile, after the control center carries out arrearage recharging on the network equipment, the network equipment cannot automatically recover and register to the network, and special technical service personnel are required to go to the site for processing, so that the problem of increasing the equipment maintenance cost is solved.
In a first aspect, the present invention provides a method for sending a packet, where the method includes:
after a mobile communication interface on network equipment is loaded successfully, starting flow monitoring to obtain the current available flow of the mobile communication interface;
calculating the number of messages which can be sent currently according to the maximum transmission unit configured on the mobile communication interface and the current available flow;
and sending the message to be sent according to the calculated number of the current messages to be sent and the current available flow.
In a second aspect, the present invention provides a network device, comprising:
the interface loading module is used for loading a mobile communication interface and starting the flow monitoring module after the mobile communication interface is successfully loaded;
the flow monitoring module is used for monitoring the flow to obtain the current available flow of the mobile communication interface;
the calculation module is used for calculating the number of the messages which can be sent currently according to the maximum transmission unit configured on the mobile communication interface and the current available flow;
and the message sending module is used for sending the message to be sent according to the calculated number of the messages which can be sent currently and the current available flow.
The invention has the beneficial effects that: the invention only adds simple operations such as judgment, statistics and the like in the existing message sending process, takes the maximum transmission unit MTU as the length of the basic message, avoids the repeated calculation of the available flow in the message sending process by the successive approximation of the number of the messages which can be sent, and determines whether the messages can be sent or not by judging whether the number of the messages which can be sent is 0 or not. And the flow of the equipment end is autonomously monitored in real time under the condition of not influencing the sending performance. Meanwhile, the abnormal situation of the flow is correspondingly processed in the flow counting process. The invention belongs to pure software implementation, does not depend on the change of network equipment, can flexibly monitor the flow use condition of the network equipment, improves the running stability of the network equipment, and reduces the maintenance cost and the labor input of a client to the network equipment.
Drawings
Fig. 1 is a schematic networking diagram of a control center and a network device in the prior art;
fig. 2 is a flowchart of a method for sending a message according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a network device according to an embodiment of the present invention.
Detailed Description
In order to make the technical scheme of the invention more clear, the invention is further described in detail with reference to the attached drawings:
the network equipment is installed in relatively dispersed places and is far away from a control center. When the traffic on the data card is insufficient or under-charged abnormal conditions, the control center cannot monitor the residual traffic on the data card in real time, which causes sudden interruption of network service, packet loss and other conditions, and affects the customer service. Meanwhile, after the control center carries out arrearage recharging on the network equipment, the network equipment cannot automatically recover and register to the network, and special technical service personnel are required to go to the site for processing, so that the problem of increasing the equipment maintenance cost is solved.
In combination with the application scenario shown in fig. 1, an embodiment of the present invention provides a packet sending method, where a traffic usage is calculated according to a value of a Maximum Transmission Unit (MTU), and different traffic processing manners are adopted when remaining traffic reaches different traffic thresholds in a traffic usage process. As shown in fig. 2, the method includes:
step 201, after a mobile communication interface on a network device is loaded successfully, starting flow monitoring to obtain the current available flow of the mobile communication interface;
in this step, the starting of the flow monitoring to obtain the current available flow includes:
before the network equipment dials up through the mobile communication interface, acquiring initial available flow in a short message query mode;
acquiring the number of transmitted message bytes of the mobile communication interface in real time;
and calculating the difference value between the initial available flow and the number of the sent character sections to obtain the current available flow.
Preferably, in the process of flow monitoring, different flow thresholds may be set, and the currently available flow is monitored according to the flow thresholds and a corresponding flow processing mode is executed.
The starting of the flow monitoring to obtain the current available flow further comprises:
if the current available flow is larger than the first flow threshold, delaying for a certain time and then obtaining the current available flow according to the set cycle time;
if the current available flow is larger than the second flow threshold and smaller than or equal to the first flow threshold, generating and reporting flow early warning information;
if the current available flow is larger than the third flow threshold and smaller than or equal to the second flow threshold, generating flow alarm information and reporting the flow alarm information; in the embodiment of the present invention, the traffic alarm information may be reported only a certain number of times, for example, 10 times, and if the traffic alarm information has been reported 10 times, the traffic alarm information is not reported any more.
And if the current available flow is smaller than the third flow threshold, generating flow stop information and reporting the flow stop information in a short message mode. In order to avoid consuming the remaining traffic, in the embodiment of the present invention, the traffic stop information may be reported only a certain number of times, for example, 5 times. If the report has been reported for 5 times, the report is not continued.
After reporting the traffic stop information in a short message mode, periodically inquiring the short message to inquire the current available traffic condition, and if the available traffic information cannot be inquired in the short message for 5 times continuously, restarting the modem once to realize that the modem with the arrearage restarts to complete network registration.
The size of the above 3 flow thresholds can be set according to an actual application scenario, but the first flow threshold is greater than the second flow threshold, and the second flow threshold is greater than the third flow threshold. For example, a first flow threshold value of 30% of the initial available flow, a second flow threshold value of 10% of the initial available flow, and a third flow threshold value of 2% of the initial available flow may be set.
For example, different flag bits can be set in practical application to realize different traffic processing modes,
if the flag bit is set to flag, different flag values may be set to indicate that different traffic processing modes are performed, for example: periodically inquiring the current available flow when the flag value is defined as FREE _ WAIT;
reporting the flow early warning information to a control center when the flag value is WARN _ WATER;
reporting the flow alarm information to a control center when the flag value is LOW _ WATER, and reporting the flow STOP information to the control center in a short message mode when the flag value is STOP _ WATER;
and when the flag value is FLOW _ QUERY, acquiring the initial available FLOW by a short message QUERY mode.
The invention can realize the autonomous flow monitoring and remote control of the network equipment which is far away from the control center and is installed dispersedly, avoid the influence of the flow overdraft of the network equipment on the normal operation of the equipment, improve the stability of the operation of the equipment and reduce the maintenance cost and the labor input of the network equipment.
Step 202, calculating the number of messages which can be sent currently according to the maximum transmission unit configured on the mobile communication interface and the current available flow;
in this step, the calculating the number of currently transmittable messages according to the maximum transmission unit configured on the mobile communication interface includes:
dividing the current available flow by the maximum transmission unit, wherein the obtained value is the number of the messages which can be sent currently; the calculation formula here is: the number of currently transmittable messages is equal to the current available traffic/MTU, where the MTU may be set to 1500.
When the current available flow is smaller than the maximum transmission unit, the number of currently transmittable messages is 0. For example, the current available flow rate is 1400, and since the maximum transmission unit is 1500, the number of currently-transmittable messages at this time is less than 1, and the number of currently-transmittable messages at this time is 0.
In the embodiment of the invention, the maximum transmission unit can be selectively configured by a tester within the allowable range of the network equipment.
And 203, sending the message to be sent according to the calculated number of the current messages to be sent and the current available flow.
In this step, the sending the message to be sent according to the calculated number of the currently-sent messages and the current available flow includes:
when the number of the messages which can be sent currently is judged to be not 0 and the current available flow is larger than a third flow threshold value, sending the messages to be sent, and accumulating the number of bytes of the sent messages;
preferably, in this step, after the message to be sent is sent, the number of currently sent messages is subtracted by 1, and the number of bytes of the sent message is accumulated until the number of currently sent messages is 0, so that the repeated calculation of the available flow in the message sending process is avoided through successive approximation of the number of the sent messages.
When the number of the messages which can be sent at present is judged to be 0, and the number of bytes of the messages to be sent is smaller than the current available flow, sending the messages to be sent, and accumulating the number of bytes of the sent messages;
the following are exemplified: and if the number of the messages to be sent is 1300, the current remaining available flow is 1400, which is smaller than the maximum transmission unit 1500 but is greater than the number of the messages to be sent, which is 1300, the message to be sent is allowed to be sent, otherwise, the message to be sent is forbidden to be sent.
And when the flow stop information is judged to be generated, the message to be sent is not sent any more.
The invention only adds simple operations such as judgment, statistics and the like in the existing message sending process, takes the maximum transmission unit as the basic message length, avoids the repeated calculation of the available flow in the message sending process through the successive approximation of the number of the messages which can be sent, and determines whether the messages can be sent or not through judging whether the number of the messages which can be sent is 0 or not. And the flow of the equipment end is autonomously monitored in real time under the condition of not influencing the sending performance. Meanwhile, the abnormal situation of the flow is correspondingly processed in the flow counting process. The invention belongs to pure software implementation, does not depend on the change of network equipment, can flexibly monitor the flow use condition of the network equipment, improves the running stability of the network equipment, and reduces the equipment maintenance cost and the labor input of customers.
An embodiment of the present invention further provides a network device, which can implement a message sending method according to the embodiment of the present invention, and as shown in fig. 3, the network device 30 includes:
the interface loading module 301 is configured to load a mobile communication interface, and start a traffic monitoring module after the mobile communication interface is successfully loaded;
a traffic monitoring module 302, configured to perform traffic monitoring to obtain a current available traffic of the mobile communication interface;
a calculating module 303, configured to calculate the number of currently-transmittable messages according to the maximum transmission unit configured on the mobile communication interface and the currently-available flow;
and a message sending module 304, configured to send a message to be sent according to the calculated number of currently-sent messages and the current available flow.
The flow monitoring module 302 is specifically configured to:
before the network equipment dials up through the mobile communication interface, acquiring initial available flow in a short message query mode;
acquiring the number of transmitted message bytes of the mobile communication interface in real time;
and calculating the difference value between the initial available flow and the number of the sent character sections to obtain the current available flow.
The flow monitoring module 302 is further configured to:
if the current available flow is larger than the first flow threshold, delaying for a certain time and then obtaining the current available flow according to the set cycle time;
if the current available flow is larger than the second flow threshold and smaller than the equal first flow threshold, generating and reporting flow early warning information;
if the current available flow is larger than the third flow threshold and smaller than or equal to the second flow threshold, generating flow alarm information and reporting the flow alarm information;
and if the current available flow is smaller than the third flow threshold, generating flow stop information and reporting the flow stop information in a short message mode.
The calculating module 303 is specifically configured to:
dividing the current available flow by the maximum transmission unit, wherein the obtained value is the number of the messages which can be sent currently;
when the current available flow is smaller than the maximum transmission unit, the number of currently transmittable messages is 0.
The message sending module 304 is specifically configured to:
when the number of the messages which can be sent currently is judged to be not 0 and the current available flow is larger than a third flow threshold value, sending the messages to be sent, and accumulating the number of bytes of the sent messages;
when the number of the messages which can be sent at present is judged to be 0, and the number of bytes of the messages to be sent is smaller than the current available flow, sending the messages to be sent, and accumulating the number of bytes of the sent messages;
and when the flow stop information is judged to be generated, the message to be sent is not sent any more.
The invention realizes the autonomous real-time monitoring of the flow of the network equipment under the condition of not influencing the sending performance. Meanwhile, the abnormal situation of the flow is correspondingly processed in the flow counting process. The invention does not depend on the change of the network equipment, can flexibly monitor the flow use condition on the network equipment, improves the running stability of the network equipment, and reduces the equipment maintenance cost and the labor input of a client.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (8)

1. A method for sending a message, the method comprising:
after a mobile communication interface on network equipment is loaded successfully, starting flow monitoring to obtain the current available flow of the mobile communication interface; wherein, the starting of the flow monitoring to obtain the current available flow comprises:
if the current available flow is larger than the first flow threshold, delaying for a certain time and then obtaining the current available flow according to the set cycle time;
if the current available flow is larger than the second flow threshold and smaller than or equal to the first flow threshold, generating and reporting flow early warning information;
if the current available flow is larger than the third flow threshold and smaller than or equal to the second flow threshold, generating flow alarm information and reporting the flow alarm information;
if the current available flow is smaller than a third flow threshold, generating flow stop information and reporting the flow stop information in a short message mode; the first flow threshold is greater than a second flow threshold, the second flow threshold being greater than the third flow threshold;
calculating the number of messages which can be sent currently according to the maximum transmission unit configured on the mobile communication interface and the current available flow;
and sending the message to be sent according to the calculated number of the current messages to be sent and the current available flow.
2. The method of claim 1, wherein the initiating traffic monitoring to obtain a current available traffic comprises:
before the network equipment dials up through the mobile communication interface, acquiring initial available flow in a short message query mode;
acquiring the number of transmitted message bytes of the mobile communication interface in real time;
and calculating the difference value between the initial available flow and the number of the sent character sections to obtain the current available flow.
3. The method of claim 1 or 2, wherein calculating the number of currently transmittable messages according to the maximum transmission unit configured on the mobile communication interface comprises:
dividing the current available flow by the maximum transmission unit, wherein the obtained value is the number of the messages which can be sent currently;
when the current available flow is smaller than the maximum transmission unit, the number of currently transmittable messages is 0.
4. The method according to claim 3, wherein said sending the message to be sent according to the calculated number of currently-sent messages and the currently-available traffic comprises:
when the number of the messages which can be sent currently is judged to be not 0 and the current available flow is larger than a third flow threshold value, sending the messages to be sent, and accumulating the number of bytes of the sent messages;
when the number of the messages which can be sent at present is judged to be 0, and the number of bytes of the messages to be sent is smaller than the current available flow, sending the messages to be sent, and accumulating the number of bytes of the sent messages;
and when the flow stop information is judged to be generated, the message to be sent is not sent any more.
5. A network device, characterized in that the network device comprises:
the interface loading module is used for loading a mobile communication interface and starting the flow monitoring module after the mobile communication interface is successfully loaded;
the flow monitoring module is used for monitoring the flow to obtain the current available flow of the mobile communication interface; if the current available flow is larger than the first flow threshold, delaying for a certain time and then obtaining the current available flow according to the set cycle time;
if the current available flow is larger than the second flow threshold and smaller than or equal to the first flow threshold, generating and reporting flow early warning information;
if the current available flow is larger than the third flow threshold and smaller than or equal to the second flow threshold, generating flow alarm information and reporting the flow alarm information;
if the current available flow is smaller than a third flow threshold, generating flow stop information and reporting the flow stop information in a short message mode;
the calculation module is used for calculating the number of the messages which can be sent currently according to the maximum transmission unit configured on the mobile communication interface and the current available flow;
and the message sending module is used for sending the message to be sent according to the calculated number of the messages which can be sent currently and the current available flow.
6. The network device of claim 5, wherein the traffic monitoring module is specifically configured to:
before the network equipment dials up through the mobile communication interface, acquiring initial available flow in a short message query mode;
acquiring the number of transmitted message bytes of the mobile communication interface in real time;
and calculating the difference value between the initial available flow and the number of the sent character sections to obtain the current available flow.
7. The network device of claim 6, wherein the computing module is specifically configured to:
dividing the current available flow by the maximum transmission unit, wherein the obtained value is the number of the messages which can be sent currently;
when the current available flow is smaller than the maximum transmission unit, the number of currently transmittable messages is 0.
8. The network device of claim 7, wherein the message sending module is specifically configured to:
when the number of the messages which can be sent currently is judged to be not 0 and the current available flow is larger than a third flow threshold value, sending the messages to be sent, and accumulating the number of bytes of the sent messages;
when the number of the messages which can be sent at present is judged to be 0, and the number of bytes of the messages to be sent is smaller than the current available flow, sending the messages to be sent, and accumulating the number of bytes of the sent messages;
and when the flow stop information is judged to be generated, the message to be sent is not sent any more.
CN201610795886.2A 2016-08-31 2016-08-31 Message sending method and network equipment Active CN106385384B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610795886.2A CN106385384B (en) 2016-08-31 2016-08-31 Message sending method and network equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610795886.2A CN106385384B (en) 2016-08-31 2016-08-31 Message sending method and network equipment

Publications (2)

Publication Number Publication Date
CN106385384A CN106385384A (en) 2017-02-08
CN106385384B true CN106385384B (en) 2020-06-23

Family

ID=57938917

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610795886.2A Active CN106385384B (en) 2016-08-31 2016-08-31 Message sending method and network equipment

Country Status (1)

Country Link
CN (1) CN106385384B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107302505B (en) * 2017-06-22 2019-10-29 迈普通信技术股份有限公司 Manage the method and device of caching
CN109787916B (en) * 2019-01-31 2023-06-30 南京国电南自电网自动化有限公司 Flow control method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1740821A (en) * 2004-08-25 2006-03-01 谢方山 Multi-parameter collecting system and long-distance monitoring system utilizing the same system
CN101820641A (en) * 2010-01-11 2010-09-01 华为终端有限公司 Method and device for controlling data traffic
CN101951031A (en) * 2010-07-02 2011-01-19 北京航空航天大学 Distribution network automatic system based on broadband wireless communication and realization method thereof
CN103476064A (en) * 2013-09-13 2013-12-25 小米科技有限责任公司 Method and device for flow control of terminal device and terminal device
CN105530198A (en) * 2014-10-24 2016-04-27 中兴通讯股份有限公司 Access control method and device for mobile terminal

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7353289B2 (en) * 2000-11-06 2008-04-01 Telecommunication Systems, Inc. System for an open architecture development platform with centralized synchronization
CN101459523A (en) * 2007-12-12 2009-06-17 浪潮乐金数字移动通信有限公司 On-line traffic statistical method and device based on mobile communication terminal
US8537710B2 (en) * 2011-05-06 2013-09-17 Verizon Patent And Licensing Inc. Maximum transfer unit (MTU) optimization for advanced wireless networks
CN103188647A (en) * 2011-12-29 2013-07-03 北京网秦天下科技有限公司 Method and system for statistically analyzing and warning Internet surfing flow of mobile terminal
CN104768188B (en) * 2015-04-23 2018-07-20 新华三技术有限公司 A kind of flow control methods and device
CN105848130A (en) * 2016-05-20 2016-08-10 深圳市金立通信设备有限公司 Data traffic management method and terminal

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1740821A (en) * 2004-08-25 2006-03-01 谢方山 Multi-parameter collecting system and long-distance monitoring system utilizing the same system
CN101820641A (en) * 2010-01-11 2010-09-01 华为终端有限公司 Method and device for controlling data traffic
CN101951031A (en) * 2010-07-02 2011-01-19 北京航空航天大学 Distribution network automatic system based on broadband wireless communication and realization method thereof
CN103476064A (en) * 2013-09-13 2013-12-25 小米科技有限责任公司 Method and device for flow control of terminal device and terminal device
CN105530198A (en) * 2014-10-24 2016-04-27 中兴通讯股份有限公司 Access control method and device for mobile terminal

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"基于GPRS的远程数据传输系统研究和设计";尹锋;《中国优秀硕士学位论文全文数据库 信息科技辑 2010年第01期》;20100115;全文 *

Also Published As

Publication number Publication date
CN106385384A (en) 2017-02-08

Similar Documents

Publication Publication Date Title
EP2755416B1 (en) Method and apparatus for remotely locating wireless network fault
CN114124478B (en) Method and system for detecting abnormal industrial control flow of power system
CN108415811B (en) Method and device for monitoring business logic
CN106937136A (en) Data delay method and system based on statistical information between network direct broadcasting
CN101923759A (en) Message monitoring alarm method for self-help tax terminal equipment failure
CN106385384B (en) Message sending method and network equipment
CN101409654B (en) Method for processing SNMP information in network management system
CN101980482B (en) Method for monitoring network connection and system thereof
CN105677534B (en) A kind of substation's station level equipment state assessment method based on service bus
CN115484047A (en) Method, device, equipment and storage medium for identifying flooding attack in cloud platform
CN106792712B (en) Automatic monitoring framework system for SIP (Session initiation protocol) of VoLTE (Voice over Long term evolution) equipment
CN103036724B (en) State information transmission method, the network equipment and unit equipment
CN103684928A (en) VoIP (Voice over Internet Protocol) call quality monitoring method and device
CN103905271B (en) A kind of alarm windstorm suppressing method
CN203479337U (en) Online monitoring communication system for power transmission lines
CN108270932B (en) Communication number identification method and device
CN104601369A (en) Alarm method, device and system for IT (information technology) operation and maintenance
CN113946483A (en) Computer hardware state information real-time monitoring system
CN103973495A (en) Terminal access network interface adapter and data transmission method thereof
CN105592485A (en) Method for collecting and processing messages in real time based on SNMP
CN113612647B (en) Alarm processing method and device
CN103916458A (en) Power enterprise internal application program remote monitoring system based on short message technology
CN111031564B (en) F1 interface performance monitoring method and device and computer readable storage medium
CN110601914B (en) Method and system for monitoring survival state of server
CN112600736A (en) Remote operation and maintenance management system for intelligent gateway

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 610041 15-24 floor, 1 1 Tianfu street, Chengdu high tech Zone, Sichuan

Applicant after: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.

Address before: No. 16, nine Xing Avenue, Chengdu high tech Zone, Sichuan Province

Applicant before: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: 610041 nine Xing Xing Road 16, hi tech Zone, Sichuan, Chengdu

Patentee after: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.

Address before: 610041 15-24 floor, 1 1 Tianfu street, Chengdu high tech Zone, Sichuan

Patentee before: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.