CN104468415A - Method and device for reporting switch type - Google Patents

Method and device for reporting switch type Download PDF

Info

Publication number
CN104468415A
CN104468415A CN201310423227.2A CN201310423227A CN104468415A CN 104468415 A CN104468415 A CN 104468415A CN 201310423227 A CN201310423227 A CN 201310423227A CN 104468415 A CN104468415 A CN 104468415A
Authority
CN
China
Prior art keywords
switch
type
controller
message
collocation point
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201310423227.2A
Other languages
Chinese (zh)
Inventor
梁乾灯
尤建洁
崔英
郑立君
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 CN201310423227.2A priority Critical patent/CN104468415A/en
Priority to PCT/CN2014/080433 priority patent/WO2015035813A1/en
Publication of CN104468415A publication Critical patent/CN104468415A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/70Virtual switches
    • 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/08Configuration management of networks or network elements
    • H04L41/085Retrieval of network configuration; Tracking network configuration history
    • H04L41/0853Retrieval of network configuration; Tracking network configuration history by actively collecting configuration information or by backing up configuration information
    • 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/08Configuration management of networks or network elements
    • H04L41/0895Configuration of virtualised networks or elements, e.g. virtualised network function or OpenFlow elements

Abstract

The invention provides a method and a device for reporting a switch type. The method comprises at least one of the following steps that: an OF (Open Flow) switch reports the type of the OF switch to an OF controller; and an OF configuration point reports the type of the OF switch to the OF controller after configuring and/or acquiring the type of the OF switch, wherein the OF switch is an OF logical switch. Through adoption of the method and the device, the problem that the OF controller cannot sense the type of the OF switch in relevant technologies is solved. The method and the device have the beneficial effect that the OF controller can easily acquire the type of the OF switch.

Description

Report method and the device of switch type
Technical field
The present invention relates to the communications field, in particular to a kind of method and the device that report switch type.
Background technology
Increasing disadvantage is exposed and the demand of people to network performance is more and more higher due to present network, researcher has to a lot of sophisticated functions to join in the middle of the architecture of router, such as ospf (OpenShortest Path First, be called for short OSPF), Border Gateway Protocol (Border Gateway Protocol, be called for short BGP), multicast, Differentiated Services, traffic engineering, network address translation (Network Address Translation, be called for short NAT), fire compartment wall, multiprotocol label switching (Multi Protocol Label Switching, be called for short MPLS) etc.This just makes the switching equipment such as router space that is more and more too fat to move and performance boost more and more less.
But distinct with the predicament of network field, computer realm achieves development with rapid changepl. never-ending changes and improvements.The development of careful review computer realm, is not difficult to find that its key is that computer realm have found a kind of simply available hardware bottom layer (x86 instruction set).Owing to there being a kind of so public hardware bottom layer, so in software, no matter be that application program or operating system all achieve development at full speed.Now much advocate that the personage redesigning computer network architectures thinks: the success that network can copy computer realm solves all problems that present network runs into.Under the guidance of this thought, network in the future will be such: data path such as switch, the router etc. of bottom are " mute, simple, minimum ", and define the public API about stream table of an opening, adopt controller to control whole network simultaneously.The API that following researcher just can call bottom on the controller freely programmes, thus realizes the innovation of network.
Based on above-mentioned theory, occurred software defined network (Software Defined Network is called for short SDN), it is that a kind of new network as shown in Figure 1 proposed by clean slate seminar of Stanford Univ USA innovates framework at first.At present, as shown in Figure 2, its core technology open flows (OpenFlow, being called for short OF) agreement is by separating network equipment chain of command (comprising OpenFlowController) and data surface (comprising OpenFlow Logical Switch), thus achieve the flexible control of network traffics, for the innovation of core network and application provides good platform.
OpenFlow agreement is used to the standard describing mutual information used between controller and switch, and the interface standard of controller and switch.The core of agreement is the set for OpenFlow protocol information structure.
OpenFlow flow table (Fig. 2) or form pipeline through multiple stream table cascade of layout and be used for configuration switch forward-path (Fig. 3), stream table clause is made up of following several fields such as matching field, counter and instruction set:
Wherein matching field (Match Fields) is the input keyword of message coupling, for mating a stream table clause; Counter (Counters) is the various statistical informations for managing; Instruction set (Instructions) refers to the operational order to message, comprises abandoning, the designated port that E-Packets, arranging header field value, increase encapsulated tags etc.Behavior aggregate (Action Set) and each message are associated, it transmit between multiple stream tables of pipeline and the instruction shown by each stream revise, until line treatment terminates, form final behavior aggregate.
As shown in Figure 3, step (1): the coupling stream entry finding limit priority; Step (2): application instruction: the territory of amendment message or renewal coupling; Update action collection; More new metadata; Step (3): matched data and behavior aggregate are sent to next stream table.
OF switch has defined two types in a standard: pure OF switch and mixed mode OF switch.For OF logical switch (OpenFlow Logical Switch, be called for short OFLS), the difference of two types is only, the latter needs to support NORMAL this reservation interface, makes OpenFlow flow table pipeline can by flow lead in the forward process flow process of traditional switch or router.
But current OF agreement does not define OF controller, and how perception OFLS is any type, it is mixed mode switch type that such OF controller may give tacit consent to OFLS, then issues some according to APP business demand and exports (output) to the stream table clause retaining interface " normal (NORMAL) ".
Although do not support that the OF switch of NORMAL is when the interface receiving output (output) is the stream table clause of NORMAL interface, mistake (error) message can be replied, carry the ofp_bad_action_code value of OFPBAC_BAD_OUT_PORT, but this needs controller to be that NORMAL carrys out comprehensive descision according to the interface of this error message and output, need to require that APP cancels this service request further simultaneously, flow process is more complicated, and the mode semantic ambiguity of this perception OF switch type, bad understanding.
OF controller finds that certain OFLS is pure OF switch (OpenFlow-only Switch), should refuse the stream table clause issuing output to NORMAL to it.
Fig. 3 a is the application architecture figure of OF configuration protocol according to correlation technique and OF agreement, OF collocation point configuration or obtain OF switch type after, correlation technique does not support OF collocation point by the type notification of OF switch to corresponding OF controller.
Cannot perception OF switch be the problem of the OF switch of any type for OF controller in correlation technique, not yet propose effective solution at present.
Summary of the invention
The invention provides a kind of method and the device that report switch type, at least to solve the problem.
According to an aspect of the present invention, provide a kind of method reporting switch type, comprising: the type of described OF switch is reported OF controller by open flows OF switch; OF collocation point is after the type configuring and/or obtain described OF switch, and the type of described OF switch is reported described OF controller, and wherein, described OF switch is OF logical switch.
Preferably, described type comprise following one of at least: pure OF switch type, mixed mode OF switch type.
Preferably, described mixing OF switch type represents that described OF switch had both supported the message repeating based on OF agreement, also supports the message repeating based on traditional mode; And/or described pure pattern OF switch type represents that described OF switch only supports the message repeating based on described OF agreement.
Preferably, described type one of is at least identified by following: the type parameter of described OF switch, normal NORMAL interface attributes, the type identification of described OF switch.
Preferably, described OF switch the type of described OF switch is reported described OF controller comprise following one of at least: the type of described OF switch is initiatively reported described OF controller by described OF switch; The type requests of OF controller described in described OF switch responds, reports described OF controller by the type of described OF switch.
Preferably, the type requests of OF controller described in described OF switch responds, the type of described OF switch is reported described OF controller comprise: the type requests of OF controller described in described OF switch responds, to described OF controller transmission types response message, wherein, described type is comprised in described type response message.
Preferably, when described OF switch is OF logical switch and the OF physical switches at described OF logical switch place supports the message repeating of described traditional mode, the type of described OF switch is set to described pure OF switch type or mixed mode OF switch type according to the difference of configuration.
Preferably, the configuration of described OF collocation point and/or the type that obtains described OF switch comprise: described OF collocation point carries out the type configuration of described OF logical switch to OF physical switches; And/or described OF collocation point obtains the type of described OF logical switch from described OF physical switches.
Preferably, described OF collocation point is the described OF controller of described OF logical switch configuration correspondence.
Preferably, described OF switch receives and performs the message repeating strategy that described OF controller formulates according to described type.
According to a further aspect in the invention, provide a kind of method reporting switch type, comprising: open flows OF controller receive following one of at least: the type receiving the described OF switch that OF switch reports; Receive the type of OF collocation point at the described OF switch configured and/or report after obtaining the type of described OF switch, wherein, described OF switch is OF logical switch.
Preferably, described OF controller formulates message repeating strategy according to described type, and described message repeating strategy is sent to described OF switch.
Preferably, when described OF controller receives the described type that described OF collocation point reports, described OF controller is the OF controller of logic OF switch described in management and control.
Preferably, the type of described OF switch that described reception OF switch reports comprise following one of at least: the type receiving the described OF switch of described OF switch active reporting; The type of the described OF switch that the type requests receiving OF controller described in described OF switch responds reports.
According to another aspect of the invention, provide a kind of device reporting switch type, be arranged on OF switch or on OF collocation point, comprise reporting module, described reporting module be used for following one of at least: the type of described OF switch is reported OF controller; After the type configuring and/or obtain described OF switch, the type of described OF switch is reported described OF controller, and wherein, described OF switch is OF logical switch.
Preferably, described device also comprises Executive Module, for receiving and performing the message repeating strategy that described OF controller formulates according to described type.
In accordance with a further aspect of the present invention, provide a kind of device reporting switch type, be arranged on OF controller, comprise receiving system, described receiving system comprise following one of at least: the type receiving the described OF switch that OF switch reports, receives OF collocation point in configuration and/or the type of described OF switch that reports after obtaining the type of described OF switch.
Preferably, described device also comprises formulation module, for formulating message repeating strategy according to described type, and described message repeating strategy is sent to described OF switch
By the present invention, adopt following one of at least technical scheme: the type of described OF switch is reported OF controller by open flows OF switch; OF collocation point is after the type configuring and/or obtain described OF switch, the type of described OF switch is reported described OF controller, wherein, described OF switch is OF logical switch, solving OF controller in correlation technique cannot perception OF switch be the problem of the OF switch of any type, has the beneficial effect that OF controller can get the type of OF switch simply.
Accompanying drawing explanation
Accompanying drawing described herein is used to provide a further understanding of the present invention, and form a application's part, schematic description and description of the present invention, for explaining the present invention, does not form inappropriate limitation of the present invention.In the accompanying drawings:
Fig. 1 is the OpenFlow protocol application Organization Chart provided according to correlation technique;
Fig. 2 is that the message flow that provides according to correlation technique is by OpenFlow process pipeline;
Fig. 3 is the Message processing shown based on each stream provided according to correlation technique;
Fig. 3 a is the application architecture figure of OF configuration protocol according to correlation technique and OF agreement;
Fig. 4 is the flow chart of the method one reporting switch type according to the preferred embodiment of the invention;
Fig. 5 is the flow chart of the method two reporting switch type according to the preferred embodiment of the invention;
Fig. 6 is the flow chart of the method three reporting switch type according to the preferred embodiment of the invention;
Fig. 7 is the flow chart of the method four reporting switch type according to the preferred embodiment of the invention;
Fig. 8 is the flow chart of the method five reporting switch type according to the preferred embodiment of the invention;
Fig. 9 is the flow chart of the method six reporting switch type according to the preferred embodiment of the invention; And
Figure 10 is a kind of according to the preferred embodiment of the invention flow chart reporting the method seven of switch type.
Embodiment
Hereinafter also describe the present invention in detail with reference to accompanying drawing in conjunction with the embodiments.It should be noted that, when not conflicting, the embodiment in the application and the feature in embodiment can combine mutually.
Embodiments provide a kind of method reporting switch type, the method comprise following one of at least: the type of above-mentioned OF switch is reported OF controller by open flows OF switch; OF collocation point is after the type configuring and/or obtain above-mentioned OF switch, and the type of above-mentioned OF switch is reported above-mentioned OF controller, and wherein, above-mentioned OF switch is OF logical switch.By said method, solving OF controller in correlation technique cannot perception OF switch be the problem of the OF switch of any type, has the beneficial effect that OF controller can get the type of OF switch simply.
The type of OF switch can have a variety of, preferably, described type can comprise following one of at least: pure OF switch type, mixed mode OF switch type.Certainly, in other embodiments, also can be other types.Wherein, described mixing OF switch type represents that described OF switch had both supported the message repeating based on OF agreement, also supports the message repeating based on traditional mode; And/or described pure pattern OF switch type represents that described OF switch only supports the message repeating based on described OF agreement.
The mode of the type of mark OF switch has a variety of, and preferably, described type one of at least can be identified by following: the type parameter of described OF switch, normal NORMAL interface attributes, the type identification of described OF switch.By above-mentioned identification means, OF controller can be made very quickly and easily to identify the type of OF switch.
Report the mode of OF switch to have a variety of, preferably, the type of described OF switch initiatively can be reported described OF controller by described OF switch; Certainly, described OF switch can also respond the type requests of described OF controller, and the type of described OF switch is reported described OF controller.In one embodiment of the invention, described OF switch can also respond the type requests of described OF controller, to described OF controller transmission types response message, wherein, comprises described type in described type response message.
Preferably, when described OF switch is OF logical switch and the OF physical switches at described OF logical switch place supports the message repeating of described traditional mode, the type of described OF switch is set to described pure OF switch type or mixed mode OF switch type according to the difference of configuration.
Preferably, the configuration of described OF collocation point and/or the type that obtains described OF switch can comprise: described OF collocation point carries out the type configuration of described OF logical switch to OF physical switches; And/or described OF collocation point obtains the type of described OF logical switch from described OF physical switches.Wherein, described OF collocation point is the described OF controller of described OF logical switch configuration correspondence.The type of OF logical switch also can be configured to pure OF switch or mixed mode OF switch by local OAM or the OF collocation point of physical switches or network management system.After completing above-mentioned configuration, OF collocation point can obtain the type of OF switch from physical switches this locality, also can obtain the type of OF switch when the type of OF switch is the configuration of OF collocation point from OF collocation point self, the type of OF switch can also be obtained from network management system.The type of this OF switch, after the type getting OF switch, is reported OF controller by OF collocation point.
Preferably, described OF switch receives and performs the message repeating strategy that described OF controller formulates according to described type.
The embodiment of the present invention additionally provides a kind of method reporting switch type, the method comprises: open flows OF controller receive following one of at least: the type receiving the described OF switch that OF switch reports, receive the type of OF collocation point at the described OF switch configured and/or report after obtaining the type of described OF switch, wherein, described OF switch is OF logical switch.
Preferably, described OF controller formulates message repeating strategy according to described type, and described message repeating strategy is sent to described OF switch.
Preferably, when described OF controller receives the described type that described OF collocation point reports, described OF controller is the OF controller of logic OF switch described in management and control.
Preferably, the type of described OF switch that described reception OF switch reports comprise following one of at least: the type receiving the described OF switch of described OF switch active reporting; The type of the described OF switch that the type requests receiving OF controller described in described OF switch responds reports.The embodiment of the present invention additionally provides a kind of device reporting switch type, and be arranged on OF switch or on OF collocation point, this device comprises reporting module, described reporting module be used for following one of at least: the type of OF switch is reported OF controller; After the type configuring and/or obtain described OF switch, the type of described OF switch is reported described OF controller, and wherein, described OF switch is OF logical switch.
Preferably, described device also comprises Executive Module, for receiving and performing the message repeating strategy that described OF controller formulates according to described type.
The embodiment of the present invention additionally provides a kind of device reporting switch type, be arranged on OF controller, this device comprises receiving system, described receiving system comprise following one of at least: the type receiving the described OF switch of OF switch active reporting, receives OF collocation point in configuration and/or the type of described OF switch that reports after obtaining the type of described OF switch.
Preferably, described device also comprises formulation module, for formulating message repeating strategy according to described type, and described message repeating strategy is sent to described OF switch.
Preferred embodiment one
The embodiment of the present invention is by the type of OFLS describing message inquiry OFLS, and Fig. 4 is the flow chart of the method one reporting switch type according to the preferred embodiment of the invention, and as shown in Figure 4, this flow process comprises the following steps:
Step S402, OF controller sends multi-part to OFLS and describes request message (Multipart Description Request), and this message is used for inquiring about the descriptor of the OFLS such as manufacturer, software and hardware version, sequence number of OFLS;
Step S404, OFLS replys multi-part to OF controller and describes reply message (Multipart Description Reply), wherein, this message is except the parameter such as manufacturer, software and hardware version, sequence number of carrying OFLS, also carry the type parameter of this OFLS, such as the switch of pure OF switch or mixed mode.
The embodiment of the present invention needs to expand multi-part and describes the message protocol of replying message.
Preferred embodiment two
The embodiment of the present invention is by the type of interface describing message inquiry OFLS, and Fig. 5 is the flow chart of the method two reporting switch type according to the preferred embodiment of the invention, and as shown in Figure 5, this flow process comprises the following steps:
Step S502, OF controller sends multi-part interface to OFLS and describes request message (Multipart Port DescriptionRequest), and this message is used for the descriptor of the total interface inquiring about OFLS;
Step S504, OFLS replys multi-part interface to OF controller and describes reply message (Multipart Port DescriptionReply), wherein this message except carrying physical ports all on this OFLS, logic port, LOCAL reserve except port, if this OFLS is the switch of mixed mode, also must carry the descriptor that NORMAL reserves port, only have mixed mode OF switch to support this reservation interface of NORMAL of OpenFlow protocol definition.
In this embodiment, expansion multi-part interface does not describe the message format of replying message, only extends the codomain of message format middle-end slogan (port_no) field, requires to support this reserved port of NORMAL.
Preferred embodiment three
The embodiment of the present invention was the type of characteristic message inquiry OFLS, and Fig. 6 is the flow chart of the method three reporting switch type according to the preferred embodiment of the invention, and as shown in Figure 6, this flow process comprises the following steps:
Step S602, OF controller sends feature request message (OFPT_FEATURES_Request) to OFLS, and this message is used for inquiring about the basic capacity of OFLS;
Step S604, OFLS reply feature request to OF controller and reply message (OFPT_FEATURES_Reply), and wherein, this message, except carrying the basic capacity of this OFLS as except the abilities such as stream statistics, table statistics, also carries OFLS type mark; This OFLS type identification is used for representing that this OFLS is the OF switch of pure OF switch or mixed mode.
This embodiment expands a marker bit in ability (capabilities) field of feature request message, expresses whether support mixed mode.
Preferred embodiment four
The embodiment of the present invention is that collocation point carries out type configuration to the OFLS example on OFCS, and Fig. 7 is the flow chart of the method four reporting switch type according to the preferred embodiment of the invention, and as shown in Figure 7, this flow process comprises the following steps:
Step S702, OF collocation point sends editor's configuration (Edit-Config) message to OFCS, this message is used for being configured OFCS, as the upper OFLS of configuration OFCS parameter (as the type of clearly defined OFLS, or the normal interface under the element retaining interface resource) and mount resource.
Step S704, OFCS reply remote procedure call agreement (Remote Procedure Call Protocol is called for short rpc) to OF collocation point and reply message.
Preferred embodiment five
In the embodiment of the present invention, the type information of OFLS is sent to corresponding OF controller by collocation point, Fig. 8 is the flow chart of the method five reporting switch type according to the preferred embodiment of the invention, as shown in Figure 8, this flow process comprises the following steps: step S802, OF collocation point is to the type of the OF controller transmission OFLS of correspondence; Wherein, the OF controller of described correspondence that OF controller that is OFLS described in management and control; Particularly, OF collocation point can be the OF controller of OF logical switch configuration correspondence.Wherein, OF collocation point also can by obtaining the type that configuration messages (Get-Config) obtains described OFLS or the reservation interface resource information supported, this reservation interface resource information comprises normal interface and namely supports mixed mode.
Preferred embodiment six
The embodiment of the present invention is the type of the OFLS example on collocation point inquiry OFCS, and Fig. 9 is the flow chart of the method six reporting switch type according to the preferred embodiment of the invention, and as shown in Figure 9, this flow process comprises the following steps:
Step S902, OF collocation point sends to OFCS and obtains configuration (Get-Config) message, and this message can be used for inquiring about the configuration parameter of the upper OFLS of OFCS, as OFLS type or support reservation interface resource information, mount resource etc.;
Step S904, OFCS reply rpc to OF collocation point and reply message, wherein at least carry type or or the reservation interface resource information supported of OFLS.
Preferred embodiment seven
Figure 10 is a kind of according to the preferred embodiment of the invention flow chart reporting the method seven of switch type, and as shown in Figure 10, this flow process comprises the following steps:
Step S1002, OpenFlow collocation point carries out the type information of OpenFlow logical switch example in the type configuration of OpenFlow logical switch example or OpenFlow collocation point inquiry OpenFlow physical switches to OpenFlow physical switches.
The type information of OpenFlow logical switch is sent to corresponding OpenFlow controller by step S1004, OpenFlow collocation point.
Wherein, the OF controller of described correspondence that OF controller that is OF logical switch described in management and control; Particularly, OF collocation point can be the OF controller of OF logical switch configuration correspondence.
Wherein, OF controller formulates message repeating strategy according to the type information of OF switch, and is handed down to the execution of OF switch.
Preferred embodiment eight
The preferred embodiment of the present invention provides a kind of flow chart reporting the method for switch type, and this flow process comprises the following steps: OpenFlow switch by the type information of oneself initiatively or passively report OpenFlow controller.
Wherein, the type information of OF switch comprises pure OF switch or mixed mode OF switch.
Wherein, mixed mode OF switch represents that this switch had both supported the message repeating based on OpenFlow agreement, supports the message repeating based on traditional mode simultaneously; Mixed mode OF switch supports this reservation interface of NORMAL of OpenFlow protocol definition.
Wherein, the type information of OF switch can be embodied by the mark of OF switch type parameter or NORMAL interface attributes or switch type.
Wherein, OpenFlow switch by the type information active reporting of oneself to OpenFlow controller time, the type information of switch is reported OF controller by the asynchronous message of OpenFlow protocol definition by OF switch.
Wherein, OpenFlow switch by passive for the type information of oneself report OpenFlow controller time, the type information of switch, after the request message receiving OF controller, is included in reply in message and sends to OF controller by OF switch.
Wherein, when OpenFlow switch is OpenFlow logical switch, the physical switches at this OpenFlow logical switch place supports the message repeating of traditional mode, then the type of OpenFlow logical switch can be configured to pure OF switch or mixed mode OF switch by local OAM or the OF collocation point of physical switches or network management system.
Wherein, OF controller formulates message repeating strategy according to the type information of OF switch, and is handed down to the execution of OF switch.
As can be seen from the above description, present invention achieves following technique effect: there is the beneficial effect that OF controller can get the type of OF switch simply.
Obviously, those skilled in the art should be understood that, above-mentioned of the present invention each module or each step can realize with general calculation element, they can concentrate on single calculation element, or be distributed on network that multiple calculation element forms, alternatively, they can realize with the executable program code of calculation element, thus, they can be stored and be performed by calculation element in the storage device, and in some cases, step shown or described by can performing with the order be different from herein, or they are made into each integrated circuit modules respectively, or the multiple module in them or step are made into single integrated circuit module to realize.Like this, the present invention is not restricted to any specific hardware and software combination.
The foregoing is only the preferred embodiments of the present invention, be not limited to the present invention, for a person skilled in the art, the present invention can have various modifications and variations.Within the spirit and principles in the present invention all, any amendment done, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (18)

