CN101710864A - Collocation method and device for multi-gateway Linux server - Google Patents

Collocation method and device for multi-gateway Linux server Download PDF

Info

Publication number
CN101710864A
CN101710864A CN200910238238A CN200910238238A CN101710864A CN 101710864 A CN101710864 A CN 101710864A CN 200910238238 A CN200910238238 A CN 200910238238A CN 200910238238 A CN200910238238 A CN 200910238238A CN 101710864 A CN101710864 A CN 101710864A
Authority
CN
China
Prior art keywords
network interface
route
address
routing table
gateway
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
CN200910238238A
Other languages
Chinese (zh)
Other versions
CN101710864B (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.)
Lu Mingchang
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 CN2009102382387A priority Critical patent/CN101710864B/en
Publication of CN101710864A publication Critical patent/CN101710864A/en
Application granted granted Critical
Publication of CN101710864B publication Critical patent/CN101710864B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a collocation method for a multi-gateway Linux server, comprising the steps of acquiring collocation information of each gateway of Linux server, classifying the gateway according to the collocation information, re-collocating address and route of each gateway, setting a tactic route regulation, establishing a specific route table according to the tactic route regulation and the gateway collocation, updating route buffer memory in order to lead the specific route table to come into force immediately. The invention further provides a collocation device for a multi-gateway Linux server. The invention can promote the utility ratio of gateway while can ensure the flexibility of system.

Description

