WO2013078579A1 - 发送报文的方法、装置和系统 - Google Patents

发送报文的方法、装置和系统 Download PDF

Info

Publication number
WO2013078579A1
WO2013078579A1 PCT/CN2011/083011 CN2011083011W WO2013078579A1 WO 2013078579 A1 WO2013078579 A1 WO 2013078579A1 CN 2011083011 W CN2011083011 W CN 2011083011W WO 2013078579 A1 WO2013078579 A1 WO 2013078579A1
Authority
WO
WIPO (PCT)
Prior art keywords
port
packet
message
mapping relationship
feature value
Prior art date
Application number
PCT/CN2011/083011
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 CN201180002491.8A priority Critical patent/CN102577280B/zh
Priority to PCT/CN2011/083011 priority patent/WO2013078579A1/zh
Publication of WO2013078579A1 publication Critical patent/WO2013078579A1/zh

Links

Classifications

    • 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
    • H04L12/4604LAN interconnection over a backbone network, e.g. Internet, Frame Relay
    • H04L12/462LAN interconnection over a bridge based backbone

Definitions

  • the present invention relates to the field of network transmission, and in particular, to a method, device and system for transmitting a message. Background technique
  • Link aggregation is a technology that treats multiple physical links (such as electrical ports, optical ports, etc.) as a single logical connection. It allows two switches to simultaneously transmit data through multiple links in parallel to provide more data. High bandwidth, greater throughput and recoverability technologies.
  • a link aggregation may include multiple physical links. When a packet exit is a link aggregation, the export selection problem of multiple links is involved.
  • the HASH method is generally used to establish a mapping relationship between a packet key set and a HASH index value, and the final physical outbound port is obtained according to the HASH index value and the port number, thereby realizing that the same stream is mapped to a fixed one.
  • the message key is generally SMAC (Source Media Access Control, Source MAC), DMAC (Destination Media Access Control, Destination MAC), VLAN (Virtual Local Area Network), DIP (Destination IP, Destination IP) or SIP ( Source IP, source IP), etc.
  • HASH algorithm generally has CRC16, CRC32, etc.
  • the embodiment of the invention provides a method, a device and a system for transmitting a message.
  • the technical solution is as follows:
  • a method for sending a message comprising:
  • the port from the port mapping relationship list, where the port mapping relationship list includes a mapping relationship between the eigenvalue range of the packet and the egress port;
  • a receiving module configured to receive a message
  • a message keyword obtaining module configured to obtain a message key for identifying the message from the received message
  • the feature value obtaining module is configured to obtain a message feature value corresponding to the message keyword
  • An egress port obtaining module configured to obtain, according to the eigenvalue of the packet, a port from a port mapping relationship list, where the port mapping relationship list includes a mapping relationship between a packet eigenvalue range and an egress port;
  • a sending module configured to send the packet by using the obtained egress port.
  • a message sending system includes a first network device and a second network device, where
  • the first network device is configured to send a packet to the second network device
  • the second network device is configured to obtain, from the packet, a message key that identifies the packet, and obtain a packet feature value corresponding to the packet keyword; according to the packet feature value, Obtaining an egress port in the port mapping relationship list, and sending the packet by using the obtained egress port;
  • the port mapping relationship list includes a mapping relationship between a packet feature value range and an egress port.
  • the port is obtained from the pre-configured port mapping relationship list according to the packet feature value, which avoids the phenomenon that the traffic imbalance occurs when the port is obtained according to the port number and the packet feature value in the prior art.
  • Bandwidth utilization of the aggregation group Each port corresponds to a unique packet eigenvalue.
  • the eigenvalue of each packet is also a one-to-one mapping relationship. As long as the port corresponding to the eigenvalue of the packet is online, Ensure that the corresponding stream is always output from the port, and will not be affected by the UP or DOWN of other ports in the aggregation group, thus ensuring the consistency of the outgoing port.
  • FIG. 1 is a flowchart of a method for sending a message according to an embodiment of the present invention
  • 2 is a flowchart of a method for sending a message according to an embodiment of the present invention
  • FIG. 3 is a schematic structural diagram of an apparatus for transmitting a message according to an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of an apparatus for transmitting a message according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of a message sending system according to an embodiment of the present invention. detailed description
  • FIG. 1 is a flowchart of a method for sending a message according to an embodiment of the present invention. See Figure 1, which includes:
  • the message keyword generally includes at least one of a source media access control address source MAC, a destination media access control address destination MAC, a source IP address, a destination IP address, and a virtual local area network identification VLAN.
  • a source media access control address source MAC a source media access control address source MAC
  • a destination media access control address destination MAC a source IP address
  • a destination IP address a destination IP address
  • VLAN virtual local area network identification
  • the eigenvalue of the packet may be a HASH index value obtained according to the message keyword and the HASH algorithm, and the HASH algorithm generally has a CRC16, a CRC32, and the like.
  • the port mapping relationship list includes a mapping relationship between the eigenvalue range of the packet and the egress port
  • the port mapping relationship list includes a mapping relationship between the eigenvalue range of the packet and the egress port, and the eigenvalue range of the packet may be divided into a plurality of packet eigenvalue ranges by using a predetermined granularity.
  • the HASH value is 16 bits, and the 32-bit granularity is used to divide the HASH value into 2048 packet feature value ranges.
  • the method provided in this embodiment obtains the outgoing port from the preset port mapping relationship list according to the packet feature value, and avoids the traffic that occurs when the port is obtained according to the port number and the packet feature value in the prior art.
  • the unbalanced phenomenon improves the bandwidth utilization of the aggregation group.
  • Each flow corresponds to a unique packet eigenvalue.
  • Each packet eigenvalue and port are also determined by a one-to-one mapping relationship.
  • the port is online and ensures that the corresponding stream is always output from the port. It is not affected by the UP or DOWN of other ports in the aggregation group, thus ensuring the consistency of the outgoing port.
  • the execution entity is a switch device or a sending device.
  • the executing entity is a switch device, and the switch device is An example is described in which the number of the aggregation members is 8 ports and the HASH index value is 16 bits.
  • This embodiment includes:
  • the implementation is performed by using the switch device as an example.
  • the packet can be forwarded by the switch device.
  • the HASH index value is used as the corresponding message feature value
  • the HASH algorithm is used as an example.
  • the HASH index in step 202 is the packet feature value.
  • the method for obtaining the HASH index value is the same as the prior art.
  • the CRC32 algorithm is used to obtain the HASH index value of 0xlfe.
  • the port mapping relationship list includes a mapping relationship between the packet feature value range and the egress port.
  • the packet characteristics in the port mapping relationship list are a total range interval 2048, 3 ⁇ 4 0-31, 32-63, .. ⁇ , 65504-65535 0 packet characteristic value range and the mapping relationship between ports may table 1 below.
  • Table 1 provided in this embodiment is only a part of the list of port mapping relationships that can be implemented, and the correspondence between the ranges shown in Table 1 may be the outbound port 0 to the outbound port 7.
  • mapping relationship in the table 1 is only one type of the mapping relationship that can be implemented in this embodiment.
  • the mapping relationship is set or adjusted by the technical personnel according to the number of ports of the switch device, and the specific mapping form may also have various changes. For example, to avoid overloading a port, you can associate ports in the port mapping table according to the traffic model. Perform adaptive optimization, such as using port reverse order, to achieve load balancing of port traffic.
  • the HASH value of the actual service message will be approximately equalized in the 2048 interval, and then the local mapping between the previous 2048 intervals can be achieved by port mapping for each interval range. Unbalanced, further optimized by a certain combination, the port traffic is reduced, so that the port is well balanced, and the traffic balance of each out port is achieved.
  • the port mapping relationship list can also be as shown in Table 2 below.
  • Table 2 provided in this embodiment is only a part of the list of port mapping relationships that can be implemented, and the correspondence between the ranges shown in Table 2 may be a loop from port 0 to port 7.
  • step 206 If yes, go to step 206;
  • step 205 If no, go to step 205;
  • the member ports in the aggregation group may be faulty, so that the egress port is not online, and the packet transmission is unsuccessful. Therefore, it is necessary to determine whether the egress port is online. For the prior art, it will not be described again.
  • one of the online ports is selected as the egress port according to a preset rule.
  • the preset rule can be preset by a technician.
  • the preset rule may randomly acquire a port from an online port when the selected port is not online.
  • the method provided in this embodiment obtains the outgoing port from the preset port mapping relationship list according to the packet feature value, and avoids the traffic that occurs when the port is obtained according to the port number and the packet feature value in the prior art.
  • the unbalanced phenomenon improves the bandwidth utilization of the aggregation group.
  • Each flow corresponds to a unique packet eigenvalue.
  • Each packet eigenvalue and port are also determined by a one-to-one mapping relationship. The port is online and ensures that the corresponding stream is always output from the port.
  • FIG. 3 is a schematic structural diagram of an apparatus for transmitting a message according to an embodiment of the present invention.
  • the device includes: a receiving module 301, configured to receive a message;
  • the message key obtaining module 302 is configured to obtain a message key for identifying the message from the received message
  • the feature value obtaining module 303 is configured to acquire the message feature corresponding to the message keyword.
  • the egress port obtaining module 304 is configured to obtain, according to the eigenvalue of the packet, the port from the port mapping relationship list, where the port mapping relationship list includes a mapping relationship between the eigenvalue range of the packet and the egress port.
  • the sending module 305 is configured to send the packet by using the obtained egress port.
  • the egress port obtaining module 304 is configured to: according to the packet feature value, search for a range of the range to which the packet feature value belongs from the port mapping relationship list, and obtain a port corresponding to the interval range, where The corresponding port acts as an egress port.
  • the outbound port obtaining module 304 may be a CPU (Central Processing Unit) or a DSP (Digital Signal Processing).
  • CPU Central Processing Unit
  • DSP Digital Signal Processing
  • the device further includes:
  • the determining module 306 is configured to determine whether the outgoing port is online;
  • the egress port obtaining module 304 is further configured to select one of the online ports as the egress port according to a preset rule when the egress port is offline.
  • the device provided in this embodiment may be a switching device, such as a switch, a routing device, or the like, or a convergence device.
  • the device provided in this embodiment obtains the port from the preset port mapping relationship list according to the packet feature value, and avoids the traffic that occurs when the port is obtained according to the port number and the packet feature value in the prior art.
  • the unbalanced phenomenon improves the bandwidth utilization of the aggregation group.
  • Each flow corresponds to a unique packet eigenvalue.
  • Each packet eigenvalue and port are also determined by a one-to-one mapping relationship.
  • the port is online and ensures that the corresponding stream is always output from the port.
  • FIG. 5 is a schematic structural diagram of a message sending system according to an embodiment of the present invention.
  • the message sending system includes:
  • the first network device 501 is configured to send a packet to the second network device.
  • the second network device 502 is configured to obtain, from the packet, a message key that identifies the packet, and obtain a packet feature value corresponding to the packet keyword; according to the packet feature value, Obtaining an egress port from the port mapping relationship list, and sending the packet by using the obtained egress port;
  • the port mapping relationship list includes a mapping relationship between a packet feature value range and an egress port.
  • the second network device 502 is further configured to determine whether the egress port is online. If not, the egress server selects one of the online ports as the egress port to send the packet according to a preset rule.
  • a person skilled in the art may understand that all or part of the steps of implementing the above embodiments may be completed by hardware, or may be instructed by a program to execute related hardware, and the program may be stored in a computer readable storage medium.
  • the storage medium mentioned may be a read only memory, a magnetic disk or an optical disk or the like.