1. report a method for switch type, it is characterized in that, comprise following one of at least:
The type of described OF switch is reported OF controller by open flows OF switch;
OF collocation point is after the type configuring and/or obtain described OF switch, and the type of described OF switch is reported described OF controller, and wherein, described OF switch is OF logical switch.
2. method according to claim 1, is characterized in that, described type comprise following one of at least: pure OF switch type, mixed mode OF switch type.
3. method according to claim 2, is characterized in that,
Described mixed mode OF switch type represents that described OF switch had both supported the message repeating based on OF agreement, also supports the message repeating based on traditional mode; And/or
Described pure OF switch type represents that described OF switch only supports the message repeating based on described OF agreement.
4. method according to claim 1, is characterized in that, described type one of is at least identified by following: the type parameter of described OF switch, normal NORMAL interface attributes, the type identification of described OF switch.
5. method according to claim 1, is characterized in that, described OF switch the type of described OF switch is reported described OF controller comprise following one of at least:
The type of described OF switch is initiatively reported described OF controller by described OF switch;
The type requests of OF controller described in described OF switch responds, reports described OF controller by the type of described OF switch.
6. method according to claim 5, it is characterized in that, the type requests of OF controller described in described OF switch responds, the type of described OF switch is reported described OF controller comprise: the type requests of OF controller described in described OF switch responds, to described OF controller transmission types response message, wherein, described type is comprised in described type response message.
7. method according to claim 1, it is characterized in that, when described OF switch is OF logical switch and the OF physical switches at described OF logical switch place supports the message repeating of described traditional mode, the type of described OF switch is set to described pure OF switch type or mixed mode OF switch type according to the difference of configuration.
8. method according to claim 1, is characterized in that, the type that described OF collocation point configured and/or obtained described OF switch comprises:
Described OF collocation point carries out the type configuration of described OF logical switch to OF physical switches; And/or
Described OF collocation point obtains the type of described OF logical switch from described OF physical switches.
9. method according to claim 8, is characterized in that, described OF collocation point is the described OF controller of described OF logical switch configuration correspondence.
10. method according to any one of claim 1 to 7, is characterized in that, described OF switch receives and performs the message repeating strategy that described OF controller formulates according to described type.
11. 1 kinds of methods reporting switch type, is characterized in that, comprising: open flows OF controller receive following one of at least:
Receive the type of the described OF switch that OF switch reports;
Receive the type of OF collocation point at the described OF switch configured and/or report after obtaining the type of described OF switch, wherein, described OF switch is OF logical switch.
12. methods according to claim 11, is characterized in that, described OF controller formulates message repeating strategy according to described type, and described message repeating strategy is sent to described OF switch.
13. methods according to claim 11, is characterized in that, when described OF controller receives the described type that described OF collocation point reports, described OF controller is the OF controller of logic OF switch described in management and control.
14. methods according to claim 11, is characterized in that, the type of the described OF switch that described reception OF switch reports comprise following one of at least:
Receive the type of the described OF switch of described OF switch active reporting;
The type of the described OF switch that the type requests receiving OF controller described in described OF switch responds reports.
15. 1 kinds of devices reporting switch type, are arranged on OF switch or on OF collocation point, it is characterized in that, comprise reporting module, described reporting module be used for following one of at least:
The type of described OF switch is reported OF controller;
After the type configuring and/or obtain described OF switch, the type of described OF switch is reported described OF controller, and wherein, described OF switch is OF logical switch.
16. devices according to claim 15, is characterized in that, described device also comprises Executive Module, for receiving and performing the message repeating strategy that described OF controller formulates according to described type.
17. 1 kinds of devices reporting switch type, be arranged on OF controller, it is characterized in that, comprise receiving system, described receiving system comprise following one of at least: the type receiving the described OF switch that OF switch reports, receives OF collocation point in configuration and/or the type of described OF switch that reports after obtaining the type of described OF switch.
18. devices according to claim 17, is characterized in that, described device also comprises formulation module, for formulating message repeating strategy according to described type, and described message repeating strategy are sent to described OF switch.
CN201310423227.2A 2013-09-16 2013-09-16 Method and device for reporting switch type Pending CN104468415A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201310423227.2A CN104468415A (en) 2013-09-16 2013-09-16 Method and device for reporting switch type
PCT/CN2014/080433 WO2015035813A1 (en) 2013-09-16 2014-06-20 Method and apparatus for reporting switch type

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310423227.2A CN104468415A (en) 2013-09-16 2013-09-16 Method and device for reporting switch type

