US8351435B2 - Method for applying macro-controls onto IP networks using intelligent route indexing - Google Patents

Method for applying macro-controls onto IP networks using intelligent route indexing Download PDF

Info

Publication number
US8351435B2
US8351435B2 US13/033,694 US201113033694A US8351435B2 US 8351435 B2 US8351435 B2 US 8351435B2 US 201113033694 A US201113033694 A US 201113033694A US 8351435 B2 US8351435 B2 US 8351435B2
Authority
US
United States
Prior art keywords
route
network
readable medium
computer readable
transitory computer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related, expires
Application number
US13/033,694
Other versions
US20110145409A1 (en
Inventor
John Mulligan
Han Q. Nguyen
Samir Saad
Jacobus Van Der Merwe
Simon Zelingher
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.)
Atlassian US Inc
Original Assignee
AT&T Intellectual Property I LP
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 AT&T Intellectual Property I LP filed Critical AT&T Intellectual Property I LP
Priority to US13/033,694 priority Critical patent/US8351435B2/en
Publication of US20110145409A1 publication Critical patent/US20110145409A1/en
Priority to US13/673,341 priority patent/US9397924B2/en
Application granted granted Critical
Publication of US8351435B2 publication Critical patent/US8351435B2/en
Assigned to AT&T INTELLECTUAL PROPERTY I, L.P. reassignment AT&T INTELLECTUAL PROPERTY I, L.P. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SAAD, SAMIR, ZELINGHER, SIMON, VAN DER MERWE, JACOBUS, MULLIGAN, JOHN, NGUYEN, HAN Q.
Assigned to Atlassian Inc. reassignment Atlassian Inc. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: AT&T INTELLECTUAL PROPERTY I, L.P.
Assigned to ATLASSIAN US, INC. reassignment ATLASSIAN US, INC. CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: ATLASSIAN, INC.
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • H04L45/08Learning-based routing, e.g. using neural networks or artificial intelligence
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0654Management of faults, events, alarms or notifications using network fault recovery
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • H04L45/028Dynamic adaptation of the update intervals, e.g. event-triggered updates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/12Shortest path evaluation
    • H04L45/121Shortest path evaluation by minimising delays
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/12Shortest path evaluation
    • H04L45/123Evaluation of link metrics