Landscapes

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

Abstract

本发明公开了一种发送报文的方法、装置和系统,属于网络传输领域。所述方法包括:接收报文,从所述报文中获取用于标识所述报文的报文关键字;获取所述报文关键字对应的报文特征值;根据所述报文特征值,从端口映射关系列表中获取出端口,所述端口映射关系列表包括报文特征值范围与出端口的映射关系;通过所述获取的出端口发送所述报文。该装置包括:接收模块、报文关键字获取模块、特征值获取模块、出端口获取模块和发送模块。本发明避免了现有技术中由于根据端口数和报文特征值获取出端口时会出现的流量不均衡的现象,提高了聚合组的带宽利用率,保证了出端口的一致性。

Description

说 明 书
发送报文的方法、 装置和系统 技术领域
本发明涉及网络传输领域, 特别涉及一种发送报文的方法、 装置和系统。 背景技术
链路聚合是将多个物理链路 (如电口, 光口等) 当作一个单一逻辑连接处理的技术, 它允许两个交换器之间通过多个链路并行连接同时传输数据以提供更高的带宽、 更大的吞 吐量和可恢复性的技术。 一个链路聚合可能包括多个物理链路, 当报文出口为链路聚合时 会涉及到多个链路的出口选择问题。
目前一般采用 HASH方法建立报文关键字集合到 HASH索引值之间的映射关系, 并根 据 HASH索引值和端口数取模, 得到最终的物理出端口, 从而实现了同一条流被映射到固 定出端口的选择方法。 报文关键字一般有 SMAC(Source Media Access Control, 源 MAC)、 DMAC(Destination Media Access Control, 目的 MAC)、 VLAN(Virtual Local Area Network, 虚拟局域网)、 DIP(Destination IP, 目的 IP)或 SIP(Source IP, 源 IP)等, HASH算法一般有 CRC16、 CRC32等, 假设聚合有 8个成员端口, 输入 MAC=0xl 122334455, VLAN=10的报 文, 选取报文关键字为 MAC、 VLAN, 其 HASH索引值 (利用 CRC32算法获取)为 Oxlfe , 对索引值按端口数取模 (Oxlfe % 8 = 6)为 6, 则对应报文就从聚合组里的第 6个成员端口输 出。
在实现本发明的过程中, 发明人发现现有技术至少存在以下问题:
当多个不同 HASH索引值 (如 0xlfe、 0x456)取模后的值相同时,其对应出端口就是相同 的, 这意味着不同的报文流会同时选中同一个出端口, 在某些流量情况下, 会导致端口之 间的流量不均衡, 从而不能充分利用聚合组的有效带宽, 且当聚合组中的成员端口的在线 状态有变化时, 可能会导致同一流的报文取模后的值不同, 不能保证流的出口选择一致性。 发明内容
为了均衡端口之间的流量, 充分利用聚合组的有效带宽, 本发明实施例提供了一种发 送报文的方法、 装置和系统。 所述技术方案如下:
一种发送报文的方法, 所述方法包括:
接收报文, 从所述报文中获取用于标识所述报文的报文关键字; 获取所述报文关键字对应的报文特征值;
根据所述报文特征值, 从端口映射关系列表中获取出端口, 所述端口映射关系列表包 括报文特征值范围与出端口的映射关系;
通过所述获取的出端口发送所述报文。
—种发送报文的装置, 包括:
接收模块, 用于接收报文;
报文关键字获取模块, 用于从接收的报文中获取用于标识所述报文的报文关键字; 特征值获取模块, 用于获取所述报文关键字对应的报文特征值;
出端口获取模块, 用于根据所述报文特征值, 从端口映射关系列表中获取出端口, 所 述端口映射关系列表包括报文特征值范围与出端口的映射关系;
发送模块, 用于通过所述获取的出端口发送所述报文。
一种报文发送系统, 包括第一网络设备和第二网络设备, 其中,
所述第一网络设备, 用于向所述第二网络设备发送报文;
所述第二网络设备, 用于从所述报文中获取标识所述报文的报文关键字, 获取所述报 文关键字对应的报文特征值; 根据所述报文特征值, 从端口映射关系列表中获取出端口, 通过所述获取的出端口发送所述报文;
其中, 所述端口映射关系列表包括报文特征值范围与出端口的映射关系。
本发明实施例提供的技术方案带来的有益效果是:
通过根据报文特征值, 从预先设置的端口映射关系列表中获取出端口, 避免了现有技 术中由于根据端口数和报文特征值获取出端口时会出现的流量不均衡的现象, 提高了聚合 组的带宽利用率, 每个流对应唯一的报文特征值, 每个报文特征值与端口也是确定的一一 对应的映射关系, 只要该报文特征值对应的端口是在线的, 可以保证对应的流一直从该端 口输出, 不会因为聚合组中其他端口的 UP或 DOWN而受影响, 从而保证了出端口的一致 性。 附图说明
为了更清楚地说明本发明实施例中的技术方案, 下面将对实施例描述中所需要使用的 附图作简单地介绍, 显而易见地, 下面描述中的附图仅仅是本发明的一些实施例, 对于本 领域普通技术人员来讲, 在不付出创造性劳动的前提下, 还可以根据这些附图获得其他的 附图。
图 1是本发明实施例提供的一种发送报文的方法的流程图; 图 2是本发明实施例提供的 种发送报文的方法的流程图;
图 3是本发明实施例提供的 种发送报文的装置的结构示意图;
图 4是本发明实施例提供的 种发送报文的装置的结构示意图;
图 5是本发明实施例提供的 种报文发送系统的结构示意图。 具体实施方式
为使本发明的目的、 技术方案和优点更加清楚, 下面将结合附图对本发明实施方式作 进一步地详细描述。
图 1是本发明实施例提供的一种发送报文的方法的流程图。 参见图 1, 该方法包括:
101、 接收报文, 从所述报文中获取用于标识所述报文的报文关键字;
其中, 报文关键字一般包括源媒体访问控制地址源 MAC, 目的媒体访问控制地址目的 MAC、 源 IP地址、 目的 IP地址、 虚拟局域网标识 VLAN中的至少一个。, 在本实施例中, 仅以报文关键字为源 MAC和 VLAN为例进行说明。
102、 获取所述报文关键字对应的报文特征值;
该报文特征值可以为根据报文关键字和 HASH算法获得的 HASH索引值, HASH算法 一般有 CRC16、 CRC32等。
103、 根据所述报文特征值, 从端口映射关系列表中获取出端口, 所述端口映射关系列 表包括报文特征值范围与出端口的映射关系;
在本实施例中, 该端口映射关系列表包括报文特征值范围与出端口的映射关系, 该报 文特征值范围的划分可以是将 HASH值以预设粒度划分为若干个报文特征值范围, 例如, HASH值为 16bit, 以 32为一个粒度, 将 HASH值划分为 2048个报文特征值范围。
104、 通过所述获取的出端口发送所述报文。 本实施例提供的方法, 通过根据报文特征值, 从预先设置的端口映射关系列表中获取 出端口, 避免了现有技术中由于根据端口数和报文特征值获取出端口时会出现的流量不均 衡的现象, 提高了聚合组的带宽利用率, 每个流对应唯一的报文特征值, 每个报文特征值 与端口也是确定的一一对应的映射关系, 只要该报文特征值对应的端口是在线的, 可以保 证对应的流一直从该端口输出, 不会因为聚合组中其他端口的 UP或 DOWN而受影响, 从而 保证了出端口的一致性。 图 2是本发明实施例提供的一种发送报文的方法的流程图。参见图 2, 该实施例以执行 主体为交换机设备或发送设备, 本实施例仅以执行主体为交换机设备, 且该交换机设备的 聚合成员数为 8个端口、 且 HASH索引值为 16bit为例进行说明, 该实施例包括:
201、 接收报文;
本实施例中, 是以执行主体为交换机设备为例进行说明的, 在交换机设备上, 该报文 可以使由交换机设备进行转发的设备。
202、 采用哈希 HASH算法对报文关键字源 MAC和 VLAN进行计算, 将计算得到的
HASH索引值作为对应的报文特征值;
在本实施例中, 仅以 HASH算法为例进行说明, 步骤 202中的 HASH索引值即是报文 特征值, 获取 HASH索引值的方法与现有技术同理, 例如, 该交换设备的聚合组有 8个成 员端口, 报文的 MAC=0xl 122334455, VLAN=10, 选取报文关键字为 MAC、 VLAN, 利用 CRC32算法获取其 HASH索引值为 0xlfe。
203、根据获得的报文特征值,从端口映射关系列表中查找报文特征值所属的区间范围, 获取所述区间范围对应的端口, 将所述对应的端口作为出端口;
在本实施例中, 所述端口映射关系列表包括报文特征值范围与出端口的映射关系, 例 如, HASH值为 16bit, 刻度以 32为一个粒度, 则在端口映射关系列表中的报文特征值范围 一共有 2048区间, ¾ 0-31 , 32-63 , .. ·, 65504-655350 报文特征值范围和出端口的映射关 系可以如下表 1。
表 1
Figure imgf000006_0001
本实施例提供的表 1仅为可实现的端口映射关系列表的一部分, 表 1 中所示以外范围 的对应关系可以为出端口 0至出端口 7循环。
该表 1 中的映射关系仅为本实施例可实现的映射关系的一种, 该映射关系由技术人员 根据交换机设备的端口数进行设置或调整, 其具体的映射形式也可以有多种变化, 例如, 为了避免某一端口的负载过大, 可以根据流量模型, 将端口映射关系表中的端口对应关系 进行自适应优化, 如采用端口倒序排列等, 从而实现端口流量的负载均衡
通过表 1中细分的 2048个区间, 实际业务报文的 HASH值在 2048个区间会做到近似 均衡的分布, 然后通过对每个区间范围的端口映射, 可以把之前 2048区间之间的局部不均 衡, 通过一定的组合进一步优化, 实现端口流量间的此消彼长, 从而达到端口较好的均衡, 实现每个出端口的流量均衡。
为了避免在某个出端口不在线时, 该端口的流量都指向同一端口, 该端口映射关系列 表还可以为以下表 2。
表 2
Figure imgf000007_0001
本实施例提供的表 2仅为可实现的端口映射关系列表的一部分, 表 2中所示以外范围 的对应关系可以为出端口 0至出端口 7循环。
204、 判断该出端口是否在线;
如果是, 执行步骤 206;
如果否, 执行步骤 205 ;
在本实施例中, 聚合组中的各个成员端口有可能会出现故障, 以至于该出端口不在线, 导致报文发送不成功, 因此所以需要对出端口是否在线进行判断, 该判断的具体过程为现 有技术, 不再赘述。
205、 根据预设规则从在线的端口中选择一个作为出端口;
当经过判断, 确定步骤 203 中获取的出端口不在线, 则根据预设规则从在线的端口中 选择一个作为出端口。 其中, 该预设规则可以由技术人员预先设置。 例如, 该预设规则可 以为当选择的端口不在线时, 从在线的端口中随机获取一个端口。
206、 通过获取的出端口发送报文。 本领域技术人员可以获知, 该发送过程与现有技术原理相同, 不再赘述。 本实施例提供的方法, 通过根据报文特征值, 从预先设置的端口映射关系列表中获取 出端口, 避免了现有技术中由于根据端口数和报文特征值获取出端口时会出现的流量不均 衡的现象, 提高了聚合组的带宽利用率, 每个流对应唯一的报文特征值, 每个报文特征值 与端口也是确定的一一对应的映射关系, 只要该报文特征值对应的端口是在线的, 可以保 证对应的流一直从该端口输出, 不会因为聚合组中其他端口的 UP或 DOWN而受影响, 从而 保证了出端口的一致性。 图 3是本发明实施例提供的一种发送报文的装置的结构示意图。参见图 3,该装置包括: 接收模块 301, 用于接收报文;
报文关键字获取模块 302, 用于从接收的报文中获取用于标识所述报文的报文关键字; 特征值获取模块 303, 用于获取所述报文关键字对应的报文特征值;
出端口获取模块 304, 用于根据所述报文特征值, 从端口映射关系列表中获取出端口, 所述端口映射关系列表包括报文特征值范围与出端口的映射关系;
发送模块 305, 用于通过所述获取的出端口发送所述报文。
其中, 所述出端口获取模块 304具体用于根据所述报文特征值, 从所述端口映射关系 列表中查找所述报文特征值所属的区间范围, 获取所述区间范围对应的端口, 将所述对应 的端口作为出端口。
其中, 出端口获取模块 304可以是 CPU (Central Processing Unit, 中央处理器) 或者 DSP (Digital Signal Processing数字信号处理器) 等。
参见图 4, 装置还包括:
判断模块 306, 用于判断所述出端口是否在线;
所述出端口获取模块 304, 还用于当所述出端口不在线时, 根据预设规则从在线的端口 中选择一个作为出端口。
本实施例提供的装置可以是交换设备, 如交换机、 路由设备等, 也可以是汇聚设备等。 本实施例提供的装置, 通过根据报文特征值, 从预先设置的端口映射关系列表中获取 出端口, 避免了现有技术中由于根据端口数和报文特征值获取出端口时会出现的流量不均 衡的现象, 提高了聚合组的带宽利用率, 每个流对应唯一的报文特征值, 每个报文特征值 与端口也是确定的一一对应的映射关系, 只要该报文特征值对应的端口是在线的, 可以保 证对应的流一直从该端口输出, 不会因为聚合组中其他端口的 UP或 DOWN而受影响, 从而 保证了出端口的一致性。 图 5是本发明实施例提供的一种报文发送系统的结构示意图。参见图 5, 该报文发送系 统包括:
所述第一网络设备 501, 用于向所述第二网络设备发送报文;
所述第二网络设备 502, 用于从所述报文中获取标识所述报文的报文关键字, 获取所述 报文关键字对应的报文特征值; 根据所述报文特征值, 从端口映射关系列表中获取出端口, 通过所述获取的出端口发送所述报文;
其中, 所述端口映射关系列表包括报文特征值范围与出端口的映射关系。
所述第二网络设备 502还用于判断所述出端口是否在线, 如果不在线, 根据预设的规 则从在线的端口中选择一个作为出端口发送所述报文。
本领域普通技术人员可以理解实现上述实施例的全部或部分步骤可以通过硬件来完 成, 也可以通过程序来指令相关的硬件完成, 所述的程序可以存储于一种计算机可读存储 介质中, 上述提到的存储介质可以是只读存储器, 磁盘或光盘等。
以上所述仅为本发明的较佳实施例, 并不用以限制本发明, 凡在本发明的精神和原则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护范围之内。

