WO2016101286A1 - 一种通告消息处理方法和装置 - Google Patents

一种通告消息处理方法和装置 Download PDF

Info

Publication number
WO2016101286A1
WO2016101286A1 PCT/CN2014/095229 CN2014095229W WO2016101286A1 WO 2016101286 A1 WO2016101286 A1 WO 2016101286A1 CN 2014095229 W CN2014095229 W CN 2014095229W WO 2016101286 A1 WO2016101286 A1 WO 2016101286A1
Authority
WO
WIPO (PCT)
Prior art keywords
message
plane device
forwarding plane
information
advertisement
Prior art date
Application number
PCT/CN2014/095229
Other languages
English (en)
French (fr)
Inventor
李岩
Original Assignee
华为技术有限公司
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 华为技术有限公司 filed Critical 华为技术有限公司
Priority to ES14908854T priority Critical patent/ES2763435T3/es
Priority to CN201480084413.0A priority patent/CN107113229B/zh
Priority to PCT/CN2014/095229 priority patent/WO2016101286A1/zh
Priority to JP2017534548A priority patent/JP6470841B2/ja
Priority to EP14908854.4A priority patent/EP3229416B1/en
Publication of WO2016101286A1 publication Critical patent/WO2016101286A1/zh
Priority to US15/633,352 priority patent/US20170293945A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0241Advertisements
    • G06Q30/0277Online advertisement
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • H04L43/0811Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking connectivity
    • 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/38Flow based routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/12Avoiding congestion; Recovering from congestion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/64Routing or path finding of packets in data switching networks using an overlay routing layer