Definitions

  • the invention relates generally to network engineering. More specifically, the invention relates to systems and methods that manage routing information in an IP network using extensible indexing to control the network.
  • IP Internet Protocol
  • the data plane is the path which IP packets follow as they traverse an IP network. This includes routers and links between routers which carry data traffic.
  • the data plane is organized around paths which are established with the goal of sending a data packet out of any given router on a path that will take it toward the interface(s) that are associated with the destination address of that packet.
  • an IP network's data plane has an understanding of where to forward any packet it receives based primarily on the destination address of that packet.
  • the control plane is used to exchange routing messages.
  • the routing messages enable the data plane to organize itself in an optimal manner.
  • the control plane allows the data plane to be organized around paths which carry packets from a source to a destination. These paths are composed of numerous forwarding decisions made at each router based on routing messages received from the control plane.
  • Routers typically contain input ports, output ports, a specialized operating system, memory, and one or more processors.
  • Distributed routers require memory for two purposes besides the operating system itself: storing a routing table which is used to perform routing decisions and program a forwarding table, and storing the forwarding table which is used when making forwarding decisions to forward packets out on particular interfaces. These two functions are critical to the operation of any router employed on an IP network.
  • Every router would have to couple their control plane to every other router (peer with other routers). This is impracticable but in very small networks. This is due to the scalability limits of routers. To compensate, most IP networks use Route Reflectors (RRs) to manage the size of the control plane.
  • RRs Route Reflectors
  • Route reflectors are routers which are dedicated to route exchange only, i.e., they do not pass any customer data packets. Route reflectors operate in the control plane. The route reflectors learn routes by exchanging routing messages from router to router which become route reflector clients. Route reflectors peer with all of the routers in a defined network domain so each has reachability within that defined domain and act as the only gateway for routing information exchange between network domains.
  • FIG. 1 shows a network 101 having data links (solid lines) in the data plane 103 coupling routers R 1 , R 2 , R 3 , R 4 , R 5 , R 6 (collectively R) and control messages (broken lines) between the routers R and a route reflector RR in the control plane 105 . In this network scheme all routing decisions are made based upon route updates exchanged using the route reflector RR.
  • the inventors have discovered that it would be desirable to have systems and methods that manage routing information in an IP network using extensible indexing, and to leverage this indexing to control the associated IP network.
  • the indexing and associated controls apply to any router within the routing domain.
  • One aspect of the invention provides a non-transitory computer readable medium having recorded thereon a computer program comprising code means for, when executed on a computer, instructing the computer to control steps in a method for managing route information in an IP network.
  • Methods according to this aspect of the invention include assembling a route information database for the IP network, acquiring routes from the IP network, an indexing stage comprising associating with each acquired route an index having one or more fields, each route index field representing a network/service route attribute and is an alpha-numeric index field that classifies a route relative to the number of route index fields used, associating a network operating condition with a network/service route attribute, and entering applicable network/service route attributes in corresponding index fields for each route based on information associated with the route from the route information database, and a control stage comprising acquiring one or more network operating conditions from the IP network, associating the one or more acquired network operating conditions with corresponding network/service route attributes, comparing the one or more associated network/service route attributes with all route indice
  • FIG. 1 is an exemplary network showing data and control planes.
  • FIG. 2 is an exemplary system framework.
  • FIG. 3 is an exemplary method.
  • connection and “coupled” are used broadly and encompass both direct and indirect connecting, and coupling. Further, “connected” and “coupled” are not restricted to physical or mechanical connections or couplings.
  • Embodiments of the invention provide methods, system frameworks, and a computer-usable medium storing computer-readable instructions that manage routing information in an IP network using extensible indexing and use the indexing to control the IP network.
  • the invention may be implemented as a modular framework and deployed as software as an application program tangibly embodied on a program storage device.
  • the application code for execution can reside on a plurality of different types of computer readable media known to those skilled in the art.
  • FIG. 1 shows a typical network 101 that is comprised of a plurality of routers R, including a network ingress (Provider Edge (PE)) router R 1 , an egress (PE) router R 4 and network forwarding (Provider (P)) routers R 2 , R 3 , R 5 , R 6 depending on the size of the network 101 .
  • P routers are strictly interior routers and do not terminate any external connections. Many P routers may be accessed between two PE routers. For example, traffic may enter a PE router in San Diego, Calif., and need to egress on a PE router in Boston, Mass., and traverse a route via a plurality of P routers from San Diego to Los Angeles to Chicago to New York to Boston.
  • the network 101 provides connectivity between a source network and destination network.
  • a router is an electronic device and/or software that connect at least two networks, such as two Local Area Networks (LANs) or Wide Area Networks (WANs), and forwards packets between them. Each packet can traverse many routers, making many hops throughout the Internet as well as multiple routers within a large organization.
  • networks such as two Local Area Networks (LANs) or Wide Area Networks (WANs)
  • LANs Local Area Networks
  • WANs Wide Area Networks
  • a next hop is the next router to which a packet is sent from any given router as it traverses a network from its source to its destination. In the event that the packet is at the final router in its journey, the next hop is the final destination. A hop is the trip that a packet takes from one router to another or from the final router to the destination.
  • a packet also referred to as a datagram, is a fundamental unit of data transmission on the Internet and other Transmission Control Protocol/Internet Protocol (TCP/IP) networks.
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • Routers forward data packets between networks using headers and forwarding tables to determine the best path to forward the packets.
  • Routers work at the network layer of the TCP/IP model or Layer 3 of the Open Systems Interconnection (OSI) model.
  • OSI Open Systems Interconnection
  • Routers also provide interconnectivity between like and unlike media. This is accomplished by examining the header of a data packet, and making a decision on the next hop to which it should be sent.
  • Routers use preconfigured static routes, status of their hardware interfaces, and routing protocols to select the best route between any two subnets.
  • the next hop for any particular packet at any particular point in its journey is determined, for example, in the Internet by both the IP address of its destination as contained in its header and the routing table in the router at that point.
  • An IP address is a unique numeric identifier for each computer or router on a TCP/IP network.
  • a routing table is a database in a router that stores and frequently updates the IP addresses of reachable networks, called “routes” or “prefixes,” and the most efficient path to them.
  • the route announcement allows a router to learn the routing information to properly forward subsequently received packets to the same destination.
  • Embodiments configure a complete network by analyzing new or pre-existing network architectures. Each network element may then be configured according to their operating system.
  • FIG. 2 shows an embodiment of a system framework 203 and FIG. 3 shows a method.
  • the framework 203 which may be part of a network management server includes a network interface 205 coupled to a network 101 and configured to acquire network topology information, network reachability information, as well as network status information to perform network management services.
  • the network interface 205 is coupled to a network information manager 207 , a route store 209 , a route index store 211 and a processor 213 .
  • the processor 213 is coupled to storage 215 , memory 217 and I/O 219 .
  • the framework 203 stores acquired network data into a data store 215 .
  • the framework 203 may be implemented as a computer including a processor 213 , memory 217 , storage devices 215 , software and other components.
  • the processor 213 is coupled to the network interface 205 , I/O 219 , storage 215 and memory 217 and controls the overall operation of the computer by executing instructions defining the configuration.
  • the instructions may be stored in the storage device 215 , for example, a magnetic disk, and loaded into the memory 217 when executing the configuration.
  • Embodiments may be implemented as an application defined by the computer program instructions stored in the memory 217 and/or storage 215 and controlled by the processor 213 executing the computer program instructions.
  • the computer also includes at least one network interface 205 coupled to and communicating with a network 101 such as shown in FIG. 1 to interrogate and receive network configuration data.
  • the I/O 219 allows for user interaction with the computer via peripheral devices such as a display, a keyboard, a pointing device, and others.
  • Embodiments provide a system and method that index routes exchanged within an IP network.
  • One or more values are assigned to fields of a multi-value index for every route to capture network/service route attributes associated with that route.
  • Each route 209 and its associated index 211 are stored in the framework 203 .
  • macro-level controls may be applied based on a variety of network events. Examples of macro controls include traffic load shedding (removing a route which in turn removes the associated traffic load from the network), traffic redirection (changing a route and redirecting the associated traffic over an alternate path to its destination) and traffic shaping (changing a route and redirecting it into a path/device which limits the amount of bandwidth that can be consumed).
  • Network events may be applied to each route to determine how the route should be changed and redistributed back to the routers in the network 101 .
  • Changes to the routes before they are redistributed include replacing a route with a “black hole” route (a pre-established route that drops traffic rather than forwards it to its destination), replacing a route with a route to an alternate path to its destination, or replacing a route with a route through a choke control/rate limiting network peripheral that can limit traffic volume.
  • These modified routes represent examples of the macro-level control that embodiments employ.
  • the composition of the set of routers upon which the controls are applied can be highly selective and customized based on various network/service route attributes encoded in the route index fields of a given route.
  • one route index field may identify routes distributed to gateway routers to the public Internet.
  • the macro control may be to black hole all traffic toward this address that enters from these Internet gateway routers, thereby blocking traffic from off-network sources while allowing on-network traffic toward that address to flow. Additional network events that trigger these controls may include simple auditing, localized high traffic volumes, network outages, and various other network conditions that require mitigation.
  • Embodiments provide an index that is applied to all routes in a defined IP network as they are learned.
  • a route is learned via routing protocols such as Border Gateway Protocol (BGP) and Open Shortest Path First (OSPF), it is stored 209 along with an associated index 211 .
  • the index is derived upon learning the route by consulting stored information associated with the network.
  • the associated information includes a customer subscription, application information associated with the access line from where a route is announced from, the place in the network topology where a route is announced from, and others.
  • the index network/service route attributes capture the service/network context of a route. Routes are more than a path to an interface that is reachable from a given router.
  • the router that a route originates from has context associated with where in the network topology it is being announced from (a PE router vs. a gateway router vs. a P router).
  • the specific service interface that a route is associated with has service context. It may be carrying special traffic associated, for example, with Government Emergency Telecommunications Service (GETS) which takes priority over other services in times of emergency. It may be carrying traffic which is delay tolerant.
  • This network/service context can be derived by consulting stored information when the route is received.
  • the route index fields are intended to capture this context so that later, if network events occur, macro-level controls may be applied based on each route's index.
  • Route index fields may include whether the route is associated with a simplex or duplex path, whether data traffic associated with the route is Quality of Service (QoS) tolerant (delay, packet loss or jitter), specialized handling for source/destination pairs, the service type associated with the access line the route is coming from, the domain of the route (inter-network, network-wide or regional), a default value of the route and whether customer initiated route updates are allowed.
  • QoS Quality of Service
  • the framework 203 can implement macro-level network control based on external network conditions or events (triggers).
  • the external triggers may include time of day, network capacity levels, network failures (planned and unplanned) and feedback mechanisms from customers (loading on their networks and/or servers hosting key applications).
  • the macro-level controls can be made customer-specific so that new services can be built upon this control methodology resulting in new revenue from existing IP customers. These controls can also be based on a wide variety of network conditions so that the associated IP network can dynamically adapt to a wide range of network conditions. This enables a closed-loop feedback mechanism so that network performance, for example, can be used to inform routing decisions.
  • Embodiments leverage network visibility into routing information to capture all of the routes associated with a network by employing two stages which are associated with the direction of information flow between the data and control planes.
  • the first stage is route indexing which acquires the routing information that is announced into the control plane by the routers in the network 101 via standard routing protocols (BGP and OSPF) and associates one or more network/service route attributes to fields in each index based on stored network information.
  • the second stage is intelligent macro-level control. Indexing takes advantage of the control plane messaging in the return direction from the framework 203 back to the routers in the network 101 .
  • the framework 203 has full route visibility, acquiring routes received by route reflectors RRs (and/or via an embedded RR function within the framework 203 ) from network routers R and routes sent from route reflectors RRs to the network routers R, and assembles a network information database from information supplied from Operations Support Systems (OSSs) employed in the network (steps 301 , 303 , 305 ).
  • OSSs Operations Support Systems
  • the framework 203 receives each announced route message and compares it to the stored information (steps 307 , 309 ). This comparison is used to derive the network and service context associated with a route so that appropriate network/service route attributes can be entered in the route's index fields.
  • the comparison results in assigning one or more network/service route attributes to applicable route index fields (step 311 ). Both the route 209 and index 211 are stored (step 313 ).
  • the route index may be an alpha-numeric tag which classifies a route relative to a number of network/service route attributes entered in the index fields.
  • Network/service route attributes comprise the route source geographic location such as the eastern region, central region, mountain region or western region of the US (E, C, M or W), the route destination geographic location interface associated with the route (E, C, M or W), the route priority such as if it is affiliated with GETS or standard Internet services (G or I), whether the route has an alternate path or if it is associated with a single path for forwarding to its destination (A or S), and whether an application associated with the route is delay intolerant such as Voice over IP (VoIP) or delay tolerant such as traditional IP traffic (Sensitive to delay (S) or Tolerant of delay (T)). Other variables may be employed for other network/service route attributes.
  • VoIP Voice over IP
  • T Tolerant of delay
  • one route may have index fields E/E/G/S/S to indicate that its source is the eastern region, its destination the eastern region, it is associated with GETS, it is the only single path to this destination and it is associated with a delay intolerant application.
  • Embodiments allow for the development of specific index network/service route attributes for each route that the framework 203 can observe and stores all routes and indices. Since the indexing stage is part of the framework 203 , it may be extended with new index fields with no impact on the underlying network routers R. Indexing is a real-time application and creates a new index for new routes as they are announced from the data plane. The indices for existing routes are updated if their status changes (step 315 ).
  • the intelligent control stage monitors both the network 101 and associated OSSs that are responsible for managing the network 101 . These sources provide information including any outages that may exist in the network, capacity consumption levels for each of the nodes/links in the network and any pending changes that are about to be made to the network (Planned Maintenance (PM) activities that may take a router or link out of service in order to perform an upgrade). Intelligent control monitors network conditions, including utilization data to detect when different parts of the underlying IP network may be experiencing severe and/or sustained congestion which is resulting in significant packet loss in a localized part of the network.
  • predefined operating thresholds serve as setpoints that initiate predetermined functions into action (step 317 ). If an operating threshold is exceeded (steps 319 , 321 , 323 ), macro controls may be executed on the network by applying common actions to routes having the same network/service route attribute in like route index fields (step 325 ).
  • a common action may be to shed network load by eliminating all routes of a given type. For example, all routes with destinations in the Eastern Region (E), but not associated with GETS and not associated with delay sensitive applications. This may be performed by selectively re-announcing modified routes (step 327 ) that match the index fields for the common action. Route modification would be to replace the route learned from the network 101 with a black hole route which drops that traffic where it enters the network (at the source). These modified routes would be announced into the data plane for routes matching the particular index network/service route attribute, while those that do not match will continue to be announced into the data plane in their unmodified state. In this manner, an entire class of traffic may be removed from the network at a macro level, while preserving other important routes in the same area (step 329 ).
  • the indexing stage in conjunction with the intelligent control stage provide an effective means of executing control onto IP networks which were previously considered infeasible.