Claims

权 利 要 求 书
1、 一种发送报文的方法, 其特征在于, 所述方法包括:
接收报文, 从所述报文中获取用于标识所述报文的报文关键字;
获取所述报文关键字对应的报文特征值;
根据所述报文特征值, 从端口映射关系列表中获取出端口, 所述端口映射关系列表包括 报文特征值范围与出端口的映射关系;
通过所述获取的出端口发送所述报文。
2、根据权利要求 1所述的方法,其特征在于,所述报文关键字包括源媒体访问控制地址, 目的媒体访问控制地址、 源 IP地址、 目的 IP地址、 虚拟局域网标识中的至少一个。
3、 根据权利要求 1或 2所述的方法, 其特征在于, 所述获取所述关键字对应的报文特征 值具体包括:
采用哈希算法对所述报文关键字进行计算, 将计算结果作为所述对应的报文特征值。
4、 根据权利要求 1所述的方法, 其特征在于, 所述根据所述报文特征值, 从端口映射关 系列表中获取出端口, 具体包括:
根据所述报文特征值,从所述端口映射关系列表中查找所述报文特征值所属的区间范围, 获取所述区间范围对应的端口, 将所述对应的端口作为出端口。
5、 根据权利要求 1所述的方法, 其特征在于, 所述方法还包括:
判断所述出端口是否在线;
如果所述出端口不在线时, 根据预设规则从在线的端口中选择一个作为出端口。
6、 一种发送报文的装置, 其特征在于, 包括:
接收模块, 用于接收报文;
报文关键字获取模块, 用于从接收的报文中获取用于标识所述报文的报文关键字; 特征值获取模块, 用于获取所述报文关键字对应的报文特征值;
出端口获取模块, 用于根据所述报文特征值, 从端口映射关系列表中获取出端口, 所述 端口映射关系列表包括报文特征值范围与出端口的映射关系;
发送模块, 用于通过所述获取的出端口发送所述报文。
7、 根据权利要求 6所述的装置, 其特征在于, 所述特征值获取模块具体用于采用哈希算 法对所述报文关键字进行计算, 将计算结果作为所述对应的报文特征值。
8、 根据权利要求 6所述的装置, 其特征在于, 所述出端口获取模块具体用于根据所述报文特征值, 从所述端口映射关系列表中查找所 述报文特征值所属的区间范围, 获取所述区间范围对应的端口, 将所述对应的端口作为出端 π。
9、 根据权利要求 6所述的装置, 其特征在于, 还包括:
判断模块, 用于判断所述出端口是否在线;
所述出端口获取模块, 还用于当所述出端口不在线时, 根据预设规则从在线的端口中选 择一个作为出端口。
10、 一种报文发送系统, 其特征在于, 包括第一网络设备和第二网络设备, 其中, 所述第一网络设备, 用于向所述第二网络设备发送报文;
所述第二网络设备, 用于从所述报文中获取标识所述报文的报文关键字, 获取所述报文 关键字对应的报文特征值; 根据所述报文特征值, 从端口映射关系列表中获取出端口, 通过 所述获取的出端口发送所述报文;
其中, 所述端口映射关系列表包括报文特征值范围与出端口的映射关系。
11、根据权利要求 10所述的系统, 其特征在于, 所述第二网络设备还用于判断所述出端 口是否在线, 如果不在线, 根据预设的规则从在线的端口中选择一个作为出端口发送所述报 文。
PCT/CN2011/083011 2011-11-28 2011-11-28 发送报文的方法、装置和系统 WO2013078579A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201180002491.8A CN102577280B (zh) 2011-11-28 2011-11-28 发送报文的方法、装置和系统
PCT/CN2011/083011 WO2013078579A1 (zh) 2011-11-28 2011-11-28 发送报文的方法、装置和系统

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2011/083011 WO2013078579A1 (zh) 2011-11-28 2011-11-28 发送报文的方法、装置和系统

