CN104135404B - A kind of method for realizing the detection of CFM medium-high frequencies continuity - Google Patents
A kind of method for realizing the detection of CFM medium-high frequencies continuity Download PDFInfo
- Publication number
- CN104135404B CN104135404B CN201410367736.2A CN201410367736A CN104135404B CN 104135404 B CN104135404 B CN 104135404B CN 201410367736 A CN201410367736 A CN 201410367736A CN 104135404 B CN104135404 B CN 104135404B
- Authority
- CN
- China
- Prior art keywords
- mep
- flag bit
- interrupt flag
- group
- cpu
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 title claims abstract description 20
- 238000001514 detection method Methods 0.000 title claims abstract description 15
- 210000003311 CFU-EM Anatomy 0.000 claims abstract description 37
- 238000012423 maintenance Methods 0.000 claims description 8
- 230000009471 action Effects 0.000 description 1
- 201000000760 cerebral cavernous malformation Diseases 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000008439 repair process Effects 0.000 description 1
Landscapes
- Test And Diagnosis Of Digital Computers (AREA)
- Debugging And Monitoring (AREA)
Abstract
本发明提供了一种实现CFM中高频连续性检测的方法,包括:根据FPGA上的MEP分成若干MEP小组;对应MEP小组创建MEP故障状态表,所述MEP故障状态表每一位对应一个MEP当前故障状态;对应MEP小组创建中断标志位表;CPU遍历中断标志位表,中断标志位为1的产生CPU中断去遍历对应的MEP小组,告知用户所述MEP故障,清除对应的中断标志位。采用本发明方法后,若当前MEP小组有故障时,对应标志位为1,产生CPU中断去遍历对应MEP小组的MEP,而不用对所有MEP进行遍历,特别当MEP规格较大时,对CPU遍历MEP的时间大大减小,大大减轻了CPU的负担。
The present invention provides a method for realizing CFM medium and high frequency continuity detection, comprising: dividing MEPs on the FPGA into several MEP groups; creating a MEP fault state table corresponding to the MEP group, and each bit of the MEP fault state table corresponds to a MEP current state Fault status; the corresponding MEP group creates an interrupt flag bit table; the CPU traverses the interrupt flag bit table, and if the interrupt flag bit is 1, a CPU interrupt is generated to traverse the corresponding MEP group, inform the user of the MEP failure, and clear the corresponding interrupt flag bit. After adopting the method of the present invention, if the current MEP group has a fault, the corresponding flag is 1, and a CPU interrupt is generated to traverse the MEPs of the corresponding MEP group, instead of traversing all MEPs. The time of MEP is greatly reduced, which greatly reduces the burden on the CPU.
Description
技术领域technical field
本发明涉及基于IEEE802.1ag标准的以太网运营、管理和维护,尤其涉及一种实现CFM中高频连续性检测的方法。The invention relates to Ethernet operation, management and maintenance based on the IEEE802.1ag standard, in particular to a method for realizing CFM medium and high frequency continuity detection.
背景技术Background technique
连续性检测(CC,Continuity Check)功能是CFM中的一个最基本也是最重要的功能,它为CFM的实现提供了可能。Continuity Check (CC, Continuity Check) function is one of the most basic and important functions in CFM, which provides the possibility for the realization of CFM.
CC功能实现的思路是:当网络环境建立并配置了相应正确的以太网运行、管理和维护(OAM,Operation Administration and Maintains)配置之后,在同一个维护集(MA,Maintenance Associations)中的本地维护集端点(MEP,Maintenance Associations EndPoint)会向所有其他非本地MEP发送CCM(Continuity Check Message);同时其他非本地MEP也会发出CCM给所有对端。注意CC功能是单向的,也就是说一个MEP只周期性的发送,不期望得到回复的。当本地的MEP收到远端发送给自己的CCM之后,首先检查该CCM中的信息是否有效,如果有效再对照本地存储的MEP CCM数据库,如果没有该MEP的条目就学习CCM中的内容建立一个新的MEP条目;如果有则不做操作。此时一个双向连接的链路就得到了保证。The idea of CC function realization is: after the network environment is established and configured with the corresponding correct Ethernet operation, management and maintenance (OAM, Operation Administration and Maintains) configuration, local maintenance in the same maintenance set (MA, Maintenance Associations) The set endpoint (MEP, Maintenance Associations EndPoint) will send a CCM (Continuity Check Message) to all other non-local MEPs; at the same time, other non-local MEPs will also send CCMs to all peers. Note that the CC function is unidirectional, that is to say, a MEP only sends periodically and does not expect to get a reply. When the local MEP receives the CCM sent from the remote end, it first checks whether the information in the CCM is valid, and if it is valid, then compares it with the locally stored MEP CCM database. If there is no entry for the MEP, it learns the content in the CCM to create a New MEP entry; no action if present. At this point, a bidirectionally connected link is guaranteed.
IEEE802.1ag协议中定义了CCM的发送间隔周期有3.33毫秒、10毫秒、100毫秒、1秒、10秒、1分钟、10分钟。对于少于1秒的CCM间隔周期,业界普遍的做法都是通过FPGA(Field-Programmable Gate Array)来实现。如图1所示,将MEP(Maintenanceassociation End Point)部署在FPGA上,这样MEP可以支持3.33毫秒CCM周期,也就是3.33毫秒发送CCM,10毫秒检测链路故障并通过中断方式通知CPU。这种方案存在的问题是MEP规格不能过多。如果MEP的规格过多,每个MEP在同一短时间内检测到链路故障,产生的中断会对CPU形成冲击,影响其他业务的运行。The IEEE802.1ag protocol defines the sending interval of CCM as 3.33 milliseconds, 10 milliseconds, 100 milliseconds, 1 second, 10 seconds, 1 minute, and 10 minutes. For the CCM interval period less than 1 second, the common practice in the industry is to realize it through FPGA (Field-Programmable Gate Array). As shown in Figure 1, the MEP (Maintenance association End Point) is deployed on the FPGA, so that the MEP can support a 3.33 millisecond CCM cycle, that is, 3.33 milliseconds to send a CCM, and 10 milliseconds to detect a link failure and notify the CPU through an interrupt. The problem with this solution is that MEP specifications cannot be too many. If there are too many MEP specifications, and each MEP detects a link fault within a short period of time, the resulting interruption will impact the CPU and affect the operation of other services.
发明内容Contents of the invention
鉴于此,提供一种减少CPU负担的实现CFM中高频连续性检测的方法。In view of this, a method for realizing high-frequency continuity detection in CFM and reducing the CPU burden is provided.
一种实现CFM中高频连续性检测的方法,包括:A method for realizing high-frequency continuity detection in CFM, comprising:
根据FPGA上的MEP分成若干MEP小组;According to the MEP on the FPGA, it is divided into several MEP groups;
对应MEP小组创建MEP故障状态表,所述MEP故障状态表每一位对应一个MEP当前故障状态;Create a MEP fault state table corresponding to the MEP group, and each bit of the MEP fault state table corresponds to a current fault state of a MEP;
对应MEP小组创建中断标志位表;Corresponding MEP team creates interrupt flag bit table;
CPU遍历中断标志位表,中断标志位为1的产生CPU中断去遍历对应的MEP小组,告知用户所述MEP故障,清除对应的中断标志位。The CPU traverses the interrupt flag bit table. If the interrupt flag bit is 1, a CPU interrupt is generated to traverse the corresponding MEP group, inform the user of the MEP failure, and clear the corresponding interrupt flag bit.
优选的,每64个MEP为一个MEP小组。Preferably, every 64 MEPs is an MEP group.
优选的,MEP故障状态表变化时置对应中断标志位为1。Preferably, when the MEP fault state table changes, the corresponding interrupt flag bit is set to 1.
优选的,所述CPU遍历中断标志位表的步骤具体包括:Preferably, the step of traversing the interrupt flag bit table of the CPU specifically includes:
逢中断标志位为1的产生CPU中断;When the interrupt flag bit is 1, a CPU interrupt is generated;
CPU遍历所述中断标志位对应的MEP小组;The CPU traverses the MEP group corresponding to the interrupt flag bit;
读取当前MEP故障状态表,并与上一次读取到的故障状态表进行异或,告知用户MEP故障有变化的MEP,保存当前MEP故障状态;Read the current MEP fault state table, and XOR with the fault state table read last time, inform the user of the MEP whose MEP fault has changed, and save the current MEP fault state;
清除对应的中断标志位。Clear the corresponding interrupt flag bit.
优选的,所述实现CFM中高频连续性检测的方法还包括:根据用户要求,查询MEP小组的MEP故障状态。Preferably, the method for implementing CFM mid-high frequency continuity detection further includes: querying the MEP fault status of the MEP group according to user requirements.
采用本发明方法后,对MEP进行分组,根据MEP故障状态表,若当前MEP小组没有MEP故障时,对应中断标志位不为1,CPU不用对其进行遍历查看是否有MEP故障,若当前MEP小组有故障时,对应标志位为1,产生CPU中断去遍历对应MEP小组的MEP,而不用对所有MEP进行遍历,特别当MEP规格较大时,使CPU遍历MEP的时间大大减小,大大减轻了CPU的负担。After adopting the method of the present invention, MEPs are grouped, according to the MEP failure status table, if the current MEP group does not have a MEP failure, the corresponding interrupt flag bit is not 1, and the CPU does not need to traverse it to check whether there is a MEP failure, if the current MEP group When there is a fault, the corresponding flag bit is 1, and a CPU interrupt is generated to traverse the MEPs of the corresponding MEP group, instead of traversing all MEPs. Especially when the MEP specification is large, the time for the CPU to traverse the MEPs is greatly reduced, and the CPU burden.
附图说明Description of drawings
图1是现有实现CFM中高频连续性检测的方法示意图;FIG. 1 is a schematic diagram of an existing method for realizing CFM medium and high frequency continuity detection;
图2是本发明实现CFM中高频连续性检测的方法流程图;Fig. 2 is the flow chart of the method for realizing CFM middle and high frequency continuity detection of the present invention;
图3为图2中步骤S400的具体方法流程图。FIG. 3 is a specific method flowchart of step S400 in FIG. 2 .
具体实施方式detailed description
为了使本领域相关技术人员更好地理解本发明的技术方案,下面将结合本发明实施方式的附图,对本发明实施方式中的技术方案进行清楚、完整地描述,显然,所描述的实施方式仅仅是本发明一部分实施方式,而不是全部的实施方式。In order to enable those skilled in the art to better understand the technical solutions of the present invention, the following will clearly and completely describe the technical solutions in the embodiments of the present invention in conjunction with the accompanying drawings of the embodiments of the present invention. Obviously, the described embodiments It is only a part of the embodiments of the present invention, but not all of them.
下面结合附图和实施方式对本发明作进一步说明。The present invention will be further described below in conjunction with the accompanying drawings and embodiments.
参阅图2,为本发明提供的一种实施方式中实现CFM中高频连续性检测的方法,包括:Referring to Fig. 2, the method for realizing the high-frequency continuity detection in CFM in an embodiment provided by the present invention includes:
步骤S100,根据FPGA上的MEP分成若干MEP小组;Step S100, divide into several MEP groups according to the MEPs on the FPGA;
在FPGA上,MEP有不同的规格。例如,MEP的规格可为1K或4K。On FPGAs, MEPs have different specifications. For example, the specification of the MEP may be 1K or 4K.
在优选实施方式中,每64个MEP为一个MEP小组,即若是4K的规格,则可分为64个MEP小组。可以理解,也可以128个MEP为一个MEP小组,根据FPGA的规格而定。In a preferred implementation manner, every 64 MEPs is a MEP group, that is, if the specification of 4K is used, it can be divided into 64 MEP groups. It can be understood that 128 MEPs can also be one MEP group, depending on the specifications of the FPGA.
步骤S200,对应MEP小组创建MEP故障状态表,MEP故障状态表每一位对应一个MEP当前故障状态;Step S200, the corresponding MEP group creates a MEP fault state table, and each bit of the MEP fault state table corresponds to a current fault state of a MEP;
MEP故障状态表中“1”表示对应MEP故障,“0”表示MEP正常。MEP故障状态是不停变化的,但是只有CPU中断去读取,才清楚当前MEP故障状态。"1" in the MEP fault status table indicates that the corresponding MEP is faulty, and "0" indicates that the MEP is normal. The MEP fault status is constantly changing, but only when the CPU is interrupted to read, can the current MEP fault status be known.
步骤S300,对应MEP小组创建中断标志位表;Step S300, the corresponding MEP group creates an interrupt flag bit table;
中断标志位表中,“1”表示需要产生CPU中断去遍历对应的MEP小组,“0”表示不需要产生CPU中断。在MEP故障状态表变化时置对应中断标志位为1。In the interrupt flag bit table, "1" indicates that a CPU interrupt needs to be generated to traverse the corresponding MEP group, and "0" indicates that a CPU interrupt does not need to be generated. Set the corresponding interrupt flag bit to 1 when the MEP fault state table changes.
步骤S400,CPU遍历中断标志位表,中断标志位为1的产生CPU中断去遍历对应的MEP小组,告知用户MEP故障,清除对应的中断标志位。In step S400, the CPU traverses the interrupt flag table. If the interrupt flag is 1, a CPU interrupt is generated to traverse the corresponding MEP group, inform the user of the MEP failure, and clear the corresponding interrupt flag.
CPU遍历中断标志位表时,如果中断标志位为1,则产生CPU中断去遍历对应的MEP小组,告知用户MEP故障,以便工作人员修复,清楚对应的中断标志位。When the CPU traverses the interrupt flag bit table, if the interrupt flag bit is 1, a CPU interrupt is generated to traverse the corresponding MEP group, and the user is notified of the MEP failure so that the staff can repair and clear the corresponding interrupt flag bit.
在优选实施方式中,参阅图3,步骤S400包括:In a preferred embodiment, referring to FIG. 3, step S400 includes:
步骤S401,逢中断标志位为1的产生CPU中断;Step S401, generating a CPU interrupt when the interrupt flag bit is 1;
步骤S402,CPU遍历所述中断标志位对应的MEP小组;Step S402, the CPU traverses the MEP group corresponding to the interrupt flag bit;
步骤S403,读取当前MEP故障状态表,并与上一次读取到的故障状态表进行异或,告知用户MEP故障有变化的MEP,保存当前MEP故障状态;Step S403, read the current MEP fault state table, and XOR with the fault state table read last time, inform the user of the MEP whose MEP fault has changed, and save the current MEP fault state;
步骤S404,清除对应的中断标志位。Step S404, clearing the corresponding interrupt flag bit.
通过步骤S401~S404,在CPU中断去遍历MEP小组,读取MEP故障状态表,对比当前MEP故障状态与上一次MEP故障状态,就可清楚明白MEP故障状态有变化的MEP,并且告知用户。Through steps S401-S404, the CPU interrupts to traverse the MEP group, reads the MEP fault state table, compares the current MEP fault state with the last MEP fault state, and can clearly understand the MEP whose MEP fault state has changed, and inform the user.
在优选实施方式中,实现CFM中高频连续性检测的方法还包括:根据用户要求,查询MEP小组的MEP故障状态。In a preferred embodiment, the method for implementing the CFM middle-frequency continuity detection further includes: querying the MEP fault status of the MEP group according to user requirements.
在上述步骤中,CPU中断去遍历中断标志位对应的MEP小组时,只会告知用户MEP故障状态有变化的MEP,其他的不告知,这时,如果用户想知道其他MEP故障状态时,通过产生CPU中断去查询对应MEP小组,把该MEP小组的所有成员的MEP故障状态告知用户。In the above steps, when the CPU interrupts to traverse the MEP group corresponding to the interrupt flag bit, it will only notify the user of the MEP whose MEP fault status has changed, and not the others. At this time, if the user wants to know the fault status of other MEPs, he can generate The CPU interrupts to query the corresponding MEP group, and notifies the user of the MEP fault status of all members of the MEP group.
采用本发明方法后,对MEP进行分组,根据MEP故障状态表,若当前MEP小组没有MEP故障时,对应中断标志位不为1,CPU不用对其进行遍历查看是否有MEP故障,若当前MEP小组有故障时,对应标志位为1,产生CPU中断去遍历对应MEP小组的MEP,而不用对所有MEP进行遍历,特别当MEP规格较大时,对CPU遍历MEP的时间大大减小,大大减轻了CPU的负担。After adopting the method of the present invention, MEPs are grouped, according to the MEP failure status table, if the current MEP group does not have a MEP failure, the corresponding interrupt flag bit is not 1, and the CPU does not need to traverse it to check whether there is a MEP failure, if the current MEP group When there is a fault, the corresponding flag bit is 1, and a CPU interrupt is generated to traverse the MEPs of the corresponding MEP group, instead of traversing all MEPs. Especially when the MEP specification is large, the time for the CPU to traverse the MEPs is greatly reduced, and the CPU burden.
以上仅表达了本发明的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对本发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本发明构思的前提下,还可以做出若干变形和改进,这些都属于本发明的保护范围。因此,本发明专利的保护范围应以所附权利要求为准。The above only expresses several embodiments of the present invention, and the description thereof is relatively specific and detailed, but should not be construed as limiting the patent scope of the present invention. It should be pointed out that those skilled in the art can make several modifications and improvements without departing from the concept of the present invention, and these all belong to the protection scope of the present invention. Therefore, the protection scope of the patent for the present invention should be based on the appended claims.
Claims (5)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410367736.2A CN104135404B (en) | 2014-07-30 | 2014-07-30 | A kind of method for realizing the detection of CFM medium-high frequencies continuity |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410367736.2A CN104135404B (en) | 2014-07-30 | 2014-07-30 | A kind of method for realizing the detection of CFM medium-high frequencies continuity |
Publications (2)
Publication Number | Publication Date |
---|---|
CN104135404A CN104135404A (en) | 2014-11-05 |
CN104135404B true CN104135404B (en) | 2017-12-05 |
Family
ID=51807933
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201410367736.2A Active CN104135404B (en) | 2014-07-30 | 2014-07-30 | A kind of method for realizing the detection of CFM medium-high frequencies continuity |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN104135404B (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107547303B (en) * | 2017-07-06 | 2021-07-09 | 中国南方电网有限责任公司 | Method for processing NodesTable by IED equipment supporting PRP or HSR protocol |
CN109525424A (en) * | 2018-11-07 | 2019-03-26 | 盛科网络(苏州)有限公司 | A kind of method and device for realizing RDI based on chip |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101369922A (en) * | 2008-09-28 | 2009-02-18 | 华为技术有限公司 | A connectivity detection method and maintenance domain endpoint and system |
CN101499938A (en) * | 2009-03-27 | 2009-08-05 | 武汉烽火网络有限责任公司 | Apparatus and method for implementing high frequency continuity detection in CFM |
US8400910B1 (en) * | 2007-04-13 | 2013-03-19 | World Wide Packets, Inc. | Associated tunnels terminating on different packet switches and relaying packets via different tunnel combinations |
-
2014
- 2014-07-30 CN CN201410367736.2A patent/CN104135404B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8400910B1 (en) * | 2007-04-13 | 2013-03-19 | World Wide Packets, Inc. | Associated tunnels terminating on different packet switches and relaying packets via different tunnel combinations |
CN101369922A (en) * | 2008-09-28 | 2009-02-18 | 华为技术有限公司 | A connectivity detection method and maintenance domain endpoint and system |
CN101499938A (en) * | 2009-03-27 | 2009-08-05 | 武汉烽火网络有限责任公司 | Apparatus and method for implementing high frequency continuity detection in CFM |
Also Published As
Publication number | Publication date |
---|---|
CN104135404A (en) | 2014-11-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103227736B (en) | A kind of ethernet performance detection method, system and Optical Network Terminal | |
CN103560898B (en) | A kind of port status method to set up, the system of selection of port priority and device | |
US10237124B2 (en) | Network operation, administration, and maintenance (OAM) method, apparatus, and system | |
CN105379201B (en) | Method, controller and the failover interchanger of path switching | |
CN102427412A (en) | Zero-delay disaster recovery switching method and system of active standby source based on content distribution network | |
US10862735B2 (en) | Method and apparatus for implementing operation, administration, and maintenance function | |
CN102710450B (en) | Fault location method and device thereof | |
US8570877B1 (en) | Preparing for planned events in computer networks | |
WO2015149523A1 (en) | Method and apparatus for rapid sending and detection processing of oam packet, and storage medium | |
US20240356797A1 (en) | Diagnostics reporting for wide area network assurance system | |
CN103825759A (en) | Method and system for acquiring network topological information | |
CN101094121A (en) | Method, system and device for detecting Ethernet links among not direct connected devices | |
US8611231B2 (en) | Connectivity fault management for ethernet tree (E-Tree) type services | |
CN102136965B (en) | Method for detecting tunnel faults and traffic engineering (TE) node | |
CN104135404B (en) | A kind of method for realizing the detection of CFM medium-high frequencies continuity | |
WO2014153989A1 (en) | Method for preventing ipsec tunnel oscillation caused by dpd detection failure | |
US8670299B1 (en) | Enhanced service status detection and fault isolation within layer two networks | |
CN109981450A (en) | Path is connected to maintaining method, device and system | |
CN106850328B (en) | Method and device for monitoring routing equipment | |
CN104967539B (en) | A kind of acquisition methods of wireless mesh network management information data | |
CN104202193A (en) | Distributed protection link fault detection method | |
CN104518928A (en) | Method and system for transmission of remote image messages through RPR (resilient packet ring) network | |
CN103546316A (en) | A method and device for transmitting OAM messages | |
WO2017166932A1 (en) | Method and apparatus for determining service state | |
CN104601464A (en) | Point-to-point service transmission method and device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
EXSB | Decision made by sipo to initiate substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
TR01 | Transfer of patent right | ||
TR01 | Transfer of patent right |
Effective date of registration: 20201228 Address after: 318015 no.2-3167, area a, nonggangcheng, 2388 Donghuan Avenue, Hongjia street, Jiaojiang District, Taizhou City, Zhejiang Province Patentee after: Taizhou Jiji Intellectual Property Operation Co.,Ltd. Address before: 201616 No. 3666 Sixian Road, Songjiang District, Shanghai Patentee before: Phicomm (Shanghai) Co.,Ltd. |
|
TR01 | Transfer of patent right | ||
TR01 | Transfer of patent right |
Effective date of registration: 20211124 Address after: 313000 room 1019, Xintiandi commercial office, Yishan street, Wuxing District, Huzhou, Zhejiang, China Patentee after: Huzhou YingLie Intellectual Property Operation Co.,Ltd. Address before: 318015 no.2-3167, area a, nonggangcheng, 2388 Donghuan Avenue, Hongjia street, Jiaojiang District, Taizhou City, Zhejiang Province Patentee before: Taizhou Jiji Intellectual Property Operation Co.,Ltd. |
|
PE01 | Entry into force of the registration of the contract for pledge of patent right | ||
PE01 | Entry into force of the registration of the contract for pledge of patent right |
Denomination of invention: A Method of High Frequency Continuity Detection in CFM Effective date of registration: 20221205 Granted publication date: 20171205 Pledgee: Huzhou Wuxing Rural Commercial Bank Co.,Ltd. high tech Zone Green sub branch Pledgor: Huzhou YingLie Intellectual Property Operation Co.,Ltd. Registration number: Y2022330003458 |
|
PC01 | Cancellation of the registration of the contract for pledge of patent right | ||
PC01 | Cancellation of the registration of the contract for pledge of patent right |
Date of cancellation: 20231205 Granted publication date: 20171205 Pledgee: Huzhou Wuxing Rural Commercial Bank Co.,Ltd. high tech Zone Green sub branch Pledgor: Huzhou YingLie Intellectual Property Operation Co.,Ltd. Registration number: Y2022330003458 |
|
TR01 | Transfer of patent right | ||
TR01 | Transfer of patent right |
Effective date of registration: 20250217 Address after: 1216, 12th Floor, Building 3, 186A Litang Road, Changping District, Beijing 102200 Patentee after: Yuhongshiyu (Beijing) Technology Co.,Ltd. Country or region after: China Address before: 313000 room 1019, Xintiandi commercial office, Yishan street, Wuxing District, Huzhou, Zhejiang, China Patentee before: Huzhou YingLie Intellectual Property Operation Co.,Ltd. Country or region before: China |