Abstract

Systems and methods are described that manage routing information in an IP network using extensible indexing and use the indexing to control the network. The indexing and associated controls apply to any router within the routing domain.

Description

CROSS REFERENCE TO RELATED APPLICATIONS
This application is a continuation of U.S. patent application Ser. No. 12/315,351, entitled “Method for Applying Macro-Controls onto IP Networks using Intelligent Route Indexing,” filed on Dec. 2, 2008, which issued on Mar. 29, 2011 as U.S. Pat. No. 7,916,735, the disclosure of which is incorporated herein by reference in its entirety.
BACKGROUND OF THE INVENTION
The invention relates generally to network engineering. More specifically, the invention relates to systems and methods that manage routing information in an IP network using extensible indexing to control the network.
Historically, Internet Protocol (IP) networks managed routes at an aggregate level or at very large subnetworks and could only apply broad-gauge network controls. Today, IP networks operate in data and control planes.
The data plane is the path which IP packets follow as they traverse an IP network. This includes routers and links between routers which carry data traffic. The data plane is organized around paths which are established with the goal of sending a data packet out of any given router on a path that will take it toward the interface(s) that are associated with the destination address of that packet. At any point in time, an IP network's data plane has an understanding of where to forward any packet it receives based primarily on the destination address of that packet.
The control plane is used to exchange routing messages. The routing messages enable the data plane to organize itself in an optimal manner. The control plane allows the data plane to be organized around paths which carry packets from a source to a destination. These paths are composed of numerous forwarding decisions made at each router based on routing messages received from the control plane.
Routers typically contain input ports, output ports, a specialized operating system, memory, and one or more processors. Distributed routers require memory for two purposes besides the operating system itself: storing a routing table which is used to perform routing decisions and program a forwarding table, and storing the forwarding table which is used when making forwarding decisions to forward packets out on particular interfaces. These two functions are critical to the operation of any router employed on an IP network.
For a network router to have complete routing information, every router would have to couple their control plane to every other router (peer with other routers). This is impracticable but in very small networks. This is due to the scalability limits of routers. To compensate, most IP networks use Route Reflectors (RRs) to manage the size of the control plane.
Route reflectors are routers which are dedicated to route exchange only, i.e., they do not pass any customer data packets. Route reflectors operate in the control plane. The route reflectors learn routes by exchanging routing messages from router to router which become route reflector clients. Route reflectors peer with all of the routers in a defined network domain so each has reachability within that defined domain and act as the only gateway for routing information exchange between network domains. FIG. 1 shows a network 101 having data links (solid lines) in the data plane 103 coupling routers R1, R2, R3, R4, R5, R6 (collectively R) and control messages (broken lines) between the routers R and a route reflector RR in the control plane 105. In this network scheme all routing decisions are made based upon route updates exchanged using the route reflector RR.
The challenge for network operators is to improve routing efficiency. In order to achieve this, a system and method is needed that allows for the dynamic management of routes by applying network controls to subnets based on dynamic network conditions.
SUMMARY OF THE INVENTION
The inventors have discovered that it would be desirable to have systems and methods that manage routing information in an IP network using extensible indexing, and to leverage this indexing to control the associated IP network. The indexing and associated controls apply to any router within the routing domain.
One aspect of the invention provides a non-transitory computer readable medium having recorded thereon a computer program comprising code means for, when executed on a computer, instructing the computer to control steps in a method for managing route information in an IP network. Methods according to this aspect of the invention include assembling a route information database for the IP network, acquiring routes from the IP network, an indexing stage comprising associating with each acquired route an index having one or more fields, each route index field representing a network/service route attribute and is an alpha-numeric index field that classifies a route relative to the number of route index fields used, associating a network operating condition with a network/service route attribute, and entering applicable network/service route attributes in corresponding index fields for each route based on information associated with the route from the route information database, and a control stage comprising acquiring one or more network operating conditions from the IP network, associating the one or more acquired network operating conditions with corresponding network/service route attributes, comparing the one or more associated network/service route attributes with all route indices, and for routes having index fields matching the one or more associated network/service route attributes, executing a predetermined control action modifying those routes.
The details of one or more embodiments of the invention are set forth in the accompanying drawings and the description below. Other features, objects, and advantages of the invention will be apparent from the description and drawings, and from the claims.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is an exemplary network showing data and control planes.
FIG. 2 is an exemplary system framework.
FIG. 3 is an exemplary method.
DETAILED DESCRIPTION
Embodiments of the invention will be described with reference to the accompanying drawing figures wherein like numbers represent like elements throughout. Before embodiments of the invention are explained in detail, it is to be understood that the invention is not limited in its application to the details of the examples set forth in the following description or illustrated in the figures. The invention is capable of other embodiments and of being practiced or carried out in a variety of applications and in various ways. Also, it is to be understood that the phraseology and terminology used herein is for the purpose of description and should not be regarded as limiting. The use of “including,” “comprising,” or “having,” and variations thereof herein is meant to encompass the items listed thereafter and equivalents thereof as well as additional items.
The terms “connected” and “coupled” are used broadly and encompass both direct and indirect connecting, and coupling. Further, “connected” and “coupled” are not restricted to physical or mechanical connections or couplings.
It should be noted that the invention is not limited to any particular software language described or that is implied in the figures. One of ordinary skill in the art will understand that a variety of alternative software languages may be used for implementation of the invention. It should also be understood that some of the components and items are illustrated and described as if they were hardware elements, as is common practice within the art. However, one of ordinary skill in the art, and based on a reading of this detailed description, would understand that, in at least one embodiment, components in the method and system may be implemented in software or hardware.
Embodiments of the invention provide methods, system frameworks, and a computer-usable medium storing computer-readable instructions that manage routing information in an IP network using extensible indexing and use the indexing to control the IP network. The invention may be implemented as a modular framework and deployed as software as an application program tangibly embodied on a program storage device. The application code for execution can reside on a plurality of different types of computer readable media known to those skilled in the art.
FIG. 1 shows a typical network 101 that is comprised of a plurality of routers R, including a network ingress (Provider Edge (PE)) router R1, an egress (PE) router R4 and network forwarding (Provider (P)) routers R2, R3, R5, R6 depending on the size of the network 101. P routers are strictly interior routers and do not terminate any external connections. Many P routers may be accessed between two PE routers. For example, traffic may enter a PE router in San Diego, Calif., and need to egress on a PE router in Boston, Mass., and traverse a route via a plurality of P routers from San Diego to Los Angeles to Chicago to New York to Boston. The network 101 provides connectivity between a source network and destination network.
A router is an electronic device and/or software that connect at least two networks, such as two Local Area Networks (LANs) or Wide Area Networks (WANs), and forwards packets between them. Each packet can traverse many routers, making many hops throughout the Internet as well as multiple routers within a large organization.
A next hop is the next router to which a packet is sent from any given router as it traverses a network from its source to its destination. In the event that the packet is at the final router in its journey, the next hop is the final destination. A hop is the trip that a packet takes from one router to another or from the final router to the destination. A packet, also referred to as a datagram, is a fundamental unit of data transmission on the Internet and other Transmission Control Protocol/Internet Protocol (TCP/IP) networks.
Routers forward data packets between networks using headers and forwarding tables to determine the best path to forward the packets. Routers work at the network layer of the TCP/IP model or Layer 3 of the Open Systems Interconnection (OSI) model. Routers also provide interconnectivity between like and unlike media. This is accomplished by examining the header of a data packet, and making a decision on the next hop to which it should be sent. Routers use preconfigured static routes, status of their hardware interfaces, and routing protocols to select the best route between any two subnets.
The next hop for any particular packet at any particular point in its journey is determined, for example, in the Internet by both the IP address of its destination as contained in its header and the routing table in the router at that point. An IP address is a unique numeric identifier for each computer or router on a TCP/IP network. A routing table is a database in a router that stores and frequently updates the IP addresses of reachable networks, called “routes” or “prefixes,” and the most efficient path to them.
The route announcement allows a router to learn the routing information to properly forward subsequently received packets to the same destination. Embodiments configure a complete network by analyzing new or pre-existing network architectures. Each network element may then be configured according to their operating system.
FIG. 2 shows an embodiment of a system framework 203 and FIG. 3 shows a method. The framework 203 which may be part of a network management server includes a network interface 205 coupled to a network 101 and configured to acquire network topology information, network reachability information, as well as network status information to perform network management services. The network interface 205 is coupled to a network information manager 207, a route store 209, a route index store 211 and a processor 213. The processor 213 is coupled to storage 215, memory 217 and I/O 219.
The framework 203 stores acquired network data into a data store 215. The framework 203 may be implemented as a computer including a processor 213, memory 217, storage devices 215, software and other components. The processor 213 is coupled to the network interface 205, I/O 219, storage 215 and memory 217 and controls the overall operation of the computer by executing instructions defining the configuration. The instructions may be stored in the storage device 215, for example, a magnetic disk, and loaded into the memory 217 when executing the configuration. Embodiments may be implemented as an application defined by the computer program instructions stored in the memory 217 and/or storage 215 and controlled by the processor 213 executing the computer program instructions. The computer also includes at least one network interface 205 coupled to and communicating with a network 101 such as shown in FIG. 1 to interrogate and receive network configuration data. The I/O 219 allows for user interaction with the computer via peripheral devices such as a display, a keyboard, a pointing device, and others.
Embodiments provide a system and method that index routes exchanged within an IP network. One or more values are assigned to fields of a multi-value index for every route to capture network/service route attributes associated with that route. Each route 209 and its associated index 211 are stored in the framework 203. For each route, macro-level controls may be applied based on a variety of network events. Examples of macro controls include traffic load shedding (removing a route which in turn removes the associated traffic load from the network), traffic redirection (changing a route and redirecting the associated traffic over an alternate path to its destination) and traffic shaping (changing a route and redirecting it into a path/device which limits the amount of bandwidth that can be consumed). Network events may be applied to each route to determine how the route should be changed and redistributed back to the routers in the network 101. Changes to the routes before they are redistributed include replacing a route with a “black hole” route (a pre-established route that drops traffic rather than forwards it to its destination), replacing a route with a route to an alternate path to its destination, or replacing a route with a route through a choke control/rate limiting network peripheral that can limit traffic volume. These modified routes represent examples of the macro-level control that embodiments employ.
Although these controls are macro in nature when viewed from the perspective of overall impact, embodiments enable these controls to be applied surgically on selected routers within the network 101. That is, the composition of the set of routers upon which the controls are applied can be highly selective and customized based on various network/service route attributes encoded in the route index fields of a given route. For example, one route index field may identify routes distributed to gateway routers to the public Internet. In response to an increase in denial of service traffic toward a particular address, the macro control may be to black hole all traffic toward this address that enters from these Internet gateway routers, thereby blocking traffic from off-network sources while allowing on-network traffic toward that address to flow. Additional network events that trigger these controls may include simple auditing, localized high traffic volumes, network outages, and various other network conditions that require mitigation.
Embodiments provide an index that is applied to all routes in a defined IP network as they are learned. As a route is learned via routing protocols such as Border Gateway Protocol (BGP) and Open Shortest Path First (OSPF), it is stored 209 along with an associated index 211. The index is derived upon learning the route by consulting stored information associated with the network. The associated information includes a customer subscription, application information associated with the access line from where a route is announced from, the place in the network topology where a route is announced from, and others.
The index network/service route attributes capture the service/network context of a route. Routes are more than a path to an interface that is reachable from a given router. The router that a route originates from has context associated with where in the network topology it is being announced from (a PE router vs. a gateway router vs. a P router). The specific service interface that a route is associated with has service context. It may be carrying special traffic associated, for example, with Government Emergency Telecommunications Service (GETS) which takes priority over other services in times of emergency. It may be carrying traffic which is delay tolerant. This network/service context can be derived by consulting stored information when the route is received. The route index fields are intended to capture this context so that later, if network events occur, macro-level controls may be applied based on each route's index.
The associated network information may be applied to each learned route. Route index fields may include whether the route is associated with a simplex or duplex path, whether data traffic associated with the route is Quality of Service (QoS) tolerant (delay, packet loss or jitter), specialized handling for source/destination pairs, the service type associated with the access line the route is coming from, the domain of the route (inter-network, network-wide or regional), a default value of the route and whether customer initiated route updates are allowed. Using a route's index, the framework 203 can implement macro-level network control based on external network conditions or events (triggers). The external triggers may include time of day, network capacity levels, network failures (planned and unplanned) and feedback mechanisms from customers (loading on their networks and/or servers hosting key applications).
The macro-level controls can be made customer-specific so that new services can be built upon this control methodology resulting in new revenue from existing IP customers. These controls can also be based on a wide variety of network conditions so that the associated IP network can dynamically adapt to a wide range of network conditions. This enables a closed-loop feedback mechanism so that network performance, for example, can be used to inform routing decisions.
Embodiments leverage network visibility into routing information to capture all of the routes associated with a network by employing two stages which are associated with the direction of information flow between the data and control planes. The first stage is route indexing which acquires the routing information that is announced into the control plane by the routers in the network 101 via standard routing protocols (BGP and OSPF) and associates one or more network/service route attributes to fields in each index based on stored network information. The second stage is intelligent macro-level control. Indexing takes advantage of the control plane messaging in the return direction from the framework 203 back to the routers in the network 101.
The framework 203 has full route visibility, acquiring routes received by route reflectors RRs (and/or via an embedded RR function within the framework 203) from network routers R and routes sent from route reflectors RRs to the network routers R, and assembles a network information database from information supplied from Operations Support Systems (OSSs) employed in the network ( steps 301, 303, 305). The framework 203 receives each announced route message and compares it to the stored information (steps 307, 309). This comparison is used to derive the network and service context associated with a route so that appropriate network/service route attributes can be entered in the route's index fields.
The comparison results in assigning one or more network/service route attributes to applicable route index fields (step 311). Both the route 209 and index 211 are stored (step 313).
The route index may be an alpha-numeric tag which classifies a route relative to a number of network/service route attributes entered in the index fields. Network/service route attributes comprise the route source geographic location such as the eastern region, central region, mountain region or western region of the US (E, C, M or W), the route destination geographic location interface associated with the route (E, C, M or W), the route priority such as if it is affiliated with GETS or standard Internet services (G or I), whether the route has an alternate path or if it is associated with a single path for forwarding to its destination (A or S), and whether an application associated with the route is delay intolerant such as Voice over IP (VoIP) or delay tolerant such as traditional IP traffic (Sensitive to delay (S) or Tolerant of delay (T)). Other variables may be employed for other network/service route attributes.
For example, one route may have index fields E/E/G/S/S to indicate that its source is the eastern region, its destination the eastern region, it is associated with GETS, it is the only single path to this destination and it is associated with a delay intolerant application. Embodiments allow for the development of specific index network/service route attributes for each route that the framework 203 can observe and stores all routes and indices. Since the indexing stage is part of the framework 203, it may be extended with new index fields with no impact on the underlying network routers R. Indexing is a real-time application and creates a new index for new routes as they are announced from the data plane. The indices for existing routes are updated if their status changes (step 315).
The intelligent control stage monitors both the network 101 and associated OSSs that are responsible for managing the network 101. These sources provide information including any outages that may exist in the network, capacity consumption levels for each of the nodes/links in the network and any pending changes that are about to be made to the network (Planned Maintenance (PM) activities that may take a router or link out of service in order to perform an upgrade). Intelligent control monitors network conditions, including utilization data to detect when different parts of the underlying IP network may be experiencing severe and/or sustained congestion which is resulting in significant packet loss in a localized part of the network. By monitoring the network 101 and associated management systems, predefined operating thresholds serve as setpoints that initiate predetermined functions into action (step 317). If an operating threshold is exceeded ( steps 319, 321, 323), macro controls may be executed on the network by applying common actions to routes having the same network/service route attribute in like route index fields (step 325).
A common action may be to shed network load by eliminating all routes of a given type. For example, all routes with destinations in the Eastern Region (E), but not associated with GETS and not associated with delay sensitive applications. This may be performed by selectively re-announcing modified routes (step 327) that match the index fields for the common action. Route modification would be to replace the route learned from the network 101 with a black hole route which drops that traffic where it enters the network (at the source). These modified routes would be announced into the data plane for routes matching the particular index network/service route attribute, while those that do not match will continue to be announced into the data plane in their unmodified state. In this manner, an entire class of traffic may be removed from the network at a macro level, while preserving other important routes in the same area (step 329).
Since in a typical IP network the overall volume of routes that are dealt with may be in the range of tens of thousands to millions, the indexing stage in conjunction with the intelligent control stage provide an effective means of executing control onto IP networks which were previously considered infeasible.
One or more embodiments of the present invention have been described. Nevertheless, it will be understood that various modifications may be made without departing from the spirit and scope of the invention. Accordingly, other embodiments are within the scope of the following claims.

