Nothing Special   »   [go: up one dir, main page]

CN106301844B - Method and device for realizing log transmission - Google Patents

Method and device for realizing log transmission Download PDF

Info

Publication number
CN106301844B
CN106301844B CN201510284692.1A CN201510284692A CN106301844B CN 106301844 B CN106301844 B CN 106301844B CN 201510284692 A CN201510284692 A CN 201510284692A CN 106301844 B CN106301844 B CN 106301844B
Authority
CN
China
Prior art keywords
log
information
forwarding
generated
router
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
CN201510284692.1A
Other languages
Chinese (zh)
Other versions
CN106301844A (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201510284692.1A priority Critical patent/CN106301844B/en
Priority to PCT/CN2015/087242 priority patent/WO2016187967A1/en
Publication of CN106301844A publication Critical patent/CN106301844A/en
Application granted granted Critical
Publication of CN106301844B publication Critical patent/CN106301844B/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
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/069Management of faults, events, alarms or notifications using logs of notifications; Post-processing of notifications

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a method and a device for realizing log transmission, which comprises the following steps: inquiring the forwarding information of the generated log from the cache; and sending the generated log to one or more pre-configured log servers through a quick forwarding channel according to the inquired forwarding information. The method of the invention utilizes the fast forwarding channel to send the generated log to one or more preset log servers by inquiring the forwarding information from the cache, thereby solving the performance problem that the log transmission of a high-performance router cannot be satisfied by adopting a SOCKET (SOCKET) mode. Meanwhile, the problem of storage performance of a log server adopting a single device as a plurality of devices in a SOCKET mode is avoided.

Description

Method and device for realizing log transmission
Technical Field
The present invention relates to communications technologies, and in particular, to a method and an apparatus for implementing log transmission.
Background
With the development of the internet, the network scale is gradually enlarged, and the application is gradually complicated. In order to know the load of network bandwidth and the occupation condition of service in time, discover and detect abnormal flow, audit the internet access behavior of users, and provide forwarding plane management of analysis data for future network optimization and capacity expansion, the collection and analysis of event information of the network are imperative. System log files (hereinafter, referred to as logs) of devices such as routers, switches, servers, etc. record all events in the system, and the system status can be grasped by viewing the system records. The syslog system is capable of receiving log records of remote systems, processing log records of a plurality of systems in a log in a time sequence, and storing the log records in a log file. Meanwhile, the received log files of the multiple systems can be checked at one position without connecting the multiple systems.
Currently, most log servers storing syslog adopt a SOCKET (SOCKET) mode, use a User Datagram Protocol (UDP) as a transport protocol, send log management configuration of a device to a log server installed with a syslog system through a destination port 514 (or other defined port numbers), and the log server automatically receives log data and writes the log data into a log file.
The high-performance router usually adopts a distributed architecture, a special network processor and corresponding hardware are required to forward messages, the speed of a single interface reaches 40Gbps or even 100Gbps, the integrated function is rich, and a large amount of system logs are generated in the working process of the router. The adoption of the SOCKET mode cannot meet the requirement of log transmission of a high-performance router. In addition, because the SOCKET mode mostly adopts a single device as a log server of a plurality of devices, the storage performance of the router with high storage performance cannot be met. In addition, the SOCKET method is also prone to packet loss when log transmission is performed across networks.
Disclosure of Invention
In order to solve the above technical problem, the present invention provides a method and an apparatus for implementing log transmission, which can meet the requirements of a high-performance router on the speed and storage performance of the log transmission.
In order to achieve the object of the present invention, the present invention provides a method for implementing log transmission, which is characterized by comprising:
inquiring the forwarding information of the generated log from the cache;
and sending the generated log to one or more pre-configured log servers through a quick forwarding channel according to the inquired forwarding information.
Further, before sending the generated log to a pre-configured log server, the method further includes:
and matching and filtering the generated log and a preset alarm level, and only sending a part of the generated log reaching the preset alarm level.
Further, the pre-configured log server is:
receiving the pre-configured network address information of the log server through a preset user interface; and the server is configured according to the network address information of the log server and is used for receiving the generated log.
Further, the network address information of the log server at least comprises:
the network address of the log server is an internet protocol fourth version IPV4 address or an internet protocol sixth version IPV6 address; and,
the log server is directly connected with the router, or the log server is not directly connected with the router.
Further, the querying the forwarding information of the generated log from the cache specifically includes:
inquiring the forwarding information of the generated log from the cache according to the inquiry key value;
the query key value is generated according to the following steps:
acquiring a network address of the log server from a forwarding plane;
when the log server is directly connected with the router, a destination address sent by the log is obtained to be used as a next route hop; when the log server is not directly connected with the router, a routing table is inquired to obtain a next route hop;
acquiring quintuple information of an output interface of a router;
using the acquired network address of the log server, the next route hop and quintuple information of the output interface of the router as the query key value;
the output interface is a real interface or a virtual interface.
Further, the virtual interface is at least one of the following interfaces: a link aggregation group Smartgroup interface, a super virtual local area network (Supervlan) interface, a multi-link point-to-point protocol (MPPP) and a Posgroup interface;
when the output interface is a virtual interface, the five-tuple information of the output interface of the router is as follows:
and inquiring the interface port state information to select an activated physical interface, and taking the information of the selected activated physical interface and the virtual interface as the quintuple information of the router output interface.
Further, the forwarding information at least includes: ethernet head information ESH sent to the log server, exchange head information and head information NPH processed by the network processor;
the exchange head information is SAIH and ITMH.
Further, before querying the forwarding information of the generated log from the cache, the method further includes:
and acquiring the forwarding information from a forwarding plane, and transmitting the forwarding information to the cache.
Further, when the forwarding information is not queried in the cache, the method further includes:
and sending the generated log to a log server corresponding to the address of the log server in a SOCKET mode.
On the other hand, the present application further provides an apparatus for implementing log transmission, including: the device comprises a query unit and a sending unit; wherein,
the query unit is used for querying the generated forwarding information of the log from the cache;
and the sending unit is used for sending the generated log to one or more pre-configured log servers through the quick forwarding channel according to the inquired forwarding information.
The device further comprises a filtering unit, which is used for matching and filtering the generated log and a preset alarm level before sending the generated log to a preset log server, and only sending the part of the generated log reaching the preset alarm level.
Furthermore, the device also comprises a forwarding cache unit used for inquiring the forwarding information,
and acquiring the forwarding information from the forwarding plane and transmitting the forwarding information to the cache.
Further, the device also comprises a socket unit, which is used for when the query unit does not query the forwarding information from the cache,
and sending the generated log to the pre-configured log server in a SOCKET mode.
Further, the query unit is specifically configured to,
acquiring a network address of the log server from a forwarding plane;
when the log server is directly connected with the router, a destination address sent by the log is obtained to be used as a next route hop; when the log server is not directly connected with the router, a routing table is inquired to obtain a next route hop;
acquiring quintuple information of an output interface of a router;
using the acquired network address of the log server, the next route hop and quintuple information of the output interface of the router as the query key value;
and inquiring the forwarding information of the generated log from the cache according to the inquiry key value.
Compared with the prior art, the technical scheme of the application comprises the following steps: inquiring the forwarding information of the generated log from the cache; and sending the generated log to one or more pre-configured log servers through a quick forwarding channel according to the inquired forwarding information. The method of the invention utilizes the fast forwarding channel to send the generated log to one or more preset log servers by inquiring the forwarding information from the cache, thereby solving the performance problem that the log transmission of a high-performance router cannot be satisfied by adopting an SOCKET mode. Meanwhile, the problem of storage performance of a log server adopting a single device as a plurality of devices in a SOCKET mode is avoided.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a flow chart of a method for implementing log transmission according to the present invention;
FIG. 2 is a block diagram of an apparatus for implementing log transmission according to the present invention;
FIG. 3 is a flowchart of a method according to a first embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
Fig. 1 is a flowchart of a method for implementing log transmission according to the present invention, as shown in fig. 1, including:
step 100, inquiring forwarding information of the generated log from a cache;
in the step, the forwarding information of the generated log is inquired from the cache according to the inquiry key value;
the query key value is generated according to the following steps:
acquiring a network address of a log server from a forwarding plane;
when the log server is directly connected with the router, a destination address sent by the log is obtained as a next route hop; when the log server is not directly connected with the router, inquiring a routing table to obtain a next route hop;
acquiring quintuple information of an output interface of a router;
using the acquired network address of the log server, the next route hop and quintuple information of the output interface of the router as the query key value;
the egress interface may be a real interface or a virtual interface.
Here, the five tuple information data of the outgoing interface of the router is acquired by a means familiar to those skilled in the art.
The virtual interface is at least one of the following interfaces: a link aggregation group (Smartgroup) interface, a super virtual local area network (Supervlan) interface, a multi-link point-to-point protocol (MPPP), and a Pos-port aggregation Posgroup interface. Pos port is a term used in the art to refer to a port of a passive optical splitter.
When the output interface is a virtual interface, the five-tuple information of the output interface of the router is as follows:
and inquiring the interface port state information to select an activated physical interface, and taking the information of the selected activated physical interface and the virtual interface as quintuple information of the router output interface.
It should be noted that, when the outgoing interface is a virtual interface, the active physical interface is selected by the existing routing algorithm. The quintuple information is the existing definition, comprises a frame number, a slot number, a port number, a sub-port number and a port type, and can uniquely determine the exit of the message through the quintuple information.
Before querying the forwarding information of the generated log from the cache, the method of the present invention further comprises:
and acquiring forwarding information from the forwarding plane, and transmitting the forwarding information to the cache.
It should be noted that, by transmitting the forwarding information to the cache, the transmission efficiency of the generated log can be improved, and the purpose of improving the transmission performance of the generated log is achieved.
And step 101, sending the generated log to one or more pre-configured log servers through a fast forwarding channel according to the inquired forwarding information.
Here, the pre-configured log server is: receiving network address information of a pre-configured log server through a pre-set user interface; and a server configured according to the network address information of the log server and receiving the generated log.
It should be noted that, by configuring one or more log servers in advance to receive the generated logs, the storage performance problem caused by the fact that a single device is adopted as a log server of multiple devices in the SOCKET mode is avoided. The log redundancy can be realized by sending the data to more than one log server; in addition, technicians can inquire the generated logs on any log server, and convenience is provided for inquiring log information.
Preferably, the network address information of the log server at least includes:
the network address of the log server is an internet protocol version four (IPV4) address or an internet protocol version six (IPV6) address; and,
the log server is directly connected with the router, or the log server is not directly connected with the router.
The forwarding information at least includes: ethernet header information (ESH) to the log server, switching headers (SAIH and ITMH), and network processor-processed header information NPH header.
It should be noted that SAIH is a swap head corresponding to a swap chip of the swap channel (SA) 200; the ITMH is a switching header corresponding to a Transport Manager (TM). The data transmission according to the forwarding information belongs to the common knowledge of those skilled in the art, and is not described in detail herein.
When the forwarding information is not queried in the cache, the method of the invention further comprises the following steps:
and sending the generated log to a log server corresponding to the address of the log server in a SOCKET (SOCKET) mode.
It should be noted that the generated log is quickly sent through the quick forwarding channel, so that the performance requirement of the high-performance router is met; when the query of the forwarding information from the cache fails, the integrity of the generated log information can be ensured in a SOCKET mode.
Before sending the generated log to a pre-configured log server, the method of the present invention further comprises:
and matching and filtering the generated log and the preset alarm level, and only sending the part of the generated log reaching the preset alarm level.
It should be noted that the preset alarm level refers to a filtering level set by a person skilled in the art according to the importance of log information, for example, setting a power supply, a conversion address, some key information related to security, and the like, to perform alarm on the generated log according to technical requirement analysis, that is, only the alarm is set to forward the log.
The method of the invention utilizes the fast forwarding channel to send the generated log to one or more preset log servers by inquiring the forwarding information from the cache, thereby solving the performance problem that the log transmission of a high-performance router cannot be satisfied by adopting an SOCKET mode. Meanwhile, the problem of storage performance of a log server adopting a single device as a plurality of devices in a SOCKET mode is avoided.
Fig. 2 is a block diagram of an apparatus for implementing log transmission according to the present invention, as shown in fig. 2, including: the device comprises a query unit and a sending unit; wherein,
the query unit is used for querying the generated forwarding information of the log from the cache;
the query unit is specifically configured to,
acquiring a network address of a log server from a forwarding plane;
when the log server is directly connected with the router, a destination address sent by the log is obtained as a next route hop; when the log server is not directly connected with the router, inquiring a routing table to obtain a next route hop;
acquiring quintuple information of an output interface of a router;
using the acquired network address of the log server, the next route hop and quintuple information of the output interface of the router as the query key value;
and inquiring the forwarding information of the generated log from the cache according to the inquiry key value.
And the sending unit is used for sending the generated log to one or more pre-configured log servers through the quick forwarding channel according to the inquired forwarding information.
The device also comprises a filtering unit, which is used for matching and filtering the generated log and the preset alarm level before sending the generated log to a preset log server, and only sending the part of the generated log reaching the preset alarm level.
The device also comprises a forwarding cache unit which is used for acquiring the forwarding information from the forwarding plane and transmitting the forwarding information to the cache before inquiring the forwarding information.
The device also comprises a SOCKET unit which is used for sending the generated log to a pre-configured log server in a SOCKET mode when the query unit cannot query the forwarding information from the cache.
The process of the present invention is illustrated in clear detail below by means of specific examples, which are only intended to illustrate the invention and are not intended to limit the scope of the process of the invention.
Example 1
Fig. 3 is a flowchart of a method according to a first embodiment of the present invention, as shown in fig. 3, including:
and step 300, performing matching filtering on the generated log and the preset alarm level to obtain a part reaching the preset alarm level in the generated log.
Step 301, taking the network address and the next route hop of the log server as query key values, and querying forwarding information from the cache. When the query is successful, executing step 302; if the query fails, step 303 is performed.
Specifically, the method comprises the steps of acquiring a network address of a log server from a forwarding plane;
when the log server is directly connected with the router, a destination address sent by the log is obtained as a next route hop; when the log server is not directly connected with the router, inquiring a routing table to obtain a next route hop;
taking the acquired network address and the next routing hop of the log server as query key values; and inquiring the forwarding information from the cache by the inquiry key value.
It should be noted that, when the forwarding information of the forwarding plane is updated, new forwarding information is added, or the forwarding information is deleted, first, corresponding processing needs to be performed on the forwarding information in the cache, so as to perform corresponding adjustment on transmission of the generated log. The specific adjustment procedure is within the common general knowledge of a person skilled in the art.
The query key value also comprises quintuple information of an outgoing interface of the router;
the output interface is a real interface or a virtual interface:
the virtual interface is at least one of the following interfaces: a link aggregation group (Smartgroup) interface, a super virtual local area network (Supervlan) interface, a multi-link point-to-point protocol (MPPP), and a Posgroup interface.
When the output interface is a virtual interface, the five-tuple information of the output interface of the router is as follows:
and inquiring the interface port state information to select an activated physical interface, and taking the information of the selected activated physical interface and the virtual interface as quintuple information of the router output interface.
And step 302, sending the part of the generated log reaching the preset alarm level to one or more log servers configured in advance according to the inquired forwarding information.
The forwarding information at least includes: ESH, switching heads (SAIH and ITMH), and NPH; the forwarding information is generally combined to generate a cookie, wherein two-layer forwarding is carried out based on ESH, and the generated log is sent to an SA chip; the SA chip will be exchanged to TM chip based on SAIH, strip ESH and SAIH; the TM chip sends the generated log to a Network Processor (NP) based on the ITMH; the NP chip sends the TM to the physical panel port based on NPH.
And step 303, sending the part of the generated log reaching the preset alarm level to a log server corresponding to the address of the log server in a SOCKET (SOCKET) mode. Here, when log transmission is performed in the SOCKET manner, a forwarding message still needs to be acquired from the forwarding plane. After one-time transmission, the subsequent forwarding information is transmitted to the exchange; in this embodiment, the query failure means that no corresponding cookie can be found in the cache.
In this embodiment, only when the generated log reaches the preset alarm level, the forwarding message in the cache is queried and acquired, and the log is transmitted. The flexible log transmission method can quickly transmit the log through the quick forwarding channel and can also transmit the generated log in a SOCKET mode. The transmission of the generated logs is supported under the conditions of IPV4 and IPV6 addresses, virtual interfaces, real interfaces, direct connection and non-direct connection, and the transmission efficiency of the generated logs is effectively improved by caching the forwarding information; the transmission speed is ensured by the fast transmission channel.
Although the embodiments of the present invention have been described above, the above description is only for the convenience of understanding the present invention, and is not intended to limit the present invention. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. A method for implementing log transmission, comprising:
inquiring the forwarding information of the generated log from the cache;
according to the inquired forwarding information, sending the generated log to one or more pre-configured log servers through a fast forwarding channel; wherein,
before querying the forwarding information of the generated log from the cache, the method further includes:
acquiring the forwarding information from a forwarding plane, and transmitting the forwarding information to the cache;
when the forwarding information is not queried in the cache, the method further comprises the following steps:
and sending the generated log to a log server corresponding to the address of the log server in a SOCKET mode.
2. The method of claim 1, wherein before sending the generated log to a preconfigured log server, the method further comprises:
and matching and filtering the generated log and a preset alarm level, and only sending a part of the generated log reaching the preset alarm level.
3. The method of claim 1 or 2, wherein the preconfigured log server is:
receiving the pre-configured network address information of the log server through a preset user interface; and the server is configured according to the network address information of the log server and is used for receiving the generated log.
4. The method of claim 3, wherein the network address information of the log server comprises at least:
the network address of the log server is an internet protocol fourth version IPV4 address or an internet protocol sixth version IPV6 address; and,
the log server is directly connected with the router, or the log server is not directly connected with the router.
5. The method according to claim 3, wherein the querying the forwarding information of the generated log from the cache specifically comprises:
inquiring the forwarding information of the generated log from the cache according to the inquiry key value;
the query key value is generated according to the following steps:
acquiring a network address of the log server from a forwarding plane;
when the log server is directly connected with the router, a destination address sent by the log is obtained to be used as a next route hop; when the log server is not directly connected with the router, a routing table is inquired to obtain a next route hop;
acquiring quintuple information of an output interface of a router;
using the acquired network address of the log server, the next route hop and quintuple information of the output interface of the router as the query key value;
the output interface is a real interface or a virtual interface.
6. The method of claim 5, wherein the virtual interface is at least one of: a link aggregation group Smartgroup interface, a super virtual local area network (Supervlan) interface, a multi-link point-to-point protocol (MPPP) and a Posgroup interface;
when the output interface is a virtual interface, the five-tuple information of the output interface of the router is as follows:
and inquiring the interface port state information to select an activated physical interface, and taking the information of the selected activated physical interface and the virtual interface as the quintuple information of the router output interface.
7. Method according to claim 1 or 2, characterized in that said forwarding information comprises at least: ethernet head information ESH sent to the log server, exchange head information and head information NPH processed by the network processor;
the exchange head information is SAIH and ITMH.
8. An apparatus for implementing log transmission, comprising: the device comprises a query unit and a sending unit; wherein,
the query unit is used for querying the generated forwarding information of the log from the cache;
the sending unit is used for sending the generated log to one or more pre-configured log servers through the quick forwarding channel according to the inquired forwarding information; wherein,
the device also comprises a forwarding cache unit used for inquiring the forwarding information,
acquiring the forwarding information from a forwarding plane and transmitting the forwarding information to a cache; wherein,
the device also comprises a socket unit, which is used for inquiring the forwarding information from the cache by the inquiring unit,
and sending the generated log to the pre-configured log server in a SOCKET mode.
9. The apparatus according to claim 8, further comprising a filtering unit, configured to perform matched filtering on the generated log and a preset alarm level before sending the generated log to a preconfigured log server, and send only a part of the generated log that reaches the preset alarm level.
10. The apparatus according to claim 8 or 9, wherein the querying element is specifically configured to,
acquiring a network address of the log server from a forwarding plane;
when the log server is directly connected with the router, a destination address sent by the log is obtained to be used as a next route hop; when the log server is not directly connected with the router, a routing table is inquired to obtain a next route hop;
acquiring quintuple information of an output interface of a router;
the acquired network address of the log server, the next route hop and quintuple information of an output interface of the router are used as query key values;
and inquiring the forwarding information of the generated log from the cache according to the inquiry key value.
CN201510284692.1A 2015-05-28 2015-05-28 Method and device for realizing log transmission Active CN106301844B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201510284692.1A CN106301844B (en) 2015-05-28 2015-05-28 Method and device for realizing log transmission
PCT/CN2015/087242 WO2016187967A1 (en) 2015-05-28 2015-08-17 Method and apparatus for realizing log transmission

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510284692.1A CN106301844B (en) 2015-05-28 2015-05-28 Method and device for realizing log transmission

Publications (2)

Publication Number Publication Date
CN106301844A CN106301844A (en) 2017-01-04
CN106301844B true CN106301844B (en) 2020-03-24

Family

ID=57393733

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510284692.1A Active CN106301844B (en) 2015-05-28 2015-05-28 Method and device for realizing log transmission

Country Status (2)

Country Link
CN (1) CN106301844B (en)
WO (1) WO2016187967A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108989314A (en) * 2018-07-20 2018-12-11 北京木瓜移动科技股份有限公司 A kind of Transmitting Data Stream, processing method and processing device
CN111190871A (en) * 2019-12-18 2020-05-22 中移(杭州)信息技术有限公司 Log generation method and device, computer equipment and storage medium
CN111177013B (en) * 2020-01-06 2023-09-26 北京达佳互联信息技术有限公司 Log data acquisition method, device, computer equipment and storage medium
CN114780353B (en) * 2022-06-15 2022-09-27 统信软件技术有限公司 File log monitoring method and system and computing device
CN115118583B (en) * 2022-06-29 2024-03-26 北京奇艺世纪科技有限公司 Log query method and device, electronic equipment and computer readable storage equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101022662A (en) * 2007-02-26 2007-08-22 华为技术有限公司 Calling log service device, system and method thereof
CN103778049A (en) * 2012-10-19 2014-05-07 北京市三希电子科技开发公司 Embedded system development log system
CN104036025A (en) * 2014-06-27 2014-09-10 蓝盾信息安全技术有限公司 Distribution-base mass log collection system
CN104572351A (en) * 2014-12-23 2015-04-29 中国工商银行股份有限公司 Data recovery system and method based on host system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11265349A (en) * 1998-03-17 1999-09-28 Toshiba Corp Computer system and secret protection method, transmitting/receiving log management method, mutual checking method, and a disclosed key generation management method to be applied to its system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101022662A (en) * 2007-02-26 2007-08-22 华为技术有限公司 Calling log service device, system and method thereof
CN103778049A (en) * 2012-10-19 2014-05-07 北京市三希电子科技开发公司 Embedded system development log system
CN104036025A (en) * 2014-06-27 2014-09-10 蓝盾信息安全技术有限公司 Distribution-base mass log collection system
CN104572351A (en) * 2014-12-23 2015-04-29 中国工商银行股份有限公司 Data recovery system and method based on host system

Also Published As

Publication number Publication date
CN106301844A (en) 2017-01-04
WO2016187967A1 (en) 2016-12-01

Similar Documents

Publication Publication Date Title
EP3695568B1 (en) Systems and methods for controlling switches to record network packets using a traffice monitoring network
EP2748992B1 (en) Method for managing network hardware address requests with a controller
JP6518697B2 (en) System and method for controlling a network switch using a switch modeling interface on a controller
JP3372455B2 (en) Packet relay control method, packet relay device, and program storage medium
US10270645B2 (en) Systems and methods for handling link aggregation failover with a controller
US8856384B2 (en) System and methods for managing network protocol address assignment with a controller
US8923296B2 (en) System and methods for managing network packet forwarding with a controller
CN106301844B (en) Method and device for realizing log transmission
US8787388B1 (en) System and methods for forwarding packets through a network
US9876700B2 (en) Method and system for active fabric management using unicast reachability monitoring
EP2451125B1 (en) Method and system for realizing network topology discovery
US20160205008A1 (en) Diagnosis and throughput measurement of fibre channel ports in a storage area network environment
US8938521B2 (en) Bi-directional synchronization enabling active-active redundancy for load-balancing switches
US9548900B1 (en) Systems and methods for forwarding network packets in a network using network domain topology information
US9401865B2 (en) Network appliance redundancy system, control apparatus, network appliance redundancy method and program
US9787567B1 (en) Systems and methods for network traffic monitoring
CN111654406B (en) Bidirectional forwarding detection method and device
WO2022253087A1 (en) Data transmission method, node, network manager, and system
US20220200910A1 (en) Methods and systems for autonomous rule-based task coordination amongst edge devices
US20080205376A1 (en) Redundant router having load sharing functionality
US7945656B1 (en) Method for determining round trip times for devices with ICMP echo disable
US9264295B1 (en) Systems and methods for forwarding broadcast network packets with a controller
CN108833284B (en) Communication method and device for cloud platform and IDC network
US11792092B2 (en) Network telemetry
US20130054785A1 (en) Communications path discovery

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant