CN1254051C - User's data service sub speed delivering method in metropolitan area network transmission equipment - Google Patents
User's data service sub speed delivering method in metropolitan area network transmission equipment Download PDFInfo
- Publication number
- CN1254051C CN1254051C CN 02147438 CN02147438A CN1254051C CN 1254051 C CN1254051 C CN 1254051C CN 02147438 CN02147438 CN 02147438 CN 02147438 A CN02147438 A CN 02147438A CN 1254051 C CN1254051 C CN 1254051C
- Authority
- CN
- China
- Prior art keywords
- data frame
- user data
- nested
- label
- user
- 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.)
- Expired - Lifetime
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/28—Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
- H04L12/46—Interconnection of networks
- H04L12/4641—Virtual LANs, VLANs, e.g. virtual private networks [VPN]
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
本发明公开了一种利用含有嵌套标签的自定义数据帧在城域网中进行用户数据业务子速率传送的方法,其步骤为将转发表项下发给各传输设备;传输设备接收到用户的数据帧;依据业务需求在接收到的用户数据帧中嵌套入嵌套标签(Tag)以形成一个自定义数据帧,并发送此数据帧;远端传输设备接收到带有所述嵌套标签的自定义数据帧;远端传输设备利用所述自定义数据帧中的所述嵌套标签查找转发表项、删除此嵌套标签并根据转发表项将用户数据帧发送给用户。上述方法可以通过增加支持的用户数据业务以降低成本。另外,由于在嵌套入标签之后,用户数据帧中的VLAN ID可以不全网唯一,使用户数据的安全隔离得到了简化。
The invention discloses a method for transmitting user data services at a sub-rate in a metropolitan area network by using a self-defined data frame containing nested labels. data frame; according to business requirements, nest tags (Tag) are embedded in the received user data frame to form a custom data frame, and send this data frame; the remote transmission device receives the tag with the nested The custom data frame of the label; the remote transmission device uses the nested label in the custom data frame to find the forwarding entry, deletes the nested label, and sends the user data frame to the user according to the forwarding entry. The above method can reduce costs by increasing supported user data services. In addition, after the tag is embedded, the VLAN ID in the user data frame may not be unique across the network, which simplifies the security isolation of user data.
Description
发明领域field of invention
本发明涉及一种通信传输领域,特别涉及城域网传输设备中用户数据业务的传送方法。The invention relates to the field of communication transmission, in particular to a method for transmitting user data services in metropolitan area network transmission equipment.
背景技术Background technique
在城域传输设备中,用户对带宽的租用主要是根据SDH(同步数字体系)的速率,即城域传输设备通道侧VC-TRUNK(虚拟通道)带宽的粒度而定。也就是说,在城域网设备中,用户租用的带宽只能是VC-12,VC-3,VC-4等级别,VC-TRUNCK带宽粒度的最小级(VC-12)为2.048Mbps,当用户租用的带宽不足2.048Mbps或其倍数并且用户独自占用了此VC-TRUNCK带宽时,就会造成城域传输网带宽的浪费。为了使城域传输网的带宽得到有效利用,目前主要采用的是用户数据业务子速率传送技术。如图1所示,来自不同端口携带相同或不同VLAN ID1和VLAN ID2(虚拟局域网标识)的以太数据报文(也称为数据帧)通过同一个VC-TRUNCK传送数据报文,在终端设备中再把数据分离出来。In metro transmission equipment, users rent bandwidth mainly based on the rate of SDH (Synchronous Digital Hierarchy), that is, the granularity of VC-TRUNK (virtual channel) bandwidth on the channel side of metro transmission equipment. That is to say, in the MAN equipment, the bandwidth leased by users can only be VC-12, VC-3, VC-4 and other levels, and the minimum level of VC-TRUNCK bandwidth granularity (VC-12) is 2.048Mbps. When the bandwidth rented by the user is less than 2.048Mbps or its multiple and the user occupies the VC-TRUNCK bandwidth alone, it will cause waste of the bandwidth of the metro transmission network. In order to make effective use of the bandwidth of the metro transmission network, the sub-rate transmission technology for user data services is mainly used at present. As shown in Figure 1, Ethernet data packets (also called data frames) carrying the same or different VLAN ID1 and VLAN ID2 (virtual local area network identification) from different ports transmit data packets through the same VC-TRUNCK, and in the terminal device Then separate the data.
目前,已有的用户数据业务子速率传送技术方案直接采用IEEE 802.1P/Q标准,即,将城域网划分成多个VLAN(虚拟局域网),为每个企业分配一个或多个VLAN,VLAN之间不能互访。这样,在同一个VC-TRUNCK中的数据报文可以通过全网唯一的VLAN ID来识别,从而实现“端口+VLAN”查表转发。同时,利用802.1P标准定义的优先级,可以为VLAN分配不同的优先级,从而在一定程度上实现QoS(服务质量)特性。图2示出了一个IEEE 802.1Q支持的带有VLAN ID的以太网数据帧格式。该数据帧由目标地址字段、源地址字段、802.1Q首标字段、长度/类型字段、数据字段以及校验字段组成,其中,802.1Q首标字段由TPID(标签协议标识符)和TCI(标签控制信息)组成,它们合在一起被称为VLAN Tag(虚拟局域网标签)。从图2中可以看出,802.1Q定义的VLAN ID只有12位,因此在城域网上最多只能支持4096(212)个VLAN。随着城域网规模的增大,4096个VLAN已经不能满足业务的需求。另外,由于所有企业内部的VLANID的划分都必须在整个城域网中进行统一规划,因而操作起来十分复杂。At present, the existing sub-rate transmission technology solutions for user data services directly adopt the IEEE 802.1P/Q standard, that is, divide the metropolitan area network into multiple VLANs (virtual local area networks), and assign one or more VLANs to each enterprise. cannot communicate with each other. In this way, the data packets in the same VC-TRUNCK can be identified by the unique VLAN ID of the entire network, thereby realizing "port + VLAN" table lookup and forwarding. At the same time, using the priority defined by the 802.1P standard, different priorities can be assigned to VLANs, thereby realizing QoS (Quality of Service) features to a certain extent. Figure 2 shows an Ethernet data frame format supported by IEEE 802.1Q with a VLAN ID. The data frame is composed of a destination address field, a source address field, an 802.1Q header field, a length/type field, a data field, and a check field, wherein the 802.1Q header field consists of TPID (Tag Protocol Identifier) and TCI (Tag control information), they are collectively called VLAN Tag (virtual local area network tag). It can be seen from Fig. 2 that the VLAN ID defined by 802.1Q has only 12 bits, so the MAN can only support 4096 (2 12 ) VLANs at most. With the increase of the scale of the metropolitan area network, 4096 VLANs can no longer meet the needs of the business. In addition, since the division of VLANIDs within all enterprises must be planned uniformly in the entire MAN, the operation is very complicated.
发明内容Contents of the invention
本发明的一个目的是通过突破IEEE 802.1Q所规定的VLAN ID的缺乏问题而带来的局域网组网限制问题,以低成本实现大规模VLAN的端到端互联。本发明的另一个目的是解决由于所有企业内部的VLAN ID的划分都必须在整个城域网中进行统一规划而带来的麻烦。One purpose of the present invention is to achieve end-to-end interconnection of large-scale VLANs at low cost by breaking through the limitation of LAN networking caused by the lack of VLAN IDs stipulated by IEEE 802.1Q. Another object of the present invention is to solve the troubles caused by the division of all internal VLAN IDs that must be planned uniformly in the entire metropolitan area network.
为了实现上述目的,本发明提供了一种利用自定义数据帧在城域网中进行用户数据业务子速率传送的方法,该方法包括以下步骤:a)通过对各传输设备进行配置以形成转发表项;b)传输设备接收到用户的数据帧;c)依据业务需求在接收到的用户数据帧中嵌套入嵌套标签(Tag)以形成一个自定义数据帧,并发送此数据帧;d)远端传输设备接收到带有所述嵌套标签的自定义数据帧;e)远端传输设备利用所述自定义数据帧中的所述嵌套标签查找转发表项、删除此嵌套标签并根据转发表项将用户数据帧发送给用户。In order to achieve the above object, the present invention provides a method for transmitting user data services at a sub-rate in a metropolitan area network by using a self-defined data frame, the method comprising the following steps: a) forming a forwarding table by configuring each transmission device item; b) the transmission device receives the user's data frame; c) nests a nested tag (Tag) in the received user data frame according to business requirements to form a custom data frame, and sends the data frame; d ) The remote transmission device receives the custom data frame with the nested label; e) The remote transmission device uses the nested label in the custom data frame to find forwarding entries and deletes the nested label And send the user data frame to the user according to the forwarding table entry.
通过利用在用户数据帧中嵌套的标签来查找转发通道,就可以突破现有技术方案的4096的限制,从而通过增加支持的用户数据业务以降低成本。另外,由于在嵌套入标签之后,用户数据帧中的VLAN ID可以不全网唯一,从而使用户数据的安全隔离得到了简化。By using the label nested in the user data frame to find the forwarding channel, the limitation of 4096 in the prior art solution can be broken, so as to reduce the cost by increasing the supported user data services. In addition, since the VLAN ID in the user data frame may not be unique across the network after the tag is embedded, the security isolation of user data is simplified.
附图说明Description of drawings
以下将结合多个实施例并参考附图对本发明进行更加详细的说明。The present invention will be described in more detail below in conjunction with multiple embodiments and with reference to the accompanying drawings.
图1是城域网传输设备接收和发送用户数据帧的示意图;Fig. 1 is the schematic diagram that the metropolitan area network transmission equipment receives and sends the user data frame;
图2是IEEE 802.1Q支持的带有VLAN ID的以太网帧格式;Fig. 2 is the Ethernet frame format with VLAN ID supported by IEEE 802.1Q;
图3是本发明总体技术方案的流程示意图;Fig. 3 is a schematic flow sheet of the general technical solution of the present invention;
图4是根据本发明第一实施例所述的标签嵌套方式;Fig. 4 is a label nesting method according to the first embodiment of the present invention;
图5是根据本发明第二实施例所述的标签嵌套方式;Fig. 5 is a tag nesting method according to the second embodiment of the present invention;
图6是根据本发明第三实施例所述的标签嵌套方式。Fig. 6 is a label nesting manner according to the third embodiment of the present invention.
具体实施方式Detailed ways
图3是根据本发明所述用户数据业务子速率传送方法的总体流程框图。如图3所示,在步骤1中,各传输设备收到转发表项,此转发表项可在当传输设备间有多个用户数据帧通过虚拟通道时由网络管理员配置并下发,也可在用户租用线路时就由网络管理员配置下发到各传输设备中。在步骤2中,传输设备通过千兆以太网或百兆以太网(GE/FE)端口接收到用户数据帧。接下来,步骤3中,传输设备依据业务的需求,通过硬件、软件或硬件与软件结合的方式在用户数据帧中嵌套入嵌套标签(Tag),从而形成一个自定义数据帧,并通过虚拟通道将此自定义数据帧发送至远端传输设备。在步骤4中,远端传输设备通过其GE/FE端口接收到上述自定义数据帧。最后,在步骤5中,在接收到上述带有嵌套标签的自定义数据帧之后,远端传输设备从该自定义数据帧中提取出嵌套标签,并且利用提取出来的嵌套标签查找转发表项,然后删除嵌套标签并根据转发表项将数据帧转发给用户。Fig. 3 is a general flow diagram of the method for transmitting user data services at a sub-rate according to the present invention. As shown in Figure 3, in
从以上内容中可以看出,本发明的目的是通过在用户数据帧中嵌套入标签以形成一个新的自定义数据帧而得以实现的。对所属领域的技术人员来说,在用户数据帧中嵌套标签可以采用多种已知的方式。本发明所要解决的技术问题是利用现有的在数据帧中嵌套标签的方法,根据在用户数据帧中标签嵌套位置的不同,以及标签的局域性和全局性概念,本发明给出了以下几种实现方案。It can be seen from the above that the object of the present invention is achieved by nesting tags in the user data frame to form a new custom data frame. For those skilled in the art, multiple known ways can be used to nest tags in the user data frame. The technical problem to be solved by the present invention is to use the existing method of nesting tags in data frames, according to the different nesting positions of tags in user data frames, and the concept of locality and globality of tags, the present invention provides The following implementations are provided.
第一实施例:在用户数据帧的802.1Q的前面嵌套一个标签,标签使用局部变量The first embodiment: Nest a label in front of the 802.1Q of the user data frame, and the label uses a local variable
如图4所示,第一实施例中采用了VLAN嵌套技术,即,在802.1Q数据帧的VLAN Tag(即,图2中的802.1Q标签首标)之前再添加一个与802.1Q定义相同的VLAN Tag。这样,在实现用户业务子速率传送时,当数据帧带有相同的802.1Q的VLAN ID时,可以通过嵌套的VLAN ID来识别它。在采用图4所示标签嵌套方式的情况下,其处理流程如下:1)在两个传输设备间有多个用户数据帧通过一个虚拟通道时,由网络管理员配置嵌套VLAN ID数据区来区分不同的用户数据业务,并下发转发表项到两个传输设备中。2)城域网传输设备接收到用户的802.1Q VLAN帧。3)当有用户数据业务子速率传送时,城域网传输设备添加嵌套的VLAN Tag。4)远端的城域网传输设备接收到带有嵌套VLAN Tag的数据帧。5)有用户业务子速率传送时,远端的城域网传输设备删除嵌套的VLAN Tag并将根据转发表项将802.1Q帧发送给用户。在第一实施例所述的嵌套VLAN的方案中,对转发通道的查找采用“Port(端口)+VLAN+嵌套VLAN”的方式。这里,所述嵌套VLAN是一个局部变量,它与VLAN和Port一起构成了用户数据帧的目的地址。因此,用户数据帧中的VLAN ID可以不全网唯一,只需配置传输设备两个节点之间的嵌套的VLAN ID即可。As shown in Figure 4, the VLAN nesting technology is adopted in the first embodiment, that is, before the VLAN Tag (that is, the 802.1Q tag header in Figure 2 ) of the 802.1Q data frame, another tag identical to the 802.1Q definition is added. The VLAN Tag. In this way, when the user service sub-rate is transmitted, when the data frame has the same 802.1Q VLAN ID, it can be identified by the nested VLAN ID. In the case of adopting the label nesting mode shown in Figure 4, its processing flow is as follows: 1) when there are multiple user data frames passing through a virtual channel between two transmission devices, the nested VLAN ID data area is configured by the network administrator To distinguish different user data services, and deliver forwarding entries to the two transmission devices. 2) The MAN transmission equipment receives the user's 802.1Q VLAN frame. 3) When there is sub-rate transmission of user data services, the MAN transmission equipment adds a nested VLAN Tag. 4) The remote MAN transmission device receives the data frame with the nested VLAN Tag. 5) When there is user business sub-rate transmission, the remote MAN transmission device deletes the nested VLAN Tag and sends the 802.1Q frame to the user according to the forwarding table entry. In the nested VLAN solution described in the first embodiment, the method of "Port (port) + VLAN + nested VLAN" is used to search for the forwarding channel. Here, the nested VLAN is a local variable, which together with VLAN and Port constitutes the destination address of the user data frame. Therefore, the VLAN ID in the user data frame does not need to be unique in the entire network, it only needs to configure the nested VLAN ID between the two nodes of the transmission device.
第二实施例:在用户数据帧的802.1Q的前面嵌套一个标签,标签使用全局变量。The second embodiment: a label is nested in front of the 802.1Q of the user data frame, and the label uses a global variable.
如图5所示,在第二实施例中,嵌套在802.1Q标签之前的标签由VCLine字段和Type(类型)域组成。这里,本发明人引入了一个VCLine ID(虚拟通道线路标识)的概念。当用户向运营商租用线路的时候,每配置一条租用线路,就有一个VCLine ID产生,并且VCLine ID的长度可由用户自定义。另外,Type域是IEEE组织没有使用、可供设备制造商使用的字段。在采用图5所示标签嵌套方式的情况下,其处理流程如下:1)在网络管理员对用户向运营商租用的线路进行配置的过程中,VCLine ID就被下发到经过传输设备所有节点的表项中。2)城域网传输设备接收到用户的802.1QVLAN帧。3)无论有无用户数据业务子速率传送,城域网传输设备都将嵌套的VLAN Tag添加在数据帧中;4)远端的城域网传输设备接收到带有VCLine ID的数据帧。5)远端的城域网传输设备删除VCLine ID并将802.1Q帧发送给用户。与第一实施例中利用“Port(端口)+VLAN+嵌套VLAN”来查找转发通道的方式相比,本实施例只需使用“VCLine ID”来查找,因此它具有较高的转发效率。另外,由于VCLine ID为全局变量,并且其长度可由用户自定义,因此其支持的用户数据业务没有限制。As shown in FIG. 5 , in the second embodiment, the tag nested before the 802.1Q tag consists of a VCLine field and a Type (type) field. Here, the inventor has introduced the concept of a VCLine ID (virtual channel line identification). When the user leases a line from the operator, a VCLine ID will be generated for each leased line configured, and the length of the VCLine ID can be customized by the user. In addition, the Type field is not used by the IEEE organization but can be used by device manufacturers. In the case of using the label nesting method shown in Figure 5, the processing flow is as follows: 1) When the network administrator configures the line leased by the user from the operator, the VCLine ID is issued to all In the table entry of the node. 2) The MAN transmission device receives the user's 802.1QVLAN frame. 3) Regardless of whether there is sub-rate transmission of user data services, the MAN transmission equipment will add the nested VLAN Tag to the data frame; 4) The remote MAN transmission equipment receives the data frame with VCLine ID. 5) The remote MAN transmission device deletes the VCLine ID and sends the 802.1Q frame to the user. Compared with the method of using "Port (port)+VLAN+nested VLAN" to search for forwarding channels in the first embodiment, this embodiment only needs to use "VCLine ID" to search, so it has higher forwarding efficiency. In addition, since the VCLine ID is a global variable, and its length can be customized by the user, there is no limit to the user data services it supports.
第三实施例:在用户数据帧的802.1Q的后面嵌套一个标签,标签使用局部变量。Embodiment 3: A label is nested behind the 802.1Q of the user data frame, and the label uses a local variable.
第三实施例中采用了MPLS嵌套技术,即,在802.1Q数据帧的VLANTag之后添加一个与MPLS(多协议标签交换)协议定义相同的标签。图6中示出了MPLS标签的结构。当有用户业务子速率传送时,用户数据帧通过嵌套的MPLS标签中的Label字段来识别。在采用图6所示标签嵌套方式的情况下,其处理流程如下:1)在两个传输设备间有多个用户数据帧通过一个虚拟通道时,由网络管理员配置MPLS Label(标签)区分不同的用户数据业务,并下发转发表项到两个传输设备中。2)城域网传输设备接收到用户的数据帧。3)城域网传输设备添加嵌套的MPLS标签。4)远端的城域网传输设备接收到带有嵌套MPLS标签的数据帧。5)远端的城域网传输设备删除嵌套的MPLS并将数据帧发送给用户。在第三实施例所述的嵌套MPLS的方案中,对转发表项的查找是利用MPLS标签中的Label字段进行的,转发表项采用静态配置,支持用户数据业务报文为MPLS类型的报文。如图6所示,由于MPLS标签中的Label的长度足够长(20位),因而可以满足用户业务的需求。而且只需一种方式就可以实现有无子速率的多种配置方式。In the third embodiment, the MPLS nesting technology is adopted, that is, a tag identical to that defined in the MPLS (Multiprotocol Label Switching) protocol is added after the VLANTag of the 802.1Q data frame. The structure of the MPLS label is shown in FIG. 6 . When there is user service sub-rate transmission, the user data frame is identified by the Label field in the nested MPLS label. In the case of using the label nesting method shown in Figure 6, the processing flow is as follows: 1) When multiple user data frames pass through a virtual channel between two transmission devices, the network administrator configures the MPLS Label (label) to distinguish different user data services, and deliver the forwarding entries to the two transmission devices. 2) The MAN transmission device receives the user's data frame. 3) The MAN transmission equipment adds nested MPLS labels. 4) The remote MAN transmission device receives the data frame with the embedded MPLS label. 5) The remote MAN transmission device deletes the nested MPLS and sends the data frame to the user. In the nested MPLS scheme described in the third embodiment, the search for the forwarding table item is performed using the Label field in the MPLS label, and the forwarding table item adopts static configuration, and the user data service message is supported to be an MPLS type message. arts. As shown in FIG. 6 , since the length of the Label in the MPLS label is long enough (20 bits), it can meet the requirements of user services. Moreover, only one method is required to realize multiple configuration methods with or without sub-rates.
在本说明书中,对本发明的说明是根据多个具体实施例来进行的。对所属领域的技术人员来说,在不脱离本发明的精神和范围的情况下,可以对其进行各种修改和变换。例如,在第一实施例中,局部变量嵌套标签被插入到VLAN Tag的前面,但是,也可将其放在VLAN Tag的后面,而且嵌套标签也可以使用全局变量。类似地,在第二和第三实施例中,嵌套标签的位置及变量类型也可被改变。另外,也可以采用符合其它通讯协议定义的嵌套标签。不背离本发明精神的各种改型均在本发明所附的权利要求的保护范围内。In this specification, the invention has been described in terms of several specific embodiments. Various modifications and changes can be made to the present invention by those skilled in the art without departing from the spirit and scope of the present invention. For example, in the first embodiment, the local variable nested tag is inserted in front of the VLAN Tag, but it can also be placed behind the VLAN Tag, and the nested tag can also use the global variable. Similarly, in the second and third embodiments, the positions of nested tags and variable types can also be changed. In addition, nested tags conforming to other communication protocol definitions can also be used. Various modifications without departing from the spirit of the present invention are within the protection scope of the appended claims of the present invention.
Claims (6)
Priority Applications (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN 02147438 CN1254051C (en) | 2002-10-25 | 2002-10-25 | User's data service sub speed delivering method in metropolitan area network transmission equipment |
| CA2505004A CA2505004C (en) | 2002-10-25 | 2003-10-24 | A sub-rate transmission method for user data services in transmission devices of a metropolitan area network |
| PCT/CN2003/000897 WO2004039001A1 (en) | 2002-10-25 | 2003-10-24 | The sub-rate transmission method of user data service in transmission apparatus of wan |
| AU2003280542A AU2003280542A1 (en) | 2002-10-25 | 2003-10-24 | The sub-rate transmission method of user data service in transmission apparatus of wan |
| US11/113,411 US7660313B2 (en) | 2002-10-25 | 2005-04-22 | Sub-rate transmission method for user data services in transmission devices of a metropolitan area network |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN 02147438 CN1254051C (en) | 2002-10-25 | 2002-10-25 | User's data service sub speed delivering method in metropolitan area network transmission equipment |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN1492634A CN1492634A (en) | 2004-04-28 |
| CN1254051C true CN1254051C (en) | 2006-04-26 |
Family
ID=32111551
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN 02147438 Expired - Lifetime CN1254051C (en) | 2002-10-25 | 2002-10-25 | User's data service sub speed delivering method in metropolitan area network transmission equipment |
Country Status (4)
| Country | Link |
|---|---|
| CN (1) | CN1254051C (en) |
| AU (1) | AU2003280542A1 (en) |
| CA (1) | CA2505004C (en) |
| WO (1) | WO2004039001A1 (en) |
Families Citing this family (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8194656B2 (en) * | 2005-04-28 | 2012-06-05 | Cisco Technology, Inc. | Metro ethernet network with scaled broadcast and service instance domains |
| CN100377548C (en) * | 2005-07-15 | 2008-03-26 | 华为技术有限公司 | A method and device for realizing virtual switching |
| DE102005035201B4 (en) | 2005-07-27 | 2009-02-26 | Siemens Ag | Network node unit and method for forwarding data packets |
| CN101064682B (en) | 2006-04-29 | 2010-08-04 | 华为技术有限公司 | Optical network terminal and message processing method thereof |
| CN101453673B (en) * | 2006-08-21 | 2011-09-14 | 华为技术有限公司 | Optical network terminal, and packet process method thereof |
| CN101616020B (en) * | 2008-06-27 | 2011-09-21 | 中兴通讯股份有限公司 | Alarming information processing method |
| EP3351248B1 (en) | 2008-12-31 | 2021-06-09 | Ardelyx, Inc. | Compounds and methods for inhibiting nhe-mediated antiport in the treatment of disorders associated with fluid retention or salt overload and gastrointestinal tract disorders |
| WO2018129556A1 (en) | 2017-01-09 | 2018-07-12 | Ardelyx, Inc. | Compounds and methods for inhibiting nhe-mediated antiport in the treatment of disorders associated with fluid retention or salt overload and gastrointestinal tract disorders |
| CN103475559B (en) * | 2013-09-18 | 2017-01-11 | 北京锐安科技有限公司 | Method and system for processing and transmitting message according to contents of message |
| CN103532857B (en) * | 2013-10-28 | 2016-09-14 | 北京锐安科技有限公司 | The method and device that a kind of data forward |
| CN111386279A (en) | 2017-08-04 | 2020-07-07 | 阿德利克斯股份有限公司 | Glycyrrhetinic acid derivatives for treating hyperkalemia |
| ES2953233T3 (en) | 2019-02-07 | 2023-11-08 | Ardelyx Inc | Glycyrrhetinic acid derivatives for use in the treatment of hyperkalemia |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7088721B1 (en) * | 1997-07-17 | 2006-08-08 | International Business Machines Corporation | Method and apparatus for multipoint-to-point transmission in an ATM network |
| KR100703499B1 (en) * | 2000-12-09 | 2007-04-03 | 삼성전자주식회사 | Data Structure and Construction Method for Implementing Traffic Engineering Function in Multiprotocol Label Switching System |
| CN1125545C (en) * | 2001-12-31 | 2003-10-22 | 刘军民 | Data forwarding method for implementing virtual channel transmission in LAN |
-
2002
- 2002-10-25 CN CN 02147438 patent/CN1254051C/en not_active Expired - Lifetime
-
2003
- 2003-10-24 WO PCT/CN2003/000897 patent/WO2004039001A1/en not_active Ceased
- 2003-10-24 AU AU2003280542A patent/AU2003280542A1/en not_active Abandoned
- 2003-10-24 CA CA2505004A patent/CA2505004C/en not_active Expired - Lifetime
Also Published As
| Publication number | Publication date |
|---|---|
| CA2505004A1 (en) | 2004-05-06 |
| CN1492634A (en) | 2004-04-28 |
| WO2004039001A1 (en) | 2004-05-06 |
| CA2505004C (en) | 2011-08-02 |
| AU2003280542A1 (en) | 2004-05-13 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7486674B2 (en) | Data mirroring in a service | |
| US7006499B2 (en) | Source identifier for MAC address learning | |
| US7593400B2 (en) | MAC address learning in a distributed bridge | |
| US8913623B2 (en) | Method and apparatus for processing labeled flows in a communications access network | |
| US8014316B2 (en) | System, method and computer-readable storage medium for calculating addressing and bandwidth requirements of a network | |
| US20060146832A1 (en) | Method and system for transporting data using pseudowire circuits over a bridged network | |
| JP2005341591A (en) | Virtual private network, multi-service provisioning platform and method | |
| CN1254051C (en) | User's data service sub speed delivering method in metropolitan area network transmission equipment | |
| CN101132365A (en) | Message transparent transmission method and device | |
| US20070291764A1 (en) | Access Device and Service Transmission Method | |
| CN101790870B (en) | Framing and transmission of VLAN data | |
| US7912074B2 (en) | System and method of multiplexing data from multiple ports | |
| CN100337453C (en) | Method for implementing message forwarding along RPR ring and RPR network | |
| JP2006087107A (en) | Method and system for bridging traffic in a resilient packet ring network | |
| CN101013994A (en) | Providing services over hybrid networks | |
| CN100502341C (en) | Implementing method and system for transmitting Ethernet service over RPR network | |
| CN105307059B (en) | A kind of system and method for realizing QINQ voice service intercommunication in PON | |
| CN100563200C (en) | A Method for Realizing Ethernet Virtual Private Network on Resilient Packet Ring Network | |
| CN100496046C (en) | Method for realizing VLAN and VPN on universal framing regulations | |
| CN100438496C (en) | Network transmission method of multi-protocol label switching virtual private network | |
| US20040240428A1 (en) | SDH/SONET-based data transmitting method | |
| CN100469049C (en) | Data transmission device and data transmission system | |
| KR100981567B1 (en) | Method for guaranteeing end-to-end VPN in MPP and HDLC virtual line service using MPLS | |
| IL195263A (en) | Mac address learning in a distributed bridge |
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 | ||
| CX01 | Expiry of patent term |
Granted publication date: 20060426 |
|
| CX01 | Expiry of patent term |