A kind of collocation method of multi-gateway Linux server and device
Technical field
The present invention relates to the port arrangement technology of network communication, be meant a kind of collocation method and device of multi-gateway Linux server especially.
Background technology
In linux system, generally need three steps with PERCOM peripheral communication:
Step 1: transmit leg generates the IP packet according to TCP (TCP/IP), and described packet is made up of IP source address, IP destination address, IP data etc.;
Step 2: transmit leg is inquired about available route entry in the route-caching (route cache) of linux system, if find the route entry of accurate coupling, then sends the IP packet that generates according to route entry; If do not find the route entry of coupling, then in routing table (route table), search route entry according to longest prefix match (LPM) algorithm;
Wherein, the route entry of described coupling is: the network prefix of the IP destination address institute map network of packet conforms to the purpose network prefix in the route entry;
Step 3: transmit leg sends the IP packet according to the specified network interface of route entry that mates among route cache or the route table.
In the linux system that has only a network interface, route entry is simple, and all packets are all from a network interface turnover.And for the linux system that has a plurality of network interfaces, situation will more complicated: suppose that each network interface all disposes an IP address, the different corresponding same networks of network interface possibility, the IP source address of packet, only corresponding with one of them network interface, when linux system need send packet, linux system is according to the IP destination address of packet, in routing table, select first route entry that conforms to the IP destination address, the IP address of the network interface of this route entry correspondence may be inconsistent with the IP source address of packet.When using other network interfaces to send out packet, also same problem can appear, and so, just may cause the bandwidth availability ratio of a network interface very high, and the bandwidth availability ratio of another port is almost nil, causes the unnecessary wasting of resources.
Based on the problems referred to above, a solution is proposed in the prior art:, SOCKET is tied on the appointment network interface by the mode of socket (SOCKET) attribute is set, like this, packet just can send from specifying network interface, and still, this method has following shortcoming:
The first, need the application modification code, increase the setting of binding SOCKET to network interface, cumbersome; If second SOCKET is tied to wrong network interface, can cause normal data communication to be interrupted; Three, SOCKET is tied to the network interface of appointment, can only receives packet on this network interface, other network interfaces can't be utilized, and use dumb.
In the prior art, also have solution to propose: the IP ROUTE2 by linux system finishes load balancing, packet is divided according to time or other rules, packet is sent from different network interfaces, though can utilize the bandwidth of different network interfaces, but behind the Rulemaking, the outlet of uncontrollable packet has reduced the flexibility of system.
Summary of the invention
In view of this, main purpose of the present invention is to provide a kind of collocation method and device of multi-gateway Linux server, can improve the utilance of network interface when guaranteeing system flexibility.
For achieving the above object, technical scheme of the present invention is achieved in that
The invention provides a kind of collocation method of multi-gateway Linux server, comprising:
Obtain the configuration information of each network interface of Linux server, network interface is classified according to configuration information;
Reconfigure the address and the route of each network interface;
The Provisioning Policy routing rule according to tactful routing rule and the specific routing table of network interface arrangement, and refreshes route-caching.
Wherein, described network interface the classification according to configuration information comprises: with the IP address of network interface and subnet mask be operating as keyword, the network interface that keyword is identical is divided into a class, and classification results is stored in the array, element in the array is the configuration information of network interface, and array is the index of network interface.
In the such scheme, described tactful routing rule is: linux system is according to the IP source address inquiry specific routing table corresponding with network interface of packet.Describedly comprise according to tactful routing rule and the specific routing table of network interface arrangement: specified circuit by network interface address, purpose IP address and subnet mask, and specify route be stored in the specific routing table of network interface correspondence therewith; The unique corresponding specific routing table of each network interface.
In the such scheme, described address and the route that reconfigures each network interface comprises: IP address and subnet mask that network interface is set by the ioctl_set_ifaddr interface, the default route of network interface is set by the ioctl_set_route interface, the network interface address of specify default route, gateway address, and purpose IP address and subnet mask are set to 0.
The present invention also provides a kind of inking device of multi-gateway Linux server, comprising:
Network interface configuration acquisition module is used for obtaining the configuration information of each network interface of Linux server, and sends to the network interface sort module;
The network interface sort module is used for the network interface configuration information according to the acquisition of network interface configuration acquisition module, and network interface is classified;
The network interface configuration module is used for reconfiguring the address and the route of each network interface according to sorted network interface configuration information;
Strategy routing rule generation module is used for the Provisioning Policy routing rule;
The routing table constructing module is used for according to tactful routing rule and the specific routing table of network interface arrangement;
The route-caching refresh module is used to refresh route-caching.
This shows, the collocation method of multi-gateway Linux server provided by the present invention and device, according to network interface address transmission data bag, so, not only do not need to revise the code of application program, realize simple and convenient, and, different packets is sent, therefore from different network interfaces, can better increase the utilance of network interface, improve the flexibility of bandwidth availability ratio and system.
Description of drawings
Fig. 1 is the realization flow schematic diagram of multi-gateway Linux server collocation method of the present invention;
Fig. 2 is the realization flow schematic diagram of network interface classification among the present invention;
Fig. 3 is the composition structural representation of multi-gateway Linux server inking device of the present invention.
Embodiment
Basic thought of the present invention is: reconfigure each network interface of Linux server, and the tactful routing rule of Linux server is set, according to the tactful routing rule and the specific routing table of network interface arrangement that are provided with, the corresponding specific routing table of each network interface, the Linux server is searched specific routing table according to the source IP address of packet, sends packet according to the route entry in the routing table.
Here, all load and carry out linux system in each Linux server.
Described tactful routing rule can be: linux system is the network interface address lookup specific routing table corresponding with network interface according to the IP source address of packet; Also can be: linux system be inquired about the specific routing table corresponding with network interface according to the IP destination address of packet, and in the practical application, is not limited to said method, sends from different network interfaces as long as can realize the different pieces of information bag.
Described specific routing table is the default routing table of linux system, by ip_add_route interface structure, is different from System Routing Table, specific routing table sequence number between 1 to 32765, the corresponding specific routing table of each network interface.
The present invention is described in more detail in conjunction with the accompanying drawings below by specific embodiment.
The collocation method of multi-gateway Linux server of the present invention may further comprise the steps as shown in Figure 1:
Step 101 is obtained the configuration information of each network interface of Linux server, and according to the network interface configuration information that is obtained network interface is classified;
Here, described obtaining is the configuration information that obtains each network interface by the ioctl_get_allifaddrs interface; Wherein, described configuration information comprises the next hop address of IP address, subnet mask and the configuration of current network interface, i.e. gateway address etc.Described ioctl_get_allifaddrs interface is the encapsulation to the ioctl DLL (dynamic link library) of linux system, and major function is to obtain the data block that comprises each network interface configuration information in the server, and parses the network interface configuration information from data block.
Described network interface is categorized as: to the network interface configuration information that is obtained, with the IP address of network interface and subnet mask be operating as keyword (KEY), the network interface with same keyword is a class.
In the practical operation, can set an array NETSEG[SegCnt] [count], be used to store the network interface classified information; After the network interface classification, the corresponding same class network interface of each row of array, the configuration information of a network interface in the corresponding a certain class network interface of each element of each row, the element in the array is exactly the index of network interface.
Step 102 reconfigures each network interface of Linux server according to sorted network interface configuration information;
Because may existing, the network interface of Linux server is not set up the situation that IP address or network interface damage, so need IP address, subnet mask and the route of the network interface that can normally use be reconfigured.
Generally, the IP address and the subnet mask of network interface are set by the ioctl_set_ifaddr interface, described IP address and subnet mask are provided with according to sorted network interface configuration information, and described ioctl_set_ifaddr interface is for carrying out the encapsulation that network interface IP address and subnet mask setting are carried out to the ioctl DLL (dynamic link library) of linux system and by this interface.
When calling the ioctl_set_ifaddr interface, linux system can add a direct-connected route to network interface automatically, so the configuration route mainly is that default route is set in this step.Because the default gateway of similar network interface configuration is identical, get final product so only need therein on the network interface default route to be set.By the ioctl_set_route interface default route is set, described ioctl_set_route interface is for carrying out the encapsulation that the route setting of network interface is carried out to the ioctl DLL (dynamic link library) of linux system and by this interface.
When the network interface default route is set, the network interface address of specify default route, gateway address, and purpose IP address and subnet mask are set to 0.The standard of selecting to be provided with the network interface of default route in the similar network interface is: similar network interface middle port connection status (LINK) is for opening (UP), and in the similar network interface at NETSEG[SegCnt] index minimum in [count] so that search route with the shortest time.
Step 103, the Provisioning Policy routing rule is according to described tactful routing rule and the specific routing table of network interface arrangement.
Specifically comprise: in linux system, by ip_add_rule interface Provisioning Policy routing rule, described tactful routing rule is: linux system is the network interface address lookup specific routing table corresponding with network interface according to the IP source address of packet; Also: linux system is according to the IP destination address inquiry specific routing table corresponding with network interface of packet; And, be not limited to above method in actual applications, send from different network interfaces as long as can realize the different pieces of information bag.
In the specific embodiment of the invention, inquiring about the specific routing table corresponding with network interface with linux system according to the IP source address of packet is example, described specific routing table is the default routing table of linux system, specific routing table sequence number is between 1 to 32765, the unique corresponding specific routing table of each network interface, be the uniqueness of the specific routing table that guarantees each network interface correspondence, the sequence number of specific routing table according to network interface at NETSEG[SegCnt] index in [count] increases progressively.Wherein, described ip_add_rule interface is that linux system is to carrying out the encapsulation that route is provided with by the rtnetlink DLL (dynamic link library).
Construct the route of specific routing table by the ip_add_route interface, the route of the specific routing table of described structure comprises: specified circuit by network interface address, purpose IP address and subnet mask, and specify route be stored in the specific routing table of network interface correspondence therewith.The method that route is set in the path establishing method of specific routing table and the prior art is consistent, the network interface route is set, all need to specify network interface address, purpose IP address and subnet mask, different is: do not need specified circuit by being placed in which routing table in the prior art, acquiescence is to be placed in the System Routing Table, and the present invention is when being provided with the network interface route, need specified circuit by being stored in the specific routing table corresponding with set network interface, described ip_add_route interface is that linux system is to carrying out the encapsulation that route is provided with by the rtnetlink DLL (dynamic link library).
Step 104 refreshes route-caching, and specific routing table route is come into force.
Usually, after constructing the route of specific routing table, the route of specific routing table is not to come into force, because there is route-caching mechanism in linux system, linux system at first finds packet to arrive the routing iinformation of destination address by route cache fast, and then searches System Routing Table.Therefore, after the route of finishing specific routing table is provided with, need to use the ip_flush_cache interface that route cache is refreshed, the route of specific routing table is come into force.Wherein, described ip_flush_cache interface is that linux system is to carrying out the encapsulation that route cache refreshes by the rtnetlink DLL (dynamic link library).
As shown in Figure 2, described in the step 101 network interface classified and specifically may further comprise the steps:
Step 201 is obtained the keyword of first network interface;
Suppose that the Linux server has N+1 network interface, is provided with an array element NETSEG[SegCnt] [count], wherein SegCnt represents the kind of network interface, count represents the number of similar network interface; Network interface is carried out order relatively, suppose that from network interface i the first then initial network interface is network interface i.
Step 202 judges whether the keyword of first network interface is 0, if be 0, then execution in step 207; Otherwise, obtain the keyword of current second network interface, execution in step 203;
Here, second network interface is from network interface i+1.
Step 203, relatively whether the keyword of two network interfaces is identical, if identical, illustrates that first network interface and second network interface belong to same class network interface, and then execution in step 204; Otherwise, execution in step 205.
Step 204 is changed to 0 with the value of the keyword of current second network interface, and the configuration information with network interface is stored in array element NETSEG[SegCnt simultaneously] in [count] in the row of the storage first network interface configuration information, the count value adds 1.
Step 205 judges whether first network interface relatively finishes successively with other network interfaces, if then execution in step 207, otherwise, execution in step 206.
Step 206, first network interface continue to compare with next second network interface successively, compare as network interface i and network interface i+2, and the rest may be inferred, obtain the keyword of current second network interface newly, execution in step 203.
Step 207 judges whether current first network interface is last network interface, if, then finish current relatively flow process, otherwise, execution in step 208.
Step 208, the SegCnt value adds 1, that is: with the next network interface of current first network interface as the first new network interface, obtain the keyword of the first new network interface, execution in step 202, order compares with other network interfaces.
For realizing said method, the present invention also provides a kind of inking device of multi-gateway Linux server, and this device comprises: network interface configuration acquisition module 301, network interface sort module 302, network interface configuration module 303, tactful routing rule generation module 304, routing table constructing module 305 and route-caching refresh module 306; Wherein,
Network interface configuration acquisition module 301 is used for obtaining by the ioctl_get_allifaddrs interface configuration information of each network interface of Linux server, and sends to network interface sort module 302;
Network interface sort module 302 is used for the network interface configuration information according to 301 acquisitions of network interface configuration acquisition module, and network interface is classified;
Described classification is specially: with the IP address of network interface and subnet mask be operating as keyword, the network interface that keyword is identical is a class; And classification results is stored in the array of setting, the element in the array is the configuration information of network interface, array is the index of network interface.
Network interface configuration module 303 according to network interface sort module 302 sorted network interface configuration informations, by the address of each network interface of ioctl_set_ifaddr interface configuration, comprises IP address and subnet mask, by the route of ioctl_set_route interface configuration network interface;
Strategy routing rule generation module 304 is used to the routing rule of generating strategy;
Here, described tactful routing rule is: according to the IP source address of packet, and inquiry and the corresponding specific routing table of network interface;
Routing table constructing module 305 is used for according to the configuration of tactful routing rule and network interface, constructs the route of specific routing table by the ip_add_route interface, when route is set, the route that is provided with is placed in the specific routing table of appointment;
Described specific routing table is that linux system is default, the unique corresponding specific routing table of each network interface, and the sequence number of specific routing table is according in network interface sort module 302 classification results, and the index of network interface in array increases progressively.
Route-caching refresh module 306 is used for by the ip_flush_cache interface route cache being refreshed, and the route of specific routing table is come into force.
The above is preferred embodiment of the present invention only, is not to be used to limit protection scope of the present invention, all any modifications of being done within the spirit and principles in the present invention, is equal to and replaces and improvement etc., all should be included within protection scope of the present invention.

Claims (9)

1. the collocation method of a multi-gateway Linux server is characterized in that, this method comprises:
Obtain the configuration information of each network interface of Linux server, network interface is classified according to configuration information;
Reconfigure the address and the route of each network interface;
The Provisioning Policy routing rule according to tactful routing rule and the specific routing table of network interface arrangement, and refreshes route-caching.
2. collocation method according to claim 1 is characterized in that, described network interface the classification according to configuration information comprises:
With the IP address of network interface and subnet mask be operating as keyword, the network interface that keyword is identical is divided into a class, and classification results is stored in the array, the element in the array is the configuration information of network interface, array is the index of network interface.
3. collocation method according to claim 1 and 2 is characterized in that, described tactful routing rule is: linux system is according to the IP source address inquiry specific routing table corresponding with network interface of packet.
4. collocation method according to claim 3 is characterized in that, describedly comprises according to tactful routing rule and the specific routing table of network interface arrangement:
Specified circuit by network interface address, purpose IP address and subnet mask, and specify route be stored in the specific routing table of network interface correspondence therewith; The unique corresponding specific routing table of each network interface.
5. collocation method according to claim 1 and 2 is characterized in that, described address and the route that reconfigures each network interface comprises:
By the ioctl_set_ifaddr interface IP address and the subnet mask of network interface are set, the default route of network interface are set by the ioctl_set_route interface, the network interface address of specify default route, gateway address, and purpose IP address and subnet mask are set to 0.
6. the inking device of a multi-gateway Linux server is characterized in that, comprising:
Network interface configuration acquisition module is used for obtaining the configuration information of each network interface of Linux server, and sends to the network interface sort module;
The network interface sort module is used for the network interface configuration information according to the acquisition of network interface configuration acquisition module, and network interface is classified;
The network interface configuration module is used for reconfiguring the address and the route of each network interface according to sorted network interface configuration information;
Strategy routing rule generation module is used for the Provisioning Policy routing rule;
The routing table constructing module is used for according to tactful routing rule and the specific routing table of network interface arrangement;
The route-caching refresh module is used to refresh route-caching.
7. inking device according to claim 6 is characterized in that, described network interface configuration module is by the IP address and the subnet mask of ioctl_set_ifaddr interface configuration network interface, by the route of ioctl_set_route interface configuration network interface.
8. according to claim 6 or 7 described inking devices, it is characterized in that described tactful routing rule is: according to the IP source address inquiry and the corresponding specific routing table of network interface of packet;
The specific routing table of described structure comprises: specified circuit by network interface address, purpose IP address and subnet mask, and specify route be stored in the specific routing table of network interface correspondence therewith; The unique corresponding specific routing table of each network interface.
9. according to claim 6 or 7 described inking devices, it is characterized in that, described network interface sort module, with the IP address of network interface and subnet mask be operating as keyword, the network interface that keyword is identical is divided into a class, and classification results is stored in the array of setting.
CN2009102382387A 2009-11-23 2009-11-23 Collocation method and device for multi-gateway Linux server Expired - Fee Related CN101710864B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2009102382387A CN101710864B (en) 2009-11-23 2009-11-23 Collocation method and device for multi-gateway Linux server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2009102382387A CN101710864B (en) 2009-11-23 2009-11-23 Collocation method and device for multi-gateway Linux server

Publications (2)

Publication Number Publication Date
CN101710864A true CN101710864A (en) 2010-05-19
CN101710864B CN101710864B (en) 2012-01-11

Family

ID=42403625

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2009102382387A Expired - Fee Related CN101710864B (en) 2009-11-23 2009-11-23 Collocation method and device for multi-gateway Linux server

Country Status (1)

Country Link
CN (1) CN101710864B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102223265A (en) * 2011-06-15 2011-10-19 北京星网锐捷网络技术有限公司 Forwarding method of modified massages and testing method, device and system of massage modification
CN102938711A (en) * 2012-11-16 2013-02-20 华为技术有限公司 Internet access information configuration method and network equipment
WO2013182166A1 (en) * 2012-10-31 2013-12-12 中兴通讯股份有限公司 Method and device for automatic, seamless network port switching
CN106921576A (en) * 2017-02-28 2017-07-04 郑州云海信息技术有限公司 The flow separation method and device that data network based on virtualization system is netted with management
CN107026795A (en) * 2016-02-02 2017-08-08 上海格尔软件股份有限公司 A kind of method for returning bag extremely source network interface based on iptables and policybased routing
CN109635875A (en) * 2018-12-19 2019-04-16 浙江大学滨海产业技术研究院 A kind of end-to-end network interface detection method based on deep learning
CN112688823A (en) * 2021-03-17 2021-04-20 深圳市乙辰科技股份有限公司 Blind-plugging network port binding adaptation method and device based on multiple network ports of wireless network equipment

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1118989C (en) * 1999-09-27 2003-08-20 华为技术有限公司 Method and implementing interconnection between LAN by telecommunication network
US8001245B2 (en) * 2005-06-01 2011-08-16 International Business Machines Corporation System and method for autonomically configurable router

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102223265A (en) * 2011-06-15 2011-10-19 北京星网锐捷网络技术有限公司 Forwarding method of modified massages and testing method, device and system of massage modification
WO2013182166A1 (en) * 2012-10-31 2013-12-12 中兴通讯股份有限公司 Method and device for automatic, seamless network port switching
CN102938711A (en) * 2012-11-16 2013-02-20 华为技术有限公司 Internet access information configuration method and network equipment
CN102938711B (en) * 2012-11-16 2015-08-19 华为技术有限公司 Network interface information configuring methods and the network equipment
CN107026795A (en) * 2016-02-02 2017-08-08 上海格尔软件股份有限公司 A kind of method for returning bag extremely source network interface based on iptables and policybased routing
CN106921576A (en) * 2017-02-28 2017-07-04 郑州云海信息技术有限公司 The flow separation method and device that data network based on virtualization system is netted with management
CN109635875A (en) * 2018-12-19 2019-04-16 浙江大学滨海产业技术研究院 A kind of end-to-end network interface detection method based on deep learning
CN112688823A (en) * 2021-03-17 2021-04-20 深圳市乙辰科技股份有限公司 Blind-plugging network port binding adaptation method and device based on multiple network ports of wireless network equipment
CN112688823B (en) * 2021-03-17 2021-08-03 深圳市乙辰科技股份有限公司 Blind-plugging network port binding adaptation method and device based on multiple network ports of wireless network equipment