Definitions

  • the embodiments of the invention relate to the field of communications, and more particularly to an announcement message processing method and apparatus.
  • SDN software-defined networking
  • the network element in the existing SDN architecture includes a control plane device and a forwarding plane device.
  • the control plane device and the forwarding plane device perform processing on the advertisement message.
  • the advertisement message is a type of message, and generally has the following features: 1. Send periodically, that is, once every time, 2, and send to multiple hosts (HOST) at the same time, that is, the content of the advertisement message is not for a single host, and does not need to interact with a single host in advance to send an announcement message.
  • HOST hosts
  • a typical advertisement message includes a route advertisement message defined by the IPV6 protocol, a beacon message defined by the 802.11 protocol, and the like.
  • the control plane device maintains a timer, and after the timer expires, sends a packet output message to the forwarding plane device, including the advertisement message and the action for the advertisement message. After receiving the packet output message, the forwarding plane device performs an action for advertising the message and sends the message to multiple hosts in a multicast transmission manner. If a host does not receive an advertisement message for some reason (for example, if the forwarding device sends an advertisement message, the host does not power on), the host may choose not to wait for the transmission period of the next advertisement message, but immediately send an advertisement request message. The forwarding plane device receives the advertisement request message and matches the forwarding rule. After the matching succeeds, the notification request message is sent to the control plane device. After receiving the notification request message, the control plane device triggers the sending of the notification message, and processes the same as sending the message to the forwarding plane device, and the forwarding plane device further sends the notification message.
  • the control plane device After receiving the notification request message, the control plane device triggers the sending of the notification message, and
  • the signaling interaction between the control plane device and the forwarding plane device is required at least once for each transmission.
  • the host also causes signaling interaction between the control plane device and the forwarding plane device. Therefore, how to reduce excessive signaling interaction between the control plane device and the forwarding plane device and improve the performance of the control plane and the forwarding plane device are currently urgent problems to be solved.
  • the embodiment of the invention provides a method and a device for processing an announcement message, which effectively reduces the control plane device and the forwarding plane. Excessive signaling interaction between devices, improving the performance of control planes and forwarding plane devices is an urgent problem to be solved.
  • the first aspect provides a method for processing an advertisement message, including: the control plane device sends a first message to a forwarding plane device, where the first message includes an advertisement message, second information, and third information, where the second information And the third information is used to instruct the forwarding plane device to send the cached advertisement message to the host.
  • the third information is used to indicate that the forwarding plane device sends the cached advertisement message to a host, where the third information is used to indicate the The forwarding plane device sets a timer, and sends the advertisement message to the host after the timer expires.
  • the first message further includes identifier information, where the identifier information is used to indicate the advertisement message; or the method further includes: the control plane device Receiving, by the forwarding plane device, identifier information, where the identifier information is used to identify the advertisement message.
  • the first message further includes fourth information, where the fourth information is used to indicate that the forwarding plane generates a forwarding rule, where the forwarding is performed.
  • the rule may be used to match the advertisement request message sent by the host, where the advertisement request message is used to request the forwarding plane to send the identifier to correspond to the advertisement message; or the control plane device sends the fourth information,
  • the fourth information is used to indicate that the forwarding plane generates a forwarding rule, where the forwarding rule is used to match an advertisement request message sent by the host, where the advertisement request message is used to request the forwarding plane to send the identifier corresponding to the Announcement message.
  • the third information is used to indicate that the forwarding plane device sends the cache advertisement message, including: The third information is used to indicate that the forwarding plane device reads the forwarding plane device status, and updates the cached advertisement message according to the forwarding plane device status; the third information is further used to indicate the forwarding plane device Setting a first timer, sending the updated advertisement message to the host after the first timer expires; or the first message further includes fourth information, where the fourth information is used to indicate the forwarding plane The device reads the forwarding plane device status, and updates the cached advertisement message according to the forwarding plane device status. Then, the third information is used to indicate that the forwarding plane device sends the cache advertisement message, including: The third information is used to instruct the forwarding plane device to set a first timer, and send the updated advertisement message to the host after the first timer expires.
  • the third information is used to indicate that the forwarding plane device sends the cache advertisement message, including: The third information is used to indicate that the forwarding plane device sets the first timer and the second timer, and sends the cached advertisement message to the host after the first timer expires, where the first message further includes The fourth information is used to instruct the forwarding plane device to read the forwarding plane In the standby state, the cached advertisement message is updated according to the forwarding plane device status; the third information is further used to indicate that the forwarding plane device sends the updated advertisement message to the Host.
  • the forwarding plane device state includes a buffer state, a clock information, and a port state of the forwarding plane device At least one of them.
  • control plane device sends the fifth information to the forwarding plane device,
  • the fifth information is used to instruct the forwarding plane device to update the cached advertisement message.
  • the advertisement message includes a beacon message in a WLAN network or an IPV6 network Route advertisement message.
  • the first message is a packet output message.
  • the second aspect provides a method for processing an advertisement message, including: a forwarding plane device receiving a first message sent by a control plane device; the first message includes an advertisement message, second information, and third information, where the second message The information is used to indicate that the forwarding plane device caches the advertisement message, where the third information is used to instruct the forwarding plane device to send the cached advertisement message to the host; and the forwarding plane device caches according to the second message. And the forwarding message device sends the cached advertisement message to the host according to the third message.
  • the third information is used to indicate that the forwarding plane device sets a timer, and sends the advertisement message to the host after a timer expires; And sending, by the device, the cached advertisement message to the host according to the third message, where the forwarding plane device sets a timer according to the third message, and sends the advertisement message to the host after the timer expires.
  • the first message further includes identifier information, where the identifier information is used to indicate the advertisement message, or the forwarding plane device sends the identifier information to the The control plane device is configured to identify the announcement message.
  • the first message further includes a fourth message, where the fourth information is used to indicate that the forwarding plane generates a forwarding rule;
  • the forwarding plane device generates the forwarding rule according to the fourth message, where the forwarding rule may be used to match an advertisement request message sent by the host, where the advertisement request message is used to request the forwarding plane to send the identifier corresponding to
  • the forwarding plane device receives the fourth information of the control plane device, where the fourth information is used to indicate that the forwarding plane generates a forwarding rule; and the forwarding plane device generates the location according to the fourth message.
  • the forwarding rule may be used to match an advertisement request message sent by the host, where the advertisement request message is used to request the forwarding plane to send the identifier to the advertisement message.
  • the third information is used to indicate that the forwarding plane device reads the forwarding plane device state, according to The forwarding plane device status updates the cached advertisement message; the third information is further used to instruct the forwarding plane device to set a first timer, and send the updated advertisement message to the first timer after the timeout expires And the forwarding plane device sends the cached advertisement message to the host according to the third message, where the forwarding plane device sets the first timer according to the third message, at the first timing.
  • the cached advertisement message that is updated according to the read forwarding plane device status is sent to the host; or the first message further includes fourth information, where the fourth information is used to indicate the forwarding plane
  • the device reads the forwarding plane device status, and updates the cached advertisement message according to the forwarding plane device status; the forwarding plane device reads the forwarding plane device according to the fourth message And updating, by the forwarding plane device status, the cached advertisement message, where the forwarding plane device sends the cached advertisement message to the host according to the third message, where: the forwarding plane device is configured according to the The third message sets a first timer, and sends the updated advertisement message to the host after the first timer expires.
  • the third information is used to indicate that the forwarding plane device sets the first timer and the second timer Sending the cached advertisement message to the host after the first timer expires; the forwarding plane device sets the first timer and the second timer according to the third information, and sends after the first timer expires
  • the cached advertisement message is sent to the host; the first message further includes fourth information, configured to instruct the forwarding plane device to read the forwarding plane device state, and update the device according to the forwarding plane device status a cached advertisement message;
  • the third information is further used to indicate that the forwarding plane device sends the updated advertisement message to the host after the second timer expires; the method further includes: the forwarding plane device And sending, according to the third information, the updated advertisement message to the host after the second timer expires.
  • the forwarding plane device state includes a buffer state of the forwarding plane device, clock information, and port status. At least one of them.
  • the forwarding plane device receives the fifth information sent by the control plane device, The fifth information is used to instruct the forwarding plane device to update the cached advertisement message.
  • the advertisement message includes a beacon message in the WLAN network or an IPV6 network. Route advertisement message.
  • the first message is a packet output message.
  • a third aspect provides an advertisement message processing apparatus, including a sending module, configured to send a first message to a forwarding plane
  • the device the first message includes an advertisement message, a second information, and a third information, where the second information is used to indicate that the forwarding plane device caches the advertisement message, and the third information is used to indicate the forwarding
  • the device sends the cached advertisement message to the host.
  • the third information is used to indicate that the forwarding plane device sends the cached advertisement message to a host, where: And instructing the forwarding plane device to set a timer, and sending the advertisement message to the host after the timer expires.
  • the first message further includes identifier information, where the identifier information is used to indicate the advertisement message; or the apparatus further includes receiving And a module, configured to receive, by the forwarding plane device, identifier information, where the identifier information is used to identify the advertisement message.
  • the first message further includes fourth information, where the fourth information is used to indicate that the forwarding plane generates a forwarding rule, where the forwarding is performed.
  • the rule may be used to match an advertisement request message sent by the host, where the advertisement request message is used to request the forwarding plane to send the identifier to the advertisement message; or the sending module is further configured to send the fourth The information, the fourth information is used to indicate that the forwarding plane generates a forwarding rule, and the forwarding rule is used to match an advertisement request message sent by the host, where the advertisement request message is used to request the forwarding plane to send the identifier corresponding to The announcement message.
  • the third information is used to indicate that the forwarding plane device sends the cache advertisement message, including: The third information is used to indicate that the forwarding plane device reads the forwarding plane device status, and updates the cached advertisement message according to the forwarding plane device status; the third information is further used to indicate the forwarding plane device Setting a first timer, sending the updated advertisement message to the host after the first timer expires; or the first message further includes fourth information, where the fourth information is used to indicate the forwarding plane The device reads the forwarding plane device status, and updates the cached advertisement message according to the forwarding plane device status. Then, the third information is used to indicate that the forwarding plane device sends the cache advertisement message, including: The third information is used to instruct the forwarding plane device to set a first timer, and send the updated advertisement message to the host after the first timer expires.
  • the third information is used to indicate that the forwarding plane device sends the cache advertisement message, including: The third information is used to indicate that the forwarding plane device sets the first timer and the second timer, and sends the cached advertisement message to the host after the first timer expires, where the first message further includes The fourth information is used to indicate that the forwarding plane device reads the forwarding plane device status, and updates the cached advertisement message according to the forwarding plane device status; and the third information is further used to indicate the forwarding plane device. Sending the updated notification message to the host after the second timer expires.
  • the forwarding plane device state includes a buffer state, a clock information, and a port state of the forwarding plane device At least one of them.
  • the sending module is further configured to send the fifth information to the forwarding plane And the fifth information is used to instruct the forwarding plane device to update the cached advertisement message.
  • the advertisement message includes a beacon message in a WLAN network or an IPV6 network. Route advertisement message.
  • the first message is a packet output message.
  • a fourth aspect provides a notification message processing apparatus, including: a receiving module, configured to receive a first message sent by a control plane device; the first message includes an announcement message, second information, and third information, The second information is used to indicate that the forwarding plane device caches the advertisement message, where the third information is used to instruct the forwarding plane device to send the cached advertisement message to the host, and the processing module is configured to use, according to the second The message caches the advertisement message, and the sending module is configured to send the cached advertisement message to the host according to the third message.
  • the third information is used to indicate that the forwarding plane device sets a timer, and sends the advertisement message to the host after the timer expires
  • the processing module is further configured to: set a timer according to the third message, to instruct the sending module to instruct the sending module to send the notification message to the host after the timer expires.
  • the first message further includes the identifier information, where the identifier information is used to indicate the advertisement message; or the forwarding plane device sends the identifier Information is sent to the control plane device for identifying the announcement message.
  • the first message further includes a fourth message, where the fourth information is used to indicate that the forwarding plane generates a forwarding rule;
  • the processing module is further configured to generate the forwarding rule according to the fourth message, where the forwarding rule may be used to match an advertisement request message sent by the host, where the advertisement request message is used to request the forwarding plane to send the The identifier is corresponding to the advertisement message; or the receiving module is further configured to receive fourth information of the control plane device, where the fourth information is used to indicate that the forwarding plane generates a forwarding rule;
  • the fourth message generates the forwarding rule, where the forwarding rule may be used to match an advertisement request message sent by the host, where the advertisement request message is used to request the forwarding plane to send the identifier corresponding to the advertisement message.
  • the third information is used to indicate that the forwarding plane device reads the forwarding plane device status, and updates the cached advertisement message according to the forwarding plane device status; the third information is further used to indicate the forwarding plane device setting.
  • a first timer after the first timer expires, sending the updated advertisement message to the host;
  • the processing module is further configured to: according to the third message, set a first timer, at the first After the timer expires, the sending module is configured to send the cached advertisement message that is updated according to the read forwarding plane device status to the host; or the first message further includes fourth information, where the fourth information is used by the fourth information.
  • the processing module is further configured to read the forwarding plane according to the fourth message a device status, the cached advertisement message is updated according to the forwarding plane device status; the processing module is further configured to set a first timer according to the third message, in the first timer When the advertisement message indicates the transmission means for transmitting said updating to the host.
  • the third information is used to indicate that the forwarding plane device sets the first timer and the second timer Sending the cached advertisement message to the host after the first timer expires;
  • the processing module is configured to set, by the device, the first timer and the second timer according to the third information, and the first timer expires
  • the first message further includes fourth information, which is used to indicate that the forwarding plane device reads the forwarding plane device status, according to the The forwarding plane device status updates the cached advertisement message;
  • the third information is further used to indicate that the forwarding plane device sends the updated advertisement message to the host after the second timer expires;
  • the processing module And for transmitting, according to the third information, the updated advertisement message to the host after the second timer expires.
  • the forwarding plane device state includes a buffer state, a clock information, and a port state of the forwarding plane device At least one of them.
  • the receiving module is further configured to receive, by the control plane device, The fifth information is used to instruct the forwarding plane device to update the cached advertisement message.
  • the advertisement message includes a beacon message in a WLAN network or an IPV6 network Route advertisement message.
  • the first message is a packet output message.
  • the control plane device sends the advertisement information to the forwarding plane device, instructs the forwarding plane device to cache the advertisement information, and sends the cached advertisement message to the host.
  • the control plane device sends the advertisement information to the forwarding plane device, instructs the forwarding plane device to cache the advertisement information, and sends the cached advertisement message to the host.
  • FIG. 1 is a diagram showing a network architecture provided by an embodiment of the present invention.
  • FIG. 2 is a schematic flowchart of a method for processing an announcement message according to an embodiment of the present invention.
  • FIG. 3 is a schematic flowchart of a method for processing an announcement message according to an embodiment of the present invention.
  • FIG. 4 is a schematic diagram of signaling interaction of an advertisement message processing method according to an embodiment of the present invention.
  • FIG. 5 is a signaling interaction diagram of an advertisement message processing method according to an embodiment of the present invention.
  • FIG. 6 is a schematic diagram of signaling interaction of an advertisement message processing method according to an embodiment of the present invention.
  • FIG. 7 is a schematic block diagram of an advertisement message processing apparatus according to an embodiment of the present invention.
  • FIG. 8 is a schematic block diagram of an advertisement message processing apparatus according to an embodiment of the present invention.
  • FIG. 9 is a schematic block diagram of an advertisement message processing apparatus according to an embodiment of the present invention.
  • FIG. 10 is a schematic block diagram of an advertisement message processing apparatus according to an embodiment of the present invention.
  • GSM Global System of Mobile communication
  • CDMA Code Division Multiple Access
  • WCDMA Wideband Code Division Multiple Access
  • GPRS General Packet Radio Service
  • LTE Long Term Evolution
  • FDD Frequency Division Duplex
  • TDD Time Division Duplex
  • UMTS Universal Mobile Telecommunication System
  • WiMAX Worldwide Interoperability for Microwave Access
  • WLAN Wireless Local Area Networks
  • FIG. 1 is a diagram showing a network architecture provided by an embodiment of the present invention. Other embodiments of the present invention may refer to the network architecture diagram of the present invention.
  • the control plane device is responsible for determining the forwarding action (such as forwarding, discarding, modifying the packet header, encapsulation, decapsulation, etc.) of the service flow according to the packet characteristics (such as the IP quintuple and the Ethernet frame header), and correspondingly
  • the flow rules (including the flow matching information, such as the IP quintuple, the Ethernet frame header, and the like, and the corresponding action) are sent to the forwarding plane device.
  • the forwarding plane device obtains and stores the flow rule, and performs a corresponding action on the subsequent packet that meets the flow rule, thereby implementing packet forwarding or processing.
  • the control plane device may be an access controller (Access Controller, referred to as "AC"), and the forwarding plane device may be an access point (Access Point, referred to as "Access Point”).
  • the AP is deployed in a centralized manner to generate the beacon frame to simplify the processing of the AP.
  • the beacon frame needs to be periodically sent to the STA (station).
  • the STA can obtain the system information of the WLAN network according to the beacon frame, and access the network or adjust itself according to the information.
  • the control plane device may be a router controller
  • the forwarding plane device may be an access router
  • the router controller maintains available IPV6 address prefix information
  • the IPV6 address prefix is bound to the access router. Relationship, and periodically send a route advertisement message to the Host, so that the Host connected to the access router through the Ethernet can allocate an IP address according to the IPv6 prefix bound to the access router. After assigning an IP address, Host can send and receive IPV6 packets through the access router.
  • the router controller exists as a control plane device
  • the access router exists as a forwarding plane device.
  • control plane device and the forwarding plane device of the present invention may also be other suitable devices, which are not limited by the present invention.
  • FIG. 2 is a schematic flowchart of a method for processing an announcement message according to an embodiment of the present invention.
  • the method may be performed by a control plane device, or may be other suitable devices, and the present invention is not limited thereto.
  • the method includes:
  • the control plane device sends the first message to the forwarding plane device,
  • the first message may be a packet output message, which is not limited by the present invention.
  • the first message includes an advertisement message, a second information, and a third information, where the second information is used to indicate that the forwarding plane device caches the advertisement message, and the third information is used to indicate the forwarding.
  • the device sends the cached advertisement message to the host.
  • the announcement message includes a beacon message in the WLAN network or a route advertisement message in the IPV6 network.
  • the notification message may also be other messages, which are not limited by the present invention.
  • the third information is used to instruct the forwarding plane device to set a timer, and send the advertisement message to the host after the timer expires.
  • the forwarding plane device can set a timer according to the timer information. After the timer expires, the cached advertisement message is sent to the host, and after the timer expires again, the cached advertisement message is repeatedly sent to the host.
  • the control plane device sends a message to implement the periodic advertisement message transmission, which avoids excessive periodic signaling interaction between the control plane device and the forwarding plane device, thereby improving the implementation efficiency of the control plane device and the forwarding plane device. Improve the performance of control plane devices and forwarding plane devices.
  • the first message further includes identifier information, where the identifier information is used to indicate the notification message; or
  • the control plane device receives the forwarding plane device to receive the identifier information, where the identifier information is used to identify the advertisement message, and the identifier information is allocated to the advertisement message by the forwarding plane device.
  • the first message further includes fourth information, where the fourth information is used to indicate that the forwarding plane generates a forwarding rule, where the forwarding rule is used to match an advertisement request message sent by the host, where the advertisement request message is used.
  • the control plane device sends the fourth information, where the fourth information is used to instruct the forwarding plane to generate a forwarding rule, where the forwarding rule can be used to: The advertisement request message sent by the host is matched, and the advertisement request message is used to request the forwarding plane to send the identifier corresponding to the advertisement message.
  • the controller sends the advertisement message to the forwarding plane device, and the forwarding plane device caches the advertisement message, where the advertisement message is identified by the identifier information, and the forwarding plane device receives the advertisement request message sent by the host, and then matches the forwarding.
  • a rule that sends the announcement message to the host Therefore, the problem that the notification request message is sent to the control plane device and the interface signaling caused by the notification message is sent by the control plane device is avoided, and excessive periodic signaling interaction between the control plane device and the forwarding plane device is avoided. Therefore, the implementation efficiency of the control plane device and the forwarding plane device is improved, and the performance of the control plane device and the forwarding plane device is improved.
  • the third information is used to indicate that the forwarding plane device sends the cache advertisement message, where the third information is used to indicate that the forwarding plane device reads the forwarding plane device status, according to the The forwarding plane device status updates the cached advertisement message; the third information is further used to instruct the forwarding plane device to set a first timer, and send the updated advertisement message to the location after the first timer expires
  • the first message further includes fourth information, the fourth information is used to instruct the forwarding plane device to read the forwarding plane device status, and update the cached notification according to the forwarding plane device status
  • the third information is used to indicate that the forwarding plane device sends the cache advertisement message, where the third information is used to indicate that the forwarding plane device sets a first timer, where the first timer is Sending the updated notification message to the host after timeout.
  • the third information is used to indicate that the forwarding plane device sends the cache advertisement message, including: the third The information is used to indicate that the forwarding plane device sets the first timer and the second timer, and sends the cached advertisement message to the host after the first timer expires, where the first message further includes fourth information. Instructing the forwarding plane device to read the forwarding plane device status, and updating the cached advertisement message according to the forwarding plane device status; and the third information is further used to indicate that the forwarding plane device is in the second The updated notification message is sent to the host after the timer expires.
  • the forwarding plane device status includes at least one of a buffer status, a clock information, and a port status of the forwarding plane device.
  • the control plane device can cache the advertisement message to the forwarding plane device, and instruct the forwarding plane device to read the forwarding plane device state and update the cached advertisement message before sending, thereby preventing the control plane device from reading before sending the advertisement message.
  • the first message, the advertisement message, the second information, the third information, the fourth information, and the fifth information in the embodiment of the present invention may refer to specific content in the following embodiments, or may be other messages, and the present invention Needless to say, other embodiments may also be referred to each other.
  • FIG. 3 is a schematic flowchart of a method for processing an advertisement message according to an embodiment of the present invention.
  • the method may be performed by any suitable device, such as a forwarding plane device.
  • the comparison of the present invention is not limited.
  • the embodiment of the present invention shown in FIG. 3 and the related steps in FIG. 2 can be referred to and referenced each other, and the present invention is not limited thereto.
  • the method includes:
  • the forwarding plane device receives a first message sent by the control plane device.
  • the first message includes an advertisement message, a second information, and a third information, where the second information is used to indicate that the forwarding plane device caches the advertisement message, and the third information is used to indicate the forwarding plane device. Sending the cached advertisement message to the host;
  • the announcement message includes a beacon message in the WLAN network or a route advertisement message in the IPV6 network.
  • the first message is a packet output message.
  • the forwarding plane device caches the advertisement message according to the second message.
  • the forwarding plane device sends the cached advertisement message to the host according to the third message.
  • the third information is used to indicate that the forwarding plane device sets a timer, and sends the advertisement message to the host after the timer expires; the forwarding plane device sends the cache according to the third message. Announcement message to the host, The method includes: the forwarding plane device sets a timer according to the third message, and sends the notification message to the host after the timer expires.
  • the first message further includes the identifier information, where the identifier information is used to indicate the advertisement message, or the forwarding plane device sends the identifier information to the control plane device, where the identifier information is used to identify the advertisement message.
  • the first message further includes a fourth message, where the fourth information is used to indicate that the forwarding plane generates a forwarding rule, and the forwarding plane device generates the forwarding rule according to the fourth message, where the forwarding rule may be used.
  • the advertisement request message is used to request the forwarding plane to send the identifier to the advertisement message; or the forwarding plane device receives the fourth information of the control plane device, The fourth information is used to indicate that the forwarding plane generates a forwarding rule, and the forwarding plane device generates the forwarding rule according to the fourth message, where the forwarding rule may be used to match an advertisement request message sent by the host,
  • the advertisement request message is used to request the forwarding plane to send the identifier corresponding to the advertisement message.
  • the third information is used to indicate that the forwarding plane device reads the forwarding plane device status, and updates the cached advertisement message according to the forwarding plane device status; the third information is further used to indicate The forwarding plane device sets a first timer, and sends the updated advertisement message to the host after the first timer expires; the forwarding plane device sends the cached advertisement message according to the third message.
  • the host device includes: the forwarding plane device sets a first timer according to the third message, and sends the cached advertisement message according to the read status of the forwarding plane device after the first timer expires Or the first message further includes fourth information, the fourth information is used to instruct the forwarding plane device to read the forwarding plane device status, and update the cached notification according to the forwarding plane device status a message that the forwarding plane device reads the forwarding plane device status according to the fourth message, and updates the cached advertisement message according to the forwarding plane device status; And sending, by the third message, the cached advertisement message to the host, where: the forwarding plane device sets a first timer according to the third message, and sends the updated advertisement after the first timer expires Message to the host.
  • the third information is used to indicate that the forwarding plane device sets the first timer and the second timer, and sends the cached advertisement message to the host after the first timer expires; the forwarding plane device Setting the first timer and the second timer according to the third information, and sending the cached advertisement message to the host after the first timer expires; the first message further includes fourth information, where Instructing the forwarding plane device to read the forwarding plane device state, and updating the cached advertisement message according to the forwarding plane device state; the third information is further used to indicate that the forwarding plane device is in the second timer Sending the updated advertisement message to the host after the timeout; the method further includes: the forwarding plane device sending, according to the third information, the updated advertisement message to the host after the second timer expires .
  • the forwarding plane device status includes at least one of a buffer status, a clock information, and a port status of the forwarding plane device.
  • the forwarding plane device receives the fifth information sent by the control plane device, where the fifth information is used to instruct the forwarding plane device to update the cached advertisement message.
  • the control plane device sends the advertisement information to the forwarding plane device, and the forwarding plane device caches the advertisement information, and sends the buffered advertisement message to the host.
  • the first message, the advertisement message, the second information, the third information, the fourth information, and the fifth information in the embodiment of the present invention may refer to specific content in the following embodiments, or may be other messages, and the present invention Needless to say, other embodiments may also be referred to each other.
  • FIG. 4 shows a method for processing an advertisement message according to an embodiment of the present invention.
  • the method may be performed by a control plane device and a forwarding plane device, or may be other suitable devices, which is not limited by the present invention.
  • the embodiment of the present invention is a specific embodiment of the embodiment of the present invention shown in FIGS. 2 and 3.
  • the method includes:
  • the control plane device sends a packet out message to the forwarding plane device.
  • the packet output message includes an announcement message, a cache indication, and timer information.
  • the cache indication information is used to indicate that the forwarding plane device caches the advertisement message
  • the timer information is used to indicate that the forwarding plane device sends the cached advertisement message to the host after the timer expires.
  • the packet output message further includes action information indicating an action that the forwarding plane device needs to perform when sending the notification message.
  • the forwarding plane device caches the advertisement message, and sets a timer according to the timer information. After the timer expires, the cached advertisement message is sent to the host.
  • the forwarding plane device After sending the message, the forwarding plane device re-sets the timer according to the timer information.
  • the host After receiving the advertisement message, the host automatically assigns an IP address according to the network address prefix in the message.
  • the forwarding plane device After the timer expires again, the forwarding plane device sends the buffered advertisement message to the host.
  • the control plane device sends a packet output message, including an advertisement message, a buffer indication, and timer information, so that the cache device caches the advertisement message according to the cache indication message, and sets a timer according to the timer information. After the timer expires, the notification message is sent to the host, and the timer is set. After the timer expires again, the pass message is sent again. Therefore, the control plane device sends a message to implement periodic notification message transmission, which avoids Excessive periodic signaling interaction between the control plane device and the forwarding plane device improves the implementation efficiency of the control plane device and the forwarding plane device, and improves the performance of the control plane device and the forwarding plane device.
  • FIG. 5 is a schematic diagram of signaling interaction of an advertisement message processing method according to an embodiment of the present invention.
  • the method may be performed by a control plane device and a forwarding plane device, or may be implemented by other suitable devices. limit.
  • the embodiment of the present invention is a specific embodiment of the embodiment of the present invention shown in FIGS. 2 and 3.
  • the method includes:
  • the control plane device sends a packet output message to the forwarding plane device.
  • the message includes an announcement message, a cache indication, and timer information.
  • the packet output message further includes identifier information for identifying the advertisement message.
  • the cache indication may include identifier information for identifying the advertisement message.
  • the forwarding plane device assigns an identifier to the announcement message and sends the assigned identifier to the control plane device.
  • the forwarding plane device may cache a plurality of different advertisement messages sent by the controller, and distinguish different notification messages by using the identifier information.
  • the control plane device sends a flow table modification message to the forwarding plane device.
  • the flow table modification message may be included in the packet output message, or the controller device separately sends the flow table modification message to the forwarding plane device.
  • the message is used to indicate that the forwarding plane device generates a forwarding rule, and the matching content in the forwarding rule is used to match the advertisement request message sent by the host, where the advertisement request message is used to request the forwarding plane to send the identifier corresponding to the advertisement. Message.
  • the host sends an advertisement request message to the forwarding plane device.
  • the forwarding plane device receives the advertisement request message, and matches the generated forwarding rule, and sends the advertisement message corresponding to the identifier to the host according to the forwarding rule.
  • the forwarding plane device Before sending the notification message, the forwarding plane device needs to perform the action required by the control plane device in step 501 to indicate that the forwarding plane device needs to perform before sending, and after sending the action, send the message to the host. It should be noted that since the message is triggered by the matching forwarding rule, the timer will not be reset.
  • the control plane device may cache the advertisement message to the forwarding plane device, and instruct the forwarding plane device to send the cached advertisement message after matching the specific type of the request message, thereby avoiding a specific type of The request message is sent to the control plane device, and the interface signaling caused by the notification message is sent by the control plane device. Excessive periodic signaling interaction between the control plane device and the forwarding plane device is eliminated, thereby improving the implementation efficiency of the control plane device and the forwarding plane device, and improving the performance of the control plane device and the forwarding plane device.
  • FIG. 6 is a schematic diagram of signaling interaction of an advertisement message processing method according to an embodiment of the present invention.
  • the method may be performed by a control plane device and a forwarding plane device, or may be implemented by other suitable devices. limit.
  • the embodiment of the present invention is a specific embodiment of the embodiment of the present invention shown in FIGS. 2 and 3.
  • the scenario in this embodiment is processing of a beacon message in a WLAN network.
  • the beacon message is also a type of advertisement message.
  • the special beacon message includes some status information of the forwarding plane device, and the status information is dynamically changed and cannot be pre-generated on the control plane device.
  • These special beacon messages are also sent periodically, and the period is an integer multiple of the regular beacon message (excluding the forwarding plane device status information).
  • a regular beacon frame is sent once every 100 milliseconds
  • a special beacon frame is sent once every 300 milliseconds.
  • the foregoing notification message may also be other notification messages, which is not limited by the present invention.
  • the method includes:
  • the control plane device sends a packet output message to the forwarding plane device.
  • the packet output message includes an announcement message, a cache indication, and timer information.
  • the announcement message can be a beacon message.
  • the announcement message may also be other messages, and the invention is not limited thereto.
  • the timer information may be used to instruct the forwarding plane device to set two timers (a first timer and a second timer), and send the cached advertisement message to the host after the first timer expires.
  • the buffer indication is used to indicate that the forwarding plane device caches the beacon message, where the timer information is used to instruct the forwarding plane device to set a first timer, and send the cached beacon message after the timer expires.
  • the packet output message further includes action information, and the action information includes a beacon message for instructing to read the forwarding plane device status and update the cache.
  • the forwarding plane device includes, but is not limited to, one or more of the following information: a forwarding plane device specific buffer state information (such as a destination MAC address of a buffered message in a buffer), and a forwarding plane device specific port (including a wireless port). Status information (such as whether the port is congested, etc.), and the local clock information of the forwarding plane device.
  • Update the cached beacon message that is, update the beacon message with the above status value, which can be implemented by adding a new parameter to the beacon message or modifying the existing parameters of the beacon frame.
  • the method for preventing the forwarding device from understanding the beacon message may be used to modify the existing parameter.
  • the method of updating the cached beacon message is to start the X byte and the length is Y bytes. Updated to read status information.
  • the reason for avoiding the forwarding device understanding the beacon message mode is to reduce the intelligence of the forwarding device and avoid binding of the forwarding device to a specific advertisement message.
  • the cache indication message is used by the forwarding plane device to send the updated beacon message according to the foregoing action information after the first timer expires according to the read forwarding plane device status and the updated cached beacon message. To the host.
  • the timer information message may be used to indicate that the forwarding plane device sends the beacon message updated by the forwarding plane device after reading the forwarding plane device status according to the action message to the host after the first timer expires.
  • the forwarding plane device resets the timer.
  • S603 The second timer expires, and the forwarding plane device sends the updated beacon message to the host.
  • the forwarding plane device reads the state of the forwarding plane device according to the action information, and updates the cached beacon message. For example, the destination address of the downlink packet buffered by the forwarding plane device (that is, the specific buffer state information of the forwarding plane device) is read, and the traffic indication map (TIM) parameter of the cache beacon frame is set according to the destination address. After the cache beacon message is updated, the updated beacon message is sent to the host.
  • the destination address of the downlink packet buffered by the forwarding plane device that is, the specific buffer state information of the forwarding plane device
  • TIM traffic indication map
  • the dormant host When the dormant host receives these beacon messages with TIM parameters, it will end sleep according to the buffer status and receive the buffered packets from the forwarding plane device.
  • the timer operation that is long is executed.
  • Some hosts that do not access the network can initiate the access process after receiving the beacon message.
  • the beacon message may be modified. For example, before the host joins, all other hosts support the 802.11n wireless standard, and the newly added host does not support the 802.11n wireless standard. In this case, The control plane device needs to notify other hosts to modify their behavior through the beacon message to adapt to the new host.
  • the control plane device sends a new packet output message, instructing the forwarding plane device to update the cached beacon message, the message and the packet output message in step 1 both contain the same buffer message identifier, so that the forwarding plane device can be associated with the cache of step 1. Message.
  • the optional control plane device may choose to update or not update the timer information of the cached message. If the control plane device does not update the timer information, the forwarding plane device does not reset the timer. After the original timer expires, a new one is sent. The beacon message, if the control plane device updates the timer information, the forwarding plane device resets the timer, and the new timer expires before sending a new beacon frame. The same control plane device can also choose to update or not update the list of actions for the cached message.
  • the control plane device may cache the advertisement message to the forwarding plane device, and instruct the forwarding plane device to read the forwarding plane device state and update the cached advertisement message before sending, thereby avoiding the control plane.
  • the control plane device Before the device sends an advertisement message, you need to read the excessive signaling of the interface caused by the forwarding device status. Excessive periodic signaling interaction between the control plane device and the forwarding plane device is avoided, thereby improving the implementation efficiency of the control plane device and the forwarding plane device, and improving the performance of the control plane device and the forwarding plane device.
  • FIG. 7 is a schematic block diagram of an advertisement message processing apparatus according to an embodiment of the present invention.
  • the device may be any suitable device, such as a control surface device, and the invention is not limited thereto.
  • the apparatus can be used to perform the methods provided in the above embodiments.
  • the device includes:
  • the sending module 701 is configured to send the first message to the forwarding plane device,
  • the first message includes an advertisement message, a second information, and a third information, where the second information is used to indicate that the forwarding plane device caches the advertisement message, and the third information is used to indicate the forwarding plane device. Sending the cached advertisement message to the host.
  • the announcement message includes a beacon message in the WLAN network or a route advertisement message in the IPV6 network.
  • the first message is a packet output message.
  • the third information is used to indicate that the forwarding plane device sends the cached advertisement message to the host, where the third information is used to indicate that the forwarding plane device sets a timer, after the timer expires. Sending the announcement message to the host.
  • the first message further includes identifier information, where the identifier information is used to indicate the advertisement message; or the apparatus further includes a receiving module 702, configured to receive, by the forwarding plane device, identifier information, where The identification information is used to identify the announcement message.
  • the first message further includes fourth information, where the fourth information is used to indicate that the forwarding plane generates a forwarding rule, where the forwarding rule is used to match an advertisement request message sent by the host, where the advertisement request message is
  • the sending module 701 is further configured to send the fourth information, where the fourth information is used to indicate that the forwarding plane generates a forwarding rule, where The forwarding rule may be used to match an advertisement request message sent by the host, where the advertisement request message is used to request the forwarding plane to send the identifier corresponding to the advertisement message.
  • the third information is used to indicate that the forwarding plane device sends the cache advertisement message, where the third information is used to indicate that the forwarding plane device reads the forwarding plane device status, according to the The forwarding plane device status updates the cached advertisement message; the third information is further used to instruct the forwarding plane device to set a first timer, and send the updated advertisement message to the location after the first timer expires
  • the first message further includes fourth information, the fourth information is used to instruct the forwarding plane device to read the forwarding plane device status, and update the cached notification according to the forwarding plane device status
  • the third information is used to indicate that the forwarding plane device sends the cache advertisement message, where the third information is used to indicate that the forwarding plane device sets a first timer, where the first timer is Sending the updated notification message to the host after timeout.
  • the third information is used to indicate that the forwarding plane device sends the cache advertisement message, where the third information is used to indicate that the forwarding plane device sets a first timer and a second timer.
  • Sending the cached advertisement message to the host after the first timer expires the first message further includes fourth information, configured to instruct the forwarding plane device to read the forwarding plane device status, according to the The forwarding plane device status updates the cached advertisement message; the third information is further used to indicate that the forwarding plane device sends the updated advertisement message to the host after the second timer expires.
  • the forwarding plane device status includes at least one of a buffer status, a clock information, and a port status of the forwarding plane device.
  • the sending module 701 is further configured to send the fifth information to the forwarding plane device, where the fifth information is used to instruct the forwarding plane device to update the cached advertisement message.
  • the device provided by the embodiment of the present invention sends the advertisement information to the forwarding plane device, instructs the forwarding plane device to cache the advertisement information, and sends the cached advertisement message to the host.
  • excessive periodic signaling interaction between the control plane device and the forwarding plane device is avoided, thereby improving the implementation efficiency of the control plane device and the forwarding plane device, and improving the performance of the control plane device and the forwarding plane device.
  • FIG. 8 is a schematic block diagram of an advertisement message processing apparatus according to an embodiment of the present invention.
  • the device may be any suitable device, such as a control surface device, and the invention is not limited thereto.
  • the apparatus can be used to perform the methods provided in the above embodiments.
  • the apparatus includes a transmitter 801 and may also include a receiver 802.
  • the device includes a transmitter 801 and may also include a receiver 802.
  • FIG. 9 is a schematic block diagram of an advertisement message processing apparatus according to an embodiment of the present invention.
  • the device may be any suitable device, such as a forwarding surface device, which is not limited by the present invention.
  • the apparatus can be used to perform the methods provided in the above embodiments.
  • the device includes:
  • the receiving module 901 is configured to receive a first message sent by the control plane device.
  • the first message includes an advertisement message, a second information, and a third information, where the second information is used to indicate that the forwarding plane device caches the advertisement message, and the third information is used to indicate the forwarding plane device. Sending the cached advertisement message to the host;
  • the announcement message includes a beacon message in the WLAN network or a route advertisement message in the IPV6 network.
  • the first message is a packet output message.
  • the processing module 902 is configured to cache the advertisement message according to the second message.
  • the sending module 903 is configured to send the cached advertisement message to the host according to the third message.
  • the third information is used to instruct the forwarding plane device to set a timer, and send the Declaring a message to the host; the processing module 902 is further configured to: set a timer according to the third message, to instruct the sending module to instruct the sending module 903 to send the notification message to the location after the timer expires Said host.
  • the first message further includes the identifier information, where the identifier information is used to indicate the advertisement message, or the forwarding plane device sends the identifier information to the control plane device, where the identifier information is used to identify the advertisement message.
  • the first message further includes a fourth message, where the fourth information is used to indicate that the forwarding plane generates a forwarding rule, and the processing module 902 is further configured to generate the forwarding rule according to the fourth message.
  • the forwarding rule may be used to match the advertisement request message sent by the host, where the advertisement request message is used to request the forwarding plane to send the identifier to the advertisement message; or the receiving module 901 is further configured to receive the The fourth information of the control plane device, the fourth information is used to instruct the forwarding plane to generate a forwarding rule, and the processing module 902 is further configured to generate the forwarding rule according to the fourth message, where the forwarding rule may be used to The advertisement request message sent by the host is matched, and the advertisement request message is used to request the forwarding plane to send the identifier corresponding to the advertisement message.
  • the third information is used to indicate that the forwarding plane device reads the forwarding plane device status, and updates the cached advertisement message according to the forwarding plane device status; the third information is further used to indicate The forwarding plane device sets a first timer, and sends the updated advertisement message to the host after the first timer expires; the processing module 902 is further configured to set the first according to the third message.
  • the processing module 902 is further configured to: The fourth message reads the forwarding plane device status, and updates the cached advertisement message according to the forwarding plane device status; the processing module 902 is further configured to set the first according to the third message.
  • the third information is used to instruct the forwarding plane device to set a first timer and a second timer, and send the cached advertisement message to the host after the first timer expires;
  • the module 902 is configured to: set, by the device, the first timer and the second timer according to the third information, after the first timer expires, instructing the sending module 903 to send the cached advertisement message to the host;
  • the message further includes a fourth information, configured to instruct the forwarding plane device to read the forwarding plane device status, and update the cached advertisement message according to the forwarding plane device status; Instructing the forwarding plane device to send the updated advertisement message to the host after the second timer expires;
  • the processing module 902 is further configured to send, according to the third information, after the second timer expires An updated announcement message to the host.
  • the forwarding plane device status includes at least one of a buffer status, a clock information, and a port status of the forwarding plane device.
  • the receiving module 901 is further configured to receive the fifth information sent by the control plane device, where the fifth information is used to instruct the forwarding plane device to update the cached advertisement message.
  • the control plane device sends the advertisement information to the forwarding plane device, and the forwarding plane device caches the advertisement information, and sends the buffered advertisement message to the host.
  • FIG. 10 is a schematic block diagram of an advertisement message processing apparatus according to an embodiment of the present invention.
  • the device may be any suitable device, such as a forwarding surface device, which is not limited by the present invention.
  • the apparatus can be used to perform the methods provided in the above embodiments.
  • the device includes:
  • the receiver 1001 is configured to receive a first message sent by the control plane device.
  • the first message includes an advertisement message, a second information, and a third information, where the second information is used to indicate that the forwarding plane device caches the advertisement message, and the third information is used to indicate the forwarding plane device. Sending the cached advertisement message to the host;
  • the announcement message includes a beacon message in the WLAN network or a route advertisement message in the IPV6 network.
  • the first message is a packet output message.
  • the processor 1002 is configured to cache the advertisement message according to the second message.
  • the sender 1003 is configured to send the cached advertisement message to the host according to the third message.
  • the third information is used to indicate that the forwarding plane device sets a timer, and sends the advertisement message to the host after the timer expires; the processor 1002 is further configured to use the third message according to the third message. And setting a timer, instructing the sending module to instruct the sender 1003 to send the notification message to the host after the timer expires.
  • the first message further includes the identifier information, where the identifier information is used to indicate the advertisement message, or the forwarding plane device sends the identifier information to the control plane device, where the identifier information is used to identify the advertisement message. .
  • the first message further includes a fourth message, where the fourth information is used to indicate that the forwarding plane generates a forwarding rule, and the processor 1002 is further configured to generate the forwarding rule according to the fourth message, where The forwarding rule may be used to match an advertisement request message sent by the host, where the advertisement request message is used to request the forwarding plane to send the identifier to the advertisement message; or the receiver 1001 is further configured to receive the The fourth information of the control plane device, the fourth information is used to instruct the forwarding plane to generate a forwarding rule, and the processor 1002 is further configured to generate the forwarding rule according to the fourth message, where the forwarding rule may be used to The advertisement request message sent by the host is matched, and the advertisement request message is used to request the forwarding plane to send the
  • the third information is used to indicate that the forwarding plane device reads the forwarding plane device status, and updates the cached advertisement message according to the forwarding plane device status; the third information is further used to indicate The forwarding plane device sets a first timer, and sends the updated advertisement message to the host after the first timer expires; the processor 1002 is further configured to set, according to the third message, a timer, after the first timer expires, instructing the sender 1003 to send the cached advertisement message updated according to the read forwarding plane device status to the host; or the first message further includes a fourth Information, the fourth information is used to indicate that the forwarding plane device reads the forwarding plane device state, and updates the cached advertisement message according to the forwarding plane device state; the processor 1002 is further configured to use the The fourth message reads the forwarding plane device state, and updates the cached advertisement message according to the forwarding plane device state; the processor 1002 is further configured to set the first timer according to the third message. After the first timer expires, the send
  • the third information is used to instruct the forwarding plane device to set a first timer and a second timer, and send the cached advertisement message to the host after the first timer expires;
  • the device 1002 is configured to: set, by the device, the first timer and the second timer according to the third information, after the first timer expires, instructing the sender 1003 to send the cached advertisement message to the host;
  • the message further includes a fourth information, configured to instruct the forwarding plane device to read the forwarding plane device status, and update the cached advertisement message according to the forwarding plane device status; Instructing the forwarding plane device to send the updated advertisement message to the host after the second timer expires;
  • the processor 1002 is further configured to send, according to the third information, after the second timer expires An updated announcement message to the host.
  • the forwarding plane device status includes at least one of a buffer status, a clock information, and a port status of the forwarding plane device.
  • the receiver 1001 is further configured to receive the fifth information sent by the control plane device, where the fifth information is used to instruct the forwarding plane device to update the cached advertisement message.
  • the control plane device sends the advertisement information to the forwarding plane device, and the forwarding plane device caches the advertisement information, and sends the buffered advertisement message to the host.
  • the processor may be a central processing unit (“CPU"), and the processor may also be other general-purpose processors, digital signal processors (DSPs), and application specific integrated circuits. (ASIC), off-the-shelf programmable gate array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, and more.
  • the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
  • the above steps may be completed by an integrated logic circuit of the hardware of the processor or an instruction in the form of software.
  • the steps of the method disclosed in the embodiments of the present invention may be directly implemented as a hardware processor, or may be performed by a combination of hardware and software modules in the processor.
  • the software module can be located in a conventional storage medium such as random access memory, flash memory, read only memory, programmable read only memory or electrically erasable programmable memory, registers, and the like.
  • the storage medium is located in the memory, and the processor reads the information in the memory and combines the hardware to complete the steps of the above method. To avoid repetition, it will not be described in detail here.
  • the disclosed systems, devices, and methods may be implemented in other manners.
  • the device embodiments described above are merely illustrative.
  • the division of the unit is only a logical function division.
  • there may be another division manner for example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, or an electrical, mechanical or other form of connection.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the objectives of the embodiments of the present invention.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium.
  • the computer software product is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention.
  • the foregoing storage medium includes: a USB flash drive, a mobile hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a disk or a CD.
  • ROM Read-Only Memory
  • RAM Random Access Memory

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Finance (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Marketing (AREA)
  • Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Environmental & Geological Engineering (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

基于本发明实施例提供的方法,控制面设备发送通告信息至转发面设备,转发面设备缓存所述通告信息,发送缓存的通告消息至主机。由此避免了控制面设备和转发面设备之间过多的信令交互,从而提高了控制面设备和转发面设备的实现效率,提高控制面设备和转发面设备的性能。

Description

一种通告消息处理方法和装置 技术领域
发明实施例涉及通信领域,并且更具体地,涉及一种通告消息处理方法和装置。
背景技术
当前,为网元的部署灵活性和管理性问题,业界提出了软件定义网络(software-defined networking,SDN)的概念。SDN通过将网元的控制逻辑和转发功能解耦,并将控制逻辑进行集中部署,使得对网络的控制和维护工作能够简单的通过对控制面设备的操作实现,从而提高网络的管理效率,并使得转发面设备更为简单化,有利于实现转发设备的高性能和可重用性。
现有SDN架构中的网元包括控制面设备和转发面设备,现有技术中,控制面设备和转发面设备执行对通告消息的处理,通告消息为报文的一种,一般具有以下特点:1、定期发送,即每过一段时间发送一次,2、同时发送给多个主机(HOST),即通告消息的内容不是针对单个主机的,不需要事先和单个主机交互以发送通告消息。典型的通告消息包括IPV6协议定义的路由通告消息,802.11协议定义的灯塔beacon消息等。控制面设备维护一个定时器,定时器超时后向转发面设备发送分组输出消息,包含通告消息以及针对该通告消息的动作。转发面设备收到分组输出消息后,执行针对通告消息的动作,并以多播传输方式发送给多个主机。某个主机由于某种原因没有收到通告消息(比如在转发面设备发送通告消息是,主机没有开机),主机可以选择不等待下一个通告消息的发送周期,而是立即发送通告请求消息。转发面设备接收通告请求消息,匹配转发规则,匹配成功后将通告请求消息发送给控制面设备。控制面设备受到通告请求消息后,触发发送通告消息,处理同上述发送消息至转发面设备的步骤,转发面设备进而发送通告消息。
由于通告消息是周期性发送的,每次发送至少需要一次控制面设备和转发面设备之间的信令交互。另外每次主机发送通告请求,也会额外导致控制面设备和转发面设备之间的信令交互。因此,如何降低控制面设备与转发面设备之间过多的信令交互,提高控制面和转发面设备的性能是当前亟需解决的问题。
发明内容
本发明实施例提供的了一种通告消息处理方法和装置,有效降低控制面设备与转发面 设备之间过多的信令交互,提高控制面和转发面设备的性能是当前亟需解决的问题。
第一方面,提供了一种通告消息处理方法,包括:控制面设备发送第一消息至转发面设备,所述第一消息中包括通告消息、第二信息和第三信息,所述第二信息用于指示所述转发面设备缓存所述通告消息,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机。
结合第一方面,在第一种可能的实现方式中,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机,包括:所述第三信息用于指示所述转发面设备设置定时器,在定时器超时后发送所述通告消息至所述主机。
结合第一方面,在第二种可能的实现方式中,所述第一消息中还包括标识信息,所述标识信息用于标示所述通告消息;或者所述方法还包括:所述控制面设备接收所述转发面设备接收标识信息,所述标识信息用于标识所述通告消息。
结合第一方面的第二种可能的实现方式,在第三种可能的实现方式中,第一消息中还包括第四信息,所述第四信息用于指示转发面生成转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息;或者,所述控制面设备发送所述第四信息,所述第四信息用于指示转发面生成转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。
结合第一方面或第一方面的第一种可能的实现方式,在第四种可能的实现方式中,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:所述第三信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述第三信息还用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机;或者所述第一消息还包括第四信息,所述第四信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:所述第三信息用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机。
结合第一方面或第一方面的第一种可能的实现方式,在第五种可能的实现方式中,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:所述第三信息用于指示所述转发面设备设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机,所述第一消息还包括第四信息,用于指示所述转发面设备读取所述转发面设 备状态,根据所述转发面设备状态更新所述缓存的通告消息;则所述第三信息还用于指示所述转发面设备在第二定时器超时后发送所述更新的通告消息至所述主机。
结合第一方面的第四种或第五种可能的实现方式,在第六种可能的实现方式中,所述转发面设备状态包括所述转发面设备的缓冲区状态,时钟信息,端口状态中的至少一项。
结合第一方面、第一方面的第一种至第六种中任一可能的实现方式,在第七种可能的实现方式中,所述控制面设备发送第五信息至所述转发面设备,所述第五信息用于指示所述转发面设备更新所述缓存的通告消息。
结合第一方面、第一方面的第一种至第七种中任一可能的实现方式,在第八种可能的实现方式中,所述通告消息包括WLAN网络里的beacon消息或者IPV6网络里的路由通告消息。
结合第一方面、第一方面的第一种至第八种中任一可能的实现方式,在第九种可能的实现方式中,所述第一消息为分组输出消息。
第二方面,提供了一种通告消息处理方法,包括:转发面设备接收控制面设备发送的第一消息;所述第一消息中包括通告消息、第二信息和第三信息,所述第二信息用于指示所述转发面设备缓存所述通告消息,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机;所述转发面设备根据所述第二消息缓存所述通告消息;所述转发面设备根据所述第三消息发送所述缓存的通告消息至主机。
结合第二方面,在第一种可能的实现方式中,所述第三信息用于指示所述转发面设备设置定时器,在定时器超时后发送所述通告消息至所述主机;所述转发面设备根据所述第三消息发送所述缓存的通告消息至主机,包括:所述转发面设备根据所述第三消息设置定时器,在定时器超时后发送所述通告消息至所述主机。
结合第二方面,在第二种可能的实现方式中,所述第一消息中还包括标识信息,所述标识信息用于标示所述通告消息;或者所述转发面设备发送标识信息至所述控制面设备,用于标识所述通告消息。
结合第二方面的第二种可能的实现方式,在第三种可能的实现方式中,所述第一消息中还包括第四消息,所述第四信息用于指示转发面生成转发规则;所述转发面设备根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息;或者,所述转发面设备接收所述控制面设备的第四信息,所述第四信息用于指示转发面生成转发规则;所述转发面设备根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。
结合第二方面或第二方面的第一种可能的实现方式,在第四种可能的实现方式中,所述第三信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述第三信息还用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机;则所述转发面设备根据所述第三消息发送所述缓存的通告消息至主机,包括:所述转发面设备根据所述第三消息,设置第一定时器,在第一定时器超时后将根据读取的所述转发面设备状态更新的所述缓存的通告消息发送至主机;或者所述第一消息还包括第四信息,所述第四信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述转发面设备根据所述第四消息读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则所述转发面设备根据所述第三消息发送所述缓存的通告消息至主机,包括:所述转发面设备根据所述第三消息设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机。
结合第二方面或第二方面的第一种可能的实现方式,在第五种可能的实现方式中,所述第三信息用于指示所述转发面设备设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机;所述转发面设备根据所述第三信息设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机;所述第一消息中还包括第四信息,用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则所述第三信息还用于指示所述转发面设备在第二定时器超时后发送所述更新的通告消息至所述主机;所述方法还包括:所述转发面设备根据所述第三信息,在第二定时器超时后发送所述更新的通告消息至所述主机。
结合第二方面的第四种或第五种可能的实现方式,在第六种可能的实现方式中,所述转发面设备状态包括所述转发面设备的缓冲区状态,时钟信息,端口状态中的至少一项。
结合第二方面或第二方面的第一种至第六种中任一种可能的实现方式,在第七种可能的实现方式中,转发面设备接收所述控制面设备发送的第五信息,所述第五信息用于指示所述转发面设备更新所述缓存的通告消息。
结合第二方面或第二方面的第一种至第七种中任一种可能的实现方式,在第八种可能的实现方式中,所述通告消息包括WLAN网络里的beacon消息或者IPV6网络里的路由通告消息。
结合第二方面或第二方面的第一种至第八种中任一种可能的实现方式,在第九种可能的实现方式中,所述第一消息为分组输出消息。
第三方面,提供了一种通告消息处理装置,包括发送模块,用于发送第一消息至转发面 设备,所述第一消息中包括通告消息、第二信息和第三信息,所述第二信息用于指示所述转发面设备缓存所述通告消息,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机。
结合第三方面,在第三方面的第一种可能的实现方式中,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机,包括:所述第三信息用于指示所述转发面设备设置定时器,在定时器超时后发送所述通告消息至所述主机。
结合第三方面,在在第三方面的第二种可能的实现方式中,所述第一消息中还包括标识信息,所述标识信息用于标示所述通告消息;或者所述装置还包括接收模块,用于接收所述转发面设备接收标识信息,所述标识信息用于标识所述通告消息。
结合第三方面的第二种可能的实现方式,在第三种可能的实现方式中,第一消息中还包括第四信息,所述第四信息用于指示转发面生成转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息;或者,所述发送模块还用于发送所述第四信息,所述第四信息用于指示转发面生成转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。
结合第三方面或第三方面的第一种可能的实现方式,在第四种可能的实现方式中,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:所述第三信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述第三信息还用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机;或者所述第一消息还包括第四信息,所述第四信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:所述第三信息用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机。
结合第三方面或第三方面的第一种可能的实现方式,在第五种可能的实现方式中,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:所述第三信息用于指示所述转发面设备设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机,所述第一消息还包括第四信息,用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则所述第三信息还用于指示所述转发面设备在第二定时器超时后发送所述更新的通告消息至所述主机。
结合第三方面的第四种或第五种可能的实现方式,在第六种可能的实现方式中,所述转发面设备状态包括所述转发面设备的缓冲区状态,时钟信息,端口状态中的至少一项。
结合第三方面或第三方面的第一种至第六种中任一可能的实现方式,在第七种可能的实现方式中,所述发送模块还用于发送第五信息至所述转发面设备,所述第五信息用于指示所述转发面设备更新所述缓存的通告消息。
结合第三方面或第三方面的第一种至第七种中任一可能的实现方式,在第八种可能的实现方式中,所述通告消息包括WLAN网络里的beacon消息或者IPV6网络里的路由通告消息。
结合第三方面或第三方面的第一种至第八种中任一可能的实现方式,在第九种可能的实现方式中,所述第一消息为分组输出消息。
第四方面,提供了一种通告消息处理装置,包括:接收模块,用于接收控制面设备发送的第一消息;所述第一消息中包括通告消息、第二信息和第三信息,所述第二信息用于指示所述转发面设备缓存所述通告消息,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机;处理模块,用于根据所述第二消息缓存所述通告消息;发送模块,用于根据所述第三消息发送所述缓存的通告消息至主机。
结合第四方面,在第四方面的第一种可能的实现方式中,所述第三信息用于指示所述转发面设备设置定时器,在定时器超时后发送所述通告消息至所述主机;则所述处理模块还用于根据所述第三消息设置定时器,指示所述发送模块在在定时器超时后指示所述发送模块发送所述通告消息至所述主机。
结合第四方面,在第四方面的第二种可能的实现方式中,所述第一消息中还包括标识信息,所述标识信息用于标示所述通告消息;或者所述转发面设备发送标识信息至所述控制面设备,用于标识所述通告消息。
结合第四方面的第二种可能的实现方式,在第三种可能的实现方式中,所述第一消息中还包括第四消息,所述第四信息用于指示转发面生成转发规则;所述处理模块还用于根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息;或者,所述接收模块还用于接收所述控制面设备的第四信息,所述第四信息用于指示转发面生成转发规则;所述处理模块还用于根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。
结合第四方面或第四方面的第一种可能的实现方式,在第四种可能的实现方式中,所述 第三信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述第三信息还用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机;则所述处理模块还用于根据根据所述第三消息,设置第一定时器,在第一定时器超时后指示所述发送模块将根据读取的所述转发面设备状态更新的所述缓存的通告消息发送至主机;或者所述第一消息还包括第四信息,所述第四信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述处理模块还用于根据所述第四消息读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述处理模块还用于根据所述第三消息设置第一定时器,在第一定时器超时后指示所述发送模块发送所述更新后的通告消息至所述主机。
结合第四方面或第四方面的第一种可能的实现方式,在第五种可能的实现方式中,所述第三信息用于指示所述转发面设备设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机;所述处理模块用于设备根据所述第三信息设置第一定时器和第二定时器,在第一定时器超时后指示所述发送模块发送所述缓存的通告消息至所述主机;所述第一消息中还包括第四信息,用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则所述第三信息还用于指示所述转发面设备在第二定时器超时后发送所述更新的通告消息至所述主机;所述处理模块还用于根据所述第三信息,在第二定时器超时后发送所述更新的通告消息至所述主机。
结合第四方面的第四种或第五种可能的实现方式,在第六种可能的实现方式中,所述转发面设备状态包括所述转发面设备的缓冲区状态,时钟信息,端口状态中的至少一项。
结合第四方面或第四方面的第一种至第六种中任一可能的实现方式,在第七种可能的实现方式中,所述接收模块还用于接收所述控制面设备发送的第五信息,所述第五信息用于指示所述转发面设备更新所述缓存的通告消息。
结合第四方面或第四方面的第一种至第七种中任一可能的实现方式,在第八种可能的实现方式中,所述通告消息包括WLAN网络里的beacon消息或者IPV6网络里的路由通告消息。
结合第四方面或第四方面的第一种至第八种中任一可能的实现方式,在第九种可能的实现方式中,所述第一消息为分组输出消息。
基于本发明实施例提供的技术方案,控制面设备发送通告信息至转发面设备,指示转发面设备缓存所述通告信息,并发送缓存的通告消息至主机。由此避免了控制面设备和转发面设备之间过多的信令交互,从而提高了控制面设备和转发面设备的实现效率,提高控制面 设备和转发面设备的性能。
附图说明
为了更清楚地说明本发明实施例的技术方案,下面将对本发明实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面所描述的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1示出了本发明实施例提供的网络架构图。
图2示出了本发明实施例提供的一种通告消息处理方法的示意性流程图。
图3示出了本发明实施例提供的一种通告消息处理方法的示意性流程图。
图4示出了本发明实施例提供的一种通告消息处理方法的信令交互图。
图5示出了本发明实施例提供的一种通告消息处理方法的信令交互图。
图6示出了本发明实施例提供的一种通告消息处理方法的信令交互图。
图7示出了本发明实施例提供的一种通告消息处理装置的示意性框图。
图8示出了本发明实施例提供的一种通告消息处理装置的示意性框图。
图9示出了本发明实施例提供的一种通告消息处理装置的示意性框图。
图10示出了本发明实施例提供的一种通告消息处理装置的示意性框图。
具体实施方式
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明的一部分实施例,而不是全部实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动的前提下所获得的所有其他实施例,都应属于本发明保护的范围。
应理解,本发明实施例的技术方案可以应用于各种通信系统,例如:全球移动通讯(Global System of Mobile communication,简称为“GSM”)系统、码分多址(Code Division Multiple Access,简称为“CDMA”)系统、宽带码分多址(Wideband Code Division Multiple Access,简称为“WCDMA”)系统、通用分组无线业务(General Packet Radio Service,简称为“GPRS”)、长期演进(Long Term Evolution,简称为“LTE”)系统、LTE频分双工(Frequency Division Duplex,简称为“FDD”)系统、LTE时分双工(Time Division Duplex,简称为“TDD”)、通用移动通信系统(Universal Mobile Telecommunication System,简 称为“UMTS”)、全球互联微波接入(Worldwide Interoperability for Microwave Access,简称为“WiMAX”)、无线局域网络(Wireless Local Area Networks,简称为“WLAN”)通信系统等。
图1示出了本发明实施例提供的网络架构图。本发明的其他实施例可参考本发明的网络架构图。
如图1所示,在由控制面设备和转发面设备组成的网络架构图中,
控制面设备负责根据报文特征(如IP五元组、以太网帧头)确定该业务流的转发动作(如转发、丢弃、修改报文头、封装、解封装等),并通过将对应的流规则(包括流匹配信息,如IP五元组、以太网帧头等,和对应执行的动作)下发给转发面设备。转发面设备获取并存储该流规则,对于后续符合该流规则的报文,执行对应的动作,从而实现报文的转发或处理。
具体地,在采用SDN概念的无线局域网络WLAN网络中,控制面设备可以为接入控制器(Access Controller,简称为“AC”),转发面设备可以为接入点(Access Point,简称为“AP”),AC集中部署并生成beacon帧以简化AP的处理,beacon帧需要定期给STA(station),使STA可以根据beacon帧获取WLAN网络的系统信息,并根据该信息接入网络或者调整自己的无线传输行为,其中STA相当于主机。
或者,在采用SDN概念的IPV6网络中,控制面设备可以为路由器控制器,转发面设备可以为接入路由器,路由器控制器维护可用的IPV6地址前缀信息以及IPV6地址前缀与接入路由器的绑定关系,并定期发送路由通告消息给Host,使得通过以太网与接入路由器连接的Host可以根据与该接入路由器绑定的IPv6前缀分配IP地址。在分配IP地址后,Host可以通过接入路由器发送和接受IPV6报文。在IPv6网络里,路由器控制器作为控制面设备存在,接入路由器作为转发面设备存在。
本发明的控制面设备和转发面设备还可为其他合适的设备,本发明对此并不限制。
图2示出了本发明实施例提供的一种通告消息处理方法的示意性流程图,该方法可以由控制面设备执行,也可以由其他合适的装置,本发明对此并不限制。
如图2所示,该方法包括:
S201、控制面设备发送第一消息至转发面设备,
所述第一消息可以是分组输出消息,本发明对此并不限制。
S202、所述第一消息中包括通告消息、第二信息和第三信息,所述第二信息用于指示所述转发面设备缓存所述通告消息,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机。
所述通告消息包括WLAN网络里的beacon消息或者IPV6网络里的路由通告消息。所述通告消息还可是其他消息,本发明对此并不限制。
所述第三信息用于指示所述转发面设备设置定时器,在定时器超时后发送所述通告消息至所述主机。转发面设备可根据定时器信息设置定时器,在定时器超时后,发送所述缓存的通告消息至主机,在定时器再次超时后,重复发送缓存的通告消息至主机。控制面设备发送一个消息即可实现周期性通告消息发送,避免了控制面设备和转发面设备之间过多的周期性的信令交互,从而提高了控制面设备和转发面设备的实现效率,提高控制面设备和转发面设备的性能。
可选地,所述第一消息中还包括标识信息,所述标识信息用于标示所述通告消息;或者
所述控制面设备接收所述转发面设备接收标识信息,所述标识信息用于标识所述通告消息,所述标识信息为转发面设备分配给所述通告消息。所述第一消息中还包括第四信息,所述第四信息用于指示转发面生成转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息;或者,所述控制面设备发送所述第四信息,所述第四信息用于指示转发面生成转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。由此,控制器将通告消息发送至转发面设备,所述转发面设备缓存所述通告消息,所述通告消息用标识信息标识,在转发面设备收到主机发送的通告请求消息后,匹配转发规则,将所述通告消息发送至主机。从而避免了须将通告请求消息发送给控制面设备,由控制面设备发送通告消息导致的接口信令过多问题,避免了控制面设备和转发面设备之间过多的周期性的信令交互,从而提高了控制面设备和转发面设备的实现效率,提高控制面设备和转发面设备的性能。
可选地,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:所述第三信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述第三信息还用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机;或者所述第一消息还包括第四信息,所述第四信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:所述第三信息用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机。
或者,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:所述第三 信息用于指示所述转发面设备设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机,所述第一消息还包括第四信息,用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则所述第三信息还用于指示所述转发面设备在第二定时器超时后发送所述更新的通告消息至所述主机。
所述转发面设备状态包括所述转发面设备的缓冲区状态,时钟信息,端口状态中的至少一项。
由此,控制面设备可以将通告消息缓存到转发面设备,并指示转发面设备在发送前读取转发面设备状态并更新缓存的通告消息,从而避免了控制面设备发送通告消息前需要读取转发面设备状态导致的接口信令过多问题。避免了控制面设备和转发面设备之间过多的周期性的信令交互,从而提高了控制面设备和转发面设备的实现效率,提高控制面设备和转发面设备的性能。
本发明实施例中的第一消息、通告消息、第二信息、第三信息、第四信息、第五信息可以参考下述实施例中的具体内容,也可以为其他消息,本发明对此并不赘述,其他实施例之间亦可相互引用。
本发明实施例提供的方法和本发明其他实施例之间可以相互参考,互相引用,本发明对此并不赘述。
图3示出了本发明实施例提供的一种通告消息处理方法的示意性流程图,该方法可以由任何合适的装置执行,例如转发面设备,本发明对比并不限制。图3示出的本发明实施例与图2中的相关步骤可相互参考和引用,本发明对此并不限制。
如图3所示,该方法包括:
S301、转发面设备接收控制面设备发送的第一消息;
所述第一消息中包括通告消息、第二信息和第三信息,所述第二信息用于指示所述转发面设备缓存所述通告消息,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机;
所述通告消息包括WLAN网络里的beacon消息或者IPV6网络里的路由通告消息。所述第一消息为分组输出消息。
S302、所述转发面设备根据所述第二消息缓存所述通告消息;
S303、所述转发面设备根据所述第三消息发送所述缓存的通告消息至主机。
具体地,所述第三信息用于指示所述转发面设备设置定时器,在定时器超时后发送所述通告消息至所述主机;所述转发面设备根据所述第三消息发送所述缓存的通告消息至主机, 包括:所述转发面设备根据所述第三消息设置定时器,在定时器超时后发送所述通告消息至所述主机。
可选地,所述第一消息中还包括标识信息,所述标识信息用于标示所述通告消息;或者所述转发面设备发送标识信息至所述控制面设备,用于标识所述通告消息。所述第一消息中还包括第四消息,所述第四信息用于指示转发面生成转发规则;所述转发面设备根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息;或者,所述转发面设备接收所述控制面设备的第四信息,所述第四信息用于指示转发面生成转发规则;所述转发面设备根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。
可选地,所述第三信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述第三信息还用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机;则所述转发面设备根据所述第三消息发送所述缓存的通告消息至主机,包括:所述转发面设备根据所述第三消息,设置第一定时器,在第一定时器超时后将根据读取的所述转发面设备状态更新的所述缓存的通告消息发送至主机;或者所述第一消息还包括第四信息,所述第四信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述转发面设备根据所述第四消息读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则所述转发面设备根据所述第三消息发送所述缓存的通告消息至主机,包括:所述转发面设备根据所述第三消息设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机。
或者,所述第三信息用于指示所述转发面设备设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机;所述转发面设备根据所述第三信息设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机;所述第一消息中还包括第四信息,用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则所述第三信息还用于指示所述转发面设备在第二定时器超时后发送所述更新的通告消息至所述主机;所述方法还包括:所述转发面设备根据所述第三信息,在第二定时器超时后发送所述更新的通告消息至所述主机。
所述转发面设备状态包括所述转发面设备的缓冲区状态,时钟信息,端口状态中的至少一项。
可选地,转发面设备接收所述控制面设备发送的第五信息,所述第五信息用于指示所述转发面设备更新所述缓存的通告消息。
因此,基于本发明实施例提供的方法,控制面设备发送通告信息至转发面设备,转发面设备缓存所述通告信息,发送缓存的通告消息至主机。由此避免了控制面设备和转发面设备之间过多的周期性的信令交互,从而提高了控制面设备和转发面设备的实现效率,提高控制面设备和转发面设备的性能。
本发明实施例中的第一消息、通告消息、第二信息、第三信息、第四信息、第五信息可以参考下述实施例中的具体内容,也可以为其他消息,本发明对此并不赘述,其他实施例之间亦可相互引用。
本发明实施例提供的方法和本发明其他实施例之间可以相互参考,互相引用,本发明对此并不赘述。
图4示出了本发明实施例提供的一种通告消息处理方法,该方法可以由控制面设备和转发面设备执行,也可以由其他合适的装置,本发明对此并不限制。本发明实施例为图2和图3示出的本发明实施例的一个具体实施例。
如图4所示,该方法包括:
S401、控制面设备发送分组输出(packet out)消息至转发面设备。
该分组输出消息包括通告消息、缓存指示、定时器信息。
其中缓存指示信息用于指示转发面设备缓存通告消息,定时器信息用于指示转发面设备在定时器超时后发送缓存的通告消息至主机。
进一步地,所述分组输出消息还包括动作信息,指示转发面设备在发送通告消息时所需执行的动作。
S402、转发面设备缓存通告消息,并根据定时器信息设置定时器,定时器超时后,将缓存的通告消息发送给主机。
发送消息后,转发面设备重新根据定时器信息设置定时器。
主机接收到通告消息后,根据消息中的网络地址前缀自动分配IP地址。
S403、转发面设备在定时器再次超时后,将缓存的通告消息发送给主机。
因此,基于本发明实施例提供的方法,控制面设备发送分组输出消息中包括通告消息、缓存指示和定时器信息,使得缓存设备根据缓存指示消息缓存通告消息,根据定时器信息设置定时器,在定时器超时后,发送通告消息至主机,并设置定时器,在定时器再次超时后,再次发送通过消息。由此,控制面设备发送一个消息即可实现周期性通告消息发送,避免了 控制面设备和转发面设备之间过多的周期性的信令交互,从而提高了控制面设备和转发面设备的实现效率,提高控制面设备和转发面设备的性能。
本发明实施例之间的相关步骤可相互引用,本发明对此并不赘述。
图5示出了本发明实施例提供的一种通告消息处理方法的信令交互图,该方法可以由控制面设备和转发面设备执行,也可以由其他合适的装置,本发明对此并不限制。本发明实施例为图2和图3示出的本发明实施例的一个具体实施例。
如图3所示,该方法包括:
S501、控制面设备发送分组输出消息至转发面设备。
该消息包括通告消息、缓存指示、定时器信息。
具体可参考图4所示实施例中的相关步骤。
具体地,所述分组输出消息中还包括标识信息,用于标识该通告消息。
可选地,所述缓存指示中可以包含标识信息,用于标识该通告消息。
或者,转发面设备为通告消息分配标识,并发送分配的标识给控制面设备。
转发面设备可以缓存控制器发送的多个不同的通告消息,通过标识信息区分不同的通告消息。
S502、控制面设备发送流表修改消息至转发面设备。
具体地,该流表修改消息可以包括在上述分组输出消息中,或者控制器设备单独发送流表修改消息至转发面设备。
该消息用于指示转发面设备生成一个转发规则,该转发规则里的匹配内容用于匹配主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。
S503、主机发送通告请求消息至转发面设备。
S504、转发面设备接收通告请求消息,匹配至上述生成的转发规则,根据转发规则中发送所述标识对应的通告消息至主机。
转发面设备在发送通告消息前,需要执行步骤501中控制面设备指示转发面设备在发送前所需执行的动作,在执行完动作后,发送给主机。需要注意的是由于该消息是匹配转发规则触发发送的,所以定时器不会重置。
因此,基于本发明实施例提供的方法,控制面设备可以将通告消息缓存至转发面设备,并指示转发面设备匹配特定类型的请求消息后发送缓存的通告消息,从而避免了须将特定类型的请求消息发送给控制面设备,由控制面设备发送通告消息导致的接口信令过多问题,避 免了控制面设备和转发面设备之间过多的周期性的信令交互,从而提高了控制面设备和转发面设备的实现效率,提高控制面设备和转发面设备的性能。
本发明实施例之间的相关步骤可相互引用,本发明对此并不赘述。
图6示出了本发明实施例提供的一种通告消息处理方法的信令交互图,该方法可以由控制面设备和转发面设备执行,也可以由其他合适的装置,本发明对此并不限制。本发明实施例为图2和图3示出的本发明实施例的一个具体实施例。
本实施例的场景为WLAN网络中beacon消息的处理。beacon消息也是通告消息的一种,其特征在于,一些特殊的beacon消息里包含转发面设备的一些状态信息,这些状态信息是动态变化的无法在控制面设备预先生成。这些特殊的beacon消息也是定期发送的,其周期为常规beacon消息(不包含转发面设备状态信息)的整数倍。(比如常规beacon帧每100毫秒发送1次,而特殊的beacon帧每300毫秒发送1次)。上述的通告消息也可以是其他通告消息,本发明对此并不限制。
具体地,如图6所示,该方法包括:
S601、控制面设备发送分组输出消息至转发面设备。
该分组输出消息中包括通告消息、缓存指示、定时器信息。
该通告消息可以是beacon消息。该通告消息也可能是其他消息,本发明对此并不限制。
该定时器信息可以用于指示转发面设备设置两个定时器(第一定时器和第二定时器),在第一定时器超时后发送所述缓存的通告消息至所述主机。
可选地,该缓存指示用于指示转发面设备缓存该beacon消息,该定时器信息用于指示转发面设备设置第一定时器,在定时器超时后发送缓存的beacon消息。
该分组输出消息中还包括动作信息,该动作信息包括用于指示读取转发面设备状态和更新缓存的beacon消息。该转发面设备包括但不限于以下信息的一种或者几种:转发面设备特定缓冲区状态信息(如缓冲区内缓冲报文的目的MAC地址等),转发面设备特定端口(包括无线端口)的状态信息(如端口是否拥塞等),以及转发面设备的本地时钟信息等。更新缓存的beacon消息,即用上述状态值更新beacon消息,具体可以通过为beacon消息增添新参数或者修改beacon帧的现有参数来实现。在具体实现时可以采用避免转发面设备理解beacon消息方式,以修改现有参数为例,具体动作可以为,更新缓存的beacon消息的方法为将第X字节开始,长度为Y字节的内容更新为读取的状态信息。之所以避免转发面设备理解beacon消息方式,是为了减少转发面设备的智能性,避免转发面设备和特定通告消息绑定。
S602、第一定时器超时后,转发面设备发送缓存的beacon消息至主机。
转发面设备并执行对应的动作。
可选地,该缓存指示消息可用于转发面设备根据读取转发面设备状态和更新缓存的beacon消息,指示所述转发设备在第一定时器超时后,根据上述的动作信息发送更新的beacon消息至所述主机。
或者,所述定时器信息消息可用于指示转发面设备在第一定时器超时后,将所述转发面设备根据上述动作消息读取转发面设备状态后更新的的beacon消息发送给主机。
转发面设备重置定时器。
S603、第二定时器超时,转发面设备发送更新后的beacon消息至主机。
转发面设备根据动作信息,读取转发面设备的状态,更新缓存的beacon消息。例如,读取转发面设备缓存的下行报文的目的地址(即转发面设备特定缓冲区状态信息),并根据这些目的地址设置缓存beacon帧的流量指示图(traffic indication map,TIM)参数,在更新缓存beacon消息后,再发送更新后的beacon消息至主机。
当休眠的主机接收到这些具有TIM参数的beacon消息后,会根据缓冲区状态结束休眠,从转发面设备接收缓存的报文。
某个时刻如果第一定时器和第二定时器同时超时,则执行时间长的那个定时器动作。
某些没有入网的主机在接收到beacon消息后,可以启动入网流程(association)。控制面设备和主机交互完成入网流程后,可能会修改beacon消息,比如在该主机加入前,所有其他主机都支持802.11n无线标准,而新加入的主机不支持802.11n无线标准,这种情况下控制面设备需要通过beacon消息通知其他主机修改自己的行为以适配新的主机。控制面设备发送新的分组输出消息,指示转发面设备更新缓存的beacon消息,该消息与步骤1里的分组输出消息都包含相同的缓冲消息标识,以使转发面设备能关联到步骤1的缓存消息。可选的控制面设备可以选择更新或者不更新缓存消息的定时器信息,如果控制面设备不更新定时器信息,则转发面设备不会重置定时器,原有定时器超时后,发送新的beacon消息,如果控制面设备更新定时器信息,则转发面设备会重置定时器,新的定时器超时后才发送新的beacon帧。同样控制面设备也可以选择更新或者不更新缓存消息的动作列表。
因此,基于本发明实施例提供的方法,控制面设备可以将通告消息缓存到转发面设备,并指示转发面设备在发送前读取转发面设备状态并更新缓存的通告消息,从而避免了控制面设备发送通告消息前需要读取转发面设备状态导致的接口信令过多问题。避免了控制面设备和转发面设备之间过多的周期性的信令交互,从而提高了控制面设备和转发面设备的实现效率,提高控制面设备和转发面设备的性能。
本发明实施例之间的相关步骤可相互引用,本发明对此并不赘述。
图7示出了本发明实施例提供的一种通告消息处理装置的示意性框图。该装置可以是任何合适的装置,例如可以是控制面设备,本发明对此并不限制。该装置可以用于执行上述实施例中提供的方法。
如图7所示,该装置包括:
发送模块701,用于发送第一消息至转发面设备,
所述第一消息中包括通告消息、第二信息和第三信息,所述第二信息用于指示所述转发面设备缓存所述通告消息,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机。
所述通告消息包括WLAN网络里的beacon消息或者IPV6网络里的路由通告消息。所述第一消息为分组输出消息。
具体地,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机,包括:所述第三信息用于指示所述转发面设备设置定时器,在定时器超时后发送所述通告消息至所述主机。
可选地,所述第一消息中还包括标识信息,所述标识信息用于标示所述通告消息;或者所述装置还包括接收模块702,用于接收所述转发面设备接收标识信息,所述标识信息用于标识所述通告消息。
可选地,第一消息中还包括第四信息,所述第四信息用于指示转发面生成转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息;或者,所述发送模块701还用于发送所述第四信息,所述第四信息用于指示转发面生成转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。
可选地,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:所述第三信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述第三信息还用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机;或者所述第一消息还包括第四信息,所述第四信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:所述第三信息用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机。
可选地,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:所述第三信息用于指示所述转发面设备设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机,所述第一消息还包括第四信息,用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则所述第三信息还用于指示所述转发面设备在第二定时器超时后发送所述更新的通告消息至所述主机。所述转发面设备状态包括所述转发面设备的缓冲区状态,时钟信息,端口状态中的至少一项。
所述发送模块701还用于发送第五信息至所述转发面设备,所述第五信息用于指示所述转发面设备更新所述缓存的通告消息。
因此,基于本发明实施例提供的装置,通过发送通告信息至转发面设备,指示转发面设备缓存所述通告信息,发送缓存的通告消息至主机。由此避免了控制面设备和转发面设备之间过多的周期性的信令交互,从而提高了控制面设备和转发面设备的实现效率,提高控制面设备和转发面设备的性能。
图8示出了本发明实施例提供的一种通告消息处理装置的示意性框图。该装置可是任何合适的装置,例如可以是控制面设备,本发明对此并不限制。该装置可以用于执行上述实施例中提供的方法。
如图8所示,该装置包括发送器801,还可以包括接收器802。该装置的具体内容可参考图7示出的本发明实施例提供的装置,本发明在此并不赘述。
图9示出了本发明实施例提供的一种通告消息处理装置的示意性框图。该装置可是任何合适的装置,例如可以是转发面设备,本发明对此并不限制。该装置可以用于执行上述实施例中提供的方法。
如图9所示,该装置包括:
接收模块901,用于接收控制面设备发送的第一消息;
所述第一消息中包括通告消息、第二信息和第三信息,所述第二信息用于指示所述转发面设备缓存所述通告消息,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机;
所述通告消息包括WLAN网络里的beacon消息或者IPV6网络里的路由通告消息。所述第一消息为分组输出消息。
处理模块902,用于根据所述第二消息缓存所述通告消息;
发送模块903,用于根据所述第三消息发送所述缓存的通告消息至主机。
具体地,所述第三信息用于指示所述转发面设备设置定时器,在定时器超时后发送所述 通告消息至所述主机;则所述处理模块902还用于根据所述第三消息设置定时器,指示所述发送模块在在定时器超时后指示所述发送模块903发送所述通告消息至所述主机。
可选地,所述第一消息中还包括标识信息,所述标识信息用于标示所述通告消息;或者所述转发面设备发送标识信息至所述控制面设备,用于标识所述通告消息。进一步地,所述第一消息中还包括第四消息,所述第四信息用于指示转发面生成转发规则;所述处理模块902还用于根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息;或者,所述接收模块901还用于接收所述控制面设备的第四信息,所述第四信息用于指示转发面生成转发规则;所述处理模块902还用于根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。
可选地,所述第三信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述第三信息还用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机;则所述处理模块902还用于根据根据所述第三消息,设置第一定时器,在第一定时器超时后指示所述发送模块903将根据读取的所述转发面设备状态更新的所述缓存的通告消息发送至主机;或者所述第一消息还包括第四信息,所述第四信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述处理模块902还用于根据所述第四消息读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述处理模块902还用于根据所述第三消息设置第一定时器,在第一定时器超时后指示所述发送模块903发送所述更新后的通告消息至所述主机。
可选地,所述第三信息用于指示所述转发面设备设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机;所述处理模块902用于设备根据所述第三信息设置第一定时器和第二定时器,在第一定时器超时后指示所述发送模块903发送所述缓存的通告消息至所述主机;所述第一消息中还包括第四信息,用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则所述第三信息还用于指示所述转发面设备在第二定时器超时后发送所述更新的通告消息至所述主机;所述处理模块902还用于根据所述第三信息,在第二定时器超时后发送所述更新的通告消息至所述主机。所述转发面设备状态包括所述转发面设备的缓冲区状态,时钟信息,端口状态中的至少一项。
进一步地,所述接收模块901还用于接收所述控制面设备发送的第五信息,所述第五信息用于指示所述转发面设备更新所述缓存的通告消息。
因此,基于本发明实施例提供的装置,控制面设备发送通告信息至转发面设备,转发面设备缓存所述通告信息,发送缓存的通告消息至主机。由此避免了控制面设备和转发面设备之间过多的周期性的信令交互,从而提高了控制面设备和转发面设备的实现效率,提高控制面设备和转发面设备的性能。
图10示出了本发明实施例提供的一种通告消息处理装置的示意性框图。该装置可是任何合适的装置,例如可以是转发面设备,本发明对此并不限制。该装置可以用于执行上述实施例中提供的方法。
如图10所示,该装置包括:
接收器1001,用于接收控制面设备发送的第一消息;
所述第一消息中包括通告消息、第二信息和第三信息,所述第二信息用于指示所述转发面设备缓存所述通告消息,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机;
所述通告消息包括WLAN网络里的beacon消息或者IPV6网络里的路由通告消息。所述第一消息为分组输出消息。
处理器1002,用于根据所述第二消息缓存所述通告消息;
发送器1003,用于根据所述第三消息发送所述缓存的通告消息至主机。
具体地,所述第三信息用于指示所述转发面设备设置定时器,在定时器超时后发送所述通告消息至所述主机;则所述处理器1002还用于根据所述第三消息设置定时器,指示所述发送模块在在定时器超时后指示所述发送器1003发送所述通告消息至所述主机。
可选地,所述第一消息中还包括标识信息,所述标识信息用于标示所述通告消息;或者所述转发面设备发送标识信息至所述控制面设备,用于标识所述通告消息。进一步地,所述第一消息中还包括第四消息,所述第四信息用于指示转发面生成转发规则;所述处理器1002还用于根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息;或者,所述接收器1001还用于接收所述控制面设备的第四信息,所述第四信息用于指示转发面生成转发规则;所述处理器1002还用于根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。
可选地,所述第三信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述第三信息还用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机;则所述处理器1002还用于根据根据所述第三消息,设置第一定时器,在第一定时器超时后指示所述发送器1003将根据读取的所述转发面设备状态更新的所述缓存的通告消息发送至主机;或者所述第一消息还包括第四信息,所述第四信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述处理器1002还用于根据所述第四消息读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述处理器1002还用于根据所述第三消息设置第一定时器,在第一定时器超时后指示所述发送器1003发送所述更新后的通告消息至所述主机。
可选地,所述第三信息用于指示所述转发面设备设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机;所述处理器1002用于设备根据所述第三信息设置第一定时器和第二定时器,在第一定时器超时后指示所述发送器1003发送所述缓存的通告消息至所述主机;所述第一消息中还包括第四信息,用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;则所述第三信息还用于指示所述转发面设备在第二定时器超时后发送所述更新的通告消息至所述主机;所述处理器1002还用于根据所述第三信息,在第二定时器超时后发送所述更新的通告消息至所述主机。所述转发面设备状态包括所述转发面设备的缓冲区状态,时钟信息,端口状态中的至少一项。
进一步地,所述接收器1001还用于接收所述控制面设备发送的第五信息,所述第五信息用于指示所述转发面设备更新所述缓存的通告消息。
因此,基于本发明实施例提供的装置,控制面设备发送通告信息至转发面设备,转发面设备缓存所述通告信息,发送缓存的通告消息至主机。由此避免了控制面设备和转发面设备之间过多的周期性的信令交互,从而提高了控制面设备和转发面设备的实现效率,提高控制面设备和转发面设备的性能。
应理解,在本发明实施例中,处理器可以是中央处理单元(Central Processing Unit,简称为“CPU”),处理器还可以是其他通用处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、现成可编程门阵列(FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。
在实现过程中,上述各步骤可以通过处理器的硬件的集成逻辑电路或者软件形式的指令完成。结合本发明实施例所公开的方法的步骤可以直接体现为硬件处理器执行完成,或者用处理器中的硬件及软件模块组合执行完成。软件模块可以位于随机存储器,闪存、只读存储器,可编程只读存储器或者电可擦写可编程存储器、寄存器等本领域成熟的存储介质中。该存储介质位于存储器,处理器读取存储器中的信息,结合其硬件完成上述方法的步骤。为避免重复,这里不再详细描述。
本发明提供的实施例之间相关内容可以相互参考和引用,本发明对此不再赘述。
本领域普通技术人员可以意识到,结合本文中所公开的实施例中描述的各方法步骤和单元,能够以电子硬件、计算机软件或者二者的结合来实现,为了清楚地说明硬件和软件的可互换性,在上述说明中已经按照功能一般性地描述了各实施例的步骤及组成。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。本领域普通技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本发明的范围。
所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,上述描述的系统、装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
在本申请所提供的几个实施例中,应该理解到,所揭露的系统、装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另外,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口、装置或单元的间接耦合或通信连接,也可以是电的,机械的或其它的形式连接。
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本发明实施例方案的目的。
另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以是两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。
所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分,或者该技术方案的全部或部分可以以软件产品的形式体现出来, 该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(Read-Only Memory,简称为“ROM”)、随机存取存储器(Random Access Memory,简称为“RAM”)、磁碟或者光盘等各种可以存储程序代码的介质。
以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到各种等效的修改或替换,这些修改或替换都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应以权利要求的保护范围为准。

Claims (40)

  1. 一种通告消息处理方法,其特征在于,包括:
    控制面设备发送第一消息至转发面设备,
    所述第一消息中包括通告消息、第二信息和第三信息,所述第二信息用于指示所述转发面设备缓存所述通告消息,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机。
  2. 根据权利要求1所述的方法,其特征在于,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机,包括:
    所述第三信息用于指示所述转发面设备设置定时器,在定时器超时后发送所述通告消息至所述主机。
  3. 根据权利要求1所述的方法,其特征在于,所述第一消息中还包括标识信息,所述标识信息用于标示所述通告消息;或者
    所述方法还包括:所述控制面设备接收所述转发面设备接收标识信息,所述标识信息用于标识所述通告消息。
  4. 根据权利要求3所述的方法,其特征在于,所述方法还包括:
    第一消息中还包括第四信息,所述第四信息用于指示转发面生成转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息;或者,
    所述控制面设备发送所述第四信息,所述第四信息用于指示转发面生成转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。
  5. 根据权利要求1或2所述的方法,其特征在于,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:
    所述第三信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;
    所述第三信息还用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机;或者
    所述第一消息还包括第四信息,所述第四信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;
    则,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:
    所述第三信息用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机。
  6. 根据权利要求1或2所述的方法,其特征在于,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:
    所述第三信息用于指示所述转发面设备设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机,
    所述第一消息还包括第四信息,用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;
    则所述第三信息还用于指示所述转发面设备在第二定时器超时后发送所述更新的通告消息至所述主机。
  7. 根据权利要求5或6所述的方法,其特征在于,所述转发面设备状态包括所述转发面设备的缓冲区状态,时钟信息,端口状态中的至少一项。
  8. 根据权利要求1-7中任一所述的方法,其特征在于,所述方法还包括:
    所述控制面设备发送第五信息至所述转发面设备,所述第五信息用于指示所述转发面设备更新所述缓存的通告消息。
  9. 根据权利要求1-8中任一所述的方法,其特征在于,所述通告消息包括WLAN网络里的beacon消息或者IPV6网络里的路由通告消息。
  10. 根据权利要求1-9中任一所述的方法,其特征在于,所述第一消息为分组输出消息。
  11. 一种通告消息处理方法,其特征在于,包括:
    转发面设备接收控制面设备发送的第一消息;
    所述第一消息中包括通告消息、第二信息和第三信息,所述第二信息用于指示所述转发面设备缓存所述通告消息,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机;
    所述转发面设备根据所述第二消息缓存所述通告消息;
    所述转发面设备根据所述第三消息发送所述缓存的通告消息至主机。
  12. 根据权利要求11所述的方法,其特征在于,所述第三信息用于指示所述转发面设备设置定时器,在定时器超时后发送所述通告消息至所述主机;
    所述转发面设备根据所述第三消息发送所述缓存的通告消息至主机,包括:
    所述转发面设备根据所述第三消息设置定时器,在定时器超时后发送所述通告消息至所述主机。
  13. 根据权利要求11所述的方法,其特征在于,所述第一消息中还包括标识信息,所述标识信息用于标示所述通告消息;或者
    所述转发面设备发送标识信息至所述控制面设备,用于标识所述通告消息。
  14. 根据权利要求13所述的方法,其特征在于,所述方法还包括,所述第一消息中还包括第四消息,所述第四信息用于指示转发面生成转发规则;
    所述转发面设备根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息;或者,
    所述转发面设备接收所述控制面设备的第四信息,所述第四信息用于指示转发面生成转发规则;
    所述转发面设备根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。
  15. 根据权利要求11或12所述的方法,其特征在于,所述第三信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述第三信息还用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机;
    则所述转发面设备根据所述第三消息发送所述缓存的通告消息至主机,包括:
    所述转发面设备根据所述第三消息,设置第一定时器,在第一定时器超时后将根据读取的所述转发面设备状态更新的所述缓存的通告消息发送至主机;或者
    所述第一消息还包括第四信息,所述第四信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;
    所述转发面设备根据所述第四消息读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;
    则所述转发面设备根据所述第三消息发送所述缓存的通告消息至主机,包括:
    所述转发面设备根据所述第三消息设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机。
  16. 根据权利要求11或12所述的方法,其特征在于,所述第三信息用于指示所述转发面设备设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机;
    所述转发面设备根据所述第三信息设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机;
    所述第一消息中还包括第四信息,用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;
    则所述第三信息还用于指示所述转发面设备在第二定时器超时后发送所述更新的通告消息至所述主机;
    所述方法还包括:
    所述转发面设备根据所述第三信息,在第二定时器超时后发送所述更新的通告消息至所述主机。
  17. 根据权利要求15或16所述的方法,其特征在于,所述转发面设备状态包括所述转发面设备的缓冲区状态,时钟信息,端口状态中的至少一项。
  18. 根据权利要求11-17中任一所述的方法,其特征在于,所述方法还包括:
    转发面设备接收所述控制面设备发送的第五信息,所述第五信息用于指示所述转发面设备更新所述缓存的通告消息。
  19. 根据权利要求11-18中任一所述的方法,其特征在于,所述通告消息包括WLAN网络里的beacon消息或者IPV6网络里的路由通告消息。
  20. 根据权利要求11-19中任一所述的方法,其特征在于,所述第一消息为分组输出消息。
  21. 一种通告消息处理装置,其特征在于,包括:
    发送模块,用于发送第一消息至转发面设备,
    所述第一消息中包括通告消息、第二信息和第三信息,所述第二信息用于指示所述转发面设备缓存所述通告消息,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机。
  22. 根据权利要求21所述的装置,其特征在于,包括:所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机,包括:
    所述第三信息用于指示所述转发面设备设置定时器,在定时器超时后发送所述通告消息至所述主机。
  23. 根据权利要求21所述的装置,其特征在于,包括:所述第一消息中还包括标识信息,所述标识信息用于标示所述通告消息;或者
    所述装置还包括接收模块,用于接收所述转发面设备接收标识信息,所述标识信息用于 标识所述通告消息。
  24. 根据权利要求23中所述装置,其特征在于,第一消息中还包括第四信息,所述第四信息用于指示转发面生成转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息;或者,
    所述发送模块还用于发送所述第四信息,所述第四信息用于指示转发面生成转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。
  25. 根据权利要求21或22所述的装置,其特征在于,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:
    所述第三信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;
    所述第三信息还用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机;或者
    所述第一消息还包括第四信息,所述第四信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;
    则,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:
    所述第三信息用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机。
  26. 根据权利要求21或22所述的装置,其特征在于,所述第三信息用于指示所述转发面设备发送所述缓存通告消息,包括:
    所述第三信息用于指示所述转发面设备设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机,
    所述第一消息还包括第四信息,用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;
    则所述第三信息还用于指示所述转发面设备在第二定时器超时后发送所述更新的通告消息至所述主机。
  27. 根据权利要求25或26所述的装置,其特征在于,所述转发面设备状态包括所述转发面设备的缓冲区状态,时钟信息,端口状态中的至少一项。
  28. 根据权利要求21-27中任一所述的装置,其特征在于,所述发送模块还用于发送第五信息至所述转发面设备,所述第五信息用于指示所述转发面设备更新所述缓存的通告消息。
  29. 根据权利要求21-28中任一所述的装置,其特征在于,所述通告消息包括WLAN网络里的beacon消息或者IPV6网络里的路由通告消息。
  30. 根据权利要求21-29中任一所述的装置,其特征在于,所述第一消息为分组输出消息。
  31. 一种通告消息处理装置,其特征在于,包括:
    接收模块,用于接收控制面设备发送的第一消息;
    所述第一消息中包括通告消息、第二信息和第三信息,所述第二信息用于指示所述转发面设备缓存所述通告消息,所述第三信息用于指示所述转发面设备发送所述缓存的通告消息至主机;
    处理模块,用于根据所述第二消息缓存所述通告消息;
    发送模块,用于根据所述第三消息发送所述缓存的通告消息至主机。
  32. 根据权利要求31所述的装置,其特征在于,包括:所述第三信息用于指示所述转发面设备设置定时器,在定时器超时后发送所述通告消息至所述主机;
    则所述处理模块还用于根据所述第三消息设置定时器,指示所述发送模块在在定时器超时后指示所述发送模块发送所述通告消息至所述主机。
  33. 根据权利要求31所述的装置,其特征在于,包括:所述第一消息中还包括标识信息,所述标识信息用于标示所述通告消息;或者
    所述转发面设备发送标识信息至所述控制面设备,用于标识所述通告消息。
  34. 根据权利要求33所述的装置,其特征在于,所述第一消息中还包括第四消息,所述第四信息用于指示转发面生成转发规则;
    所述处理模块还用于根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息;或者,
    所述接收模块还用于接收所述控制面设备的第四信息,所述第四信息用于指示转发面生成转发规则;
    所述处理模块还用于根据所述第四消息生成所述转发规则,所述转发规则可以用于匹配所述主机发送的通告请求消息,所述通告请求消息用于请求所述转发面发送所述标识对应所述通告消息。
  35. 根据权利要求31或32所述的装置,其特征在于,所述第三信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;所述第 三信息还用于指示所述转发面设备设置第一定时器,在第一定时器超时后发送所述更新后的通告消息至所述主机;
    则所述处理模块还用于根据所述第三消息,设置第一定时器,在第一定时器超时后指示所述发送模块将根据读取的所述转发面设备状态更新的所述缓存的通告消息发送至主机;或者
    所述第一消息还包括第四信息,所述第四信息用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;
    所述处理模块还用于根据所述第四消息读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;
    所述处理模块还用于根据所述第三消息设置第一定时器,在第一定时器超时后指示所述发送模块发送所述更新后的通告消息至所述主机。
  36. 根据权利要求31或32所述的装置,其特征在于,所述第三信息用于指示所述转发面设备设置第一定时器和第二定时器,在第一定时器超时后发送所述缓存的通告消息至所述主机;
    所述处理模块用于设备根据所述第三信息设置第一定时器和第二定时器,在第一定时器超时后指示所述发送模块发送所述缓存的通告消息至所述主机;
    所述第一消息中还包括第四信息,用于指示所述转发面设备读取所述转发面设备状态,根据所述转发面设备状态更新所述缓存的通告消息;
    则所述第三信息还用于指示所述转发面设备在第二定时器超时后发送所述更新的通告消息至所述主机;
    所述处理模块还用于根据所述第三信息,在第二定时器超时后发送所述更新的通告消息至所述主机。
  37. 根据权利要求35或36所述的装置,其特征在于,所述转发面设备状态包括所述转发面设备的缓冲区状态,时钟信息,端口状态中的至少一项。
  38. 根据权利要求31-37中任一所述的装置,其特征在于:
    所述接收模块还用于接收所述控制面设备发送的第五信息,所述第五信息用于指示所述转发面设备更新所述缓存的通告消息。
  39. 根据权利要求31-38中任一所述的装置,其特征在于,所述通告消息包括WLAN网络里的beacon消息或者IPV6网络里的路由通告消息。
  40. 根据权利要求31-39任一所述的装置,其特征在于,所述第一消息为分组输出消息。
PCT/CN2014/095229 2014-12-27 2014-12-27 一种通告消息处理方法和装置 WO2016101286A1 (zh)

Priority Applications (6)

Application Number Priority Date Filing Date Title
ES14908854T ES2763435T3 (es) 2014-12-27 2014-12-27 Método y aparato para procesar un mensaje de notificación
CN201480084413.0A CN107113229B (zh) 2014-12-27 2014-12-27 一种通告消息处理方法和装置
PCT/CN2014/095229 WO2016101286A1 (zh) 2014-12-27 2014-12-27 一种通告消息处理方法和装置
JP2017534548A JP6470841B2 (ja) 2014-12-27 2014-12-27 広告メッセージ処理方法および装置
EP14908854.4A EP3229416B1 (en) 2014-12-27 2014-12-27 Method and apparatus for processing notification message
US15/633,352 US20170293945A1 (en) 2014-12-27 2017-06-26 Advertisement message processing method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2014/095229 WO2016101286A1 (zh) 2014-12-27 2014-12-27 一种通告消息处理方法和装置

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/633,352 Continuation US20170293945A1 (en) 2014-12-27 2017-06-26 Advertisement message processing method and apparatus

Publications (1)

Publication Number Publication Date
WO2016101286A1 true WO2016101286A1 (zh) 2016-06-30

Family

ID=56149012

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/095229 WO2016101286A1 (zh) 2014-12-27 2014-12-27 一种通告消息处理方法和装置

Country Status (6)

Country Link
US (1) US20170293945A1 (zh)
EP (1) EP3229416B1 (zh)
JP (1) JP6470841B2 (zh)
CN (1) CN107113229B (zh)
ES (1) ES2763435T3 (zh)
WO (1) WO2016101286A1 (zh)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111133825A (zh) * 2017-12-26 2020-05-08 英特尔Ip公司 用于无线传输的增强型时间敏感网络协调
US11445521B2 (en) 2020-03-13 2022-09-13 Meta Platforms Technologies, Llc Systems and methods for latency sensitive links
CN111478853B (zh) * 2020-04-02 2022-02-08 广州市品高软件股份有限公司 一种基于SDN的IPv6路由公告方法和系统

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103299598A (zh) * 2011-01-10 2013-09-11 瑞典爱立信有限公司 在分组交换电信网络的边缘处对通告的高速缓存
CN103391296A (zh) * 2013-07-29 2013-11-13 北京华为数字技术有限公司 一种控制器、转发器及通道建立方法和系统
CN103731901A (zh) * 2012-10-11 2014-04-16 中兴通讯股份有限公司 一种路由转发的方法、系统及控制器

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8396950B1 (en) * 2000-03-02 2013-03-12 Rockstar Consortium Us Lp Method and apparatus for the fast detection of connectivity loss between devices in a network
US8891509B2 (en) * 2004-07-06 2014-11-18 Hewlett-Packard Development Company, L.P. Proxy networking device for a router
US8625628B2 (en) * 2011-08-21 2014-01-07 Telefonaktiebolaget L M Ericsson (Publ) Method and gateway for transmission of router advertisement
WO2015138914A1 (en) * 2014-03-14 2015-09-17 Interdigital Patent Holdings, Inc. Method and apparatus for dual-band mesh operations
CN106878168B (zh) * 2017-03-20 2021-03-19 新华三技术有限公司 一种报文转发方法及装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103299598A (zh) * 2011-01-10 2013-09-11 瑞典爱立信有限公司 在分组交换电信网络的边缘处对通告的高速缓存
CN103731901A (zh) * 2012-10-11 2014-04-16 中兴通讯股份有限公司 一种路由转发的方法、系统及控制器
CN103391296A (zh) * 2013-07-29 2013-11-13 北京华为数字技术有限公司 一种控制器、转发器及通道建立方法和系统

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3229416A4 *

Also Published As

Publication number Publication date
EP3229416B1 (en) 2019-11-27
JP2018506212A (ja) 2018-03-01
EP3229416A4 (en) 2018-01-31
CN107113229A (zh) 2017-08-29
EP3229416A1 (en) 2017-10-11
CN107113229B (zh) 2019-11-29
US20170293945A1 (en) 2017-10-12
ES2763435T3 (es) 2020-05-28
JP6470841B2 (ja) 2019-02-13

Similar Documents

Publication Publication Date Title
US20210329487A1 (en) Data transmission method and apparatus, and service switching method and apparatus
EP3162127B1 (en) Node and method for buffering downlink data
US10623981B2 (en) Information transmission method, apparatus, and system
RU2617717C2 (ru) Устройство и способ для планирования услуги адаптивного предоставления и опроса в системе широкополосного беспроводного доступа
US20140122710A1 (en) Method for sending heartbeat message and heartbeat proxy server
JP2019527006A (ja) 報告受信方法及びネットワーク装置、並びに報告実行方法及び基地局
WO2019157736A1 (zh) 寻呼的方法和设备
WO2018121257A1 (zh) 报文发送方法、装置、系统以及存储介质
JP2018524943A (ja) データ伝送方法、関連装置、およびシステム
EP3506540A1 (en) Data transmission method, network device and terminal device
EP3447977B1 (en) Packet processing method and apparatus
US10178650B2 (en) Paging message sending method and device
TW201818712A (zh) 切換通訊模式的方法、終端設備和網路設備
WO2016101286A1 (zh) 一种通告消息处理方法和装置
EP3379872A1 (en) Method and apparatus for transmitting downlink data notification message
US10362560B2 (en) Multimedia broadcast multicast communication method, apparatus, and system
JP6707094B2 (ja) 共通メッセージを送信するための方法および関連デバイス
US11190979B2 (en) Methods and apparatus for forwarding packets between child nodes and parent nodes
WO2018045521A1 (zh) 无线网络中传输信令的方法和装置
EP3244643B1 (en) Terminal device, network device and group communication method
CN104205951A (zh) 用于传输同步的方法和装置
US11575615B2 (en) First network node, second network node, and methods performed thereby for tracing a packet in a pipeline
US20190059017A1 (en) Communications resource control by a network node
WO2019214105A1 (zh) 一种绑定数据流的方法及装置、计算机存储介质
JP5462313B2 (ja) 無線基地局装置、通信方法、及び、プログラム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14908854

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2017534548

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2014908854

Country of ref document: EP