Claims (20)

1. A non-transitory computer readable medium having recorded thereon a computer program comprising code means for, when executed on a computer, instructing the computer to control steps in a method for managing route information in an IP network comprising:
assembling a route information database for the IP network;
acquiring routes from the IP network;
an indexing stage comprising:
associating with each acquired route an index having one or more fields, each route index field representing a network/service route attribute and is an alpha-numeric index field that classifies a route relative to the number of route index fields used;
associating a network operating condition with a network/service route attribute; and
entering applicable network/service route attributes in corresponding index fields for each route based on information associated with the route from the route information database; and
a control stage comprising:
acquiring one or more network operating conditions from the IP network;
associating the one or more acquired network operating conditions with corresponding network/service route attributes;
comparing the one or more associated network/service route attributes with all route indices; and
for routes having index fields matching the one or more associated network/service route attributes, executing a predetermined control action modifying those routes.
2. The non-transitory computer readable medium according to claim 1 wherein the network operating conditions further comprise dynamic network operating conditions.
3. The non-transitory computer readable medium according to claim 2 wherein associating the one or more acquired network operating conditions with corresponding network/service route attributes further comprises:
associating a predetermined operating threshold for each dynamic network operating condition; and
if a dynamic network operating condition exceeds its predetermined operating threshold, triggering a network/service route attribute corresponding to the exceeded dynamic network operating condition.
4. The non-transitory computer readable medium according to claim 1 wherein a route index further includes customer subscription, application information associated with the access line from where a route is announced from and the IP network location where a route is announced from.
5. The non-transitory computer readable medium according to claim 1 wherein acquired routes originate from route reflector messages.
6. The non-transitory computer readable medium according to claim 1 wherein one route index field is a route source geographic location.
7. The non-transitory computer readable medium according to claim 1 wherein one route index field is a route destination geographic location.
8. The non-transitory computer readable medium according to claim 1 wherein one route index field is a route priority.
9. The non-transitory computer readable medium according to claim 1 wherein one route index field is an alternate route path.
10. The non-transitory computer readable medium according to claim 1 wherein one route index field is if the route is associated with a single path.
11. The non-transitory computer readable medium according to claim 1 wherein one route index field is if the route is delay intolerant.
12. The non-transitory computer readable medium according to claim 1 wherein one route index field is if the route is delay tolerant.
13. The non-transitory computer readable medium according to claim 1 further comprising, if the route information database indicates a change in status for a route, updating the affected route's index accordingly.
14. The non-transitory computer readable medium according to claim 1 wherein a predetermined control action further comprises applying a predetermined logic based on the one or more acquired network/service route attributes.
15. The non-transitory computer readable medium according to claim 14 wherein one predetermined logic sheds network load based on the one or more acquired network/service route attributes.
16. The non-transitory computer readable medium according to claim 1 wherein assembling a route information database further comprises receiving border gateway protocol and open shortest path first messages.
17. The non-transitory computer readable medium according to claim 3 wherein one predetermined operating threshold is time of day.
18. The non-transitory computer readable medium according to claim 3 wherein one predetermined operating threshold is IP network capacity.
19. The non-transitory computer readable medium according to claim 3 wherein one predetermined operating threshold is IP network failure.
20. The non-transitory computer readable medium according to claim 3 wherein one predetermined operating threshold is customer feedback.
US13/033,694 2008-12-02 2011-02-24 Method for applying macro-controls onto IP networks using intelligent route indexing Expired - Fee Related US8351435B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US13/033,694 US8351435B2 (en) 2008-12-02 2011-02-24 Method for applying macro-controls onto IP networks using intelligent route indexing
US13/673,341 US9397924B2 (en) 2008-12-02 2012-11-09 Method for applying macro-controls onto IP networks using intelligent route indexing

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/315,351 US7916735B2 (en) 2008-12-02 2008-12-02 Method for applying macro-controls onto IP networks using intelligent route indexing
US13/033,694 US8351435B2 (en) 2008-12-02 2011-02-24 Method for applying macro-controls onto IP networks using intelligent route indexing

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/315,351 Continuation US7916735B2 (en) 2008-12-02 2008-12-02 Method for applying macro-controls onto IP networks using intelligent route indexing

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/673,341 Continuation US9397924B2 (en) 2008-12-02 2012-11-09 Method for applying macro-controls onto IP networks using intelligent route indexing