Publications (1)

Publication Number Publication Date
CN104468415A true CN104468415A (en) 2015-03-25

Family

ID=52665032

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310423227.2A Pending CN104468415A (en) 2013-09-16 2013-09-16 Method and device for reporting switch type

Country Status (2)

Country Link
CN (1) CN104468415A (en)
WO (1) WO2015035813A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108337111A (en) * 2018-01-05 2018-07-27 新华三技术有限公司 Obtain the method and device of network node topology
CN110036610A (en) * 2016-12-07 2019-07-19 华为技术有限公司 The method and interchanger of routing management in a kind of software defined network

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101179380A (en) * 2007-11-19 2008-05-14 上海交通大学 Bidirectional authentication method, system and network terminal
US20130028091A1 (en) * 2011-07-27 2013-01-31 Nec Corporation System for controlling switch devices, and device and method for controlling system configuration
CN103095565A (en) * 2012-10-18 2013-05-08 中兴通讯股份有限公司 Software definition network operating system and implement method thereof
CN103209121A (en) * 2013-03-15 2013-07-17 中兴通讯股份有限公司 Discovery method and device based on Open Flow protocol for control plane device
US20130223226A1 (en) * 2012-02-29 2013-08-29 Dell Products, Lp System and Method for Providing a Split Data Plane in a Flow-Based Switching Device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011144495A1 (en) * 2010-05-19 2011-11-24 Telefonaktiebolaget L M Ericsson (Publ) Methods and apparatus for use in an openflow network
JP5884822B2 (en) * 2011-02-17 2016-03-15 日本電気株式会社 Flow communication system
CN102594697B (en) * 2012-02-21 2015-07-22 华为技术有限公司 Load balancing method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101179380A (en) * 2007-11-19 2008-05-14 上海交通大学 Bidirectional authentication method, system and network terminal
US20130028091A1 (en) * 2011-07-27 2013-01-31 Nec Corporation System for controlling switch devices, and device and method for controlling system configuration
US20130223226A1 (en) * 2012-02-29 2013-08-29 Dell Products, Lp System and Method for Providing a Split Data Plane in a Flow-Based Switching Device
CN103095565A (en) * 2012-10-18 2013-05-08 中兴通讯股份有限公司 Software definition network operating system and implement method thereof
CN103209121A (en) * 2013-03-15 2013-07-17 中兴通讯股份有限公司 Discovery method and device based on Open Flow protocol for control plane device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
OPENFLOW: "《OpenFlow Switch Specification Version 1.1.0》", 28 February 2011 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110036610A (en) * 2016-12-07 2019-07-19 华为技术有限公司 The method and interchanger of routing management in a kind of software defined network
CN110036610B (en) * 2016-12-07 2020-10-16 华为技术有限公司 Method and switch for route management in software defined network
CN108337111A (en) * 2018-01-05 2018-07-27 新华三技术有限公司 Obtain the method and device of network node topology
CN108337111B (en) * 2018-01-05 2021-07-30 新华三技术有限公司 Method and device for acquiring network node topology