Also Published As

Publication number Publication date
CN101710864B (en) 2012-01-11

Similar Documents

Publication Publication Date Title
CN101710864B (en) Collocation method and device for multi-gateway Linux server
CN111796905B (en) Method and system for realizing Kubernetes container cloud platform VLAN network
CN102792644B (en) For the system and method for routing packets
CN108768866B (en) Cross-card forwarding method and device for multicast message, network equipment and readable storage medium
US9973400B2 (en) Network flow information collection method and apparatus
CN107547391B (en) Message transmission method and device
CN102857491A (en) Management schemes for filter sets
CN102857414A (en) Forwarding table writing method and device and message forwarding method and device
CN101789949B (en) Method and router equipment for realizing load sharing
CN102035735A (en) Device and method for providing forwarding and qos information
US11444874B2 (en) Packet transmission method, and communications apparatus and system
CN102946356A (en) CB-PE (controlling bridge-port extender) network-based multicast message transmitting method and device
CN102055641A (en) Distribution method for virtual local area network and related device
CN105227466A (en) Communication processing method and device
CN111355674A (en) Routing message processing method and device, storage medium and electronic device
CN101341692B (en) Admission control using backup link based on access network in Ethernet
WO2016095142A1 (en) Data forwarding method, device and system in software-defined networking (sdn)
CN102201996B (en) Method and equipment for forwarding message in network address translation (NAT) environment
CN106453088B (en) A kind of static routing configuration method and terminal
CN102938711B (en) Network interface information configuring methods and the network equipment
CN107005464B (en) Method and device for processing service flow data packet
CN112600951B (en) Message forwarding method and device
CN111464443B (en) Message forwarding method, device, equipment and storage medium based on service function chain
CN109510766B (en) Dynamic routing method and system under intelligent terminal multi-network connection environment
CN106254282B (en) The implementation method and device of link aggregation

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
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Lu Mingchang

Inventor after: Liang Jianshi

Inventor before: Liang Jianshi

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20170825

Address after: 201100, Shanghai, Hongqiao Town, Minhang District Road, Lane 335, No. 32, Hongqiao Fu Fu, 2 floor, block D

Patentee after: Lu Mingchang

Address before: 518057 Nanshan District Guangdong high tech Industrial Park, South Road, science and technology, ZTE building, Ministry of Justice

Patentee before: ZTE Corp.

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

Granted publication date: 20120111

Termination date: 20211123