Movatterモバイル変換


[0]ホーム

URL:


US20140153577A1 - Session-based forwarding - Google Patents

Session-based forwarding
Download PDF

Info

Publication number
US20140153577A1
US20140153577A1US13/918,748US201313918748AUS2014153577A1US 20140153577 A1US20140153577 A1US 20140153577A1US 201313918748 AUS201313918748 AUS 201313918748AUS 2014153577 A1US2014153577 A1US 2014153577A1
Authority
US
United States
Prior art keywords
route
session
index
packet
neighbor
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.)
Abandoned
Application number
US13/918,748
Inventor
Ramsundar Janakiraman
Ravinder Verma
Bhanu S. Gopalasetty
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.)
Hewlett Packard Enterprise Development LP
Original Assignee
Aruba Networks Inc
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 Aruba Networks IncfiledCriticalAruba Networks Inc
Priority to US13/918,748priorityCriticalpatent/US20140153577A1/en
Assigned to ARUBA NETWORKS, INC.reassignmentARUBA NETWORKS, INC.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: GOPALASETTY, BHANU S., VERMA, RAVINDER, NAMBIAR, BRIJESH, PALKAR, PRASAD, JANAKIRAMAN, RAMSUNDAR
Publication of US20140153577A1publicationCriticalpatent/US20140153577A1/en
Assigned to HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.reassignmentHEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: ARUBA NETWORKS, INC.
Assigned to ARUBA NETWORKS, INC.reassignmentARUBA NETWORKS, INC.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
Assigned to HEWLETT PACKARD ENTERPRISE DEVELOPMENT LPreassignmentHEWLETT PACKARD ENTERPRISE DEVELOPMENT LPASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: ARUBA NETWORKS, INC.
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

The present disclosure discloses a method and network device for session based forwarding. Specifically, the disclosed system receives a first packet in a session, and performs a route lookup to determine a route for the first packet. Then, the system caches a reference to the route and a neighbor in the session, and also caches a reference to the session in a tunnel within which packets in the session are to be forwarded. Based on a comparison between the route version number cached in the session and the route version number in a route table corresponding to the route referenced by a route index in the session, the system determines whether the route is stale. If so, the system performs another route lookup to update the route. Moreover, the system uses cached reference to the session in the tunnel for forwarding subsequent packets in the session.

Description

Claims (27)

What is claimed is:
1. A method comprising:
receiving, by a network device, a first packet in a session;
performing, by the network device, a route lookup based on a header of the first packet to determine a route for the first packet; and
caching, by the network device, a reference to the route and a neighbor in the session such that subsequent packets in the session are routed based on the cached reference in lieu of subsequent route lookups.
2. The method ofclaim 1, wherein the reference to the route comprises one or more of: a route index, a route version number, a neighbor index, and a neighbor index number.
3. The method ofclaim 1, further comprising:
comparing, by the network device, a first route version number cached in the session and a second route version number in a route table corresponding to the route referenced by a route index in the session; and
determining, by the network device, that the route is stale in response to the first route version number being different from the second route version number.
4. The method ofclaim 3, further comprising:
comparing, by the network device, a first neighbor index and version number cached in the session with a second neighbor index and version number in a neighbor table corresponding to the route referenced by the route index in the session; and
determining, by the network device, that the route is stale in response to the first neighbor index or version number being different from the second neighbor index or version number.
5. The method ofclaim 4, further comprising:
in response to determining that the route is stale, performing another route lookup to update the route with one or more of an updated route index, an updated route version number, an updated neighbor index, and an updated neighbor version number.
6. The method ofclaim 4, further comprising:
in response to determining that the route is stale and the session is inactive, delaying route lookup until at least one packet is received in the session.
7. The method ofclaim 3, wherein at least two paths with identical cost corresponding to the route are stored in the route table, each path being identified by a unique Equal Cost Multiple Path (ECMP) index.
8. The method ofclaim 7, wherein, when a new ECMP index is added to the route table, a subsequent session uses the path associated with the new ECMP index and an existing session continues to use an existing path associated with an existing ECMP index.
9. The method ofclaim 4, wherein, when at least two next hop nodes use Virtual Router Redundancy Protocol (VRRP), the route is determined to be stale based on difference between the first neighbor version number cached in the session and the second neighbor version number corresponding to the route in the neighbor table.
10. The method ofclaim 3, further comprising:
in response to the route determined to be stale, performing another route lookup to update the session with an updated route index and an updated route version number;
in response to the updated route index and the updated route version corresponding to a shorter alternative route than the route, forwarding subsequent packets in the session using the shorter alternative route.
11. The method ofclaim 10, wherein the shorter alternative route is stored in a patricia trie as a child node of a parent node, wherein the parent node corresponds to the route, and wherein a route version number of the route corresponding to the parent node is increased in response to the child node being inserted in the patricia trie.
12. The method ofclaim 1, further comprising:
caching, by the network device, a reference to the session in a tunnel within which packets in the session are to be forwarded, thereby allowing direct access to the route from the tunnel.
13. The method ofclaim 1, further comprising:
encapsulating, by the network device, the first packet based on information returned from a bridge lookup prior to encrypting the first packet;
identifying, by the network device, a network interface that the first packet is to be transmitted on;
sending the first packet to a security engine of the network device to encrypt the first packet; and
instructing the security engine to forward encrypted first packet to the identified network interface in lieu of returning the encrypted first packet to a processor within the network device.
14. A network device having a symmetric multiprocessing architecture, the network device comprising:
a plurality of CPU cores;
a network interface to receive one or more data packets; and
a memory whose access is shared by the dedicated CPU core and the plurality of CPU cores;
wherein the plurality of CPU cores are to:
receive a first packet in a session;
perform a route lookup based on a header of the first packet to determine a route for the first packet; and
cache a reference to the route and a neighbor in the session such that subsequent packets in the session are routed based on the cached reference in lieu of subsequent route lookups.
15. The network device ofclaim 14, wherein the reference to the route comprises one or more of: a route index, a route version number, a neighbor index, and a neighbor index number.
16. The network device ofclaim 14, wherein the plurality of CPU cores are further to:
compare a first route version number cached in the session and a second route version number in a route table corresponding to the route referenced by a route index in the session; and
determine that the route is stale in response to the first route version number being different from the second route version number.
17. The method ofclaim 16, wherein the plurality of CPU cores are further to:
compare a first neighbor index and version number cached in the session with a second neighbor index and version number in a neighbor table corresponding to the route referenced by the route index in the session; and
determine that the route is stale in response to the first neighbor index or version number being different from the second neighbor index or version number.
18. The network device ofclaim 17, wherein the plurality of CPU cores are further to:
perform another route lookup to update the route with one or more of an updated route index, an updated route version number, an updated neighbor index, and an updated neighbor version number in response to determining that the route is stale.
19. The network device ofclaim 17, wherein the plurality of CPU cores are further to:
delay route lookup until at least one packet is received in the session in response to determining that the route is stale and the session is inactive.
20. The network device ofclaim 16, wherein at least two paths with identical costs corresponding to the route are stored in the route table, each path being identified by a unique Equal Cost Multiple Path (ECMP) index.
21. The network device ofclaim 20, wherein, when a new ECMP index is added to the route table, a subsequent session uses the path associated with the new ECMP index and an existing session continues to use an existing path associated with an existing ECMP index.
22. The network device ofclaim 17, wherein, when at least two next hop nodes use Virtual Router Redundancy Protocol (VRRP), the route is determined to be stale based on difference between the first neighbor version number cached in the session and the second neighbor version number corresponding to the route in the neighbor table.
23. The network device ofclaim 16, wherein the plurality of CPU cores further to:
perform another route lookup to update the session with an updated route index and an updated route version number in response to the route determined to be stale;
forward subsequent packets in the session using the shorter alternative route in response to the updated route index and the updated route version corresponding to a shorter alternative route than the route.
24. The network device ofclaim 23, wherein the shorter alternative route is stored in a patricia trie as a child node of a parent node, wherein the parent node corresponds to the route, and wherein a route version number of the route corresponding to the parent node is increased in response to the child node being inserted in the patricia trie.
25. The network device ofclaim 14, wherein the plurality of CPU cores are further to:
cache a reference to the session in a tunnel within which packets in the session are to be forwarded, thereby allowing direct access to the route from the tunnel.
26. The network device ofclaim 14, wherein the plurality of the CPU cores are further to:
encapsulate the first packet based on information returned from a bridge lookup prior to encrypting the first packet;
identify a network interface that the first packet is to be transmitted on;
send the first packet to a security engine of the network device to encrypt the first packet; and
instruct the security engine to forward encrypted first packet to the identified network interface in lieu of returning the encrypted first packet to a processor within the network device.
27. A non-transitory computer-readable storage medium storing embedded instructions for a plurality of operations that are executed by one or more mechanisms implemented within a network device having a symmetric multiprocessing architecture, the plurality of operations comprising:
receiving a first packet in a session;
performing a route lookup to determine a route for the first packet;
caching a reference to the route in the session;
caching a reference to the session and a neighbor in a tunnel within which packets in the session are forwarded;
comparing a first route version number cached in the session with a second route version number in a route table corresponding to the route referenced by a route index in the session;
determining whether the route is stale based on the first and second route version numbers;
performing another route lookup to update the route in response to determining that the route is stale; and
using cached reference to the session in the tunnel for forwarding subsequent packets in the session.
US13/918,7482012-12-032013-06-14Session-based forwardingAbandonedUS20140153577A1 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US13/918,748US20140153577A1 (en)2012-12-032013-06-14Session-based forwarding

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US201261732829P2012-12-032012-12-03
US13/918,748US20140153577A1 (en)2012-12-032013-06-14Session-based forwarding

