US7525949B1 - Forwarding for network devices - Google Patents

Forwarding for network devices Download PDF

Info

Publication number
US7525949B1
US7525949B1 US10/140,613 US14061302A US7525949B1 US 7525949 B1 US7525949 B1 US 7525949B1 US 14061302 A US14061302 A US 14061302A US 7525949 B1 US7525949 B1 US 7525949B1
Authority
US
United States
Prior art keywords
address
proxy
next hop
network device
route
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US10/140,613
Inventor
Sanjeev Rampal
Alvaro Retana
Russell White
Jimmy Ervin
Hoe Trinh
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.)
Cisco Technology Inc
Original Assignee
Cisco Technology 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 Cisco Technology Inc filed Critical Cisco Technology Inc
Priority to US10/140,613 priority Critical patent/US7525949B1/en
Assigned to CISCO TECHNOLOGY, INC. reassignment CISCO TECHNOLOGY, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: WHITE, RUSSELL, RETANA, ALVARO, TRINH, HOE, ERVIN, JIMMY, RAMPAL, SANJEEV
Assigned to CISCO TECHNOLOGY, INC. reassignment CISCO TECHNOLOGY, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: WHITE, RUSSELL, RETANA, ALVARO, TRINH, HOE, ERVIN, JIMMY, RAMPAL, SANJEEV
Application granted granted Critical
Publication of US7525949B1 publication Critical patent/US7525949B1/en
Active 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/54Organization of routing tables
    • 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/66Layer 2 routing, e.g. in Ethernet based MAN's

