CN107465621B - Router discovery method, SDN controller, router and network system - Google Patents

Router discovery method, SDN controller, router and network system Download PDF

Info

Publication number
CN107465621B
CN107465621B CN201710710903.2A CN201710710903A CN107465621B CN 107465621 B CN107465621 B CN 107465621B CN 201710710903 A CN201710710903 A CN 201710710903A CN 107465621 B CN107465621 B CN 107465621B
Authority
CN
China
Prior art keywords
router
feature
sdn controller
sdn
message
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
CN201710710903.2A
Other languages
Chinese (zh)
Other versions
CN107465621A (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 CN201710710903.2A priority Critical patent/CN107465621B/en
Publication of CN107465621A publication Critical patent/CN107465621A/en
Application granted granted Critical
Publication of CN107465621B publication Critical patent/CN107465621B/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
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/26Route discovery packet

Abstract

The embodiment of the invention discloses a router discovery method, an SDN controller, a router and a network system, relates to the field of communication, and can discover the router in an SDN network. The method comprises the following steps: the SDN controller issues a feature flow table to an SDN switch, the SDN switch receives a feature message sent by a router and forwards the feature message to the SDN controller according to the feature flow table, and the feature message carries router feature information; the SDN controller acquires an ARP message sent by a router through an SDN switch; and the SDN controller acquires the node information of the router according to the characteristic message and the ARP message.

Description

Router discovery method, SDN controller, router and network system
Technical Field
Embodiments of the present invention relate to the field of communications, and in particular, to a router discovery method, an SDN (software defined network) controller, a router, and a network system.
Background
SDN (Software Defined Network) is a new Network innovation architecture, which separates a Network device control plane from a data plane, thereby implementing flexible control of Network traffic and making a Network more intelligent as a pipeline. In an SDN network, an SDN controller implementing functions of a control plane and several SDN switches implementing functions of a data plane are included. The SDN switch is responsible for data forwarding, and all data forwarding control actions are completed by the SDN controller. As such, the SDN controller requires a special protocol to control the SDN switch. An Openflow Protocol is adopted in an existing SDN network to discover and control an SDN switch, an Openflow flow table is issued to control a data forwarding behavior of the SDN switch, a Link Layer Discovery Protocol (LLDP) Protocol is used to detect and discover a network topology between the SDN switches, and an Address Resolution Protocol (ARP) Protocol is used to discover a common host connected under the SDN switch.
When a common host accesses an SDN switch, the common host may actively send an ARP message to the SDN switch, because the SDN controller has issued a flow table for how to process the ARP message to the SDN switch, the SDN switch matches the message, packages the message in a packet-in form and sends the packet to the SDN controller, the SDN controller receives the message and analyzes the message, obtains relevant information of the common host, such as an IP (Internet Protocol) address, an MAC (Media Access Control) address, a port number for connecting the SDN switch, and the like, and completes discovery and identification processes of the common host. When the router accesses the SDN network, the router device sends an ARP message to an SDN switch directly connected with the router device like a common host, as the SDN controller already sends a flow table for processing the ARP to the SDN switch, the SDN switch is matched with a forwarding flow table, the ARP message of the router is packaged and sent to the SDN controller in a packet-in mode, the SDN controller analyzes and obtains relevant information of the router, and the router is found and identified as the common host.
In this way, only the router can be found and identified as a common host by the ARP protocol, and the router feature information cannot be further acquired, that is, the router node cannot be found in the SDN network, and meanwhile, the SDN controller cannot actively detect the router node. In this way, the topology display of the SDN controller cannot reflect the real physical network topology, and meanwhile, the router nodes cannot be accurately identified and detected, which brings difficulty to network service deployment.
Disclosure of Invention
Embodiments of the present invention provide a router discovery method, an SDN controller, a router, and a network system, which are capable of discovering a router in an SDN network.
In a first aspect, a router discovery method is provided, including:
the SDN controller issues a feature flow table to the SDN switch, wherein the feature flow table is used for indicating the SDN switch to send a feature message sent by the router to the SDN controller; the method comprises the steps that an SDN switch receives a feature message sent by a router, and forwards the feature message to an SDN controller according to a feature flow table, wherein the feature message carries router feature information, and the router feature information comprises feature codes for identifying the router; the SDN controller acquires an ARP message sent by a router through an SDN switch; the SDN controller acquires node information of the router according to the characteristic message and the ARP message, wherein the node information of the router comprises: IP address, router characteristic information.
In a second aspect, an SDN controller is provided, comprising:
a sending unit, configured to issue a feature flow table to an SDN switch, where the feature flow table is used to instruct the SDN switch to send a feature packet sent by a router to the SDN controller; a receiving unit, configured to receive a feature packet sent by the router and forwarded by the SDN switch according to the feature flow table, where the feature packet carries router feature information, and the router feature information includes a feature code that identifies the router; the receiving unit is further used for acquiring an ARP message sent by the router through an SDN switch; a processing unit, configured to obtain node information of a router according to the feature packet and the ARP packet received by the receiving unit, where the node information of the router includes: IP address, router name feature information.
In a third aspect, a router is provided, including:
a sending unit, configured to send a feature packet to an SDN controller through an SDN switch, where the feature packet carries router feature information; the sending unit is further configured to send an ARP packet to the SDN controller through the SDN switch.
In a fourth aspect, a network system is provided, which includes any one of the SDN controllers, at least one SDN switch, and any one of the routers described above; wherein the SDN controller is configured to control data forwarding of the at least one SDN switch, any SDN switch of the at least one SDN switch is connected to an end host, and any SDN switch of the at least one SDN switch is connected to the router.
In the scheme, the SDN controller issues a feature flow table to the SDN switch, wherein the feature flow table is used for indicating the SDN switch to send a feature message sent by the router to the SDN controller; the method comprises the steps that an SDN switch receives a feature message sent by a router, and forwards the feature message to an SDN controller according to a feature flow table, wherein the feature message carries router feature information, and the router feature information comprises feature codes for identifying the router; the SDN controller acquires an ARP message sent by a router through an SDN switch; the SDN controller acquires node information of the router according to the characteristic message and the ARP message, wherein the node information of the router comprises: IP address, router characteristic information. By the method, the SDN controller can finally acquire the node information of the router, so that the SDN controller can find the router in the SDN network, the topology display of the SDN controller can accurately reflect the real physical network topology, and convenience is provided for network service deployment.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a block diagram of a network system according to an embodiment of the present invention;
fig. 2 is a flowchart of a router discovery method according to an embodiment of the present invention;
fig. 3 is a flowchart of a router detection method according to an embodiment of the present invention;
fig. 4 is a structural diagram of an SDN controller according to an embodiment of the present invention;
fig. 5 is a block diagram of a router according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The system architecture and the service scenario described in the embodiment of the present invention are for more clearly illustrating the technical solution of the embodiment of the present invention, and do not form a limitation on the technical solution provided in the embodiment of the present invention, and it can be known by those skilled in the art that the technical solution provided in the embodiment of the present invention is also applicable to similar technical problems along with the evolution of the system architecture and the appearance of a new service scenario.
The above method is described in detail with reference to specific examples. Referring to fig. 1, an embodiment of the present invention is applied to a network system including: an SDN controller and at least one SDN switch and router; wherein the SDN controller is configured to control data forwarding of at least one SDN switch, any SDN switch of the at least one SDN switch is connected to an end host (e.g., a personal computer PC), and any SDN switch of the at least one SDN switch is connected to a router. Only two SDN switches are shown in fig. 1, it can be understood that an SDN controller may also control data forwarding between multiple SDN switches, and thus the network system may also include multiple SDN switches, and in a specific application scenario, an end host and a router may connect the same SDN switch or different SDN switches.
Based on the network system, the basic principle of the application is as follows: a router accessing the SDN network configures a real IP address and turns on a neighbor discovery function of the router, for example: the NDSP (Neighbor Device search Protocol) or the CDP (Cisco Discovery Protocol) identifies the current Device as a router by carrying a feature code for agreeing to identify the router in the feature information of the router. The method comprises the steps that a characteristic flow table is issued to an SDN switch by an SDN controller to obtain an NDSP or CDP characteristic message sent by a router, the characteristic message is identified and analyzed to obtain router characteristic information carried by the characteristic message, the router characteristic information and an ARP message sent by the router are integrated to finally form a node of the router, and the information is written into a background database of the SDN controller, so that the router is discovered and identified. In addition, the SDN controller can send a probe packet to the target router to discover that a link where the target router is located is abnormal, or discover that the target router is an abnormal network node to perform aging processing on the target router. In the scheme, the neighbor discovery function (NDSP or CDP) of the router is adopted, and the accurate discovery of the router can be completed without additionally adding a new function or protocol on the router.
Referring to fig. 2, an embodiment of the present invention provides a router discovery method, and referring to fig. 2, the method includes the following steps:
s101, the SDN controller issues a feature flow table to the SDN switch, wherein the feature flow table is used for indicating the SDN switch to send a feature message sent by the router to the SDN controller.
S102, the router sets the IP address of the router and starts a neighbor discovery function to generate a characteristic message, wherein the characteristic message is an NDSP message or a CDP message.
The feature packet carries Router feature information, for example, the Router feature information includes a feature code identifying a Router, for example, the feature code is "Router", and the SDN controller may identify the Router through the identifier code. The feature information of the router may further include a router name, a MAC address, and a router access port number, and the feature information of the router is not limited in the present invention as long as the SDN controller can identify the router and perform topology discovery and control management on the router.
S103, the SDN switch receives the feature message sent by the router and forwards the feature message to the SDN controller according to the feature flow table.
S104, the SDN controller acquires an ARP message sent by the router through the SDN switch.
And S105, the SDN controller acquires the node information of the router according to the feature message and the ARP message.
The SDN controller may obtain the feature information of the router according to the feature packet, and obtain the IP address of the router according to the ARP packet. Therefore, the SDN controller acquires the node information of the router according to the feature message and the ARP message. The node information of the router includes an IP address of the router and feature information of the router.
After step S105, the SDN controller stores node information of the router in a database, thereby completing a discovery function for the router. Furthermore, since the SDN switch may have a router log-out or re-release or information change (for example, a router IP address change, a router name change, a router access port change, etc.), the method further includes, after step S105: and after a preset time interval, the SDN controller updates the node information of the router. Here, the updating of the node information of the router by the SDN controller means that the processes of the steps S101 to S105 are re-executed to complete the node information of the newly accessed router.
In the scheme, the SDN controller issues a feature flow table to the SDN switch, wherein the feature flow table is used for indicating the SDN switch to send a feature message sent by the router to the SDN controller; the SDN switch receives a feature message sent by a router, and forwards the feature message to an SDN controller according to a feature flow table, wherein the feature message carries router feature information; the SDN controller acquires an ARP message sent by a router through an SDN switch; and the SDN controller acquires the node information of the router according to the characteristic message and the ARP message. By the method, the SDN controller can finally obtain the node information of the router, and because the router characteristic information contains the characteristic code for identifying the router, the SDN controller can find the router in the SDN network, the topology display of the SDN controller can accurately reflect the real physical network topology, and convenience is provided for network service deployment.
In addition, referring to fig. 3, after completing the discovery process of the router, an embodiment of the present invention further provides a method for detecting a router, including the following steps:
s201, the SDN controller obtains a target IP address of the target router from a database.
S202, the SDN controller sends a detection message to the target router according to the target IP address.
The SDN controller can periodically acquire a target IP address of the target router from the database, and periodically send a detection message to the target router in a packet-out mode according to the target IP address.
And S203, if the SDN controller receives the response of the target router to the detection message, acquiring the timestamp information of the target router according to the response.
And S204, if the SDN controller determines that the time interval between the timestamp information and the current time exceeds a time threshold, determining that the target router is an abnormal network node.
Thus, when determining that the target router is an abnormal network node, the SDN controller may further determine whether the target router satisfies an aging condition, for example: and when the time delay of the router exceeds a preset value, deleting the router or updating the related information of the router. Otherwise, the SDN controller determines that the time interval between the timestamp information and the current time does not exceed the time threshold, and then determines that the target router is normal.
And S205, if the SDN controller does not receive the response of the target router to the detection message, determining that the link of the target router is abnormal.
The detection of the router is realized through the steps S201-205, which provides convenience for network service deployment.
Referring to fig. 4, an embodiment of the present invention provides an SDN controller for implementing the above method embodiment, where the SDN controller includes:
a sending unit 41, configured to issue a feature flow table to an SDN switch, where the feature flow table is used to instruct the SDN switch to send a feature packet sent by a router to the SDN controller;
a receiving unit 42, configured to receive a feature packet sent by the router and forwarded by the SDN switch according to the feature flow table, where the feature packet carries router feature information, and the router feature information includes a feature code that identifies the router;
the receiving unit 42 is further configured to obtain an ARP packet sent by the router through the SDN switch;
a processing unit 43, configured to obtain node information of the router according to the feature packet and the ARP packet received by the receiving unit 42, where the node information of the router includes: IP address, router characteristic information.
The processing unit 43 may obtain the feature information of the router according to the feature packet, and obtain the IP address of the router according to the ARP packet.
Optionally, the processing unit 43 is further configured to update the node information of the router after a predetermined time interval.
The node information of the router is stored in a database; the SDN controller further comprises: an obtaining unit 44, configured to obtain a target IP address of the target router in the database; the sending unit 41 is further configured to send a detection packet to the target router according to the target IP address acquired by the acquiring unit 44; the processing unit 43 is further configured to, if the receiving unit 42 receives a response to the detection packet from the target router, obtain timestamp information of the target router according to the response; the processing unit 43 is further configured to determine that the target router is an abnormal network node if it is determined that the time interval between the timestamp information and the current time exceeds the time threshold.
Optionally, the processing unit 43 is further configured to determine that a link of the target router is abnormal if the receiving unit 42 does not receive the response of the target router to the detection packet.
Referring to fig. 5, an embodiment of the present invention provides a router for implementing the above method embodiment, where the router includes:
a sending unit 51, configured to send a feature packet to an SDN controller through an SDN switch, where the feature packet carries router feature information, and a router name includes a feature code identifying a router;
the sending unit 51 is further configured to send an ARP packet to the SDN controller through the SDN switch.
Optionally, the processing unit 52 is further configured to set an own IP address and start a neighbor discovery function, and generate a feature message, where the feature message is: NDSP messages or CDP messages.
In the scheme, the SDN controller issues a feature flow table to the SDN switch, wherein the feature flow table is used for indicating the SDN switch to send a feature message sent by the router to the SDN controller; the SDN switch receives a feature message sent by a router, and forwards the feature message to an SDN controller according to a feature flow table, wherein the feature message carries router feature information; the SDN controller acquires an ARP message sent by a router through an SDN switch; and the SDN controller acquires the node information of the router according to the characteristic message and the ARP message. By the method, the SDN controller can finally acquire the node information of the router, and because the router characteristic information contains the identification code for identifying the router, the SDN controller can find the router in the SDN network, the topology display of the SDN controller can accurately reflect the real physical network topology, and convenience is provided for network service deployment.
Additionally, a computer-readable medium (or media) is also provided, comprising computer-readable instructions that when executed perform the operations of the method in the above-described embodiments.
Additionally, a computer program product is also provided, comprising the above-described computer-readable medium (or media).
It should be understood that, in various embodiments of the present invention, the sequence numbers of the above-mentioned processes do not mean the execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation on the implementation process of the embodiments of the present invention.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus, and method may be implemented in other ways. For example, the above-described device embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U disk, a removable hard disk, a read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
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 (12)

1. A method for router discovery, comprising:
the method comprises the steps that an SDN controller issues a feature flow table to an SDN switch, wherein the feature flow table is used for indicating the SDN switch to send a feature message sent by a router to the SDN controller;
an SDN switch receives a feature message sent by a router, and forwards the feature message to an SDN controller according to the feature flow table, wherein the feature message carries router feature information, and the router feature information comprises a feature code for identifying the router; the feature message is generated by setting an IP address of the router and starting a neighbor discovery function;
the SDN controller acquires an ARP message sent by a router through an SDN switch;
the SDN controller acquires node information of a router according to the feature message and the ARP message, wherein the node information of the router comprises: IP address, router characteristic information.
2. The router discovery method of claim 1,
the characteristic message is an NDSP message or a CDP message.
3. The router discovery method according to claim 1, wherein after the SDN controller obtains node information of a router according to the feature packet and the ARP packet, the method further comprises:
and after a preset time interval, the SDN controller updates the node information of the router.
4. The router discovery method according to claim 1, wherein node information of said router is stored in a database; after the SDN controller obtains node information of the router according to the feature packet and the ARP packet, the SDN controller further includes:
the SDN controller acquires a target IP address of a target router from the database;
the SDN controller sends a detection message to the target router according to the target IP address;
if the SDN controller receives a response of the target router to the detection message, acquiring timestamp information of the target router according to the response;
if the SDN controller determines that the time interval between the timestamp information and the current time exceeds a time threshold, the target router is determined to be an abnormal network node.
5. The router discovery method according to claim 4, wherein if the SDN controller does not receive the reply of the target router to the probe packet, it determines that the link of the target router is abnormal.
6. An SDN controller, comprising:
a sending unit, configured to issue a feature flow table to an SDN switch, where the feature flow table is used to instruct the SDN switch to send a feature packet sent by a router to the SDN controller;
a receiving unit, configured to receive a feature packet sent by the router and forwarded by the SDN switch according to the feature flow table, where the feature packet carries router feature information, and the router feature information includes a feature code that identifies the router; the feature message is generated by setting an IP address of the router and starting a neighbor discovery function;
the receiving unit is further configured to obtain an ARP packet sent by the router through an SDN switch;
a processing unit, configured to obtain node information of a router according to the feature packet and the ARP packet received by the receiving unit, where the node information of the router includes: IP address, router characteristic information.
7. The SDN controller of claim 6,
the processing unit is further configured to update the node information of the router after a predetermined time interval.
8. The SDN controller of claim 6, wherein node information of the router is stored in a database; the SDN controller further comprises:
an obtaining unit, configured to obtain a target IP address of a target router in the database;
the sending unit is further configured to send a detection packet to the target router according to the target IP address acquired by the acquiring unit;
the processing unit is further configured to, if the receiving unit receives a response to the detection packet from the target router, obtain timestamp information of the target router according to the response;
the processing unit is further configured to determine that the target router is an abnormal network node if it is determined that a time interval between the timestamp information and the current time exceeds a time threshold.
9. The SDN controller of claim 8, wherein the processing unit is further configured to determine that a link of the target router is abnormal if the receiving unit does not receive an acknowledgement of the probe packet from the target router.
10. A router, comprising:
the processing unit is used for setting the IP address of the processing unit and starting a neighbor discovery function to generate a characteristic message;
a sending unit, configured to send the feature packet to an SDN controller through an SDN switch, where the feature packet carries router feature information, and the router feature information includes a feature code identifying a router;
the sending unit is further configured to send an ARP packet to the SDN controller through the SDN switch.
11. The router according to claim 10,
the characteristic message is an NDSP message or a CDP message.
12. A network system comprising an SDN controller according to any one of claims 6-9, at least one SDN switch, and a router according to claim 10 or 11;
wherein the SDN controller is configured to control data forwarding of the at least one SDN switch, any SDN switch of the at least one SDN switch is connected to an end host, and any SDN switch of the at least one SDN switch is connected to the router.
CN201710710903.2A 2017-08-18 2017-08-18 Router discovery method, SDN controller, router and network system Active CN107465621B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710710903.2A CN107465621B (en) 2017-08-18 2017-08-18 Router discovery method, SDN controller, router and network system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710710903.2A CN107465621B (en) 2017-08-18 2017-08-18 Router discovery method, SDN controller, router and network system

Publications (2)

Publication Number Publication Date
CN107465621A CN107465621A (en) 2017-12-12
CN107465621B true CN107465621B (en) 2020-08-11

Family

ID=60550041

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710710903.2A Active CN107465621B (en) 2017-08-18 2017-08-18 Router discovery method, SDN controller, router and network system

Country Status (1)

Country Link
CN (1) CN107465621B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111010362B (en) * 2019-03-20 2021-09-21 新华三技术有限公司 Monitoring method and device for abnormal host
CN111556054B (en) * 2020-04-28 2021-04-06 南京大学 Method for detecting wormhole attack aiming at SDN
CN112350928B (en) * 2020-10-14 2022-09-30 杭州迪普科技股份有限公司 OSPF (open shortest Path first) protocol-based smooth restart method and device
CN116192281B (en) * 2023-04-26 2024-02-23 军事科学院系统工程研究院网络信息研究所 Quantum communication-based network topology control method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104601380A (en) * 2015-01-30 2015-05-06 杭州华三通信技术有限公司 Software-defined network controller and host computer information recovery method thereof
CN104601475A (en) * 2015-01-29 2015-05-06 杭州华三通信技术有限公司 Router port based packet transmitting method and device
CN104780088A (en) * 2015-03-19 2015-07-15 杭州华三通信技术有限公司 Service message transmission method and equipment
CN105939212A (en) * 2016-02-25 2016-09-14 杭州迪普科技有限公司 State detection method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103269278B (en) * 2013-04-19 2016-06-29 江苏省未来网络创新研究院 A kind of terminal unit based on SDN accesses in real time, leaves cognitive method
CN106302182B (en) * 2015-06-08 2019-06-25 上海宽带技术及应用工程研究中心 Detecting host method and system based on SDN
CN105429875B (en) * 2015-10-29 2018-10-12 上海斐讯数据通信技术有限公司 Chain-link automatic finding method based on software defined network and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104601475A (en) * 2015-01-29 2015-05-06 杭州华三通信技术有限公司 Router port based packet transmitting method and device
CN104601380A (en) * 2015-01-30 2015-05-06 杭州华三通信技术有限公司 Software-defined network controller and host computer information recovery method thereof
CN104780088A (en) * 2015-03-19 2015-07-15 杭州华三通信技术有限公司 Service message transmission method and equipment
CN105939212A (en) * 2016-02-25 2016-09-14 杭州迪普科技有限公司 State detection method and device

Also Published As

Publication number Publication date
CN107465621A (en) 2017-12-12

Similar Documents

Publication Publication Date Title
CN110661669B (en) Network topology automatic discovery method of network equipment based on ICMP, TCP and UDP protocols
CN107465621B (en) Router discovery method, SDN controller, router and network system
CN110401568B (en) Network topology discovery method and equipment
CN107579900B (en) Method, device and system for accessing VX L AN network from V L AN network
JP5390798B2 (en) Method and apparatus for early warning of network equipment
CN111182659B (en) Mode switching method and mode switching device of Mesh equipment and Mesh equipment
CN113452561B (en) Topology generation method, device, equipment and readable storage medium
US9094316B2 (en) Dynamic name generation
US20140156820A1 (en) Configuration information selection based on extracted information
CN109240796A (en) Virtual machine information acquisition methods and device
CN106067862A (en) The construction method of network topology and device
US20130124721A1 (en) Detected IP Link and Connectivity Inference
CN104579978A (en) Link-layer topology discovery method for dynamic network
CN108847999B (en) Equipment network connectivity detection method, device, terminal equipment and storage medium
CN109428824B (en) Host topology generation method and system
CN112787843B (en) Method for detecting fault node, storage medium and electronic device
WO2018040940A1 (en) Two-layer network, and loopback detection method of two-layer network
KR101959733B1 (en) Method and device for configuring a switch which is newly connected to a network by performing auto-ip provision to acqure information on a network by using arp packets passing by itself
CN110995483A (en) Network topology discovery method and device
CN105122776B (en) Address acquiring method and network virtualization edge device
CN102075364B (en) Method and equipment for determining direct link
CN110109933B (en) Information maintenance method, configuration management database system and storage medium
US8693368B2 (en) Method and system for remote identification of a network node
CN105812160B (en) A kind of seamless redundant network mode adaptive method and device
CN114422396A (en) DNS server management method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
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 15-24 floor, 1 1 Tianfu street, Chengdu high tech Zone, Sichuan

Patentee after: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.

Address before: 610041 16 Hing Hing Road, Chengdu high tech Development Zone, Sichuan, China 16

Patentee before: MAIPU COMMUNICATION TECHNOLOGY Co.,Ltd.

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.