Publications (1)

Publication NumberPublication Date
US20140153577A1true US20140153577A1 (en)2014-06-05

Family

ID=50825368

Family Applications (7)

Application NumberTitlePriority DateFiling Date
US13/918,760Active2033-12-01US9467326B2 (en)2012-12-032013-06-14Rate limiting mechanism based on device load/capacity or traffic content
US13/918,770Active2034-03-17US9800503B2 (en)2012-12-032013-06-14Control plane protection for various tables using storm prevention entries
US13/918,748AbandonedUS20140153577A1 (en)2012-12-032013-06-14Session-based forwarding
US13/918,732Active2034-07-01US10263916B2 (en)2012-12-032013-06-14System and method for message handling in a network device
US13/928,300Active2033-09-05US9065701B2 (en)2012-12-032013-06-26Enhanced serialization mechanism
US14/018,129Active2033-09-12US9100242B2 (en)2012-12-032013-09-04System and method for maintaining captive portal user authentication
US16/384,074AbandonedUS20190245809A1 (en)2012-12-032019-04-15System and method for message handling in a network device

Family Applications Before (2)

Application NumberTitlePriority DateFiling Date
US13/918,760Active2033-12-01US9467326B2 (en)2012-12-032013-06-14Rate limiting mechanism based on device load/capacity or traffic content
US13/918,770Active2034-03-17US9800503B2 (en)2012-12-032013-06-14Control plane protection for various tables using storm prevention entries

Family Applications After (4)

Application NumberTitlePriority DateFiling Date
US13/918,732Active2034-07-01US10263916B2 (en)2012-12-032013-06-14System and method for message handling in a network device
US13/928,300Active2033-09-05US9065701B2 (en)2012-12-032013-06-26Enhanced serialization mechanism
US14/018,129Active2033-09-12US9100242B2 (en)2012-12-032013-09-04System and method for maintaining captive portal user authentication
US16/384,074AbandonedUS20190245809A1 (en)2012-12-032019-04-15System and method for message handling in a network device

Country Status (1)

CountryLink
US (7)US9467326B2 (en)