Publications (1)

Publication Number Publication Date
WO2013078579A1 true WO2013078579A1 (zh) 2013-06-06

Family

ID=46417501

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/083011 WO2013078579A1 (zh) 2011-11-28 2011-11-28 发送报文的方法、装置和系统

Country Status (2)

Country Link
CN (1) CN102577280B (zh)
WO (1) WO2013078579A1 (zh)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103227751A (zh) * 2013-05-14 2013-07-31 盛科网络(苏州)有限公司 提高转发表项空间使用率的方法和装置
CN104618266A (zh) * 2015-02-09 2015-05-13 浪潮集团有限公司 一种多端口间报文转发的方法和装置
CN106027409B (zh) * 2016-05-12 2019-04-30 深圳市恒扬数据股份有限公司 一种交换机负载均衡输出方法和装置
CN113852561B (zh) * 2016-06-22 2024-11-01 华为技术有限公司 一种数据传输方法、装置以及网元
CN106209556B (zh) * 2016-06-29 2020-01-03 新华三技术有限公司 一种地址学习、报文传输的方法及装置
CN106254447B (zh) * 2016-07-29 2019-10-18 北京华为数字技术有限公司 负载均衡方法、bras设备和sdn控制器
CN106341336B (zh) * 2016-08-29 2019-10-25 锐捷网络股份有限公司 一种通过聚合口转发报文的方法和装置
CN106572027A (zh) * 2016-11-10 2017-04-19 郑州云海信息技术有限公司 一种网络数据报文分流方法及装置
CN110049144B (zh) * 2018-01-17 2023-05-23 厦门雅迅网络股份有限公司 一种通过以太网获取网络设备端口的方法及系统
CN109286686B (zh) * 2018-11-23 2021-05-14 盛科网络(苏州)有限公司 基于轮询机制的负载均衡方法
CN112422447B (zh) * 2020-11-13 2022-04-26 新华三技术有限公司合肥分公司 一种成员端口的选择方法及装置

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1553654A (zh) * 2003-05-26 2004-12-08 华为技术有限公司 网络处理器系统端口捆绑中实现流量均担的方法
CN101051939A (zh) * 2006-06-15 2007-10-10 华为技术有限公司 一种实现网络流量负载分担的方法及装置
US20100316053A1 (en) * 2009-06-15 2010-12-16 Fujitsu Limited Address learning method and address learning switch

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101656677B (zh) * 2009-09-18 2011-11-16 杭州迪普科技有限公司 一种报文分流处理方法及装置
CN101964749A (zh) * 2010-09-21 2011-02-02 北京网康科技有限公司 一种基于多核构架的报文转发方法及系统

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1553654A (zh) * 2003-05-26 2004-12-08 华为技术有限公司 网络处理器系统端口捆绑中实现流量均担的方法
CN101051939A (zh) * 2006-06-15 2007-10-10 华为技术有限公司 一种实现网络流量负载分担的方法及装置
US20100316053A1 (en) * 2009-06-15 2010-12-16 Fujitsu Limited Address learning method and address learning switch

