[go: up one dir, main page]

CN101005437A - Method and system for realizing heap virtual local area network - Google Patents

Method and system for realizing heap virtual local area network Download PDF

Info

Publication number
CN101005437A
CN101005437A CNA2007100729721A CN200710072972A CN101005437A CN 101005437 A CN101005437 A CN 101005437A CN A2007100729721 A CNA2007100729721 A CN A2007100729721A CN 200710072972 A CN200710072972 A CN 200710072972A CN 101005437 A CN101005437 A CN 101005437A
Authority
CN
China
Prior art keywords
cvid
local area
svid
area network
virtual local
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CNA2007100729721A
Other languages
Chinese (zh)
Other versions
CN101005437B (en
Inventor
史玉林
高辉
毛继平
刘兴铨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ZTE Corp filed Critical ZTE Corp
Priority to CN2007100729721A priority Critical patent/CN101005437B/en
Publication of CN101005437A publication Critical patent/CN101005437A/en
Application granted granted Critical
Publication of CN101005437B publication Critical patent/CN101005437B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本发明公开了一种实现堆叠虚拟局域网的方法及系统,包括步骤:a:根据相关的流特征对入端口的数据报文进行分类处理;b:根据上述分类结果对不同的流指定相应的cvid、Tpid。该系统包括:流处理单元、cvid分配单元和配置数据管理单元;所述流处理单元又包括流分类器和svid分配单元。通过本发明方法,可以对untag数据报文添加两层vlan tag,对带有vlan tag的数据报文添加cvid,实现了在不对等的网络层次上利用Q-in-Q隧道进行跨域的数据通讯。

The invention discloses a method and system for realizing a stacked virtual local area network, comprising the steps of: a: classify and process data packets of ingress ports according to relevant flow characteristics; b: designate corresponding cvids for different flows according to the above classification results , Tpid. The system includes: a flow processing unit, a cvid distribution unit and a configuration data management unit; the flow processing unit further includes a flow classifier and a svid distribution unit. Through the method of the present invention, two layers of vlan tags can be added to the untag data message, and cvid can be added to the data message with the vlan tag, so that the Q-in-Q tunnel can be used to carry out cross-domain data at the unequal network level communication.

Description

一种实现堆叠虚拟局域网的方法及系统A method and system for implementing a stacked virtual local area network

技术领域technical field

本发明涉及一种实现Q-in-Q(堆叠虚拟局域网)的方法及系统。The invention relates to a method and system for realizing Q-in-Q (stacking virtual local area network).

背景技术Background technique

目前,Q-in-Q的实现一般是以接入端口数据报文带有vlan tag(虚拟局域网标签)为前提条件,基于对等网络间的通讯。在接入端口没有带有vlan tag的数据报文一般只能封装一层vlan tag,即svid(serviceprovide vlan id,服务商提供的虚拟局域网标签);对于在接入端口带有vlan tag的数据报文一般也是封装一层svid。At present, the realization of Q-in-Q is generally based on the communication between peer-to-peer networks based on the premise that the data packets of the access port have a vlan tag (virtual local area network tag). Datagrams without a vlan tag on the access port can generally only encapsulate one layer of vlan tag, that is, svid (serviceprovide vlan id, virtual local area network label provided by the service provider); for datagrams with a vlan tag on the access port The text is generally encapsulated with a layer of svid.

此Q-in-Q的实现方法,具有以下缺点:The implementation method of this Q-in-Q has the following disadvantages:

a、需要接入端口数据报文带有vlan tag的信息,这样使得接入端必须下挂如switch之类的设备为网络的数据报文规划vlan tag信息,使网络丧失了一定的灵活性;a. The access port data packets are required to have vlan tag information, so that the access terminal must be connected to a device such as a switch to plan vlan tag information for the data packets of the network, which makes the network lose certain flexibility;

b、若接入端口数据报文带有vlan tag的信息,则不能将所带的vlantag作为svid的同时添加cvid(客户端的虚拟局域网标签),使得网络丧失了一定的灵活性;b. If the access port data message has vlan tag information, then the vlantag cannot be used as svid while adding cvid (the virtual local area network tag of the client), which makes the network lose certain flexibility;

c、互相通讯间的双方需要对等的网络层次。如图1所示,域1中的pc1若想和域2中的pc1通讯,则在网络层次上域1的pc1和域2的pc1必须在Level three上进行通讯。c. The two parties in the mutual communication need peer-to-peer network level. As shown in Figure 1, if PC1 in domain 1 wants to communicate with PC1 in domain 2, PC1 in domain 1 and PC1 in domain 2 must communicate on Level three at the network level.

发明内容Contents of the invention

本发明所要解决的技术问题是提供一种实现Q-in-Q的方法及系统,解决现有Q-in-Q实现方式中无法对接入端入口untag(无虚拟局域网标签)的数据报文进行Q-in-Q(报文中含有svid、cvid)隧道转发的缺陷,以及在接入端口数据报文带vlan tag的条件下不能添加cvid的问题。The technical problem to be solved by the present invention is to provide a method and system for realizing Q-in-Q, so as to solve the data message that cannot be untag (no virtual local area network label) at the entrance of the access terminal in the existing Q-in-Q implementation mode The defect of performing Q-in-Q (the message contains svid, cvid) tunnel forwarding, and the problem that cvid cannot be added under the condition that the data message of the access port has a vlan tag.

为解决上述技术问题,本发明是通过以下技术方案实现的:In order to solve the problems of the technologies described above, the present invention is achieved through the following technical solutions:

一种实现堆叠虚拟局域网的方法,包括步骤:A method for realizing a stacked virtual local area network, comprising the steps of:

a:根据相关的流特征对入端口的数据报文进行分类处理;a: Classify and process the data packets of the ingress port according to the relevant flow characteristics;

b:根据上述分类结果对不同的流指定相应的cvid、Tpid(标签协议标识)。b: Assign corresponding cvid and Tpid (label protocol identifier) to different streams according to the above classification results.

其中,所述步骤a包括步骤:Wherein, said step a comprises the steps of:

a1:根据用户配置的流特征对数据报文进行分类;a1: Classify data packets according to the flow characteristics configured by the user;

a2:给每个特征流打上流特征ID,同时根据结果给不同的流分配相应的svid。a2: Add a stream feature ID to each feature stream, and assign corresponding svids to different streams according to the results.

其中,所述步骤a2中,若接入端口数据带有vlan tag,并且在组网时把该vlan tag作为svid,则可不重新分配svid,也可分配一个新的svid替换原来的vlan tag。Wherein, in the step a2, if the access port data has a vlan tag, and the vlan tag is used as the svid during networking, the svid may not be redistributed, and a new svid may be assigned to replace the original vlan tag.

其中,所述步骤b之后还包括:在出口处,建两张表,一张以入口的端口号为索引,其中有关键位add_inner_tag,用于指示加cvid,若add_inner_tag被置上,则按照进入的流ID索引其对应的cvid;另一张以出口的端口号为索引,其中有关键位remove_inner_tag,用于删除cvid,若remove_inner_tag被置上,则将数据报文带的cvid删除。Wherein, after the step b, it also includes: at the exit, build two tables, one is indexed by the port number of the entrance, and there is a key bit add_inner_tag in it, which is used to indicate adding cvid. If add_inner_tag is set, then follow the entry The flow ID index of the corresponding cvid; the other one is indexed by the port number of the exit, which contains the key bit remove_inner_tag, which is used to delete the cvid. If the remove_inner_tag is set, the cvid carried in the data packet will be deleted.

一种实现堆叠虚拟局域网的系统,包括:流处理单元、cvid分配单元和配置数据管理单元;所述流处理单元作用为将接入端的数据报文进行分类,所述cvid分配单元的作用为根据流处理单元的分类结果在出口处给不同的流指定相应的cvid,所述配置数据管理单元的作用为对配置的数据进行管理。A system for realizing a stacked virtual local area network, comprising: a flow processing unit, a cvid distribution unit and a configuration data management unit; The classification result of the stream processing unit assigns corresponding cvids to different streams at the exit, and the function of the configuration data management unit is to manage the configured data.

其中,所述流处理单元包括流分类器和svid分配单元;所述流分类器的作用为根据一定的特征对流进行分类,所述svid分配单元的作用是根据流分类的结果对不同的流指定相应的svid。Wherein, the stream processing unit includes a stream classifier and a svid allocation unit; the role of the stream classifier is to classify streams according to certain characteristics, and the role of the svid allocation unit is to assign different streams according to the result of stream classification The corresponding svid.

本发明具有如下有益效果:The present invention has following beneficial effect:

a、在现有的组网环境下,可以对接入网vlan tag为untag的数据报文同时增加双层tag的功能,提升了接入端的网络层次,而且在接入端口数据报文带有vlan tag的情况下,可以将所带的vlan tag作为svid或者用新的svid替换数据报文的vlan tag的同时添加cvid;a. In the existing networking environment, the function of double-layer tag can be added to the data message with the vlan tag of the access network as untag at the same time, which improves the network level of the access end, and the data message of the access port has In the case of vlan tag, you can use the vlan tag as svid or replace the vlan tag of the data packet with a new svid and add cvid at the same time;

b、实现了在不对等的网络层次上利用Q-in-Q隧道进行跨域的数据通讯,提高了网络规划的灵活性,对于目前已经定性的网络添加新的网络业务在纵向成为可操作;b. Realized the use of Q-in-Q tunnels for cross-domain data communication at the unequal network level, improved the flexibility of network planning, and added new network services to the current qualitative network and became operational in the vertical direction;

c、由于本发明不增加任何硬件成本,软件成本增加很少,因而较大的提高了网络的可扩展性、易维护性、易规划性。c. Since the present invention does not increase any hardware cost and the software cost increases little, the expansibility, ease of maintenance, and ease of planning of the network are greatly improved.

附图说明Description of drawings

图1为现有技术中Q-in-Q实现的网络层次示意图;FIG. 1 is a schematic diagram of a network level realized by Q-in-Q in the prior art;

图2为采用本发明后,Q-in-Q可以实现的网络层次示意图;Fig. 2 is a schematic diagram of the network hierarchy that can be realized by Q-in-Q after adopting the present invention;

图3为本发明的模块组成图;Fig. 3 is a module composition diagram of the present invention;

图4为本发明中VLAN分类、标签映射模块流程图;Fig. 4 is VLAN classification, label mapping module flowchart in the present invention;

图5为本发明实施例一的组网示例图;FIG. 5 is a diagram illustrating a networking example of Embodiment 1 of the present invention;

图6为本发明实施例二的组网示例图。FIG. 6 is a diagram of a networking example of Embodiment 2 of the present invention.

具体实施方式Detailed ways

如图3所示,本发明主要有如下模块单元组成:流处理单元、cvid分配单元和配置数据管理单元。流处理单元又包括流分类器和svid分配单元,流分类器是用于根据一定的特征对流进行分类处理,svid分配单元用于根据流分类的结果对不同的流指定相应的svid;cvid分配单元是根据入口流分类器的结果在出口给不同的流指定相应的cvid;配置数据管理单元用于提供人机界面,对配置的数据进行管理,可以配置是否要对接入端口untag的数据报文加双vlan tag及相关数据等。As shown in Fig. 3, the present invention mainly consists of the following module units: stream processing unit, cvid distribution unit and configuration data management unit. The stream processing unit also includes a stream classifier and a svid allocation unit. The stream classifier is used to classify streams according to certain characteristics, and the svid allocation unit is used to assign corresponding svids to different streams according to the results of stream classification; the cvid allocation unit According to the result of the ingress flow classifier, the corresponding cvid is assigned to different flows at the exit; the configuration data management unit is used to provide a man-machine interface, manage the configured data, and can configure whether to untag the data packets of the access port Add double vlan tag and related data, etc.

如图4所示,本发明VLAN分类、标签映射模块主要工作流程包括两个部分,如图4-1入侧流程图和图4-2出口流程图。在入侧流程中,当数据报文进入接入端时,利用ACL(访问控制列表)的流分类功能根据用户配置的流特征进行分类,并给每个特征流打上流特征ID,同时根据结果给流分配不同的svid(由s-pri(服务端802.1q)、s-cfi(服务端规则格式指示符)、s-vid(服务端虚拟局域网ID)三部分组成),若接入端口数据带有vlan tag的信息,并且在组网时把带入的vlan tag作为svid,此时可以不重新分配svid,也可以分配一个新的svid替换掉原来的vlantag;然后进入L2、L3进行学习、转发。在出口流程中,在出口处,建两张表,一张以入口的端口号为索引,其中有关键位add_inner_tag,add_inner_tag用于指示加cvid,若add_inner_tag被置上,则按照进入的流ID索引其对应的cvid(由c-pri(客户端802.1q)、c-cfi(客户端规则格式指示符)、c-vid(客户端虚拟局域网ID)三部分组成)。一张以出口的端口号为索引,其中有关键位remove_inner_tag用于删除cvid,若remove_inner_tag被置上,则会将数据报文带的cvid删除。As shown in Fig. 4, the main working process of the VLAN classification and label mapping module of the present invention includes two parts, as shown in Fig. 4-1, the ingress flow chart and Fig. 4-2, the egress flow chart. In the inbound process, when the data packet enters the access terminal, the flow classification function of ACL (Access Control List) is used to classify the flow characteristics configured by the user, and a flow characteristic ID is assigned to each characteristic flow, and at the same time according to the result Assign different svids to streams (composed of s-pri (server 802.1q), s-cfi (server rule format indicator), s-vid (server virtual LAN ID)), if the access port data With vlan tag information, and the imported vlan tag is used as svid during networking, at this time, svid may not be redistributed, or a new svid may be assigned to replace the original vlantag; then enter L2, L3 for learning, Forward. In the export process, at the exit, build two tables, one is indexed by the port number of the entrance, and there is a key bit add_inner_tag, which is used to indicate the addition of cvid, and if add_inner_tag is set, index according to the incoming stream ID Its corresponding cvid (composed of three parts: c-pri (client 802.1q), c-cfi (client rule format indicator), c-vid (client virtual LAN ID)). One is indexed by the port number of the exit, and the key bit remove_inner_tag is used to delete cvid. If remove_inner_tag is set, the cvid carried in the data packet will be deleted.

下面结合附图和具体实施例对本发明作进一步详细的描述:Below in conjunction with accompanying drawing and specific embodiment the present invention is described in further detail:

实施例一:在目前广泛使用的Q-in-Q组网环境下,一般的cvid是先前已经规划好的,随着业务种类的不断丰富,对各种业务的重新规划存在可能性。但是原来规划的vlan网络已经很大,动毫发伤全身,则可能需要将原来的vlan全部终结掉。然后根据需求将业务作为重新划分vlan。Embodiment 1: In the currently widely used Q-in-Q networking environment, the general cvid has been planned before, and with the continuous enrichment of business types, there is the possibility of re-planning various services. However, the originally planned vlan network is already very large, and it may be necessary to terminate all the original vlans if it hurts the whole body. Then use the business as a reclassified vlan according to the needs.

在本实施例中,运用本发明的方法和系统进行配置管理,先将接入的业务所有带有的vlan终结,然后根据本发明中的流分类器对流进行分类并根据要求重新划分在Q-in-Q网络上的vlan规划。In this embodiment, use the method and system of the present invention to carry out configuration management, first terminate all the vlans attached to the accessed business, and then classify the flow according to the flow classifier in the present invention and re-classify it in the Q- VLAN planning on the in-Q network.

如图5所示,接入端口的数据报文网络的要求,利用ACL流分类器将流重新进行分类,产生数据特征流1,数据特征流2,...,数据特征流n。然后将不同的特征流添加或替换指定的svid,按照svid进行L2、L3学习转发;然后进行QoS策略(如数据流限速、拒绝转发、流量整形、制定不同的服务级别等);最后在出端口根据特征流添加指定的cvid。这样新的规划的数据流可以在Q-in-Q网络上进行运行。As shown in Fig. 5, according to the requirements of the data packet network of the access port, the ACL flow classifier is used to reclassify the flow to generate data characteristic flow 1, data characteristic flow 2, ..., data characteristic flow n. Then add or replace the specified svid with different characteristic flows, and carry out L2 and L3 learning and forwarding according to svid; The port adds the specified cvid based on the characteristic flow. In this way, the newly planned data flow can be operated on the Q-in-Q network.

实施例二:目前在企业网络中,需要对于不同的权限的人查看企业资源也是不同的,一般的实现方法是设定一定的ac1,针对不同的ip地址来区分允许或拒绝享有某些服务。这样的规划当增加用户的时候需要对相关设备进行更新设置,存在一定的误设置风险,并且ac1的硬件资源有限,对于较大的网络ac1这种实现方案存在缺陷。Embodiment 2: At present, in an enterprise network, people with different permissions need to view enterprise resources differently. The general implementation method is to set a certain ac1 to distinguish between allowing or denying certain services for different ip addresses. Such a plan needs to update the settings of related devices when adding users, and there is a certain risk of misconfiguration, and the hardware resources of ac1 are limited. For a larger network, this implementation of ac1 has defects.

在本实施例中,采用本发明可以在服务器对源数据进行分配cvid,以cvid区分不同的权限,这样一旦网络规划好了,只要将相关用户划分到不同的vlan就可以了。简化了网络规划、并使得维护易操作性。In this embodiment, the present invention can be used to assign cvid to the source data on the server, and to distinguish different permissions by cvid, so that once the network is planned, it is enough to divide the relevant users into different vlans. Simplifies network planning and makes maintenance easy.

如图6所示,在和服务器的接入端将数据流利用ac1分流器重新分类,产生财务数据流,人事数据流,......,其他数据流。然后对不同的特征流添加指定的svid,按照svid进行L2、L3学习转发;然后进行QoS策略;最后在出端口根据特征流添加指定的cvid。以cvid精确定位使用权限的一个集体,以svid定位一个较大范围的集体。这样以后若添加新的pc,只需要将其划入原先规定的cvid就可以了。As shown in Figure 6, the data flow is reclassified by the ac1 splitter at the access end of the server to generate financial data flow, personnel data flow, . . . , other data flows. Then add the specified svid to different feature flows, and perform L2 and L3 learning and forwarding according to svid; then implement QoS policy; finally add the specified cvid on the outbound port according to the feature flow. Use cvid to precisely locate a group of usage rights, and use svid to locate a group with a larger range. In this way, if a new PC is added in the future, it only needs to be assigned to the originally specified cvid.

利用本发明后使得在现有的Q-in-Q网络下不对等的Q-in-Q实现成为现实,如图2所示,域1的pc1和域2的pc2跨域通讯可以在不同的层次上进行通讯,域1的pc1可以在Level two上和域2在Level three上的pc1进行通讯;而且对于企业网络中的区分不同访问资源权限的划分给出了一种全新的规划理念,拓展了网络规划的灵活性,易操作性。Utilization of the present invention makes the unequal Q-in-Q realization under the existing Q-in-Q network a reality, as shown in Figure 2, the cross-domain communication between pc1 in domain 1 and pc2 in domain 2 can Communicate at the level, pc1 in domain 1 can communicate with pc1 in domain 2 on level three; and a new planning concept is given for the division of different access resource permissions in the enterprise network, expanding It improves the flexibility of network planning and ease of operation.

Claims (6)

1, a kind of method that realizes heap virtual local area network is characterized in that, comprises step:
A: according to relevant stream feature to the processing of classifying of the data message of inbound port;
B: virtual local area network tags cvid, the tag protocol identifier of homogeneous turbulence not being specified corresponding client according to above-mentioned classification results.
2, realize the method for heap virtual local area network according to claim 1, it is characterized in that described step a comprises step:
A1: the data message is classified according to user configured stream feature;
A2: stamp the stream characteristic ID for each feature stream, give the different corresponding svid of flow distribution according to the result simultaneously.
3, as the method for realization heap virtual local area network as described in the claim 2, it is characterized in that, among the described step a2, if the access interface data have the information vlan tag of virtual local area network tags, and when networking this vlan tag as svid, then can not redistribute svid, also can distribute a new svid to replace original vlan tag.
4, realize the method for heap virtual local area network according to claim 1, it is characterized in that, also comprise after the described step b: in the exit, build two tables, port numbers with inlet is an index, and crucial position add_inner_tag is wherein arranged, and is used for indication and adds cvid, if add_inner_tag is put, then according to its corresponding cvid of stream ID index that enters; Another port numbers with outlet is an index, and crucial position remove_inner_tag is wherein arranged, and is used to delete cvid, if remove_inner_tag is put, then the cvid with the data message band deletes.
5, a kind of system that realizes heap virtual local area network is characterized in that, comprising: stream processing unit, cvid allocation units and configuration data management unit; Described stream processing unit act as the processing of classifying of the data message of incoming end, the classification results according to stream processing unit of acting as of described cvid allocation units specifies corresponding cvid in the exit not homogeneous turbulence, and the data that act as configuration of described configuration data management unit manage.
6, as the system of realization heap virtual local area network as described in the claim 5, it is characterized in that described stream processing unit comprises flow classifier and svid allocation units; The convection current that act as according to user configured stream feature of described flow classifier is classified, and the effect of described svid allocation units is according to the result of traffic classification homogeneous turbulence not to be specified corresponding svid.
CN2007100729721A 2007-01-16 2007-01-16 Method and system for realizing heap virtual local area network Expired - Fee Related CN101005437B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2007100729721A CN101005437B (en) 2007-01-16 2007-01-16 Method and system for realizing heap virtual local area network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2007100729721A CN101005437B (en) 2007-01-16 2007-01-16 Method and system for realizing heap virtual local area network

Publications (2)

Publication Number Publication Date
CN101005437A true CN101005437A (en) 2007-07-25
CN101005437B CN101005437B (en) 2011-04-20

Family

ID=38704312

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2007100729721A Expired - Fee Related CN101005437B (en) 2007-01-16 2007-01-16 Method and system for realizing heap virtual local area network

Country Status (1)

Country Link
CN (1) CN101005437B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009030173A1 (en) * 2007-09-03 2009-03-12 Huawei Technologies Co., Ltd. Processing method and device for qinq termination configuration
WO2009056039A1 (en) * 2007-10-22 2009-05-07 Huawei Technologies Co., Ltd. A METHOD AND DEVICE FOR REALIZING AUTOMATICAL DISTRIBUTION OF QinQ BUSINESS LABEL TERMINAL TO TERMINAL
CN101340347B (en) * 2008-08-19 2011-04-13 杭州华三通信技术有限公司 Method and system for transmitting audio data stream
CN104702504A (en) * 2010-10-19 2015-06-10 日本电气株式会社 Communication system, control apparatus, configuration method for processing rules, and program
CN107547338A (en) * 2017-05-31 2018-01-05 新华三技术有限公司 A kind of message forwarding method and device
CN108092907A (en) * 2017-12-20 2018-05-29 迈普通信技术股份有限公司 Message forwarding method, routing pile system and router
CN108259298A (en) * 2017-05-31 2018-07-06 新华三技术有限公司 A kind of message forwarding method and device
CN108304860A (en) * 2018-01-04 2018-07-20 南京大学 A kind of efficient grader stacking frame towards multi-modal fusion application of pattern recognition
US11102115B2 (en) 2017-05-31 2021-08-24 New H3C Technologies Co., Ltd. Forwarding packet
US11108594B2 (en) 2017-05-31 2021-08-31 New H3C Technologies Co., Ltd. Implementing three-layer communication

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100505746C (en) * 2004-02-07 2009-06-24 华为技术有限公司 Method for implement virtual leased line
CN1838627B (en) * 2005-03-22 2010-04-28 杭州华三通信技术有限公司 A Method for Realizing QinQ Access
CN100414931C (en) * 2005-07-15 2008-08-27 华为技术有限公司 Method and system for realizing service forwarding in virtual switching system
CN100442777C (en) * 2005-12-30 2008-12-10 华为技术有限公司 Quality of Service Management Method Based on Virtual Local Area Network Stacking

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009030173A1 (en) * 2007-09-03 2009-03-12 Huawei Technologies Co., Ltd. Processing method and device for qinq termination configuration
WO2009056039A1 (en) * 2007-10-22 2009-05-07 Huawei Technologies Co., Ltd. A METHOD AND DEVICE FOR REALIZING AUTOMATICAL DISTRIBUTION OF QinQ BUSINESS LABEL TERMINAL TO TERMINAL
CN101340347B (en) * 2008-08-19 2011-04-13 杭州华三通信技术有限公司 Method and system for transmitting audio data stream
CN104702504A (en) * 2010-10-19 2015-06-10 日本电气株式会社 Communication system, control apparatus, configuration method for processing rules, and program
US10075371B2 (en) 2010-10-19 2018-09-11 Nec Corporation Communication system, control apparatus, packet handling operation setting method, and program
CN108259298A (en) * 2017-05-31 2018-07-06 新华三技术有限公司 A kind of message forwarding method and device
CN107547338A (en) * 2017-05-31 2018-01-05 新华三技术有限公司 A kind of message forwarding method and device
CN107547338B (en) * 2017-05-31 2020-12-29 新华三技术有限公司 Message forwarding method and device
US11102115B2 (en) 2017-05-31 2021-08-24 New H3C Technologies Co., Ltd. Forwarding packet
US11108594B2 (en) 2017-05-31 2021-08-31 New H3C Technologies Co., Ltd. Implementing three-layer communication
US11283645B2 (en) 2017-05-31 2022-03-22 New H3C Technologies Co., Ltd. Forwarding packet
CN108092907A (en) * 2017-12-20 2018-05-29 迈普通信技术股份有限公司 Message forwarding method, routing pile system and router
CN108304860A (en) * 2018-01-04 2018-07-20 南京大学 A kind of efficient grader stacking frame towards multi-modal fusion application of pattern recognition
CN108304860B (en) * 2018-01-04 2022-03-18 南京大学 Efficient classifier stacking framework for multi-mode fusion mode recognition application

Also Published As

Publication number Publication date
CN101005437B (en) 2011-04-20

Similar Documents

Publication Publication Date Title
CN101005437B (en) Method and system for realizing heap virtual local area network
US8599850B2 (en) Provisioning single or multistage networks using ethernet service instances (ESIs)
US8201168B2 (en) Virtual input-output connections for machine virtualization
US9294351B2 (en) Dynamic policy based interface configuration for virtualized environments
CN107959654B (en) A data transmission method, device and hybrid cloud system
CN107925589B (en) Method and medium for processing remote device data messages entering a logical overlay network
US6892309B2 (en) Controlling usage of network resources by a user at the user's entry point to a communications network based on an identity of the user
US20070253432A1 (en) Network device providing access to both layer 2 and layer 3 services on a single physical interface
US8442041B2 (en) Virtual service domains
EP2636189B1 (en) Content based vlan classification and framework for ethernet network to support content based bridging
US20030152035A1 (en) Creating, modifying and storing service abstractions and role abstractions representing one or more packet rules
CN103475559B (en) Method and system for processing and transmitting message according to contents of message
WO2015196961A1 (en) Device, system and method for providing quality of service (qos) for service packet
CN112956158A (en) Structured data plane monitoring
CN102377645B (en) Exchange chip and realization method thereof
CN100454890C (en) Data Exchange Method Based on Virtual Local Area Network
Odi et al. The proposed roles of VLAN and inter-VLAN routing in effective distribution of network services in Ebonyi State University
US10171344B1 (en) Isolation of endpoints within an endpoint group
CN100518138C (en) Method for realizing virtual special network
CN100413260C (en) Configuration method of virtual local area network identification in virtual local area network slave node
CN102006336B (en) Allocation method and device of Internet protocol version 6 (IPv6) address prefixes
CN105592089A (en) Tenant security isolation method under cloud computing
WO2017017971A1 (en) Data center linking system and method therefor
CN115150269B (en) Network configuration method, device and medium for cloud platform
US20260039579A1 (en) Network segmentation in multi-site computer networks

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20110420

Termination date: 20170116

CF01 Termination of patent right due to non-payment of annual fee