Cited By (51)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20150117445A1 (en)*2011-08-172015-04-30Nicira, Inc.Packet Conflict Resolution
US20150281062A1 (en)*2014-03-312015-10-01Arista Networks, Inc.System and method for route health injection using virtual tunnel endpoints
US20160080261A1 (en)*2011-08-172016-03-17Nicira, Inc.Last-Hop Processing for Reverse Direction Packets
US9420607B1 (en)2014-05-282016-08-16Cisco Technology, Inc.System and method for handling stray session requests in a network environment
US20170168864A1 (en)*2015-12-092017-06-15Varmour Networks, Inc.Directing Data Traffic Between Intra-Server Virtual Machines
US9697030B2 (en)2011-11-152017-07-04Nicira, Inc.Connection identifier assignment and source network address translation
US9762599B2 (en)2016-01-292017-09-12Varmour Networks, Inc.Multi-node affinity-based examination for computer network security remediation
US20180034734A1 (en)*2016-07-282018-02-01Fortinet, Inc.Network processing unit (npu) integrated layer 2 network device for layer 3 offloading
US9923814B2 (en)*2015-02-172018-03-20Huawei Technologies Co., Ltd.Media access control address resolution using internet protocol addresses
US20180115470A1 (en)*2016-10-262018-04-26Arizona Board Of Regents On Behalf Of Arizona State UniversitySecurity policy analysis framework for distributed software defined networking (sdn) based cloud environments
US9973472B2 (en)2015-04-022018-05-15Varmour Networks, Inc.Methods and systems for orchestrating physical and virtual switches to enforce security boundaries
US10009381B2 (en)2015-03-302018-06-26Varmour Networks, Inc.System and method for threat-driven security policy controls
US10009317B2 (en)2016-03-242018-06-26Varmour Networks, Inc.Security policy generation using container metadata
US10091238B2 (en)2014-02-112018-10-02Varmour Networks, Inc.Deception using distributed threat detection
US10193929B2 (en)2015-03-132019-01-29Varmour Networks, Inc.Methods and systems for improving analytics in distributed networks
CN109347623A (en)*2018-10-182019-02-15盛科网络(苏州)有限公司Conversate the method and device of holding in a kind of application of balancing link load
US10264025B2 (en)2016-06-242019-04-16Varmour Networks, Inc.Security policy generation for virtualization, bare-metal server, and cloud computing environments
US10333986B2 (en)2015-03-302019-06-25Varmour Networks, Inc.Conditional declarative policies
US10382467B2 (en)2016-01-292019-08-13Varmour Networks, Inc.Recursive multi-layer examination for computer network security remediation
US10454897B1 (en)*2016-01-212019-10-22Amazon Technologies, Inc.Proxy captive portal traffic for input-limited devices
US10484263B2 (en)*2017-01-162019-11-19International Business Machines CorporationRoute-cost acquisition from routers
US10601832B1 (en)2016-03-302020-03-24Amazon Technologies, Inc.Proxy captive portal traffic for input-limited devices
US20200177548A1 (en)*2015-11-172020-06-04Zscaler, Inc.Multi-tenant cloud-based firewall systems and methods
CN111277518A (en)*2020-01-222020-06-12盛科网络(苏州)有限公司Information processing method, Ethernet switching chip and storage medium
US10755334B2 (en)2016-06-302020-08-25Varmour Networks, Inc.Systems and methods for continually scoring and segmenting open opportunities using client data and product predictors
US10880208B1 (en)*2019-02-112020-12-29Google LlcOffloads for multicast virtual network packet processing in a network interface card
CN112351250A (en)*2020-10-212021-02-09杭州海康威视数字技术股份有限公司Encoding parameter adjusting method, device and equipment and storage medium
CN113422722A (en)*2021-06-162021-09-21锐捷网络股份有限公司Route processing method and device
US20210357400A1 (en)*2018-09-192021-11-18Censhare GmbhEfficient in-memory multi-version concurrency control for a trie data structure based database
CN113924762A (en)*2019-05-302022-01-11诺基亚通信公司Activation of PDU sessions and QoS flows in 3 GPP-based Ethernet bridges
US11233778B2 (en)*2018-08-152022-01-25Juniper Networks, Inc.Secure forwarding of tenant workloads in virtual networks
US11290493B2 (en)2019-05-312022-03-29Varmour Networks, Inc.Template-driven intent-based security
US11290494B2 (en)2019-05-312022-03-29Varmour Networks, Inc.Reliability prediction for cloud security policies
WO2022072083A1 (en)2020-09-292022-04-07Palo Alto Networks, Inc.Enhanced sd-wan path quality measurement and selection
US11310284B2 (en)2019-05-312022-04-19Varmour Networks, Inc.Validation of cloud security policies
US11329966B2 (en)2018-08-152022-05-10Juniper Networks, Inc.System and method for transferring packets between kernel modules in different network stacks
US11405775B2 (en)*2017-04-282022-08-02Hewlett Packard Enterprise Development LpThree-address scheme for forwarding frames in a wireless mesh network
US11523319B2 (en)*2017-01-092022-12-06Lg Electronics Inc.Method for managing PDU session in wireless communication system and device for same
US11575563B2 (en)2019-05-312023-02-07Varmour Networks, Inc.Cloud security management
US11711374B2 (en)2019-05-312023-07-25Varmour Networks, Inc.Systems and methods for understanding identity and organizational access to applications within an enterprise environment
US11734316B2 (en)2021-07-082023-08-22Varmour Networks, Inc.Relationship-based search in a computing environment
US20230291685A1 (en)*2022-03-082023-09-14Arista Networks, Inc.Mechanism to manage bidirectional traffic for high availability network devices
US11777978B2 (en)2021-01-292023-10-03Varmour Networks, Inc.Methods and systems for accurately assessing application access risk
US11818152B2 (en)2020-12-232023-11-14Varmour Networks, Inc.Modeling topic-based message-oriented middleware within a security system
US11863580B2 (en)2019-05-312024-01-02Varmour Networks, Inc.Modeling application dependencies to identify operational risk
US11870691B2 (en)2015-07-072024-01-09Cisco Technology, Inc.Intelligent wide area network (IWAN)
US11876817B2 (en)2020-12-232024-01-16Varmour Networks, Inc.Modeling queue-based message-oriented middleware relationships in a security system
US11902876B2 (en)*2018-10-302024-02-13Huawei Technologies Co., Ltd.Routing management method and apparatus
US12050693B2 (en)2021-01-292024-07-30Varmour Networks, Inc.System and method for attributing user behavior from multiple technical telemetry sources
US20240380687A1 (en)*2021-09-302024-11-14Zte CorporationData forwarding method and system, electronic device, and storage medium
US12349237B2 (en)*2021-11-112025-07-01Beken CorporationMesh WiFi data transmission system