Also Published As

Publication number Publication date
CN102577280A (zh) 2012-07-11
CN102577280B (zh) 2014-05-21

Similar Documents

Publication Publication Date Title
WO2013078579A1 (zh) 发送报文的方法、装置和系统
JP7417825B2 (ja) スライスベースルーティング
US9013994B2 (en) Distributed chassis architecture having integrated service appliances
JP6608545B2 (ja) サービストラヒック分配方法及び装置
US9602428B2 (en) Method and apparatus for locality sensitive hash-based load balancing
TWI441476B (zh) 用以安排胖樹網路中之資料封包傳送路由的方法
JP6670109B2 (ja) ネットワーク内のスケーラブルなフロー及び輻輳制御
JP5544429B2 (ja) 複数のデータを処理するための方法および通信パケットをスイッチングするためのスイッチングデバイス
US9929960B1 (en) Systems and methods for routing data through data centers using an indirect generalized hypercube network
US8948193B2 (en) Methods for intelligent NIC bonding and load-balancing
US20150189009A1 (en) Distributed multi-level stateless load balancing
US9059922B2 (en) Network traffic distribution
CN103312607B (zh) 一种传输路径选择方法及装置
CN110290072B (zh) 流量控制方法、装置、网络设备及存储介质
US8953605B1 (en) Methods and apparatus for a handshake protocol in a LAG-based multipath switch fabric for multipath OAM
WO2011095017A1 (zh) 一种实现负荷分担的方法和路由设备
WO2019024759A1 (zh) 一种数据通信方法及数据通信网络
WO2012000349A1 (zh) 一种网络流量分担的方法、装置及系统
US20240179095A1 (en) Method and apparatus for determining hash algorithm information for load balancing, and storage medium
US20240106753A1 (en) Designated forwarder selection for multihomed hosts in an ethernet virtual private network
WO2019084805A1 (zh) 一种分发报文的方法及装置
WO2023226633A1 (zh) 故障处理方法、相关设备和系统
CN111245904A (zh) 一种多网口服务器集群的负载均衡调度系统及方法
JP2013197750A (ja) 中継装置、情報処理システム、中継方法および中継プログラム
WO2013072989A1 (ja) フレーム配送経路選択方法、ネットワークシステムおよびスイッチ

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201180002491.8

Country of ref document: CN

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

Ref document number: 11876666

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11876666

Country of ref document: EP

Kind code of ref document: A1