Publications (2)

Publication Number Publication Date
US20110145409A1 US20110145409A1 (en) 2011-06-16
US8351435B2 true US8351435B2 (en) 2013-01-08

Family

ID=42222769

Family Applications (3)

Application Number Title Priority Date Filing Date
US12/315,351 Expired - Fee Related US7916735B2 (en) 2008-12-02 2008-12-02 Method for applying macro-controls onto IP networks using intelligent route indexing
US13/033,694 Expired - Fee Related US8351435B2 (en) 2008-12-02 2011-02-24 Method for applying macro-controls onto IP networks using intelligent route indexing
US13/673,341 Active 2030-12-06 US9397924B2 (en) 2008-12-02 2012-11-09 Method for applying macro-controls onto IP networks using intelligent route indexing

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/315,351 Expired - Fee Related US7916735B2 (en) 2008-12-02 2008-12-02 Method for applying macro-controls onto IP networks using intelligent route indexing

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/673,341 Active 2030-12-06 US9397924B2 (en) 2008-12-02 2012-11-09 Method for applying macro-controls onto IP networks using intelligent route indexing

Country Status (1)

Country Link
US (3) US7916735B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9137202B2 (en) 2011-06-09 2015-09-15 At&T Intellectual Property I, L.P. System and method for dynamically adapting network delivery modes of content
US9363268B2 (en) 2011-04-29 2016-06-07 At&T Intellectual Property I, L.P. System and method for controlling multicast geographic distribution
US9397924B2 (en) 2008-12-02 2016-07-19 At&T Intellectual Property I, L.P. Method for applying macro-controls onto IP networks using intelligent route indexing
US9986019B2 (en) 2015-06-24 2018-05-29 At&T Intellectual Property I, L.P. Intelligent route management for diverse ecosystems

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010115466A1 (en) * 2009-04-09 2010-10-14 Nokia Siemens Networks Oy Method, apparatus and computer program product for improving resource reservation in session initiation
US8254545B2 (en) 2009-06-23 2012-08-28 At&T Intellectual Property I, L.P. System and methods for enhanced multimedia in VoIP networks
US9294270B2 (en) * 2010-01-05 2016-03-22 Cisco Technology, Inc. Detection of stale encryption policy by group members
US9065726B2 (en) * 2010-10-19 2015-06-23 At&T Intellectual Property I, L.P. Methods and apparatus to utilize route parameter sets for exchanging routes in a communication network
US20130219046A1 (en) * 2012-02-21 2013-08-22 Cisco Technology, Inc. Dynamic application-aware routing topologies
US20150127794A1 (en) * 2013-11-01 2015-05-07 Comcast Cable Communications, Llc Content And Device Naming Scheme
CN108881295A (en) * 2018-07-24 2018-11-23 瑞典爱立信有限公司 For detecting and solving the method and the network equipment of anomalous routes
US11425016B2 (en) 2018-07-30 2022-08-23 Hewlett Packard Enterprise Development Lp Black hole filtering

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050180416A1 (en) * 2004-02-18 2005-08-18 Thusitha Jayawardena Method for distributed denial-of-service attack mitigation by selective black-holing in MPLS VPNS
US20070011351A1 (en) * 2005-07-08 2007-01-11 Aurelien Bruno Method and system for gateway selection in inter-region communication on IP networks
US20070198739A1 (en) * 2001-01-19 2007-08-23 Streamworks Technologies, Inc. System and method for routing media
US20070260746A1 (en) * 2006-05-08 2007-11-08 Sina Mirtorabi Maintaining IGP transparency of VPN routes when BGP is used as a PE-CE protocol
US20080052394A1 (en) * 2006-08-22 2008-02-28 Bugenhagen Michael K System and method for initiating diagnostics on a packet network node
US20080062891A1 (en) * 2006-09-08 2008-03-13 Van Der Merwe Jacobus E Systems, devices, and methods for network routing
US20080183847A1 (en) * 2007-01-30 2008-07-31 Leonidas Kontothanassis Method and system for shedding load in physiological signals processing
US20080285445A1 (en) * 2004-05-11 2008-11-20 Guy Riddle Packet Load Shedding
US7916735B2 (en) * 2008-12-02 2011-03-29 At&T Intellectual Property I, L.P. Method for applying macro-controls onto IP networks using intelligent route indexing