Families Citing this family (49)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9424159B2 (en)*2013-10-102016-08-23International Business Machines CorporationPerformance measurement of hardware accelerators
EP2863597B1 (en)*2013-10-212016-01-06Accenture Global Services LimitedComputer-implemented method, computer system, computer program product to manage traffic in a network
US10044612B2 (en)*2013-11-062018-08-07Citrix Systems, Inc.Systems and methods for port allocation
WO2015071888A1 (en)*2013-11-182015-05-21Telefonaktiebolaget L M Ericsson (Publ)Multi-tenant isolation in a cloud environment using software defined networking
US9480100B2 (en)*2014-01-152016-10-25Cisco Technology, Inc.Wireless client device roaming among clustered access points
CN108551675B (en)2014-04-142022-04-15创新先进技术有限公司Application client, server and corresponding Portal authentication method
US10102019B2 (en)*2014-06-092018-10-16Verizon Patent And Licensing Inc.Analyzing network traffic for layer-specific corrective actions in a cloud computing environment
US10021028B2 (en)*2014-06-162018-07-10International Business Machines CorporationControlling incoming traffic
US9383989B1 (en)2014-06-162016-07-05Symantec CorporationSystems and methods for updating applications
US9596164B1 (en)*2014-06-262017-03-14Juniper Networks, Inc.Application visibility in layer 3 networks
WO2016061766A1 (en)2014-10-222016-04-28华为技术有限公司Service flow control method, controller and system in object-based storage system
GB2548758A (en)2014-12-052017-09-27Wal Mart Stores IncSystem and method for generating globally-unique identifiers
US9992223B2 (en)*2015-03-202018-06-05Nxp Usa, Inc.Flow-based anti-replay checking
US10078473B2 (en)*2015-03-232018-09-18Netapp, Inc.Resource allocation in networked storage systems
JP6332200B2 (en)*2015-08-262018-05-30株式会社村田製作所 Electronic components
US10154062B2 (en)*2015-09-252018-12-11Nxp Usa, Inc.Rule lookup using predictive tuples based rule lookup cache in the data plane
CA3001987A1 (en)*2015-09-282017-04-06Walmart Apollo, LlcCloud based session management system
US10404778B2 (en)2015-12-092019-09-03Walmart Apollo, LlcSession hand-off for mobile applications
US10230633B2 (en)*2016-01-212019-03-12Red Hat, Inc.Shared memory communication in software defined networking
US10348737B2 (en)*2016-03-082019-07-09International Business Machines CorporationLogin performance
BR112019003675A2 (en)2016-08-242019-05-21Viasat Inc method for device shaping traffic on a communications network, user-side network node communications system, communications system, and provider-side network node system
US10735954B2 (en)2016-09-022020-08-04Blackberry LimitedMethod and device for facilitating authentication over a wireless network
FR3059500A1 (en)*2016-11-292018-06-01Orange LIGHTING AND OPTICAL COMMUNICATION DEVICE COMBINED WITH VISUALIZATION OF THE FIELD OF COMMUNICATION
CN106714164B (en)*2016-12-092020-10-30上海斐讯数据通信技术有限公司Acquisition method of resource file in Portal page, wireless AP and Portal server
US10263859B2 (en)*2017-01-112019-04-16Sony Interactive Entertainment LLCDelaying new session initiation in response to increased data traffic latency
US10855616B2 (en)*2017-01-112020-12-01Sony Interactive Entertainment LLCPredicting wait time for new session initiation during increased data traffic latency
US10834230B2 (en)2017-08-252020-11-10International Business Machines CorporationServer request management
US11593134B2 (en)*2018-01-262023-02-28Nicira, Inc.Throttling CPU utilization by implementing a rate limiter
GB2571576B (en)*2018-03-022022-06-15Ssh Communications Security OyjProcessing packets in a computer system
WO2019195086A1 (en)*2018-04-032019-10-10Walmart Apollo, LlcCustomized service request permission control system
US11063940B2 (en)*2018-04-272021-07-13Hewlett Packard Enterprise Development LpSwitch authentication
US10644970B2 (en)2018-07-112020-05-05Sony Interactive Entertainment LLCTracking application utilization of microservices
US10942791B2 (en)*2018-09-172021-03-09Oracle International CorporationManaging load in request processing environments
CN109361714B (en)*2018-12-182021-11-16中国移动通信集团江苏有限公司User login authentication method, device, equipment and computer storage medium
US11171961B2 (en)2019-05-092021-11-09Cisco Technology, Inc.Secure captive portal remediation
US10922024B1 (en)*2019-06-282021-02-16Amazon Technologies, Inc.Self-protection against serialization incompatibilities
EP3767973B1 (en)*2019-07-182022-02-16neXenio GmbHMethod for broadcasting data
US12348494B2 (en)*2019-09-242025-07-01Pribit Technology, Inc.Network access control system and method therefor
US12381890B2 (en)2019-09-242025-08-05Pribit Technology, Inc.System and method for secure network access of terminal
US12166759B2 (en)2019-09-242024-12-10Pribit Technology, Inc.System for remote execution code-based node control flow management, and method therefor
EP4037277B1 (en)2019-09-242025-05-07PRIBIT Technology, Inc.System for authenticating and controlling network access of terminal, and method therefor
US11483246B2 (en)2020-01-132022-10-25Vmware, Inc.Tenant-specific quality of service
US11599395B2 (en)2020-02-192023-03-07Vmware, Inc.Dynamic core allocation
US11539633B2 (en)2020-08-312022-12-27Vmware, Inc.Determining whether to rate limit traffic
US20220286907A1 (en)*2021-03-032022-09-08Qualcomm IncorporatedRecovery after packet data convergence protocol packet discard
US11677717B2 (en)2021-03-222023-06-13Cloudflare, Inc.Unified network service that connects multiple disparate private networks and end user client devices operating on separate networks
US11799784B2 (en)2021-06-082023-10-24Vmware, Inc.Virtualized QoS support in software defined networks
US11841871B2 (en)*2021-06-292023-12-12International Business Machines CorporationManaging extract, transform and load systems
US12047440B2 (en)2021-10-052024-07-23International Business Machines CorporationManaging workload in a service mesh

Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20030037042A1 (en)*1999-12-082003-02-20Nec CorporationTable searching technique
US20050105524A1 (en)*2003-11-172005-05-19Hughes Electronics CorporationSystem and method for provisioning of route information in a meshed communications network
US20100037311A1 (en)*2006-11-202010-02-11Liwen HeSecure network architecture
US20110292933A1 (en)*2010-05-262011-12-01Alcatel-Lucent Usa, Inc.Dynamic route cost adjustment of vrrp enabled subnets for routing protocols
US20120057599A1 (en)*2010-09-032012-03-08Futurewei Technologies, Inc.System and Method for Virtual Private Local Area Network Service to Use the Flow Aware Pseudowire
US20130286846A1 (en)*2012-04-252013-10-31Juniper Networks, Inc.Path weighted equal-cost multipath