Definitions

  • the present invention relates to forwarding for network devices. More specifically, the invention relates to optimizing forwarding that can be utilized on provider edge routers that use the EBGP protocol.
  • a router is a hardware device that stores and forwards data packets from one hardware device to another.
  • the different hardware devices can be on the same local area network (LAN) or within the same wide area network (WAN).
  • LAN local area network
  • WAN wide area network
  • One such wide area network is the Internet.
  • the routing table needs to accommodate every Internet route that the service provider's router becomes aware. For example, it is possible that the routing table may need to store hundreds of thousands of routes. The sheer size of the routing table may require higher processing power for accessing the table and larger storage requirements.
  • the processor in the router has to spend a great percentage of time managing and maintaining the entries in the table thereby not being able to service other tasks on the router in a timely manner. Hence a more powerful processor is need in order to do both efficiently.
  • the size of the Internet continues to grow rapidly, the severity of these problems continues to increase.
  • IP address prefix patterns can be identified in order to use address aggregation to reduce the size of the routing table (e.g., CIDR based route aggregation).
  • the present invention provides innovative techniques for implementing forwarding for network devices, such as routers.
  • a route address is advertised with a proxy address instead of the next hop address that was advertised.
  • the proxy address is not associated externally with any other network device but is defined internally in the network device for forwarding.
  • a table can be utilized to associate the proxy address with the next hop address.
  • the packet can be correctly sent to the next hop address.
  • Advantages of embodiments of the invention can include drastically smaller routing tables and no requirement that other network devices be modified.
  • the invention provides a method for implementing forwarding in a network device.
  • a message advertising a route address and a next hop address is received.
  • a proxy address is associated with the next hop address.
  • the route address and the proxy address are then advertised, where the proxy address is not associated externally with any other network device but is defined internally in the network device for forwarding.
  • EBGP is used as the protocol between the network device (e.g., router) that is utilizing the invention and a neighboring network device that is communicating with it.
  • the invention provides a method for implementing forwarding in a network device.
  • a first message advertising a route IP address and a next hop address is received.
  • a proxy IP address is associated with the next hop address, such that the proxy IP address is associated with a proxy MAC address and the proxy MAC address is associated with the next hop address.
  • the route IP address and the proxy IP address are advertised.
  • the network device Upon receiving an ARP request for the proxy IP address specified by a packet, the network device responds with the proxy MAC address.
  • the packet that includes the proxy MAC address is received.
  • the proxy MAC address is used to determine the next hop address and the packet is forwarded to the next hop address.
  • FIG. 1 shows a communications network including multiple computer systems.
  • FIG. 2 shows a block diagram of multiple network devices in communication in a network.
  • FIG. 3 shows a conventional routing table that can be utilized for Internet routes.
  • FIG. 4 shows an example of a proxy table that can be utilized with an embodiment of the invention.
  • FIG. 5 shows an example of a next hop table that can be utilized with an embodiment of the invention.
  • FIG. 6 shows a flowchart of a process of implementing forwarding in a network device according to one embodiment of the invention.
  • FIG. 7 shows a flowchart of a process of implementing forwarding in a network device according another embodiment of the invention.
  • embodiments that implement forwarding in a network device, such as a router. Additionally, the embodiments utilize the border gateway protocol (BGP) between the routers.
  • BGP border gateway protocol
  • embodiments of the invention are not limited to any particular environment, protocol, application, or implementation. For example, the invention may be advantageously applied to other environments, including those that utilize different communications protocols (e.g., MPLS). Therefore, the description of the embodiments that follows is for purposes of illustration and not limitation.
  • FIG. 1 shows an example of a communications network including multiple computer systems.
  • Computer systems 1 communicate through network 3 .
  • Computer systems 1 are representative of the multitude of hardware devices that can be present on network 3 .
  • Devices can communicate with other devices using wire, optical, wireless, and other media.
  • Network 3 is representative of a local area network, wide area network, (such as the Internet) or any combination of the two.
  • FIG. 2 shows a block diagram of a portion of a communications network.
  • the figure shows an environment where an embodiment of the invention can be advantageously applied.
  • routers 101 and 103 provide communication with the public Internet.
  • Routers 105 and 107 provide communication between the service provider and the Internet.
  • the service provider provides services, such as a connection to the Internet, to customers.
  • a network 109 represents the service providers network.
  • Router 111 provides communication between the service provider and one or more customers through router 113 .
  • networks are not shown for the Internet and the customer.
  • FIG. 2 shows an example of an environment that can benefit from one embodiment of the invention, but other environments can include fewer or more hardware devices and networks.
  • the EBGP protocol is utilized for communication between two routers.
  • An autonomous system is typically a set of IP routers with a single routing policy and under a single network administrator.
  • the exterior border gateway protocol (EBGP) is a version of BGP that is utilized between routers in different ASs. Accordingly, EBGP may be utilized between routers that communicate across a dashed line shown in FIG. 2 .
  • IPGP interior border gateway protocol
  • the interior border gateway protocol is a version BGP that is utilized between routers in the same AS. Accordingly, IPGP may be utilized between any of the service provider's routers shown in FIG. 2 (i.e., between the dashed lines).
  • Router 111 can also be called the provider edge (PE) router and router 113 can also be called the customer edge (CE) router.
  • PE provider edge
  • CE customer edge
  • the service provider can be providing public Internet access, but the service provider can also provide other services including virtual private networking, application hosting, and the like.
  • Routers that utilize EBGP distribute route addresses and the associated next hop address.
  • the next hop address is the address of the router that is next in the chain for the route. For example, for an IP route that should be routed through router 101 , router 101 would distribute the IP route and its own IP address as the associated next hop address.
  • conventional PE routers like router 111 store a routing table that is similar to the one shown in FIG. 3 .
  • router 111 receives an advertisement of an IP route and the associated next hop address, this information is stored in a table.
  • the routing table shown in FIG. 3 stores different IP routes and their associated next hop addresses.
  • the routing table can become quite large (e.g., hundreds of thousands of routes). In order to manage such a large routing table, there is a demand for high performance hardware capabilities of the PE router.
  • Router 111 has an IBGP session with every other router in the service provider's network. This PE router will store all the EBGP next hops out of the service provider's network, such as routers 101 and 103 . These EBGP next hops will also be advertised to the customer through router 113 .
  • the next hop addresses are the IP addresses that are utilized between the routers, such as between routers 101 and 105 .
  • router 101 would advertise the IP route address and the IP address of router 101 utilized in communication with router 105 as the next hop address.
  • router 111 utilizes a proxy table as shown in FIG. 4 and a next hop table as shown in FIG. 5 .
  • the proxy table associates an IP address with an associated media access control (MAC) address.
  • the next hop table stores MAC addresses and associated next hop addresses. Techniques for utilizing the proxy and next hop tables will be discussed in more details below.
  • router 111 assigns a proxy IP address and an associated proxy MAC address in the proxy table.
  • the proxy addresses are not actual addresses (other network devices would not associate the proxy addresses with existing hardware), however, there may be some limitations on the proxy addresses.
  • the proxy MAC address should not be equal to a MAC address of a real device.
  • the proxy IP address should be in the same subnet as the customer's network for reasons described below.
  • Router 111 stores the proxy MAC address and the associated EBGP next hop address in the next hop table. All of the IP routes through this router (e.g., router 101 ) will utilize one entry in the proxy table and one entry in the next hop table. As only two EBGP next hop routers, routers 101 and 103 , are shown in FIG. 2 , there need only be two entries shown in the proxy table and next hop table shown in FIGS. 4 and 5 , respectively.
  • proxy table and next hop table can be larger in some environments, it should be understood that these two drastically smaller tables can replace a conventional routing table that stores hundreds of thousands of entries. The reason is that all of the IP routes through router 101 can be correctly routed using only one entry in the proxy table and one entry in the next hop table as opposed to a large number of entries in the routing table.
  • router 111 when router 111 receives a message advertising an EBGP next hop, router 111 advertises to router 113 the IP route and the proxy IP for the router that is the next hop. Router 113 will typically stores the IP route and EBGP next hop (the proxy IP address) in a routing table.
  • router 113 When router 113 attempts to forward a packet to one of the proxy IP addresses, it will find that the proxy IP address is in the same subnet as one of the IP addresses in its own network. Router 113 will then send an address resolution protocol (ARP) request for the MAC address that is associated with the proxy IP address. Accordingly, router 113 is requesting the physical machine address for the hardware device that is in the customer's network and is associated with the proxy IP address.
  • ARP address resolution protocol
  • the proxy IP address should not be utilized by any of the hardware devices in the customer's network. Accordingly, no hardware devices in the customer's network should respond to the ARP request. However, router 111 can have modifications that allow it to detect such an ARP request. In other words, router 111 will recognize the ARP request for one of the proxy IP addresses that it advertised to router 113 . Utilizing the proxy table, router 111 responds to the ARP request with the proxy MAC address.
  • the packet will be sent to the proxy MAC address.
  • the forwarder in router 111 can be set up such that as when it receives a packet with the destination of the proxy MAC address, it does not need to do a full IP look up based on the destination IP address in the packet. Instead, router 111 can utilize the next hop table shown in FIG. 5 to determine the actual next hop address. Router 111 then forwards the packet to the next hop specified in the next hop table.
  • Router 111 does full IP layer forwarding (including TTL decrement, fragmentation, etc.) with the only difference being that router 111 does not need to store the full Internet routing table in its forwarder since it does not ever need to do a destination IP address based lookup. Thus, router 111 can achieve full Internet routing (at the maximum forwarding rate that its hardware supports) without needing to store the full Internet routing table in forwarder memory.
  • FIG. 6 shows a flowchart of a process of implementing forwarding in a network device in one embodiment. As with all the flowcharts herein, steps can be added, deleted, combined, and reordered without departing from the spirit and scope of the invention.
  • a message is received advertising a route address and a next hop address.
  • EBGP the communications protocol
  • the invention can be advantageously applied to other protocols and other routes besides public Internet routes.
  • a proxy address is associated with the next hop address at a step 303 .
  • the proxy address is not associated externally with any other network device but is defined internally in the network device for forwarding.
  • the proxy address is associated with the next hop address through the use of tables.
  • the route address and the proxy address are advertised.
  • the route address is a public Internet address.
  • FIG. 7 shows a flowchart of a method for implementing forwarding in a network device in another embodiment.
  • the route address an IP address and ARP request is utilized to resolve the correct next hop address.
  • a message advertising a route IP address and next hop address are received.
  • EGBP is being utilized in a router and the message that is received is to advertise the next hop address.
  • a proxy IP address is associated with the next hop address at a step 403 .
  • the proxy IP address is associated with a proxy MAC address and the proxy MAC address is associated with the next hop address.
  • the addresses can be associated by storing the addresses as entries in one or more tables.
  • the route IP address and the proxy IP address is advertised.
  • the proxy IP address is in the same subnet as the targeted network.
  • a response is sent with a proxy MAC address at a step 407 .
  • the router that sent the ARP request will then send the packet to the proxy MAC address, such as by putting the proxy MAC address in the packet as the destination.
  • a packet that includes the proxy MAC address is received at a step 409 .
  • the proxy MAC address is removed or stripped from the packet.
  • the proxy MAC address is used to determine the next hop address.
  • the proxy MAC address can be used as an index into a table to lookup the next hop address (e.g., FIG. 5 ). This is in stark contrast to using a conventional routing tale as shown in FIG. 3 where a full IP lookup based on the destination IP address in the packet.
  • the next hop address can be inserted in the packet and forwarded to the next hop address at a step 413 .
  • only the PE router has to be modified and the other routers can be left unchanged. This provides the advantage that it is not necessary to change the functionality or configuration of other devices in the network.
  • configuration parameters can be utilized to specify the range of values for the proxy IP and MAC addresses.
  • a systems administrator can be allowed to specify the proxy IP and MAC addresses.
  • Embodiments of the invention can be advantageously applied to other environments.
  • the packets can be sent directly to another router to which the other two routers are physically connected.
  • This third router will be in the path towards the proxy IP addresses that will be advertised inside the network. Additionally, it is not required that the third router be executing BGP at all.
  • BGP route reflectors or confederations will be used to alleviate scaling problems in the service provider's network due to the full mesh required for IBGP sessions.
  • the PE router will learn of some routers internal to the service provider's network to be EBGP next hops.
  • proxies for these next hops can be setup just like they are set up for truly external next hops using similar techniques.
  • embodiments of the invention can be utilized, but the size of the tables that are utilized may need to be increased.
  • a customer has chosen to run BGP because the customer has multiple gateways to the Internet and would like to use the optimal gateway for a particular destination. Therefore, even though the PE router advertises a next hop to the customer, the customer may not use the PE router as the exit point for that destination (e.g., using another ISP router). Embodiments of the invention can still be advantageously applied to this environment because the PE router will still achieve the benefit of drastically smaller forwarding tables.