Family Cites Families (72)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE4230743C2 (en) 1992-09-14 1994-03-17 Siemens Ag Method for broadcasting cells in a coupling structure of a communication system operating in asynchronous transfer mode
US5732080A (en) 1995-07-12 1998-03-24 Bay Networks, Inc. Method and apparatus for controlling data flow within a switching device
US5719864A (en) 1995-08-11 1998-02-17 International Business Machines Corp. Logical channel resolution in asynchronous transmission mode communication systems
US5790548A (en) 1996-04-18 1998-08-04 Bell Atlantic Network Services, Inc. Universal access multimedia data network
US5940393A (en) 1996-05-28 1999-08-17 Sprint Communications Co. L.P. Telecommunications system with a connection processing system
US5872783A (en) 1996-07-24 1999-02-16 Cisco Systems, Inc. Arrangement for rendering forwarding decisions for packets transferred among network switches
US6111947A (en) 1996-12-02 2000-08-29 Mci Communications Corporation Intelligent services network adjunct processor
FR2759227B1 (en) 1997-02-04 1999-04-16 Fihem METHOD FOR ASSOCIATING DATA WITH ATM CELLS
US6111877A (en) 1997-12-31 2000-08-29 Cisco Technology, Inc. Load sharing across flows
US6130890A (en) * 1998-09-11 2000-10-10 Digital Island, Inc. Method and system for optimizing routing of data packets
US6788700B1 (en) 1999-07-28 2004-09-07 Cisco Technology, Inc. Interfacing between a network interface and a bus
US6775281B1 (en) 1999-09-30 2004-08-10 Mosaid Technologies, Inc. Method and apparatus for a four-way hash table
US6697873B1 (en) 1999-12-20 2004-02-24 Zarlink Semiconductor V.N., Inc. High speed MAC address search engine
AU2001231040A1 (en) 2000-01-20 2001-07-31 Mci Worldcom, Inc. Intelligent policy server system and method for bandwidth control in an atm network
US7215637B1 (en) * 2000-04-17 2007-05-08 Juniper Networks, Inc. Systems and methods for processing packets
US7075926B2 (en) 2000-05-24 2006-07-11 Alcatel Internetworking, Inc. (Pe) Programmable packet processor with flow resolution logic
US6980550B1 (en) 2001-01-16 2005-12-27 Extreme Networks, Inc Method and apparatus for server load balancing
US8670446B2 (en) 2001-01-30 2014-03-11 At&T Intellectual Property Ii, L.P. Technique for Ethernet access to packet-based services
US7120150B2 (en) 2001-01-30 2006-10-10 At & T Corp. Technique for ethernet access to packet-based services
US7092389B2 (en) 2001-01-30 2006-08-15 At&T Corp. Technique for ethernet access to packet-based services
US6778498B2 (en) 2001-03-20 2004-08-17 Mci, Inc. Virtual private network (VPN)-aware customer premises equipment (CPE) edge router
US7277426B2 (en) 2002-05-24 2007-10-02 Mosaid Technologies, Inc. Method and apparatus for reordering entries in a multi probe lookup
US7467227B1 (en) 2002-12-31 2008-12-16 At&T Corp. System using policy filter decision to map data traffic to virtual networks for forwarding the traffic in a regional access network
US7913294B1 (en) 2003-06-24 2011-03-22 Nvidia Corporation Network protocol processing for filtering packets
US7313605B2 (en) 2003-07-03 2007-12-25 At&T Corp. Externally controlled reachability in virtual private networks
US7515588B2 (en) 2004-03-18 2009-04-07 Intel Corporation Method and apparatus to support a large internet protocol forwarding information base
US20060029035A1 (en) 2004-03-25 2006-02-09 Chase Christopher J Method and apparatus for selecting routes for distribution within IP networks
US7359383B2 (en) 2004-03-29 2008-04-15 Hewlett-Packard Development Company, L.P. Load balancing with mesh tagging
US7567571B2 (en) 2004-05-26 2009-07-28 Samsung Electronics Co., Ltd. Apparatus and method using vector table indirection to maintain forwarding tables in a router
US20060002393A1 (en) 2004-06-30 2006-01-05 Nokia Inc. Primary control marker data structure
US7965626B2 (en) * 2004-08-03 2011-06-21 Hewlett-Packard Development Company, L.P. System and method for transferring data on a data network using multiple paths
US8571011B2 (en) 2004-08-13 2013-10-29 Verizon Business Global Llc Method and system for providing voice over IP managed services utilizing a centralized data store
US7715384B2 (en) 2004-11-30 2010-05-11 Broadcom Corporation Unicast trunking in a network device
US7415047B1 (en) 2004-12-06 2008-08-19 Radvision Ltd. Methods for determining multiplex patterns
US20060198379A1 (en) 2005-03-04 2006-09-07 Nec Laboratories America, Inc. Prefix optimizations for a network search engine
US20060206606A1 (en) 2005-03-08 2006-09-14 At&T Corporation Method and apparatus for providing dynamic traffic control within a communications network
US8089871B2 (en) 2005-03-25 2012-01-03 At&T Intellectual Property Ii, L.P. Method and apparatus for traffic control of dynamic denial of service attacks within a communications network
US7983254B2 (en) 2005-07-20 2011-07-19 Verizon Business Global Llc Method and system for securing real-time media streams in support of interdomain traversal
US7920549B2 (en) 2005-07-20 2011-04-05 Verizon Business Global Llc Method and system for providing secure media gateways to support interdomain traversal
US8184641B2 (en) 2005-07-20 2012-05-22 Verizon Business Global Llc Method and system for providing secure communications between proxy servers in support of interdomain traversal
US7684402B2 (en) 2006-05-15 2010-03-23 Faraday Technology Corp. Method and network device for fast look-up in a connection-oriented communication
US8195184B2 (en) 2007-04-30 2012-06-05 Broadcom Corporation Method and system for best-M CQI feedback together with PMI feedback
US7924757B2 (en) 2007-10-15 2011-04-12 Intel Corporation Method for improving power efficiency of subscriber stations
US8325706B2 (en) 2007-11-26 2012-12-04 Verizon Patent And Licensing Inc. Hierarchical segmented label switched paths
KR101421593B1 (en) 2008-01-21 2014-07-22 삼성전자주식회사 Apparatus and method for managing of connection identifier in a communication system
US20130054426A1 (en) 2008-05-20 2013-02-28 Verizon Patent And Licensing Inc. System and Method for Customer Provisioning in a Utility Computing Platform
US8484355B1 (en) 2008-05-20 2013-07-09 Verizon Patent And Licensing Inc. System and method for customer provisioning in a utility computing platform
US7970931B2 (en) * 2008-06-26 2011-06-28 Microsoft Corporation Policy-based routing in a multi-homed computer
US7979671B2 (en) 2008-07-28 2011-07-12 CacheIQ, Inc. Dual hash indexing system and methodology
US8023504B2 (en) * 2008-08-27 2011-09-20 Cisco Technology, Inc. Integrating security server policies with optimized routing control
US8169915B1 (en) 2008-09-26 2012-05-01 Tellabs Operations, Inc. Method and apparatus for network load balancing using indirection RAM during classification
US8601091B2 (en) 2008-12-12 2013-12-03 Verizon Patent And Licensing Inc. Method and system for automating network engineering
US7889741B1 (en) 2008-12-31 2011-02-15 Juniper Networks, Inc. Methods and apparatus for packet classification based on multiple conditions
US8615655B2 (en) 2009-01-22 2013-12-24 Check Point Software Technologies, Ltd. Methods and devices for packet tagging using IP indexing via dynamic-length prefix code
WO2011025119A1 (en) 2009-08-24 2011-03-03 Lg Electronics Inc. Method for determining cell identity in wireless communication system and apparatus therefor
US8417938B1 (en) 2009-10-16 2013-04-09 Verizon Patent And Licensing Inc. Environment preserving cloud migration and management
US8411667B2 (en) 2009-12-15 2013-04-02 At&T Intellectual Property I, L.P. Methods, apparatus and articles of manufacture to manipulate packet routing
US20110249676A1 (en) 2010-04-09 2011-10-13 Bijendra Singh Method and System for Forwarding and Switching Traffic in a Network Element
US8599853B2 (en) 2010-04-16 2013-12-03 Wipro Limited System and method for an exact match search using pointer based pipelined multibit trie traversal technique
US8660005B2 (en) 2010-11-30 2014-02-25 Marvell Israel (M.I.S.L) Ltd. Load balancing hash computation for network switches
US8699499B2 (en) 2010-12-08 2014-04-15 At&T Intellectual Property I, L.P. Methods and apparatus to provision cloud computing network elements
US8713628B2 (en) 2011-02-08 2014-04-29 Verizon Patent And Licensing Inc. Method and system for providing cloud based network security services
US8695059B2 (en) 2011-02-08 2014-04-08 Verizon Patent And Licensing Inc. Method and system for providing network security services in a multi-tenancy format
US8776256B2 (en) 2011-04-29 2014-07-08 At&T Intellectual Property I, L.P. System and method for controlling multicast geographic distribution
US9137202B2 (en) 2011-06-09 2015-09-15 At&T Intellectual Property I, L.P. System and method for dynamically adapting network delivery modes of content
US8407323B2 (en) 2011-07-12 2013-03-26 At&T Intellectual Property I, L.P. Network connectivity wizard to support automated creation of customized configurations for virtual private cloud computing networks
US8819284B2 (en) 2011-08-30 2014-08-26 At&T Intellectual Property I, L.P. Methods, systems and apparatus to route cloud-based service communications
US8806606B2 (en) 2012-02-28 2014-08-12 Verizon Patent And Licensing Inc. Service aggregation in a cloud services center
US9286444B2 (en) 2012-02-28 2016-03-15 Verizon Patent And Licensing Inc. Next generation secure gateway
US9137854B2 (en) 2012-04-13 2015-09-15 Verizon Patent And Licensing Inc. Cloud-based WAN management
US9100432B2 (en) 2012-12-21 2015-08-04 Verizon Patent And Licensing Inc. Cloud-based distributed denial of service mitigation
US9515985B2 (en) 2013-03-01 2016-12-06 Verizon Patent And Licensing Inc. Platform for private internet protocol (IP) cloud services

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070198739A1 (en) * 2001-01-19 2007-08-23 Streamworks Technologies, Inc. System and method for routing media
US20050180416A1 (en) * 2004-02-18 2005-08-18 Thusitha Jayawardena Method for distributed denial-of-service attack mitigation by selective black-holing in MPLS VPNS
US20080285445A1 (en) * 2004-05-11 2008-11-20 Guy Riddle Packet Load Shedding
US20070011351A1 (en) * 2005-07-08 2007-01-11 Aurelien Bruno Method and system for gateway selection in inter-region communication on IP networks
US20070260746A1 (en) * 2006-05-08 2007-11-08 Sina Mirtorabi Maintaining IGP transparency of VPN routes when BGP is used as a PE-CE protocol
US20080052394A1 (en) * 2006-08-22 2008-02-28 Bugenhagen Michael K System and method for initiating diagnostics on a packet network node
US20080062891A1 (en) * 2006-09-08 2008-03-13 Van Der Merwe Jacobus E Systems, devices, and methods for network routing
US20080183847A1 (en) * 2007-01-30 2008-07-31 Leonidas Kontothanassis Method and system for shedding load in physiological signals processing
US7916735B2 (en) * 2008-12-02 2011-03-29 At&T Intellectual Property I, L.P. Method for applying macro-controls onto IP networks using intelligent route indexing

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9397924B2 (en) 2008-12-02 2016-07-19 At&T Intellectual Property I, L.P. Method for applying macro-controls onto IP networks using intelligent route indexing
US9363268B2 (en) 2011-04-29 2016-06-07 At&T Intellectual Property I, L.P. System and method for controlling multicast geographic distribution
US10027497B2 (en) 2011-04-29 2018-07-17 At&T Intellectual Property I, L.P. System and method for controlling multicast geographic distribution
US10735214B2 (en) 2011-04-29 2020-08-04 At&T Intellectual Property I, L.P. System and method for controlling multicast geographic distribution
US9137202B2 (en) 2011-06-09 2015-09-15 At&T Intellectual Property I, L.P. System and method for dynamically adapting network delivery modes of content
US9516139B2 (en) 2011-06-09 2016-12-06 At&T Intellectual Property I, L.P. System and method for dynamically adapting network delivery modes of content
US10356207B2 (en) 2011-06-09 2019-07-16 At&T Intellectual Property I, L.P. System and method for dynamically adapting network delivery modes of content
US10944848B2 (en) 2011-06-09 2021-03-09 At&T Intellectual Property I, L.P. System and method for dynamically adapting network delivery modes of content
US11290567B2 (en) 2011-06-09 2022-03-29 At&T Intellectual Property L, L.P. System and method for dynamically adapting network delivery modes of content
US11601526B2 (en) 2011-06-09 2023-03-07 At&T Intellectual Property I, L.P. System and method for dynamically adapting network delivery modes of content
US9986019B2 (en) 2015-06-24 2018-05-29 At&T Intellectual Property I, L.P. Intelligent route management for diverse ecosystems
US10791164B2 (en) 2015-06-24 2020-09-29 At&T Intellectual Property I, L.P. Intelligent route management for diverse ecosystems

Also Published As

Publication number Publication date
US7916735B2 (en) 2011-03-29
US20100135304A1 (en) 2010-06-03
US20110145409A1 (en) 2011-06-16
US9397924B2 (en) 2016-07-19
US20130077470A1 (en) 2013-03-28

Similar Documents

Publication Publication Date Title
US8351435B2 (en) Method for applying macro-controls onto IP networks using intelligent route indexing
US10666563B2 (en) Buffer-less virtual routing
Cascone et al. Fast failure detection and recovery in SDN with stateful data plane
Greenberg et al. A clean slate 4D approach to network control and management
US7602796B2 (en) Method and apparatus for border gateway protocol route management and routing policy modeling
US7551551B2 (en) Fast reroute (FRR) protection at the edge of a RFC 2547 network
EP1580940B1 (en) Method, apparatus and computer readable medium storing a software program for selecting routes to be distributed within networks
US8780716B2 (en) System and method for service assurance in IP networks
EP1018822A2 (en) Mechanism to guarantee quality of service to real-time traffic on IP networks
US6898630B2 (en) Network management system utilizing notification between fault manager for packet switching nodes of the higher-order network layer and fault manager for link offering nodes of the lower-order network layer
US20110205933A1 (en) Routing method and system
WO2007071019A1 (en) Network visible inter-logical router links
Iselt et al. Resilient routing using MPLS and ECMP
JP2005080297A (en) Non-intrusive method for routing policy discovery
WO2014054281A1 (en) Control apparatus, control method thereof, and program
Francois et al. Avoiding disruptions during maintenance operations on BGP sessions
Bryskin et al. Policy-enabled path computation framework
CN115484201A (en) Border Gateway Protocol (BGP) for routing policy distribution
WO2006007469A2 (en) Qos and fault isolation in bgp traffic, address families and routing topologies
EP1037428B1 (en) Method for measuring the availability of router-based connectionless networks
Masip-Bruin et al. QoS routing algorithms under inaccurate routing for bandwidth constrained applications
Greenberg et al. Refactoring network control and management: A case for the 4D architecture
Kamamura et al. Scalable backup configurations creation for IP fast reroute
Alotaibi et al. Utilising SDN to counter BGP convergence delays
Pelsser et al. Improving route diversity through the design of iBGP topologies

Legal Events

Date Code Title Description
FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20170108

AS Assignment

Owner name: AT&T INTELLECTUAL PROPERTY I, L.P., NEVADA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MULLIGAN, JOHN;NGUYEN, HAN Q.;SAAD, SAMIR;AND OTHERS;SIGNING DATES FROM 20090209 TO 20090218;REEL/FRAME:049598/0554

AS Assignment

Owner name: ATLASSIAN INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AT&T INTELLECTUAL PROPERTY I, L.P.;REEL/FRAME:050382/0862

Effective date: 20190627

AS Assignment

Owner name: ATLASSIAN US, INC., CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:ATLASSIAN, INC.;REEL/FRAME:061085/0690

Effective date: 20220701