Family Cites Families (85)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5400325A (en)*1993-06-291995-03-21Synoptics Communications, Inc.Method and apparatus providing for hunt groups in an ATM network of the like
EP0834227B1 (en)*1995-06-191999-02-03International Business Machines CorporationMethod and system for receiving data packets in a unidirectional broadcasting system
JPH10154995A (en)*1996-11-201998-06-09Fujitsu Ltd Gateway device and packet relay method
US6118760A (en)1997-06-302000-09-12Sun Microsystems, Inc.Management of entries in a network element forwarding memory
US5920566A (en)*1997-06-301999-07-06Sun Microsystems, Inc.Routing in a multi-layer distributed network element
US6167450A (en)*1997-07-302000-12-26International Business Machines CorporationData communications management system and protocol replacement method for mobile communication environments
US6098172A (en)*1997-09-122000-08-01Lucent Technologies Inc.Methods and apparatus for a computer network firewall with proxy reflection
US6158008A (en)*1997-10-232000-12-05At&T Wireless Svcs. Inc.Method and apparatus for updating address lists for a packet filter processor
US6118765A (en)*1998-01-132000-09-12Qualcomm Inc.System method and computer program product for eliminating unnecessary retransmissions
US6195688B1 (en)1998-05-072001-02-27International Business Machines CorporationComputer system, program product and method of communicating internetworking data over a master-slave communication link
US6212195B1 (en)1998-12-012001-04-033Com CorporationTelecommunication apparatus and method for forwarding packets using separate collision domains
US6535511B1 (en)*1999-01-072003-03-18Cisco Technology, Inc.Method and system for identifying embedded addressing information in a packet for translation between disparate addressing systems
US6651096B1 (en)1999-04-202003-11-18Cisco Technology, Inc.Method and apparatus for organizing, storing and evaluating access control lists
US6606316B1 (en)*1999-07-022003-08-12Cisco Technology, Inc.Gathering network statistics in a distributed network service environment
US6728265B1 (en)1999-07-302004-04-27Intel CorporationControlling frame transmission
US20110258444A1 (en)1999-07-302011-10-20Intel CorporationNetwork Controller Decryption
US7120683B2 (en)2000-04-032006-10-10Zarlink Semiconductor V.N. Inc.Single switch image for a stack of switches
US20040213237A1 (en)2000-06-292004-10-28Toshikazu YasueNetwork authentication apparatus and network authentication system
US7739308B2 (en)2000-09-082010-06-15Oracle International CorporationTechniques for automatically provisioning a database over a wide area network
US20020042875A1 (en)*2000-10-112002-04-11Jayant ShuklaMethod and apparatus for end-to-end secure data communication
US7031314B2 (en)*2001-05-162006-04-18Bytemobile, Inc.Systems and methods for providing differentiated services within a network communication system
US7117504B2 (en)2001-07-102006-10-03Microsoft CorporationApplication program interface that enables communication for a network software platform
US6968389B1 (en)*2001-07-172005-11-22Cisco Technology, Inc.System and method for qualifying requests in a network
JP3990882B2 (en)*2001-07-252007-10-17株式会社エヌ・ティ・ティ・ドコモ Mobile packet communication system, mobile packet communication method, and radio control apparatus
US20120027008A1 (en)*2001-10-122012-02-02Spice I2I LimitedAddressing Techniques For Voice Over Internet Protocol Router
US7006436B1 (en)*2001-11-132006-02-28At&T Corp.Method for providing voice-over-IP service
KR100411446B1 (en)*2001-12-242003-12-18엘지전자 주식회사Method of Controlling Type 3 Packet in the AAL2 Signaling
JP3878014B2 (en)2001-12-282007-02-07富士通株式会社 Packet switch for interfacing LAN and WAN
US6985479B2 (en)*2002-03-042006-01-10Qualcomm IncorporatedMethod and apparatus for processing internet protocol transmissions
CA2390348A1 (en)2002-06-102003-12-10Ibm Canada Limited-Ibm Canada LimiteeSystems, methods and computer programs for implementing and accessing webservices
US7716725B2 (en)*2002-09-202010-05-11Fortinet, Inc.Firewall interface configuration and processes to enable bi-directional VoIP traversal communications
US7483980B2 (en)2002-11-072009-01-27Hewlett-Packard Development Company, L.P.Method and system for managing connections in a computer network
US7701863B2 (en)*2002-12-122010-04-20Alcatel LucentDecentralized SLS monitoring for throughput in a differentiated service environment
US20040125812A1 (en)*2002-12-252004-07-01Meng-Hua KaoAdapter for internetworking wwan and wlan
US20040170181A1 (en)2003-02-272004-09-02Padcom, Inc.Prioritized alternate port routing
US7245622B2 (en)*2003-03-272007-07-17Microsoft CorporationAllowing IPv4 clients to communicate over an IPv6 network when behind a network address translator with reduced server workload
US6985150B2 (en)2003-03-312006-01-10Sun Microsystems, Inc.Accelerator control unit configured to manage multiple hardware contexts
US7814310B2 (en)2003-04-122010-10-12Cavium NetworksIPsec performance optimization
US7913294B1 (en)2003-06-242011-03-22Nvidia CorporationNetwork protocol processing for filtering packets
US7342916B2 (en)*2003-09-102008-03-11Intel CorporationMethod, apparatus and system for optimizing routing of mobile IP packets
TWI235572B (en)*2003-12-192005-07-01Inst Information IndustryMethod of IPsec packet routing, NAPT device and storage medium using the same
US20050193429A1 (en)2004-01-232005-09-01The Barrier GroupIntegrated data traffic monitoring system
US8250150B2 (en)2004-01-262012-08-21Forte Internet Software, Inc.Methods and apparatus for identifying and facilitating a social interaction structure over a data packet network
US20050201391A1 (en)*2004-03-112005-09-15Hung-Fang MaNetwork address translation router and related method
US7474634B1 (en)*2004-03-122009-01-06West CorporationSystem, methods, and computer-readable media for expedited access to conference calls
US8176126B2 (en)2004-08-262012-05-08International Business Machines CorporationSystem, method and program to limit rate of transferring messages from suspected spammers
US20060069782A1 (en)2004-09-162006-03-30Michael ManningMethod and apparatus for location-based white lists in a telecommunications network
US7624263B1 (en)2004-09-212009-11-24Advanced Micro Devices, Inc.Security association table lookup architecture and method of operation
ATE446635T1 (en)2004-12-032009-11-15Ericsson Telefon Ab L M TECHNOLOGY FOR CONNECTING INTERMEDIATE NETWORK NODES
JP4655903B2 (en)2004-12-082011-03-23株式会社日立製作所 Packet transfer device
US8787393B2 (en)*2005-04-112014-07-22International Business Machines CorporationPreventing duplicate sources from clients served by a network address port translator
KR20060117586A (en)*2005-05-112006-11-17삼성전자주식회사 Packet processing method and apparatus therefor in IPv4 / IP6 integrated network
US7313134B2 (en)*2005-05-122007-12-25Yahoo! Inc.Proxy server for relaying VOIP messages
US7505434B1 (en)2005-06-232009-03-17Autocell Laboratories, Inc.VLAN tagging in WLANs
US20060294588A1 (en)*2005-06-242006-12-28International Business Machines CorporationSystem, method and program for identifying and preventing malicious intrusions
US7808985B2 (en)2006-11-212010-10-05Gigle Networks SlNetwork repeater
US7619993B2 (en)*2005-11-012009-11-17International Business Machines CorporationEfficient probabilistic duplicate packet detector in computer networks
US9021134B1 (en)*2006-03-032015-04-28Juniper Networks, Inc.Media stream transport conversion within an intermediate network device
US20070214265A1 (en)2006-03-072007-09-13Sbc Knowledge Ventures LpScalable captive portal redirect
US7743094B2 (en)*2006-03-072010-06-22Motorola, Inc.Method and apparatus for redirection of domain name service (DNS) packets
US8056115B2 (en)2006-12-112011-11-08International Business Machines CorporationSystem, method and program product for identifying network-attack profiles and blocking network intrusions
JP4995590B2 (en)2007-02-142012-08-08株式会社エヌ・ティ・ティ・ドコモ Content distribution management device, communication terminal, program, and content distribution system
US7864771B2 (en)2007-04-202011-01-04Cisco Technology, Inc.Parsing out of order data packets at a content gateway of a network
WO2009008007A2 (en)2007-07-092009-01-15Hewlett-Packard Development Company L.P.Data packet processing method for a multi core processor
US8010522B2 (en)*2007-12-072011-08-30International Business Machines CorporationSystem, method and program product for detecting SQL queries injected into data fields of requests made to applications
TW201021488A (en)2007-12-072010-06-01Interdigital Patent HoldingsMethod and apparatus for supporting configuration and control of the RLC and PDCP sub-layers
DE102008020205B4 (en)2008-04-222010-01-07Schenck Rotec Gmbh Filling bell for filling a tubeless tire
US8544080B2 (en)*2008-06-122013-09-24Telefonaktiebolaget L M Ericsson (Publ)Mobile virtual private networks
US8055286B1 (en)*2008-08-272011-11-08Sprint Spectrum L.P.Modification of en-route message to add destination port number selected based at least in part on message originator
JP5632380B2 (en)2008-10-132014-11-26デバイススケープ・ソフトウェア・インコーポレーテッド System and method for identifying a network
US20100263022A1 (en)2008-10-132010-10-14Devicescape Software, Inc.Systems and Methods for Enhanced Smartclient Support
EP2273736B1 (en)2009-06-292011-09-21Alcatel LucentMethod of managing a traffic load
US20110023088A1 (en)*2009-07-232011-01-27Electronics And Telecommunications Research InstituteFlow-based dynamic access control system and method
US8238244B2 (en)2009-08-102012-08-07Micron Technology, Inc.Packet deconstruction/reconstruction and link-control
JP5541293B2 (en)2009-12-032014-07-09日本電気株式会社 Packet receiving apparatus, packet communication system, and packet order control method
US9137139B2 (en)*2009-12-182015-09-15Cisco Technology, Inc.Sender-specific counter-based anti-replay for multicast traffic
US8452835B2 (en)2009-12-232013-05-28Citrix Systems, Inc.Systems and methods for object rate limiting in multi-core system
KR101670253B1 (en)*2010-02-162016-10-31삼성전자 주식회사Method and device for controlling network access of ue in wireless communication system
US20120281530A1 (en)2010-11-082012-11-08Qualcomm IncorporatedSystem and method for radio access network overload control
JP5630306B2 (en)*2011-02-102014-11-26富士通株式会社 Route generation method, relay device, and route generation program
US8806573B2 (en)2011-08-092014-08-12Cisco Technology, Inc.Authentication control in low-power lossy networks
CN103782527B (en)2011-09-122016-11-16英特尔公司A kind of serve the base station of one or more groups of machine to machine device, machine to machine device and information processing system
US8767730B2 (en)*2012-02-102014-07-01Futurewei Technologies, Inc.Virtual local area network identifier substitution as time to live method
US9148343B2 (en)2012-03-272015-09-29Juniper Networks, Inc.Methods and apparatus for improving compatibility between network devices
US9258213B2 (en)*2012-05-302016-02-09Cisco Technology, Inc.Detecting and mitigating forwarding loops in stateful network devices

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20030037042A1 (en)*1999-12-082003-02-20Nec CorporationTable searching technique
US20050105524A1 (en)*2003-11-172005-05-19Hughes Electronics CorporationSystem and method for provisioning of route information in a meshed communications network
US20100037311A1 (en)*2006-11-202010-02-11Liwen HeSecure network architecture
US20110292933A1 (en)*2010-05-262011-12-01Alcatel-Lucent Usa, Inc.Dynamic route cost adjustment of vrrp enabled subnets for routing protocols
US20120057599A1 (en)*2010-09-032012-03-08Futurewei Technologies, Inc.System and Method for Virtual Private Local Area Network Service to Use the Flow Aware Pseudowire
US20130286846A1 (en)*2012-04-252013-10-31Juniper Networks, Inc.Path weighted equal-cost multipath

Cited By (81)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9602404B2 (en)*2011-08-172017-03-21Nicira, Inc.Last-hop processing for reverse direction packets
US20150117445A1 (en)*2011-08-172015-04-30Nicira, Inc.Packet Conflict Resolution
US9203703B2 (en)*2011-08-172015-12-01Nicira, Inc.Packet conflict resolution
US20160080261A1 (en)*2011-08-172016-03-17Nicira, Inc.Last-Hop Processing for Reverse Direction Packets
US11593148B2 (en)2011-11-152023-02-28Nicira, Inc.Network control system for configuring middleboxes
US10922124B2 (en)2011-11-152021-02-16Nicira, Inc.Network control system for configuring middleboxes
US10514941B2 (en)2011-11-152019-12-24Nicira, Inc.Load balancing and destination network address translation middleboxes
US12141599B2 (en)2011-11-152024-11-12Nicira, Inc.Architecture of networks with middleboxes
US9697030B2 (en)2011-11-152017-07-04Nicira, Inc.Connection identifier assignment and source network address translation
US12093719B2 (en)2011-11-152024-09-17Nicira, Inc.Network control system for configuring middleboxes
US10884780B2 (en)2011-11-152021-01-05Nicira, Inc.Architecture of networks with middleboxes
US10191763B2 (en)2011-11-152019-01-29Nicira, Inc.Architecture of networks with middleboxes
US10949248B2 (en)2011-11-152021-03-16Nicira, Inc.Load balancing and destination network address translation middleboxes
US11740923B2 (en)2011-11-152023-08-29Nicira, Inc.Architecture of networks with middleboxes
US10310886B2 (en)2011-11-152019-06-04Nicira, Inc.Network control system for configuring middleboxes
US10977067B2 (en)2011-11-152021-04-13Nicira, Inc.Control plane interface for logical middlebox services
US10235199B2 (en)2011-11-152019-03-19Nicira, Inc.Migrating middlebox state for distributed middleboxes
US11372671B2 (en)2011-11-152022-06-28Nicira, Inc.Architecture of networks with middleboxes
US10089127B2 (en)2011-11-152018-10-02Nicira, Inc.Control plane interface for logical middlebox services
US10091238B2 (en)2014-02-112018-10-02Varmour Networks, Inc.Deception using distributed threat detection
US20150281062A1 (en)*2014-03-312015-10-01Arista Networks, Inc.System and method for route health injection using virtual tunnel endpoints
US9509603B2 (en)*2014-03-312016-11-29Arista Networks, Inc.System and method for route health injection using virtual tunnel endpoints
US9936438B2 (en)2014-05-282018-04-03Cisco Technologies, Inc.System and method for handling stray session requests in a network environment
US9420607B1 (en)2014-05-282016-08-16Cisco Technology, Inc.System and method for handling stray session requests in a network environment
US9923814B2 (en)*2015-02-172018-03-20Huawei Technologies Co., Ltd.Media access control address resolution using internet protocol addresses
US10193929B2 (en)2015-03-132019-01-29Varmour Networks, Inc.Methods and systems for improving analytics in distributed networks
US10009381B2 (en)2015-03-302018-06-26Varmour Networks, Inc.System and method for threat-driven security policy controls
US10333986B2 (en)2015-03-302019-06-25Varmour Networks, Inc.Conditional declarative policies
US9973472B2 (en)2015-04-022018-05-15Varmour Networks, Inc.Methods and systems for orchestrating physical and virtual switches to enforce security boundaries
US11870691B2 (en)2015-07-072024-01-09Cisco Technology, Inc.Intelligent wide area network (IWAN)
US11582192B2 (en)*2015-11-172023-02-14Zscaler, Inc.Multi-tenant cloud-based firewall systems and methods
US20200177548A1 (en)*2015-11-172020-06-04Zscaler, Inc.Multi-tenant cloud-based firewall systems and methods
US10191758B2 (en)*2015-12-092019-01-29Varmour Networks, Inc.Directing data traffic between intra-server virtual machines
US20170168864A1 (en)*2015-12-092017-06-15Varmour Networks, Inc.Directing Data Traffic Between Intra-Server Virtual Machines
US10454897B1 (en)*2016-01-212019-10-22Amazon Technologies, Inc.Proxy captive portal traffic for input-limited devices
US9762599B2 (en)2016-01-292017-09-12Varmour Networks, Inc.Multi-node affinity-based examination for computer network security remediation
US10382467B2 (en)2016-01-292019-08-13Varmour Networks, Inc.Recursive multi-layer examination for computer network security remediation
US10009317B2 (en)2016-03-242018-06-26Varmour Networks, Inc.Security policy generation using container metadata
US10601832B1 (en)2016-03-302020-03-24Amazon Technologies, Inc.Proxy captive portal traffic for input-limited devices
US10264025B2 (en)2016-06-242019-04-16Varmour Networks, Inc.Security policy generation for virtualization, bare-metal server, and cloud computing environments
US10755334B2 (en)2016-06-302020-08-25Varmour Networks, Inc.Systems and methods for continually scoring and segmenting open opportunities using client data and product predictors
US10148576B2 (en)*2016-07-282018-12-04Fortinet, Inc.Network processing unit (NPU) integrated layer 2 network device for layer 3 offloading
US20180034734A1 (en)*2016-07-282018-02-01Fortinet, Inc.Network processing unit (npu) integrated layer 2 network device for layer 3 offloading
US10868737B2 (en)*2016-10-262020-12-15Arizona Board Of Regents On Behalf Of Arizona State UniversitySecurity policy analysis framework for distributed software defined networking (SDN) based cloud environments
US20180115470A1 (en)*2016-10-262018-04-26Arizona Board Of Regents On Behalf Of Arizona State UniversitySecurity policy analysis framework for distributed software defined networking (sdn) based cloud environments
US11523319B2 (en)*2017-01-092022-12-06Lg Electronics Inc.Method for managing PDU session in wireless communication system and device for same
US12041505B2 (en)2017-01-092024-07-16Lg Electronics Inc.Method for managing PDU session in wireless communication system and apparatus therefor
US10484263B2 (en)*2017-01-162019-11-19International Business Machines CorporationRoute-cost acquisition from routers
US11405775B2 (en)*2017-04-282022-08-02Hewlett Packard Enterprise Development LpThree-address scheme for forwarding frames in a wireless mesh network
US11329966B2 (en)2018-08-152022-05-10Juniper Networks, Inc.System and method for transferring packets between kernel modules in different network stacks
US11233778B2 (en)*2018-08-152022-01-25Juniper Networks, Inc.Secure forwarding of tenant workloads in virtual networks
US20210357400A1 (en)*2018-09-192021-11-18Censhare GmbhEfficient in-memory multi-version concurrency control for a trie data structure based database
US12164535B2 (en)2018-09-192024-12-10Censhare GmbhEfficient in-memory multi-version concurrency control for a trie data structure based database
US11693866B2 (en)*2018-09-192023-07-04Censhare GmbhEfficient in-memory multi-version concurrency control for a trie data structure based database
CN109347623A (en)*2018-10-182019-02-15盛科网络(苏州)有限公司Conversate the method and device of holding in a kind of application of balancing link load
US11902876B2 (en)*2018-10-302024-02-13Huawei Technologies Co., Ltd.Routing management method and apparatus
US11463354B2 (en)2019-02-112022-10-04Google LlcOffloads for multicast virtual network packet processing in a network interface card
US11765081B2 (en)2019-02-112023-09-19Google LlcOffloads for multicast virtual network packet processing in a network interface card
US10880208B1 (en)*2019-02-112020-12-29Google LlcOffloads for multicast virtual network packet processing in a network interface card
US12255813B2 (en)2019-02-112025-03-18Google LlcOffloads for multicast virtual network packet processing in a network interface card
CN113924762A (en)*2019-05-302022-01-11诺基亚通信公司Activation of PDU sessions and QoS flows in 3 GPP-based Ethernet bridges
US11290494B2 (en)2019-05-312022-03-29Varmour Networks, Inc.Reliability prediction for cloud security policies
US11711374B2 (en)2019-05-312023-07-25Varmour Networks, Inc.Systems and methods for understanding identity and organizational access to applications within an enterprise environment
US11575563B2 (en)2019-05-312023-02-07Varmour Networks, Inc.Cloud security management
US11863580B2 (en)2019-05-312024-01-02Varmour Networks, Inc.Modeling application dependencies to identify operational risk
US11310284B2 (en)2019-05-312022-04-19Varmour Networks, Inc.Validation of cloud security policies
US11290493B2 (en)2019-05-312022-03-29Varmour Networks, Inc.Template-driven intent-based security
CN111277518A (en)*2020-01-222020-06-12盛科网络(苏州)有限公司Information processing method, Ethernet switching chip and storage medium
US12137058B2 (en)2020-01-222024-11-05Suzhou Centec Communications Co., Ltd.Information processing method, ethernet switching chip and storage medium
EP4222936A4 (en)*2020-09-292024-01-31Palo Alto Networks, Inc.Enhanced sd-wan path quality measurement and selection
WO2022072083A1 (en)2020-09-292022-04-07Palo Alto Networks, Inc.Enhanced sd-wan path quality measurement and selection
CN112351250A (en)*2020-10-212021-02-09杭州海康威视数字技术股份有限公司Encoding parameter adjusting method, device and equipment and storage medium
US11818152B2 (en)2020-12-232023-11-14Varmour Networks, Inc.Modeling topic-based message-oriented middleware within a security system
US11876817B2 (en)2020-12-232024-01-16Varmour Networks, Inc.Modeling queue-based message-oriented middleware relationships in a security system
US12050693B2 (en)2021-01-292024-07-30Varmour Networks, Inc.System and method for attributing user behavior from multiple technical telemetry sources
US11777978B2 (en)2021-01-292023-10-03Varmour Networks, Inc.Methods and systems for accurately assessing application access risk
CN113422722A (en)*2021-06-162021-09-21锐捷网络股份有限公司Route processing method and device
US11734316B2 (en)2021-07-082023-08-22Varmour Networks, Inc.Relationship-based search in a computing environment
US20240380687A1 (en)*2021-09-302024-11-14Zte CorporationData forwarding method and system, electronic device, and storage medium
US12349237B2 (en)*2021-11-112025-07-01Beken CorporationMesh WiFi data transmission system
US20230291685A1 (en)*2022-03-082023-09-14Arista Networks, Inc.Mechanism to manage bidirectional traffic for high availability network devices

Also Published As

Publication numberPublication date
US20140153422A1 (en)2014-06-05
US9800503B2 (en)2017-10-24
US20140157376A1 (en)2014-06-05
US20140156720A1 (en)2014-06-05
US9467326B2 (en)2016-10-11
US9065701B2 (en)2015-06-23
US10263916B2 (en)2019-04-16
US20140156765A1 (en)2014-06-05
US9100242B2 (en)2015-08-04
US20140157365A1 (en)2014-06-05
US20190245809A1 (en)2019-08-08

Similar Documents

PublicationPublication DateTitle
US20140153577A1 (en)Session-based forwarding
EP2853070B1 (en)Multi-tunnel virtual private network
US9118687B2 (en)Methods and apparatus for a scalable network with efficient link utilization
US8521812B2 (en)Accessing local network resources in a multi-interface system
US9712649B2 (en)CCN fragmentation gateway
US20150326478A1 (en)Methods and devices for providing service insertion in a trill network
US8737388B2 (en)Method, apparatus and system for processing packets
US20130182651A1 (en)Virtual Private Network Client Internet Protocol Conflict Detection
US9060322B2 (en)Method and system for preventing loops in mesh networks
CN107046506B (en)Message processing method, flow classifier and service function example
US20220239629A1 (en)Business service providing method and system, and remote acceleration gateway
CN103905284B (en)A kind of flow load sharing method and apparatus based on EVI networks
US11012412B2 (en)Method and system for network traffic steering towards a service device
CN108141743B (en) Method, network, apparatus, system, medium and apparatus for handling communication exchanges
CN112134776A (en) Method and access gateway for generating multicast forwarding entry
US10700893B1 (en)Multi-homed edge device VxLAN data traffic forwarding system
US9015438B2 (en)System and method for achieving enhanced performance with multiple networking central processing unit (CPU) cores
WO2018149673A1 (en)A method of distributing a sub-flow associated with a session and a network apparatus
US9231862B2 (en)Selective service based virtual local area network flooding
US10986209B2 (en)Secure and reliable on-demand source routing in an information centric network
US20120170581A1 (en)Policy homomorphic network extension
US11218918B2 (en)Fast roaming and uniform policy for wireless clients with distributed hashing
CN114175583B (en) System Resource Management in Self-Healing Networks
JP6718739B2 (en) Communication device and communication method
US10148550B1 (en)Methods and apparatus for a scalable network with efficient link utilization

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:ARUBA NETWORKS, INC., CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:JANAKIRAMAN, RAMSUNDAR;VERMA, RAVINDER;PALKAR, PRASAD;AND OTHERS;SIGNING DATES FROM 20130722 TO 20130730;REEL/FRAME:030916/0643

ASAssignment

Owner name:HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P., TEXAS

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ARUBA NETWORKS, INC.;REEL/FRAME:035814/0518

Effective date:20150529

ASAssignment

Owner name:ARUBA NETWORKS, INC., CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.;REEL/FRAME:036379/0274

Effective date:20150807

STCBInformation on status: application discontinuation

Free format text:ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

ASAssignment

Owner name:HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP, TEXAS

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ARUBA NETWORKS, INC.;REEL/FRAME:045921/0055

Effective date:20171115


[8]ページ先頭

©2009-2025 Movatter.jp