Abstract

Techniques for implementing forwarding in network devices are provided. Proxy addresses are used in place of next hop addresses so that a large routing table is not required. Pairs of proxy IP and MAC addresses can be used to allow this optimization to occur completely transparent to any other device in the network. One or more smaller tables can be utilized in place of a large routing table to more efficiently implement forwarding. Additionally, the technique can be utilized without requiring modification of other hardware devices in the network.

Description

BACKGROUND OF THE INVENTION
The present invention relates to forwarding for network devices. More specifically, the invention relates to optimizing forwarding that can be utilized on provider edge routers that use the EBGP protocol.
A router is a hardware device that stores and forwards data packets from one hardware device to another. The different hardware devices can be on the same local area network (LAN) or within the same wide area network (WAN). One such wide area network is the Internet.
Support for full Internet routing places a heavy burden on a router. In some cases, the hardware capability of a router which is at the edge of a service provider's network may be constrained to be low due to space, power and other constraints. In such a situation, it becomes especially hard to support full Internet routing at wire rates without having to resort to static routing or some default routing technique.
One of the difficulties in implementing full Internet routing is the size of the routing table. In general, the routing table needs to accommodate every Internet route that the service provider's router becomes aware. For example, it is possible that the routing table may need to store hundreds of thousands of routes. The sheer size of the routing table may require higher processing power for accessing the table and larger storage requirements. In addition with a large routing table the processor in the router has to spend a great percentage of time managing and maintaining the entries in the table thereby not being able to service other tasks on the router in a timely manner. Hence a more powerful processor is need in order to do both efficiently. As the size of the Internet continues to grow rapidly, the severity of these problems continues to increase.
Conventional techniques for addressing this problem have been inadequate. As an example, techniques can be utilized to improve the searching efficiency of a large routing table. Also, internet protocol (IP) address prefix patterns can be identified in order to use address aggregation to reduce the size of the routing table (e.g., CIDR based route aggregation).
Accordingly, it would be beneficial to have innovative techniques for implementing forwarding for network devices. Additionally, it would be beneficial if improvements in a service provider's edge router can be achieved without requiring modification to other routers to which it communicates.
SUMMARY OF THE INVENTION
The present invention provides innovative techniques for implementing forwarding for network devices, such as routers. In general, a route address is advertised with a proxy address instead of the next hop address that was advertised. Typically, the proxy address is not associated externally with any other network device but is defined internally in the network device for forwarding. When a packet is received that is being sent to the proxy address, a table can be utilized to associate the proxy address with the next hop address. Thus, the packet can be correctly sent to the next hop address. Advantages of embodiments of the invention can include drastically smaller routing tables and no requirement that other network devices be modified. Some specific embodiments of the invention are described below.
In one embodiment, the invention provides a method for implementing forwarding in a network device. A message advertising a route address and a next hop address is received. A proxy address is associated with the next hop address. The route address and the proxy address are then advertised, where the proxy address is not associated externally with any other network device but is defined internally in the network device for forwarding. In some embodiments, EBGP is used as the protocol between the network device (e.g., router) that is utilizing the invention and a neighboring network device that is communicating with it.
In another embodiment, the invention provides a method for implementing forwarding in a network device. A first message advertising a route IP address and a next hop address is received. A proxy IP address is associated with the next hop address, such that the proxy IP address is associated with a proxy MAC address and the proxy MAC address is associated with the next hop address. The route IP address and the proxy IP address are advertised. Upon receiving an ARP request for the proxy IP address specified by a packet, the network device responds with the proxy MAC address. The packet that includes the proxy MAC address is received. The proxy MAC address is used to determine the next hop address and the packet is forwarded to the next hop address.
Other features and advantages of the invention will become readily apparent upon review of the following description in association with the accompanying drawings, where the same or similar structures are designated with the same reference numerals.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 shows a communications network including multiple computer systems.
FIG. 2 shows a block diagram of multiple network devices in communication in a network.
FIG. 3 shows a conventional routing table that can be utilized for Internet routes.
FIG. 4 shows an example of a proxy table that can be utilized with an embodiment of the invention.
FIG. 5 shows an example of a next hop table that can be utilized with an embodiment of the invention.
FIG. 6 shows a flowchart of a process of implementing forwarding in a network device according to one embodiment of the invention.
FIG. 7 shows a flowchart of a process of implementing forwarding in a network device according another embodiment of the invention.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
In the description that follows, the present invention will be described in reference to embodiments that implement forwarding in a network device, such as a router. Additionally, the embodiments utilize the border gateway protocol (BGP) between the routers. However, embodiments of the invention are not limited to any particular environment, protocol, application, or implementation. For example, the invention may be advantageously applied to other environments, including those that utilize different communications protocols (e.g., MPLS). Therefore, the description of the embodiments that follows is for purposes of illustration and not limitation.
FIG. 1 shows an example of a communications network including multiple computer systems. Computer systems 1 communicate through network 3. Computer systems 1 are representative of the multitude of hardware devices that can be present on network 3. Devices can communicate with other devices using wire, optical, wireless, and other media. Network 3 is representative of a local area network, wide area network, (such as the Internet) or any combination of the two.
FIG. 2 shows a block diagram of a portion of a communications network. The figure shows an environment where an embodiment of the invention can be advantageously applied. As shown, routers 101 and 103 provide communication with the public Internet.
Routers 105 and 107 provide communication between the service provider and the Internet. Typically, the service provider provides services, such as a connection to the Internet, to customers. A network 109 represents the service providers network.
Router 111 provides communication between the service provider and one or more customers through router 113. For simplicity, networks are not shown for the Internet and the customer. Additionally, FIG. 2 shows an example of an environment that can benefit from one embodiment of the invention, but other environments can include fewer or more hardware devices and networks.
In one embodiment, the EBGP protocol is utilized for communication between two routers. An autonomous system (AS) is typically a set of IP routers with a single routing policy and under a single network administrator. The exterior border gateway protocol (EBGP) is a version of BGP that is utilized between routers in different ASs. Accordingly, EBGP may be utilized between routers that communicate across a dashed line shown in FIG. 2.
The interior border gateway protocol (IPGP) is a version BGP that is utilized between routers in the same AS. Accordingly, IPGP may be utilized between any of the service provider's routers shown in FIG. 2 (i.e., between the dashed lines).
Router 111 can also be called the provider edge (PE) router and router 113 can also be called the customer edge (CE) router. As described above, the service provider can be providing public Internet access, but the service provider can also provide other services including virtual private networking, application hosting, and the like.
Routers that utilize EBGP distribute route addresses and the associated next hop address. The next hop address is the address of the router that is next in the chain for the route. For example, for an IP route that should be routed through router 101, router 101 would distribute the IP route and its own IP address as the associated next hop address.
Accordingly, conventional PE routers like router 111 store a routing table that is similar to the one shown in FIG. 3. When router 111 receives an advertisement of an IP route and the associated next hop address, this information is stored in a table. As shown, the routing table shown in FIG. 3 stores different IP routes and their associated next hop addresses.
Unfortunately, in many network topologies, the routing table can become quite large (e.g., hundreds of thousands of routes). In order to manage such a large routing table, there is a demand for high performance hardware capabilities of the PE router.
Router 111 has an IBGP session with every other router in the service provider's network. This PE router will store all the EBGP next hops out of the service provider's network, such as routers 101 and 103. These EBGP next hops will also be advertised to the customer through router 113.
The next hop addresses are the IP addresses that are utilized between the routers, such as between routers 101 and 105. For example, for an IP route through router 101, router 101 would advertise the IP route address and the IP address of router 101 utilized in communication with router 105 as the next hop address.
In one embodiment of the invention, router 111 utilizes a proxy table as shown in FIG. 4 and a next hop table as shown in FIG. 5. In general, the proxy table associates an IP address with an associated media access control (MAC) address. The next hop table stores MAC addresses and associated next hop addresses. Techniques for utilizing the proxy and next hop tables will be discussed in more details below.
The first time that router 111 receives a message advertising an EBGP next hop, router 111 assigns a proxy IP address and an associated proxy MAC address in the proxy table. The proxy addresses are not actual addresses (other network devices would not associate the proxy addresses with existing hardware), however, there may be some limitations on the proxy addresses. For example, the proxy MAC address should not be equal to a MAC address of a real device. Additionally, the proxy IP address should be in the same subnet as the customer's network for reasons described below.
Router 111 stores the proxy MAC address and the associated EBGP next hop address in the next hop table. All of the IP routes through this router (e.g., router 101) will utilize one entry in the proxy table and one entry in the next hop table. As only two EBGP next hop routers, routers 101 and 103, are shown in FIG. 2, there need only be two entries shown in the proxy table and next hop table shown in FIGS. 4 and 5, respectively.
Although the proxy table and next hop table can be larger in some environments, it should be understood that these two drastically smaller tables can replace a conventional routing table that stores hundreds of thousands of entries. The reason is that all of the IP routes through router 101 can be correctly routed using only one entry in the proxy table and one entry in the next hop table as opposed to a large number of entries in the routing table.
Continuing with the example, when router 111 receives a message advertising an EBGP next hop, router 111 advertises to router 113 the IP route and the proxy IP for the router that is the next hop. Router 113 will typically stores the IP route and EBGP next hop (the proxy IP address) in a routing table.
When router 113 attempts to forward a packet to one of the proxy IP addresses, it will find that the proxy IP address is in the same subnet as one of the IP addresses in its own network. Router 113 will then send an address resolution protocol (ARP) request for the MAC address that is associated with the proxy IP address. Accordingly, router 113 is requesting the physical machine address for the hardware device that is in the customer's network and is associated with the proxy IP address.
The proxy IP address should not be utilized by any of the hardware devices in the customer's network. Accordingly, no hardware devices in the customer's network should respond to the ARP request. However, router 111 can have modifications that allow it to detect such an ARP request. In other words, router 111 will recognize the ARP request for one of the proxy IP addresses that it advertised to router 113. Utilizing the proxy table, router 111 responds to the ARP request with the proxy MAC address.
Once 113 receives the response that specifies the proxy MAC address, the packet will be sent to the proxy MAC address. The forwarder in router 111 can be set up such that as when it receives a packet with the destination of the proxy MAC address, it does not need to do a full IP look up based on the destination IP address in the packet. Instead, router 111 can utilize the next hop table shown in FIG. 5 to determine the actual next hop address. Router 111 then forwards the packet to the next hop specified in the next hop table.
Router 111 does full IP layer forwarding (including TTL decrement, fragmentation, etc.) with the only difference being that router 111 does not need to store the full Internet routing table in its forwarder since it does not ever need to do a destination IP address based lookup. Thus, router 111 can achieve full Internet routing (at the maximum forwarding rate that its hardware supports) without needing to store the full Internet routing table in forwarder memory.
The preceding has described one embodiment of the invention in relation to an example. It may be beneficial now to describe processes that can be utilized in embodiments of the invention.
FIG. 6 shows a flowchart of a process of implementing forwarding in a network device in one embodiment. As with all the flowcharts herein, steps can be added, deleted, combined, and reordered without departing from the spirit and scope of the invention.
At a step 301, a message is received advertising a route address and a next hop address. Although, some embodiments utilize EBGP as the communications protocol, the invention can be advantageously applied to other protocols and other routes besides public Internet routes.
A proxy address is associated with the next hop address at a step 303. The proxy address is not associated externally with any other network device but is defined internally in the network device for forwarding. In some embodiments, the proxy address is associated with the next hop address through the use of tables. At a step 305, the route address and the proxy address are advertised. In some embodiments, the route address is a public Internet address.
FIG. 7 shows a flowchart of a method for implementing forwarding in a network device in another embodiment. In this embodiment, the route address an IP address and ARP request is utilized to resolve the correct next hop address.
At a step 401, a message advertising a route IP address and next hop address are received. Typically, EGBP is being utilized in a router and the message that is received is to advertise the next hop address.
A proxy IP address is associated with the next hop address at a step 403. In one embodiment, the proxy IP address is associated with a proxy MAC address and the proxy MAC address is associated with the next hop address. For example, the addresses can be associated by storing the addresses as entries in one or more tables.
At a step 405, the route IP address and the proxy IP address is advertised. Typically, the proxy IP address is in the same subnet as the targeted network.
Upon receiving an ARP request for the proxy IP address, a response is sent with a proxy MAC address at a step 407. The router that sent the ARP request will then send the packet to the proxy MAC address, such as by putting the proxy MAC address in the packet as the destination.
A packet that includes the proxy MAC address is received at a step 409. Typically, the proxy MAC address is removed or stripped from the packet. At a step 411, the proxy MAC address is used to determine the next hop address. For example, the proxy MAC address can be used as an index into a table to lookup the next hop address (e.g., FIG. 5). This is in stark contrast to using a conventional routing tale as shown in FIG. 3 where a full IP lookup based on the destination IP address in the packet. The next hop address can be inserted in the packet and forwarded to the next hop address at a step 413.
With some embodiments of the invention, only the PE router has to be modified and the other routers can be left unchanged. This provides the advantage that it is not necessary to change the functionality or configuration of other devices in the network.
In some embodiments, configuration parameters can be utilized to specify the range of values for the proxy IP and MAC addresses. In other embodiments, a systems administrator can be allowed to specify the proxy IP and MAC addresses.
Embodiments of the invention can be advantageously applied to other environments. For example, in the environment when EBGP is utilized between two routers that are not physically connected (e.g., connected via a logical TCP connection), the packets can be sent directly to another router to which the other two routers are physically connected. This third router will be in the path towards the proxy IP addresses that will be advertised inside the network. Additionally, it is not required that the third router be executing BGP at all.
In some embodiments, BGP route reflectors or confederations will be used to alleviate scaling problems in the service provider's network due to the full mesh required for IBGP sessions. In this environment, the PE router will learn of some routers internal to the service provider's network to be EBGP next hops. However, proxies for these next hops can be setup just like they are set up for truly external next hops using similar techniques. Thus, embodiments of the invention can be utilized, but the size of the tables that are utilized may need to be increased.
In some environments, a customer has chosen to run BGP because the customer has multiple gateways to the Internet and would like to use the optimal gateway for a particular destination. Therefore, even though the PE router advertises a next hop to the customer, the customer may not use the PE router as the exit point for that destination (e.g., using another ISP router). Embodiments of the invention can still be advantageously applied to this environment because the PE router will still achieve the benefit of drastically smaller forwarding tables.
The above description has described applying the invention to an environment where EBGP is utilized between a PE router and a CE router. However, embodiments of the invention can be advantageously applied to routers in other environments, such as between two service providers. Thus, the invention can be advantageously applied to optimize forwarding of through traffic in a transit AS while normal full Internet routing is used for traffic originating in the AS itself.
While the above is a complete description of preferred embodiments of the invention, there is alternatives, modifications, and equivalence can be used. It should be evident that the invention is equally applicable by making appropriate modifications to the embodiments described above. For example, although the embodiments described above have been described in reference to BGP, embodiments of the invention can be applied to other protocols including MPLS. Therefore, the above description should not be taken as limiting the scope of the invention as defined by the metes and bounds of the appended claims along with their full scope of equivalence.

Claims (19)

1. A method for implementing forwarding in a network device, comprising:
receiving at the network device, a message advertising a route address and a next hop address;
assigning at the network device, a proxy IP address associated with a proxy MAC address to the next hop address, wherein the proxy IP address is not associated externally with any other network device but is defined internally in the network device for forwarding; and
advertising the route address and the proxy IP address at the network device;
wherein the proxy IP address is advertised in place of the next hop address for all route addresses through the network device.
2. The method of claim 1, wherein packets that are received destined for the proxy IP address are sent to the next hop address.
3. The method of claim 1 further comprising storing the proxy IP address and the associated proxy MAC address in a first table and storing the proxy MAC address and the associated next hop address in a second table.
4. The method of claim 3 further comprising:
receiving a packet for forwarding at the network device; and
performing a lookup in the first and second tables to identify the next hop address.
5. An apparatus, comprising:
a processor that receives a message advertising a route address and a next hop address, assigns a proxy IP address associated with a proxy MAC address to the next hop address, and advertises the route address and the proxy IP address, wherein the proxy IP address is not associated externally with any other network device but is defined internally in the network device for forwarding and the proxy IP address is advertised in place of the next hop address for all route addresses through the network device; and
a memory that stores data for the processor.
6. The apparatus of claim 5 wherein said stored data comprises a first table storing the proxy IP address and the associated MAC address and a second table storing the MAC address and the associated next hop address.
7. An apparatus for implementing forwarding in a network device, comprising:
means for receiving at the network device, a message advertising a route address and a next hop address;
means for assigning at the network device, a proxy IP address associated with a proxy MAC address to the next hop address, wherein the proxy IP address is not associated externally with any other network device but is defined internally in the network device for forwarding and the proxy IP address is advertised in place of the next hop address for all route addresses through the network device; and
means for advertising the route address and the proxy IP address at the network device.
8. A method for implementing forwarding in a network device, comprising:
receiving at the network device, a first message advertising a route IP address and a next hop address;
associating at the network device, a proxy IP address with the next hop address, wherein the proxy IP address is associated with a proxy MAC address and the proxy MAC address is associated with the next hop address;
advertising at the network device, the route IP address and the proxy IP address;
upon receiving at the network device, an ARP request for the proxy IP address specified by a packet, responding with the proxy MAC address;
receiving at the network device, the packet that includes the proxy MAC address;
using the proxy MAC address to determine the next hop address at the network device; and
forwarding the packet from the network device to the next hop address.
9. The method of claim 8, wherein the proxy IP address is not associated externally with any other network device but is defined internally in the network device for forwarding.
10. The method of claim 8, further comprising removing the proxy MAC address from the packet.
11. The method of claim 8, further comprising inserting the next hop address into the packet.
12. The method of claim 8, wherein the proxy IP address is advertised in place of the next hop address for all route IP address through a network device.
13. The method of claim 8, wherein packets that are received destined for the proxy MAC address are sent to the next hop address.
14. The method of claim 8, wherein the proxy IP address and the proxy MAC address are stored in a proxy table.
15. The method of claim 8, wherein the proxy MAC address and the next hop address are stored in a next hop table.
16. The method of claim 8, wherein the proxy IP address is in the same subnet as a network to which the route IP address and the proxy IP address are advertised.
17. The method of claim 8, wherein the network device is a provider's edge router and the route IP address and the proxy IP address are advertised to a customer's edge router.
18. An apparatus, comprising:
a processor that receives a first message advertising a route IP address and a next hop address; associates a proxy IP address with the next hop address, wherein the proxy IP address is associated with a proxy MAC address and the proxy MAC address is associated with the next hop address; advertises the route IP address and the proxy IP address; upon receiving an ARP request for the proxy IP address specified by a packet, responds with the proxy MAC address; receives the packet that includes the proxy MAC address; uses the proxy MAC address to determine the next hop address; and forwards the packet to the next hop address; and
a memory that stores data for the processor.
19. An apparatus for implementing forwarding in a network device, comprising:
means for receiving at the network device, a first message advertising a route IP address and a next hop address;
means for associating at the network device, a proxy IP address with the next hop address, wherein the proxy IP address is associated with a proxy MAC address and the proxy MAC address is associated with the next hop address;
means for advertising at the network device, the route IP address and the proxy IP address;
means for, upon receiving at the network device, an ARP request for the proxy IP address specified by a packet, responding with the proxy MAC address;
means for receiving at the network device, the packet that includes the proxy MAC address;
means for using at the network device, the proxy MAC address to determine the next hop address; and
means for forwarding the packet from the network device to the next hop address.
US10/140,613 2002-05-07 2002-05-07 Forwarding for network devices Active 2025-02-21 US7525949B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/140,613 US7525949B1 (en) 2002-05-07 2002-05-07 Forwarding for network devices

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/140,613 US7525949B1 (en) 2002-05-07 2002-05-07 Forwarding for network devices

Publications (1)

Publication Number Publication Date
US7525949B1 true US7525949B1 (en) 2009-04-28

Family

ID=40568963

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/140,613 Active 2025-02-21 US7525949B1 (en) 2002-05-07 2002-05-07 Forwarding for network devices

Country Status (1)

Country Link
US (1) US7525949B1 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090041035A1 (en) * 2006-03-30 2009-02-12 Brother Kogyo Kabushiki Kaisha Information communication system, information communication method, node device included in information communication system and recording medium recording information processing program
US20120106358A1 (en) * 2010-11-02 2012-05-03 Cisco Technology, Inc. System and method for providing proactive fault monitoring in a network environment
US20130016722A1 (en) * 2008-10-15 2013-01-17 At&T Intellectual Property I, Lp Broadcast interactive television system
WO2014019516A1 (en) * 2012-08-02 2014-02-06 华为技术有限公司 Method and device for forwarding message
US20140169377A1 (en) * 2011-08-24 2014-06-19 Huawei Technologies Co., Ltd. Method and device for sending internet protocol packets
US8982733B2 (en) 2011-03-04 2015-03-17 Cisco Technology, Inc. System and method for managing topology changes in a network environment
US9450846B1 (en) 2012-10-17 2016-09-20 Cisco Technology, Inc. System and method for tracking packets in a network environment
CN110300057A (en) * 2018-03-23 2019-10-01 瞻博网络公司 Agent Advertisement in multi-host network
US10637765B2 (en) 2015-09-24 2020-04-28 At&T Intellectual Property I, L.P. Management of forwarding tables at edge routers
US11165863B1 (en) * 2017-08-04 2021-11-02 128 Technology, Inc. Network neighborhoods for establishing communication relationships between communication interfaces in an administrative domain

Citations (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5708654A (en) * 1996-11-27 1998-01-13 Arndt; Manfred R. Method for detecting proxy ARP replies from devices in a local area network
US5917820A (en) * 1996-06-10 1999-06-29 Cisco Technology, Inc. Efficient packet forwarding arrangement for routing packets in an internetwork
US5958018A (en) * 1996-10-30 1999-09-28 Lucent Technologies Inc. Wireless services data network translating mac address to asynchronous transfer mode (ATM) address
US6101188A (en) * 1996-09-12 2000-08-08 Nec Corporation Internetworking router
US6118771A (en) * 1996-03-14 2000-09-12 Kabushiki Kaisha Toshiba System and method for controlling communication
US6130892A (en) * 1997-03-12 2000-10-10 Nomadix, Inc. Nomadic translator or router
US6178455B1 (en) 1997-01-17 2001-01-23 Scientific-Atlanta, Inc. Router which dynamically requests a set of logical network addresses and assigns addresses in the set to hosts connected to the router
US6256739B1 (en) * 1997-10-30 2001-07-03 Juno Online Services, Inc. Method and apparatus to determine user identity and limit access to a communications network
US6286058B1 (en) 1997-04-14 2001-09-04 Scientific-Atlanta, Inc. Apparatus and methods for automatically rerouting packets in the event of a link failure
US6353614B1 (en) 1998-03-05 2002-03-05 3Com Corporation Method and protocol for distributed network address translation
US6370584B1 (en) 1998-01-13 2002-04-09 Trustees Of Boston University Distributed routing
US6473413B1 (en) * 1999-06-22 2002-10-29 Institute For Information Industry Method for inter-IP-domain roaming across wireless networks
US20020186685A1 (en) * 2001-06-11 2002-12-12 O'brien James D. Voice over internet protocol real time protocol routing
US6591306B1 (en) * 1999-04-01 2003-07-08 Nec Corporation IP network access for portable devices
US6603769B1 (en) * 1998-05-28 2003-08-05 Cisco Technology, Inc. Method and system for improving traffic operation in an internet environment
US20030202505A1 (en) * 2002-04-30 2003-10-30 Timucin Ozugur Hierarchical wireless network and an associated method for delivering IP packets to mobile stations
US6671281B1 (en) * 1998-12-03 2003-12-30 Nec Corporation ATM LAN emulation network having LECS for providing ATM address of LES of target ELAN
US6678725B1 (en) * 2000-04-14 2004-01-13 International Business Machines Corporation Method and apparatus for generating replies to address resolution protocol requests by offload adapters
US6701361B1 (en) * 1996-08-22 2004-03-02 Intermec Ip Corp. Enhanced mobility and address resolution in a wireless premises based network
US20040111640A1 (en) * 2002-01-08 2004-06-10 Baum Robert T. IP based security applications using location, port and/or device identifier information
US6751221B1 (en) * 1996-10-04 2004-06-15 Kabushiki Kaisha Toshiba Data transmitting node and network inter-connection node suitable for home network environment
US6791949B1 (en) * 2000-04-28 2004-09-14 Raytheon Company Network protocol for wireless ad hoc networks
US20040213260A1 (en) * 2003-04-28 2004-10-28 Cisco Technology, Inc. Methods and apparatus for securing proxy Mobile IP
US6880089B1 (en) * 2000-03-31 2005-04-12 Avaya Technology Corp. Firewall clustering for multiple network servers
US20060041682A1 (en) * 2000-08-23 2006-02-23 Johnson Jeremy T Sharing IP network resources
US7088727B1 (en) * 1997-03-12 2006-08-08 Nomadix, Inc. System and method for establishing network connection with unknown network and/or user device

Patent Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6118771A (en) * 1996-03-14 2000-09-12 Kabushiki Kaisha Toshiba System and method for controlling communication
US5917820A (en) * 1996-06-10 1999-06-29 Cisco Technology, Inc. Efficient packet forwarding arrangement for routing packets in an internetwork
US6701361B1 (en) * 1996-08-22 2004-03-02 Intermec Ip Corp. Enhanced mobility and address resolution in a wireless premises based network
US6101188A (en) * 1996-09-12 2000-08-08 Nec Corporation Internetworking router
US6751221B1 (en) * 1996-10-04 2004-06-15 Kabushiki Kaisha Toshiba Data transmitting node and network inter-connection node suitable for home network environment
US5958018A (en) * 1996-10-30 1999-09-28 Lucent Technologies Inc. Wireless services data network translating mac address to asynchronous transfer mode (ATM) address
US5708654A (en) * 1996-11-27 1998-01-13 Arndt; Manfred R. Method for detecting proxy ARP replies from devices in a local area network
US6178455B1 (en) 1997-01-17 2001-01-23 Scientific-Atlanta, Inc. Router which dynamically requests a set of logical network addresses and assigns addresses in the set to hosts connected to the router
US6301223B1 (en) 1997-01-17 2001-10-09 Scientific-Atlanta, Inc. Method of using routing protocols to reroute packets during a link failure
US6208656B1 (en) 1997-01-17 2001-03-27 Scientific-Atlanta, Inc. Methods for dynamically assigning link addresses and logical network addresses
US6130892A (en) * 1997-03-12 2000-10-10 Nomadix, Inc. Nomadic translator or router
US7088727B1 (en) * 1997-03-12 2006-08-08 Nomadix, Inc. System and method for establishing network connection with unknown network and/or user device
US6286058B1 (en) 1997-04-14 2001-09-04 Scientific-Atlanta, Inc. Apparatus and methods for automatically rerouting packets in the event of a link failure
US6256739B1 (en) * 1997-10-30 2001-07-03 Juno Online Services, Inc. Method and apparatus to determine user identity and limit access to a communications network
US6370584B1 (en) 1998-01-13 2002-04-09 Trustees Of Boston University Distributed routing
US6353614B1 (en) 1998-03-05 2002-03-05 3Com Corporation Method and protocol for distributed network address translation
US6603769B1 (en) * 1998-05-28 2003-08-05 Cisco Technology, Inc. Method and system for improving traffic operation in an internet environment
US6671281B1 (en) * 1998-12-03 2003-12-30 Nec Corporation ATM LAN emulation network having LECS for providing ATM address of LES of target ELAN
US6591306B1 (en) * 1999-04-01 2003-07-08 Nec Corporation IP network access for portable devices
US6473413B1 (en) * 1999-06-22 2002-10-29 Institute For Information Industry Method for inter-IP-domain roaming across wireless networks
US6880089B1 (en) * 2000-03-31 2005-04-12 Avaya Technology Corp. Firewall clustering for multiple network servers
US6678725B1 (en) * 2000-04-14 2004-01-13 International Business Machines Corporation Method and apparatus for generating replies to address resolution protocol requests by offload adapters
US6791949B1 (en) * 2000-04-28 2004-09-14 Raytheon Company Network protocol for wireless ad hoc networks
US20060041682A1 (en) * 2000-08-23 2006-02-23 Johnson Jeremy T Sharing IP network resources
US20020186685A1 (en) * 2001-06-11 2002-12-12 O'brien James D. Voice over internet protocol real time protocol routing
US20040111640A1 (en) * 2002-01-08 2004-06-10 Baum Robert T. IP based security applications using location, port and/or device identifier information
US20030202505A1 (en) * 2002-04-30 2003-10-30 Timucin Ozugur Hierarchical wireless network and an associated method for delivering IP packets to mobile stations
US20040213260A1 (en) * 2003-04-28 2004-10-28 Cisco Technology, Inc. Methods and apparatus for securing proxy Mobile IP

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8619631B2 (en) * 2006-03-30 2013-12-31 Brother Kogyo Kabushiki Kaisha Information communication system, information communication method, node device included in information communication system and recording medium recording information processing program
US20090041035A1 (en) * 2006-03-30 2009-02-12 Brother Kogyo Kabushiki Kaisha Information communication system, information communication method, node device included in information communication system and recording medium recording information processing program
US9307296B2 (en) * 2008-10-15 2016-04-05 At&T Intellectual Property I, Lp Broadcast interactive television system
US20130016722A1 (en) * 2008-10-15 2013-01-17 At&T Intellectual Property I, Lp Broadcast interactive television system
US9609393B2 (en) * 2008-10-15 2017-03-28 At&T Intellectual Property I, L.P. Broadcast interactive television system
US8976786B2 (en) * 2008-10-15 2015-03-10 At&T Intellectual Property I, Lp Broadcast interactive television system
US20150143441A1 (en) * 2008-10-15 2015-05-21 At&T Intellectual Property I. L.P. Broadcast interactive television system
US20120106358A1 (en) * 2010-11-02 2012-05-03 Cisco Technology, Inc. System and method for providing proactive fault monitoring in a network environment
US8774010B2 (en) * 2010-11-02 2014-07-08 Cisco Technology, Inc. System and method for providing proactive fault monitoring in a network environment
US8982733B2 (en) 2011-03-04 2015-03-17 Cisco Technology, Inc. System and method for managing topology changes in a network environment
US20140169377A1 (en) * 2011-08-24 2014-06-19 Huawei Technologies Co., Ltd. Method and device for sending internet protocol packets
US9467376B2 (en) * 2011-08-24 2016-10-11 Huawei Technologies Co., Ltd. Method and device for sending internet protocol packets
WO2014019516A1 (en) * 2012-08-02 2014-02-06 华为技术有限公司 Method and device for forwarding message
US9450846B1 (en) 2012-10-17 2016-09-20 Cisco Technology, Inc. System and method for tracking packets in a network environment
US10637765B2 (en) 2015-09-24 2020-04-28 At&T Intellectual Property I, L.P. Management of forwarding tables at edge routers
US10979341B2 (en) 2015-09-24 2021-04-13 At&T Intellectual Property I, L.P. Management of forwarding tables at edge routers
US11165863B1 (en) * 2017-08-04 2021-11-02 128 Technology, Inc. Network neighborhoods for establishing communication relationships between communication interfaces in an administrative domain
US11503116B1 (en) 2017-08-04 2022-11-15 128 Technology, Inc. Network neighborhoods for establishing communication relationships between communication interfaces in an administrative domain
CN110300057A (en) * 2018-03-23 2019-10-01 瞻博网络公司 Agent Advertisement in multi-host network
CN110300057B (en) * 2018-03-23 2021-08-27 瞻博网络公司 Method, computer readable medium and provider edge device for agent advertisement

Similar Documents

Publication Publication Date Title
CN110830352B (en) Method and device for realizing VPN cross-domain and boundary node
US11212215B2 (en) Routing optimizations in a network computing environment
US10097446B2 (en) Dynamic area filtering for link-state routing protocols
US8228786B2 (en) Dynamic shared risk node group (SRNG) membership discovery
US7154891B1 (en) Translating between globally unique network addresses
US7512702B1 (en) Method and apparatus providing highly scalable server load balancing
US7483387B2 (en) Hierarchical label distribution for inter-area summarization of edge-device addresses
US6914905B1 (en) Method and system for VLAN aggregation
US7865615B2 (en) Maintaining IGP transparency of VPN routes when BGP is used as a PE-CE protocol
EP3240247B1 (en) Egress peer engineering using ipv4-mapped ipv6 addresses
EP2750329B1 (en) Method and device for sending internet protocol packets
US20080205401A1 (en) Setting a Forwarding Address in an Internet Protocol Version 6 (IPv6) Routing Protocol Domain at a Boundary with a Different Routing Protocol Domain
WO2023125239A1 (en) Flood attack defense method and related device
US7525949B1 (en) Forwarding for network devices
US10887227B2 (en) Methods and apparatuses for routing data packets in a network topology
US20230081052A1 (en) Method and apparatus for sending multicast packet
EP3477897B1 (en) Method for routing data packets in a network topology
US7373423B2 (en) Network infrastructure management and data routing framework and method thereof
US10812370B2 (en) Unified control plane over MPLS and internet interfaces through BGP
CN114531391A (en) Method and device for determining next hop
Jia Network Level Multihoming and BGP Challenges

Legal Events

Date Code Title Description
AS Assignment

Owner name: CISCO TECHNOLOGY, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:RAMPAL, SANJEEV;RETANA, ALVARO;WHITE, RUSSELL;AND OTHERS;REEL/FRAME:016058/0001;SIGNING DATES FROM 20020306 TO 20020503

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 12