Also Published As

Publication number Publication date
WO2015035813A1 (en) 2015-03-19

Similar Documents

Publication Publication Date Title
US9769054B2 (en) Network topology discovery method and system
US10033623B2 (en) Multithreaded system and method for establishing network connections
CN105553849B (en) A kind of traditional IP and SPTN network intercommunication method and system
EP3188409A1 (en) Oam mechanisms for evpn active-active services
US10855576B2 (en) Information transmission method and device
CN104468254A (en) Network flow statistic reporting processing method and device, controller and switch
CN106302616A (en) Network wake-up method, remote server and the network switching equipment
CN103795623A (en) Method and device for realizing traffic interflow between virtual devices
CN103166876A (en) Transmission method for data among OpenFlow network domains and device
CN104426756A (en) Method for obtaining service node capability information and control platform
CN110366276A (en) Serviceization framework base station
US10389618B2 (en) Distributing network path information in a network environment
CN109660441A (en) The method and device of multicast replication in Overlay network
CN107615710A (en) Direct reply action in SDN switch
CN104579722A (en) Flow statistics capability negotiation method and apparatus
CN103392313A (en) Efficient way to manage host subscription state on a proxy device
GB2505230B (en) Leader node appointment
CN104426760A (en) Stream mapping processing method and device
CN101977142A (en) Simple network management method and device based on multiple routing protocol instances
CN104426762A (en) Metadata transmitting and receiving method and OFLS (open flow logic switch)
CN104734949A (en) Flow gauge configuration achieving method and device
CN104954258A (en) Data message processing method, data message processing device and open flow switch
WO2016177180A1 (en) Method and device for reporting openflow switch capability
CN104468415A (en) Method and device for reporting switch type
CN105794156A (en) Communication system, communication method, network information combination apparatus, and network information combination program

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150325

WD01 Invention patent application deemed withdrawn after publication