US20050210313A1 - Method and system of cataloging and detecting network faults - Google Patents
Method and system of cataloging and detecting network faults Download PDFInfo
- Publication number
- US20050210313A1 US20050210313A1 US11/071,069 US7106905A US2005210313A1 US 20050210313 A1 US20050210313 A1 US 20050210313A1 US 7106905 A US7106905 A US 7106905A US 2005210313 A1 US2005210313 A1 US 2005210313A1
- Authority
- US
- United States
- Prior art keywords
- target
- key
- tally
- fault message
- threshold
- 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.)
- Abandoned
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04Q—SELECTING
- H04Q3/00—Selecting arrangements
- H04Q3/0016—Arrangements providing connection between exchanges
- H04Q3/0062—Provisions for network management
- H04Q3/0075—Fault management techniques
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/08—Indicating faults in circuits or apparatus
- H04M3/085—Fault locating arrangements
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/22—Arrangements for supervision, monitoring or testing
- H04M3/2254—Arrangements for supervision, monitoring or testing in networks
- H04M3/2263—Network management
Definitions
- the present invention relates to network systems and more particularly to a method and system of cataloging and detecting network faults.
- the error message includes event type information and target information.
- Event type information includes messages such as a certain action cannot be completed.
- Target type information includes various physical equipment, such as telephone numbers, circuits, equipment ID (identification) and equipment location.
- the system should also be capable of tracking both event types and targets and automatically determine trouble spots.
- FIG. 1 is a block diagram of a system for cataloging and detecting network faults in accordance with one embodiment of the invention
- FIG. 2 is a block diagram of a system for cataloging and detecting network faults in accordance with one embodiment of the invention
- FIG. 3 is a flow chart of the steps used in a method of cataloging and detecting network faults in accordance with one embodiment of the invention
- FIG. 4 is a flow chart of the steps used in a method of cataloging and detecting network faults in accordance with one embodiment of the invention.
- FIGS. 5 & 6 are a flow chart of the steps used in a method of cataloging and detecting network faults in accordance with one embodiment of the invention.
- a system for cataloging and detecting network faults includes a communication interface for receiving a fault message from a network.
- a parser is connected to the communication interface. The parser parses the fault message for an event type.
- An associative database is connected to the parser and stores a tally for the fault message. In one embodiment the parser also parses for targets and all combinations of event type and target are tallied.
- the associative memory allows rapid lookup of any combination of event types and targets. The speed of the lookup is essentially independent of the total number of entries. This means the system does not suffer any performance degradation by tracking all the various permutations of targets and event types.
- FIG. 1 is a block diagram of a system 10 for cataloging and detecting network faults in accordance with one embodiment of the invention.
- a communication interface 12 receives a fault message from a network.
- a parser 14 is connected to the communication interface 12 .
- the parser 14 parses the fault message for an event type.
- An associative database 16 is connected to the parser 14 and stores a tally for the fault message.
- FIG. 2 is a block diagram of a system 20 for cataloging and detecting network faults in accordance with one embodiment of the invention.
- a communication interface 22 receives a plurality of fault messages from a network.
- a parser 24 is connected to the communication interface 22 .
- the parser 24 parses the plurality of fault messages for an event code, a target and a tally.
- the parser 24 determines a target type based on the event code. Note that an event code is the type of error that occurred.
- a target type is the type of equipment (physical asset) associated with the error and the target is a specific piece of equipment (physical asset).
- An association calculator e.g., a hashing calculator
- 26 is connected to the parser 24 .
- the association calculator 26 determines a key based on the event code.
- the association calculator 26 determines an association for the key.
- An associative database 28 is connected to the parser 24 .
- the associative database 28 stores the tally in a location pointed by the association.
- a filter 30 is connected to the associative database 28 .
- the filter determines a tally threshold for an event code.
- An operator interface 32 is connected to the communication interface 22 .
- the fault messages are automatically tallied for every permutation of event code, target type and target. This includes cumulative numbers for just the event code, just the target type and just the target. This allows the system to track all the information supplied by the fault messages without human intervention like the prior art systems.
- a tally threshold is set for every key (permutation of event code, target type and target).
- the tally threshold can be an absolute number, a number of tallies in a given period, a moving average, etc. or any combination thereof.
- a network problem message is sent to the operator interface 32 .
- the associative database allows the system to track very large numbers of keys without any database access time degradation. This in turn makes it practical to have a key for every permutation of event code, target type and target. This provides significantly more information about a problem type to the operations personnel responsible for fixing network errors.
- FIG. 3 is a flow chart of the steps used in a method of cataloging and detecting network faults in accordance with one embodiment of the invention.
- the process starts, step 50 , by receiving a fault message at step 52 .
- the fault message is parsed to find an event code at step 54 .
- a key is defined based on the event code at step 56 .
- An association based on the key is determined at step 58 .
- a tally is stored at a database location determined by the association, which ends the process at step 62 .
- the fault message is parsed to find a target. Based on the target, a target type is determined.
- the event code and the target are concatenated to form the key.
- the event code and the target type are concatenated to form the key.
- the event code, the target type and the target are concatenated to form the key.
- a set of target types is determined based on the event code.
- a plurality of targets is found using the set of target types.
- a threshold is set for a predetermined event type. A lookup on the predetermined event type is performed. Next it is determined if an event type tally exceeds the threshold. When the event type tally exceeds the threshold, a network problem message is sent to an operator's terminal.
- a target type threshold is set for a predetermined target type. A lookup on the predetermined target type is performed. Next it is determined if the target type tally exceeds the target type threshold.
- a target threshold for a predetermined target is set.
- a lookup on the predetermined target is performed.
- FIG. 4 is a flow chart of the steps used in a method of cataloging and detecting network faults in accordance with one embodiment of the invention.
- the process starts, step 80 , by receiving a plurality of fault messages at step 82 .
- the plurality of fault messages are parsed for a target to form a plurality of tallies associated with the plurality of targets at step 84 .
- a key is determined based on the target to form a plurality of keys at step 86 .
- An association is calculated for each of the plurality of keys at step 88 .
- a subset of the plurality of tallies is stored in a location of an associative database pointed to by the association, which ends the process at step 92 .
- a target threshold is set for one of the plurality of targets.
- a lookup is performed in the associative database for a tally of the one of the plurality of targets. When the tally exceeds the target threshold, a network problem message is formed.
- the plurality of fault messages are parsed for an event code.
- a target type is determined for each of the plurality of targets.
- a key is formed based on a concatenation of the event code, the target type and the target.
- FIGS. 5 & 6 are a flow chart of the steps used in a method of cataloging and detecting network faults in accordance with one embodiment of the invention.
- the process starts, step 100 , by receiving a plurality of fault messages from a network at step 102 .
- the plurality of fault messages are parsed for an event code and a target at step 104 .
- a target type is determined for the target at step 106 .
- a tally is formed for each instance of the event code, the target type and the target at step 108 .
- a key is formed for each unique combination of the event code, the target type and the target at step 110 .
- An association is calculated for the key at step 112 .
- the tally is stored in a location of an associative database connected with the key at step 114 .
- a threshold is set for a predetermined target type at step 116 .
- a number of tallies for the predetermined target type is determined at step 118 .
- a network problem message is sent to an operator which ends the process at step 122 .
- the methods described herein can be implemented as computer-readable instructions stored on a computer-readable storage medium that when executed by a computer will perform the methods described herein.
Landscapes
- Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Computer And Data Communications (AREA)
Abstract
A system (10) for cataloging and detecting network faults, includes a communication interface (12) for receiving a fault message from a network. A parser (14) is connected to the communication interface (12). The parser (14) parses the fault message for an event type. An associative database (16) is connected to the parser (14) and stores a tally for the fault message.
Description
- The present invention relates to network systems and more particularly to a method and system of cataloging and detecting network faults.
- In complex intelligent networks, network devices generate error messages. These error messages help technicians repair the network devices. However, additional insight can be gained by collecting all the network error messages at a central location. The error message includes event type information and target information. Event type information includes messages such as a certain action cannot be completed. Target type information includes various physical equipment, such as telephone numbers, circuits, equipment ID (identification) and equipment location.
- Present systems only determine the number of errors for event types. When an event type has a high repeat appearance of counts, then the technician knows that further investigation is required. Unfortunately this requires the technician to manually separate the targets to determine which targets are the likely cause of the errors. This requires considerable effort and time.
- Thus there exists a need for a method and system to catalog and detect network faults. The system should also be capable of tracking both event types and targets and automatically determine trouble spots.
-
FIG. 1 is a block diagram of a system for cataloging and detecting network faults in accordance with one embodiment of the invention; -
FIG. 2 is a block diagram of a system for cataloging and detecting network faults in accordance with one embodiment of the invention; -
FIG. 3 is a flow chart of the steps used in a method of cataloging and detecting network faults in accordance with one embodiment of the invention; -
FIG. 4 is a flow chart of the steps used in a method of cataloging and detecting network faults in accordance with one embodiment of the invention; and -
FIGS. 5 & 6 are a flow chart of the steps used in a method of cataloging and detecting network faults in accordance with one embodiment of the invention. - A system for cataloging and detecting network faults, includes a communication interface for receiving a fault message from a network. A parser is connected to the communication interface. The parser parses the fault message for an event type. An associative database is connected to the parser and stores a tally for the fault message. In one embodiment the parser also parses for targets and all combinations of event type and target are tallied. The associative memory allows rapid lookup of any combination of event types and targets. The speed of the lookup is essentially independent of the total number of entries. This means the system does not suffer any performance degradation by tracking all the various permutations of targets and event types.
-
FIG. 1 is a block diagram of asystem 10 for cataloging and detecting network faults in accordance with one embodiment of the invention. Acommunication interface 12 receives a fault message from a network. Aparser 14 is connected to thecommunication interface 12. Theparser 14 parses the fault message for an event type. Anassociative database 16 is connected to theparser 14 and stores a tally for the fault message. -
FIG. 2 is a block diagram of asystem 20 for cataloging and detecting network faults in accordance with one embodiment of the invention. Acommunication interface 22 receives a plurality of fault messages from a network. Aparser 24 is connected to thecommunication interface 22. Theparser 24 parses the plurality of fault messages for an event code, a target and a tally. Theparser 24 determines a target type based on the event code. Note that an event code is the type of error that occurred. A target type is the type of equipment (physical asset) associated with the error and the target is a specific piece of equipment (physical asset). An association calculator (e.g., a hashing calculator) 26 is connected to theparser 24. Theassociation calculator 26 determines a key based on the event code. Theassociation calculator 26 determines an association for the key. Anassociative database 28 is connected to theparser 24. Theassociative database 28 stores the tally in a location pointed by the association. Afilter 30 is connected to theassociative database 28. The filter determines a tally threshold for an event code. Anoperator interface 32 is connected to thecommunication interface 22. The fault messages are automatically tallied for every permutation of event code, target type and target. This includes cumulative numbers for just the event code, just the target type and just the target. This allows the system to track all the information supplied by the fault messages without human intervention like the prior art systems. A tally threshold is set for every key (permutation of event code, target type and target). Note that the tally threshold can be an absolute number, a number of tallies in a given period, a moving average, etc. or any combination thereof. When a tally threshold is exceeded a network problem message is sent to theoperator interface 32. The associative database allows the system to track very large numbers of keys without any database access time degradation. This in turn makes it practical to have a key for every permutation of event code, target type and target. This provides significantly more information about a problem type to the operations personnel responsible for fixing network errors. -
FIG. 3 is a flow chart of the steps used in a method of cataloging and detecting network faults in accordance with one embodiment of the invention. The process starts,step 50, by receiving a fault message atstep 52. The fault message is parsed to find an event code atstep 54. A key is defined based on the event code atstep 56. An association based on the key is determined atstep 58. Atstep 60, a tally is stored at a database location determined by the association, which ends the process atstep 62. In one embodiment, the fault message is parsed to find a target. Based on the target, a target type is determined. In one embodiment the event code and the target are concatenated to form the key. In another embodiment the event code and the target type are concatenated to form the key. In another embodiment, the event code, the target type and the target are concatenated to form the key. - In one embodiment a set of target types is determined based on the event code. A plurality of targets is found using the set of target types.
- In one embodiment a threshold is set for a predetermined event type. A lookup on the predetermined event type is performed. Next it is determined if an event type tally exceeds the threshold. When the event type tally exceeds the threshold, a network problem message is sent to an operator's terminal.
- In one embodiment a target type threshold is set for a predetermined target type. A lookup on the predetermined target type is performed. Next it is determined if the target type tally exceeds the target type threshold.
- In one embodiment a target threshold for a predetermined target is set. A lookup on the predetermined target is performed. Next it is determined if a target tally exceeds the target threshold.
-
FIG. 4 is a flow chart of the steps used in a method of cataloging and detecting network faults in accordance with one embodiment of the invention. The process starts,step 80, by receiving a plurality of fault messages atstep 82. The plurality of fault messages are parsed for a target to form a plurality of tallies associated with the plurality of targets atstep 84. For each of the plurality of targets, a key is determined based on the target to form a plurality of keys atstep 86. An association is calculated for each of the plurality of keys atstep 88. Atstep 90, a subset of the plurality of tallies is stored in a location of an associative database pointed to by the association, which ends the process atstep 92. In one embodiment, a target threshold is set for one of the plurality of targets. A lookup is performed in the associative database for a tally of the one of the plurality of targets. When the tally exceeds the target threshold, a network problem message is formed. - In one embodiment, the plurality of fault messages are parsed for an event code. A target type is determined for each of the plurality of targets. A key is formed based on a concatenation of the event code, the target type and the target.
-
FIGS. 5 & 6 are a flow chart of the steps used in a method of cataloging and detecting network faults in accordance with one embodiment of the invention. The process starts,step 100, by receiving a plurality of fault messages from a network atstep 102. The plurality of fault messages are parsed for an event code and a target atstep 104. A target type is determined for the target atstep 106. A tally is formed for each instance of the event code, the target type and the target atstep 108. A key is formed for each unique combination of the event code, the target type and the target atstep 110. An association is calculated for the key atstep 112. The tally is stored in a location of an associative database connected with the key atstep 114. A threshold is set for a predetermined target type atstep 116. A number of tallies for the predetermined target type is determined atstep 118. When the number of tallies exceeds the threshold atstep 120, a network problem message is sent to an operator which ends the process atstep 122. - The methods described herein can be implemented as computer-readable instructions stored on a computer-readable storage medium that when executed by a computer will perform the methods described herein.
- While the invention has been described in conjunction with specific embodiments thereof, it is evident that many alterations, modifications, and variations will be apparent to those skilled in the art in light of the foregoing description. Accordingly, it is intended to embrace all such alterations, modifications, and variations in the appended claims.
Claims (16)
1-24. (canceled)
25. A method of cataloging and detecting network faults, comprising the steps of:
(a) receiving a fault message;
(b) parsing the fault message to find an event code; and
(c) defining a key based on the event code.
26. The method of claim 25 further including the steps of:
(d) calculating a hash of the key to form an association;
(e) storing a tally at a database location pointed to by the association.
27. The method of claim 25 , wherein step (b) further includes the step of parsing the fault message to find a target, the target is a specific piece of equipment.
28. The method of claim 25 , wherein step (c) further including the step of:
(c1) concatenating the event code and a target to form the key.
29. The method of claim 25 , wherein step (c) further including the step of:
(c1) concatenating the event code and a target type to form the key.
30. The method of claim 26 , further including the steps of:
(f) setting a threshold for a predetermined event type;
(g) performing a lookup on the predetermined event type;
(h) determining if an event type tally exceeds the threshold.
31. The method of claim 30 , further including the step of when the event type tally exceed the threshold sending a network problem message to an operator's terminal.
32. A system for cataloging and detecting network faults, comprising
a communication interface for receiving a fault message from a network;
a parser connected to the communication interface; and
an associative database connected to the parser storing a tally for the fault message.
33. The system of claim 32 , wherein the parser, parses the fault message for an event type.
34. The system of claim 32 , wherein the associative database has hashing calculator that forms a key from the event type and determining an association based on the key.
35. The system of claim 32 , wherein the parser parses the fault message for a target.
36. A method of cataloging and detecting network faults, comprising the steps of:
(a) receiving a plurality of fault messages;
(b) parsing the plurality of fault messages for a target to form a plurality of tallies associated with a plurality of targets; and
(c) determining, for each of the plurality of targets, a key based on the target, to form a plurality of keys.
37. The method of claim 36 , further comprising the steps of:
(d) calculating a hash of the plurality of keys to form an association for each of the plurality of keys;
(e) storing a subset of the plurality of tallies in a location of an associative database pointed to by the association.
38. The method of claim 36 , further including the steps of:
(f) setting a target threshold for one of the plurality of targets;
(g) performing a lookup in the associative database for a tally of the one of the plurality of targets;
(h) when the tally exceeds the target threshold, forming a network problem message.
39. The method of claim 38 , wherein the key is based on a concatenation of an event code, a target type and a target.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/071,069 US20050210313A1 (en) | 1999-12-17 | 2005-03-02 | Method and system of cataloging and detecting network faults |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/466,529 US6891930B1 (en) | 1999-12-17 | 1999-12-17 | Method and system of providing cataloging and detecting network faults |
US11/071,069 US20050210313A1 (en) | 1999-12-17 | 2005-03-02 | Method and system of cataloging and detecting network faults |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/466,529 Continuation US6891930B1 (en) | 1999-12-17 | 1999-12-17 | Method and system of providing cataloging and detecting network faults |
Publications (1)
Publication Number | Publication Date |
---|---|
US20050210313A1 true US20050210313A1 (en) | 2005-09-22 |
Family
ID=34549156
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/466,529 Expired - Fee Related US6891930B1 (en) | 1999-12-17 | 1999-12-17 | Method and system of providing cataloging and detecting network faults |
US11/071,069 Abandoned US20050210313A1 (en) | 1999-12-17 | 2005-03-02 | Method and system of cataloging and detecting network faults |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/466,529 Expired - Fee Related US6891930B1 (en) | 1999-12-17 | 1999-12-17 | Method and system of providing cataloging and detecting network faults |
Country Status (1)
Country | Link |
---|---|
US (2) | US6891930B1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070233858A1 (en) * | 2006-04-03 | 2007-10-04 | Donald Goff | Diagnostic access system |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6891930B1 (en) * | 1999-12-17 | 2005-05-10 | Sbc Properties, Lp | Method and system of providing cataloging and detecting network faults |
US20050073402A1 (en) * | 2003-10-07 | 2005-04-07 | Nortel Networks Limited | Method of provisioning alarms and performance monitoring for a network element |
US7945817B1 (en) * | 2004-04-30 | 2011-05-17 | Sprint Communications Company L.P. | Method and system for automatically recognizing alarm patterns in a communications network |
US7702959B2 (en) * | 2005-08-02 | 2010-04-20 | Nhn Corporation | Error management system and method of using the same |
US7773727B1 (en) * | 2005-12-30 | 2010-08-10 | At&T Intellectual Property Ii, L.P. | Method for providing predictive maintenance relating to trunk operations in a VoIP network |
CN100454851C (en) * | 2006-03-17 | 2009-01-21 | 华为技术有限公司 | Measuring method and device and system for Diameter protocol interface |
CN101741622A (en) * | 2009-12-21 | 2010-06-16 | 中兴通讯股份有限公司 | Statistical method and system for failure reason data |
Citations (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4467147A (en) * | 1982-07-16 | 1984-08-21 | At&T Bell Laboratories | Switching network for interactive access and testing of subscriber loops |
US4965772A (en) * | 1987-06-15 | 1990-10-23 | International Business Machines Corporation | Method and apparatus for communication network alert message construction |
US5062147A (en) * | 1987-04-27 | 1991-10-29 | Votek Systems Inc. | User programmable computer monitoring system |
US5627886A (en) * | 1994-09-22 | 1997-05-06 | Electronic Data Systems Corporation | System and method for detecting fraudulent network usage patterns using real-time network monitoring |
US5634009A (en) * | 1993-10-01 | 1997-05-27 | 3Com Corporation | Network data collection method and apparatus |
US5802145A (en) * | 1995-08-03 | 1998-09-01 | Bell Atlantic Network Services, Inc. | Common channel signaling event detection and control |
US5862260A (en) * | 1993-11-18 | 1999-01-19 | Digimarc Corporation | Methods for surveying dissemination of proprietary empirical data |
US6079034A (en) * | 1997-12-05 | 2000-06-20 | Hewlett-Packard Company | Hub-embedded system for automated network fault detection and isolation |
US6141777A (en) * | 1996-06-28 | 2000-10-31 | Mci Communications Corporation | System and method for reporting telecommunication service conditions |
US6243838B1 (en) * | 1997-05-13 | 2001-06-05 | Micron Electronics, Inc. | Method for automatically reporting a system failure in a server |
US6249755B1 (en) * | 1994-05-25 | 2001-06-19 | System Management Arts, Inc. | Apparatus and method for event correlation and problem reporting |
US6269330B1 (en) * | 1997-10-07 | 2001-07-31 | Attune Networks Ltd. | Fault location and performance testing of communication networks |
US6891930B1 (en) * | 1999-12-17 | 2005-05-10 | Sbc Properties, Lp | Method and system of providing cataloging and detecting network faults |
-
1999
- 1999-12-17 US US09/466,529 patent/US6891930B1/en not_active Expired - Fee Related
-
2005
- 2005-03-02 US US11/071,069 patent/US20050210313A1/en not_active Abandoned
Patent Citations (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4467147A (en) * | 1982-07-16 | 1984-08-21 | At&T Bell Laboratories | Switching network for interactive access and testing of subscriber loops |
US5062147A (en) * | 1987-04-27 | 1991-10-29 | Votek Systems Inc. | User programmable computer monitoring system |
US4965772A (en) * | 1987-06-15 | 1990-10-23 | International Business Machines Corporation | Method and apparatus for communication network alert message construction |
US5634009A (en) * | 1993-10-01 | 1997-05-27 | 3Com Corporation | Network data collection method and apparatus |
US5862260A (en) * | 1993-11-18 | 1999-01-19 | Digimarc Corporation | Methods for surveying dissemination of proprietary empirical data |
US6249755B1 (en) * | 1994-05-25 | 2001-06-19 | System Management Arts, Inc. | Apparatus and method for event correlation and problem reporting |
US5627886A (en) * | 1994-09-22 | 1997-05-06 | Electronic Data Systems Corporation | System and method for detecting fraudulent network usage patterns using real-time network monitoring |
US5802145A (en) * | 1995-08-03 | 1998-09-01 | Bell Atlantic Network Services, Inc. | Common channel signaling event detection and control |
US6141777A (en) * | 1996-06-28 | 2000-10-31 | Mci Communications Corporation | System and method for reporting telecommunication service conditions |
US6243838B1 (en) * | 1997-05-13 | 2001-06-05 | Micron Electronics, Inc. | Method for automatically reporting a system failure in a server |
US6269330B1 (en) * | 1997-10-07 | 2001-07-31 | Attune Networks Ltd. | Fault location and performance testing of communication networks |
US6079034A (en) * | 1997-12-05 | 2000-06-20 | Hewlett-Packard Company | Hub-embedded system for automated network fault detection and isolation |
US6891930B1 (en) * | 1999-12-17 | 2005-05-10 | Sbc Properties, Lp | Method and system of providing cataloging and detecting network faults |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070233858A1 (en) * | 2006-04-03 | 2007-10-04 | Donald Goff | Diagnostic access system |
US7975184B2 (en) | 2006-04-03 | 2011-07-05 | Donald Goff | Diagnostic access system |
Also Published As
Publication number | Publication date |
---|---|
US6891930B1 (en) | 2005-05-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20050210313A1 (en) | Method and system of cataloging and detecting network faults | |
US8824648B2 (en) | Network assurance analytic system | |
US6304557B1 (en) | Communication network configuration detecting method and communication line information table creating method | |
US6717917B1 (en) | Method of determining real-time data latency and apparatus therefor | |
CN103905240B (en) | The active warning processing method and system of Network failure | |
CN106878038B (en) | Fault positioning method and device in communication network | |
US11522876B2 (en) | Method and device for detecting an attack on a serial communications system | |
CN103595569A (en) | Method for handling database storage of alarm information of network management system | |
CN115309707B (en) | Information interaction method based on warranty service | |
CN105656684B (en) | Failure simulation method and device | |
CN111277444B (en) | Switch fault early warning method and device | |
CN100389565C (en) | Analytic method of expression type | |
CN112532467B (en) | Method, device and system for realizing fault detection | |
CN106953880A (en) | Data processing method and system, sub server and main server | |
CN105337419B (en) | A kind of protection failure information system and its protection alarm information processing method | |
CN113807697A (en) | Alarm association-based order dispatching method and device | |
CN113419885A (en) | Data integrity processing method and device and electronic equipment | |
JPH0865302A (en) | Network operation information collecting system | |
CN101902699A (en) | Message number-based message processing method and device | |
US6738936B2 (en) | Method for testing communication line to locate failure according to test point priorities in communication line management system | |
WO2017125001A1 (en) | Protection group processing method and device | |
US20020052949A1 (en) | System and method for querying and recovering circuit group state in a switched network | |
CN113778804B (en) | Log printing method and device, computer equipment and storage medium | |
CN101651571B (en) | Analytic method and equipment for ports | |
CN110266599B (en) | MAC address learning method and system based on distributed equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |