US20100046397A1 - Method, system and computer program product for facilitating the design and assignment of ethernet vlans - Google Patents

Method, system and computer program product for facilitating the design and assignment of ethernet vlans Download PDF

Info

Publication number
US20100046397A1
US20100046397A1 US12/606,236 US60623609A US2010046397A1 US 20100046397 A1 US20100046397 A1 US 20100046397A1 US 60623609 A US60623609 A US 60623609A US 2010046397 A1 US2010046397 A1 US 2010046397A1
Authority
US
United States
Prior art keywords
vlan
path
access ports
list
access port
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/606,236
Inventor
Neil Gilmartin
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.)
AT&T Intellectual Property I LP
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 US12/606,236 priority Critical patent/US20100046397A1/en
Publication of US20100046397A1 publication Critical patent/US20100046397A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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/14Network analysis or design
    • H04L41/145Network analysis or design involving simulating, designing, planning or modelling of a network

Definitions

  • the present disclosure relates generally to facilitating the design and assignment of Ethernet VLANs and in particular, to a method of designing new VLANs and adding access ports to existing VLANs.
  • Computer networks carry data between various devices.
  • the data may be carried in connection-based links, such as the virtual circuits in an Asynchronous Transfer Mode (ATM) network.
  • ATM Asynchronous Transfer Mode
  • Data may also be carried between devices in network segments where data is broadcast to all of a plurality of devices on the segment via a broadcast-type medium.
  • An example of the latter is an Ethernet network. It is typically convenient to set up local area networks (LANs) using a broadcast type medium over which devices can share data.
  • LANs local area networks
  • the LAN may be broken into separate segments.
  • devices e.g., switches
  • the segments may be connected to one another by way of connection-based links such as physical transport lines.
  • connection-based links such as physical transport lines.
  • Such a LAN may be referred to as a virtual LAN (VLAN).
  • VLAN virtual LAN
  • a VLAN may be thought of as a logical web of connections over physical transports.
  • Metro-Ethernet networks are based on VLANs within the Ethernet network of a given metropolitan area.
  • a service provider In order to provide this service to a customer, a service provider must design and assign a virtual network within the physical network for the customer.
  • the VLAN creator is typically supplied with a VLAN name, a class of service (COS) for the VLAN and a certain number of access ports on the service provider Ethernet switches with the bandwidth (BW) required for each port.
  • BW bandwidth
  • An exemplary embodiment is a computer implemented method for facilitating creation of virtual local area networks (VLANs).
  • the method includes: receiving a VLAN name, a class of service and two or more access ports; determining switches and trunks associated with the access ports; searching a VLAN database for the VLAN; and creating a VLAN if said searching does not result in locating the VLAN.
  • the creating includes: selecting a starting access port from the two or more access ports; mapping a base path from the starting access port to another of the access ports, wherein the base path includes one or more of the switches and one or more of the trunks; and adding the base path to the VLAN including the starting access port and said another of the access ports.
  • a further exemplary embodiment includes a system for facilitating creation of VLANs.
  • the system includes a computer memory and a processor in communication with the computer memory.
  • the processor includes an instruction fetching element for fetching instructions from memory and one or more execution elements for executing fetched instructions to perform a method.
  • the method includes: receiving a VLAN name, a class of service and two or more access ports; determining switches and trunks associated with the access ports; searching a VLAN database for the VLAN; and creating a VLAN if said searching does not result in locating the VLAN.
  • the creating a VLAN includes: selecting a starting access port from the two or more access ports; mapping a base path from the starting access port to another of the access ports, wherein the base path includes one or more of the switches and one or more of the trunks; and adding the base path to the VLAN including the starting access port and said another of the access ports.
  • a further exemplary embodiment is a computer-readable storage medium having computer-executable instructions for facilitating creation of VLANs.
  • the computer-executable instructions when executed by a computer processor cause the computer processor to perform a method.
  • the method includes: receiving a VLAN name, a class of service and two or more access ports; determining switches and trunks associated with the access ports; searching a VLAN database for the VLAN; and creating a VLAN if said searching does not result in locating the VLAN.
  • the creating a VLAN includes: selecting a starting access port from the two or more access ports; mapping a base path from the starting access port to another of the access ports, wherein the base path includes one or more of the switches and one or more of the trunks; and adding the base path to the VLAN including the starting access port and said another of the access ports.
  • FIG. 1 is a block diagram of an exemplary system for facilitating the design and assignment of Ethernet VLANs in accordance with exemplary embodiments of the present invention
  • FIG. 2 is a flow diagram of an exemplary process for facilitating the design and assignment of Ethernet VLANs in accordance with exemplary embodiments of the present invention
  • FIG. 3 is a block diagram of switches and physical transport lines that may be utilized in exemplary embodiments of the present invention.
  • FIG. 4 is a block diagram of an exemplary VLAN that may be implemented utilizing the switches and physical transport lines depicted in FIG. 3 .
  • Embodiments of the present invention facilitate the design and assignment functions for creating new VLANs and adding access ports to existing VLANs. Trunks, or physical transport lines, connecting the switches containing access ports in a VLAN are selected by taking a number of assumptions and constraints into account.
  • the service provider Ethernet topology e.g., the layout of switches and trunks that connect them together
  • the Ethernet network may be of any topological configuration such as hub and spoke, mesh or hybrid.
  • a given VLAN instance on the network is assumed to be of a tree structure. This means that there are not any loops in the VLAN configuration (i.e., there can never be two different paths between any two points in the VLAN).
  • a consequence of not having loops in the VLAN configuration is that for any given trunk in the VLAN, all access ports in the VLAN are divided into two non-overlapping sets. This in turn allows capacity management to be based on a least contribution algorithm.
  • Exemplary embodiments of the present invention receive a VLAN name, a COS and two or more access ports to be connected into the VLAN. If the VLAN does not currently exist, the first two ports are connected with a least cost path between them to form the base VLAN. Once a VLAN exists, access ports are connected into the VLAN with a least cost path to other access ports in the VLAN. The cost of a path may be determined by adding the cost of each trunk in the path.
  • Exemplary embodiments of the present invention calculate hub values and total hub values.
  • the hub values are associated with each switch in the VLAN.
  • the total hub value is the sum of the hub values for all the switches in the VLAN.
  • the total hub value is calculated by exemplary embodiments of the present invention whenever more than one path is possible from a new access port into the VLAN. By minimizing this value, the VLAN is kept efficient and traffic transport is economized.
  • Exemplary embodiments of the present invention operate in the context of an operating support system (OSS) that manages metro-Ethernet services.
  • the OSS system may provide the context of network intelligence and capacity tracking counters and control parameters that govern the logic of the design and assign algorithm.
  • the OSS has a database of network elements and trunks connecting them so that it can determine all of the network elements connected to any given network element.
  • the OSS has a database of existing VLANs such that the VLAN names are unique across the region and each existing VLAN has an accessible list of network elements already in the connection paths of that VLAN.
  • the OSS will provide capacity numbers to exemplary embodiments of the present invention to determine if there is enough available bandwidth on the trunk to add an access port with a specified bandwidth requirement and enough capacity on the switch to add another access port.
  • FIG. 1 is a block diagram of an exemplary system for facilitating the design and assignment of Ethernet VLANs in accordance with exemplary embodiments of the present invention.
  • the exemplary system includes a host system 104 for executing an Ethernet VLAN design and assignment application.
  • the system in FIG. 1 also includes one or more user systems 102 through which VLAN technicians located at one or more geographic locations may contact the host system 104 to initiate the execution of the design and assignment application.
  • the host system 104 executes the design and assignment application and the user system 102 is coupled to the host system 104 via a network 106 .
  • the user system 102 is directly connected to the host system 104 .
  • Each user system 102 may be implemented using a general-purpose computer executing a computer program for carrying out the processes described herein.
  • the user system 102 may be a personal computer (e.g., a lap top, a personal digital assistant) or a host attached terminal. If the user system 102 is a personal computer, the processing described herein may be shared by a user system 102 and the host system 104 (e.g., by providing an applet to the user system 102 ).
  • the network 106 may be any type of known network including, but not limited to, a wide area network (WAN), a local area network (LAN), a global network (e.g. Internet), a virtual private network (VPN), and an intranet.
  • the network 106 may be implemented using a wireless network or any kind of physical network implementation known in the art.
  • a user system 102 may be coupled to the host system 104 through multiple networks (e.g., intranet and LAN) so that not all user systems 102 are coupled to the host system 104 through the same network.
  • One or more of the user systems 102 and the host system 104 may be connected to the network 106 in a wireless fashion.
  • the storage device 108 depicted in FIG. 1 may be implemented using a variety of devices for storing electronic information. It is understood that the storage device 108 may be implemented using memory contained in the host system 104 or it may be a separate physical device.
  • the storage device 108 is logically addressable as a consolidated data source across a distributed environment that includes a network 106 .
  • the physical data may be located in a variety of geographic locations depending on application and access requirements.
  • Information stored in the storage device 108 may be retrieved and manipulated via the host system 104 .
  • the storage device 108 includes interim data utilized to perform the design and assignment of an Ethernet VLAN as well as the resulting VLAN layout.
  • the storage device 108 includes access to operational data such as a database of network elements and trunks, a database of existing VLANs and the network elements associated with the VLANs, and capacity data for the trunks and switches.
  • the storage device 108 may also include other kinds of data such as information concerning the creation and update of the VLAN layouts (e.g., date, time of creation/update and technician identification).
  • the host system 104 operates as a database server and coordinates access to application data including data stored on storage device 108 . Access to data contained storage device 108 may be restricted based on user characteristics.
  • the host system 104 depicted in FIG. 1 may be implemented using one or more servers operating in response to a computer program stored in a storage medium accessible by the server.
  • the host system 104 may operate as a network server (e.g., a web server) to communicate with the user system 102 .
  • the host system 104 handles sending and receiving information to and from the user system 102 and can perform associated tasks.
  • the host system 104 may reside behind a firewall to prevent unauthorized access to the host system 104 and enforce any limitations on authorized access.
  • a firewall may be implemented using conventional hardware and/or software as is known in the art.
  • the host system 104 may also operate as an application server.
  • the host system 104 executes one or more computer programs to facilitate the design and assignment of an Ethernet VLAN.
  • One or more application programs within the host system 104 share information to support the design and assignment process.
  • the processing of the design and assignment application may be shared by a user system 102 and the host system 104 by providing an application (e.g., a java applet) to the user system 102 .
  • an application e.g., a java applet
  • separate servers may be utilized to implement the network server functions and the application server functions.
  • the network server, the firewall, and the application server may be implemented by a single server executing computer programs to perform the requisite functions.
  • FIG. 2 is a flow diagram of an exemplary process for facilitating the design and assignment of Ethernet VLANs in accordance with exemplary embodiments of the present invention.
  • a VLAN name, COS and two or more access ports are received.
  • the operational database may include the network elements (e.g. switches) and access ports (including bandwidths) within each VLAN. If the VLAN exists, as determined at step 204 , then step 210 is performed to add the access port(s) to the VLAN.
  • the access ports are physically located on switches.
  • step 206 is performed to start creating a VLAN from the access ports received at step 202 .
  • a starting access port is selected. Unless otherwise instructed, any access port may be selected from the access ports received at step 202 to be the starting access port.
  • a base path is selected from the starting access port to another access port received at step 202 .
  • a list of potential paths (including a list of switches) is created, by listing the shortest path (least number of hops from access port to access port) from the starting access port to a subset of the access ports received at step 202 .
  • a pre-selected number (e.g., up to 4) of the access ports located on different switches may be randomly selected to be included in the subset or the subset may be selected based on other criteria.
  • the longest path from the starting access port to any of the subset of access ports is then selected for a base path for the VLAN. If there are one or more longest path candidates, any of them may be selected as the base path for the VLAN.
  • the bandwidth on one side and the other of each trunk in the base path is calculated. In addition, the contribution of the base VLAN to each trunk is calculated and capacity counters are updated.
  • a loop is performed to add each new access port received at step 202 to the existing VLAN.
  • a list of the possible physical paths from the new access port to a switch in the VLAN is created. The list only contains those physical transport lines and switches that contain capacity for the new access port. The capacity may be verified against data from an operational support system for tracking capacity.
  • it is determined if there is more than one physical path from the new access port to a switch contained in the VLAN. If there is more than one physical path, then step 214 is performed to calculate the total hub value associated with each of these physical paths. At step 216 , the path resulting in the lowest total hub value is selected.
  • the new access port is connected to the VLAN via the selected path at step 218 .
  • the BW contribution is calculated and capacity is checked. If more access ports remain to be connected into the VLAN, as determined at step 220 , then the process of adding an access port, starting at step 210 is repeated. If there are no more access ports to connect into the VLAN, as determined at step 220 , then the processing is complete.
  • the design may be transmitted to an operational support system to implement the design. Implementing may include provisioning the VLAN and making it available to the customer.
  • FIG. 3 is a block diagram of switches and physical transport lines that may be utilized in exemplary embodiments of the present invention.
  • the block diagram includes switch A 302 , switch B 304 , switch C 306 , switch D 308 and switch G 310 connected via various paths by physical transport lines labeled “ 1 ” through “ 6 .”
  • VLAN Voice over IP
  • the input data includes a the VLAN name “Sample”, a COS (e.g., Best Effort, Committed BW, Priority Plus) and four access ports: access port “a” 402 located at switch A 302 with a 100 Megabyte (M) bandwidth; access port “b” 404 located at switch B 304 with a 100 M bandwidth; access port “d” 408 located at switch D 308 with a 100 M bandwidth; access port “g” 410 located at switch G 310 with a 100 M bandwidth.
  • a starting access port, access port “g” 410 is selected at random (see step 206 in FIG. 2 ).
  • Paths from access port “g” 410 to the other access ports include: switch G 310 to switch A 302 (GA); switch G 310 to switch C 306 to switch B 304 (GCB); and switch G 310 to switch C 306 to switch D 308 (GCD). Because there are two paths that include three switches (GCB, GCD), one of them “GCD” is selected at random as a base path for the Sample VLAN.
  • each of the other access ports is connected into the Sample VLAN (see step 210 in FIG. 2 ).
  • Access port “a” 402 is randomly selected to be connected to the sample VLAN first.
  • Physical transport line “ 4 ” connects access port “a” 402 to switch C 306 which is included in the VLAN.
  • physical transport line “ 5 ” connects access port “a” 402 to switch G 310 which is also included in the VLAN.
  • These are the only two physical transport lines out of the switch A 302 where access port “a” 402 is located.
  • the next hop on both of these transport lines is a VLAN network element so a decision about which to use is made by calculating the total hub value associated with each possibility (see step 214 in FIG. 2 ) if both have the capacity to handle a BW of 100 M for the request COS.
  • the total hub value associated with connecting switch A 302 to switch G 310 (AG) may be calculated as follows:
  • the total hub value associated with connecting switch A 302 to switch C 306 may be calculated as follows:
  • the process of connecting access port “b” 404 to the VLAN begins by determining the shortest path with capacity to connect into the existing VLAN (see step 210 in FIG. 2 ).
  • Physical transport line “ 6 ” connects access port “b” 404 to switch D 308 which is included in the VLAN.
  • physical transport line “ 2 ” connects access port “b” 404 to switch C 306 which is included in the VLAN.
  • the next hop on both of these transport lines is a VLAN network element so a decision about which to use is made by calculating the total hub value associated with each possibility (see step 214 in FIG. 2 ) if both have capacity to handle a BW of 100 M for the requested COS.
  • the total hub value associated with connecting switch B 304 to switch D 308 (BD) may be calculated as follows:
  • FIG. 4 is a block diagram of the resulting exemplary VLAN that may be implemented utilizing exemplary embodiments of the present invention with the switches and physical transport lines depicted in FIG. 3 .
  • exemplary embodiments of the present invention include receiving a switch that is designated as the hub switch as part of the input to the process depicted in FIG. 2 .
  • the connection of each access port includes finding the shortest available path from the switch associated with the access port to the hub switch. Otherwise, the processing is similar to that described in reference to FIG. 2 .
  • the access ports require different BWs and this is taken account in determining the hub value when connecting a new access port. For example, if the BW of a particular access port is 200 M, then each hop from that access port would count as 200 in determining the hub values.
  • alternate exemplary embodiments may reflect different costs associated with each hop, or trunk, between switches. These may be factored into the determination of the paths utilized by a VLAN, resulting in selection of least cost paths rather than shortest paths. Different costs may be assigned to trunks to encourage the use of new technology that may be less expensive or conversely to recoup the additional costs that may be associated with a higher cost connection. Alternatively, costs may be increased on old technology that the service provider is attempting to phase out. The way that the costs are assigned to hops may be utilized to encourage the use of particular transport lines and to discourage the use of other transport lines.
  • Exemplary embodiments of the present invention allow the design and assignment of VLANs to be performed while taking into account a variety of factors including the BW required for each port, the requested COS, the layout of switches and trunks, the requirement for no loops in the VLAN, and the current topology of VLAN. This may lead to better VLAN designs and to more efficient utilization of the underlying trunks and switches. In addition, utilizing exemplary embodiments of the present invention may result in cost savings due to less expert technician time being required to design and assign VLANs.
  • the embodiments of the present invention may be embodied in the form of computer-implemented processes and apparatuses for practicing those processes.
  • Embodiments of the present invention may also be embodied in the form of computer program code containing instructions embodied in tangible media, such as floppy diskettes, CD-ROMs, hard drives, or any other computer-readable storage medium, wherein, when the computer program code is loaded into and executed by a computer, the computer becomes an apparatus for practicing the invention.
  • Exemplary embodiments of the present invention can also be embodied in the form of computer program code, for example, whether stored in a storage medium, loaded into and/or executed by a computer, or transmitted over some transmission medium, such as over electrical wiring or cabling, through fiber optics, or via electromagnetic radiation, wherein, when the computer program code is loaded into and executed by a computer, the computer becomes an apparatus for practicing the invention.
  • the computer program code segments configure the microprocessor to create specific logic circuits.

Abstract

A computer implemented method for facilitating creation of virtual local area networks (VLANs). The method includes: receiving a VLAN name, a class of service and two or more access ports; determining switches and trunks associated with the access ports; searching a VLAN database for the VLAN; and creating a VLAN if said searching does not result in locating the VLAN. The creating includes: selecting a starting access port from the two or more access ports; mapping a base path from the starting access port to another of the access ports, wherein the base path includes one or more of the switches and one or more of the trunks; and adding the base path to the VLAN including the starting access port and said another of the access ports.

Description

  • This application is a continuation of U.S. patent application Ser. No. 10/666,069 filed Sep. 19, 2003, the contents of which are incorporated herein by reference in their entirety.
  • FIELD OF THE INVENTION
  • The present disclosure relates generally to facilitating the design and assignment of Ethernet VLANs and in particular, to a method of designing new VLANs and adding access ports to existing VLANs.
  • BACKGROUND OF THE INVENTION
  • Computer networks carry data between various devices. The data may be carried in connection-based links, such as the virtual circuits in an Asynchronous Transfer Mode (ATM) network. Data may also be carried between devices in network segments where data is broadcast to all of a plurality of devices on the segment via a broadcast-type medium. An example of the latter is an Ethernet network. It is typically convenient to set up local area networks (LANs) using a broadcast type medium over which devices can share data.
  • In some circumstances, for example, where a LAN is required to connect devices that are geographically distant from one another, the LAN may be broken into separate segments. Within each segment, devices (e.g., switches) can exchange data by way of a broadcast-type medium. The segments may be connected to one another by way of connection-based links such as physical transport lines. Such a LAN may be referred to as a virtual LAN (VLAN). A VLAN may be thought of as a logical web of connections over physical transports.
  • Metro-Ethernet networks are based on VLANs within the Ethernet network of a given metropolitan area. In order to provide this service to a customer, a service provider must design and assign a virtual network within the physical network for the customer. The VLAN creator is typically supplied with a VLAN name, a class of service (COS) for the VLAN and a certain number of access ports on the service provider Ethernet switches with the bandwidth (BW) required for each port. After the initial creation of the VLAN, access ports may be added or removed from the VLAN. Currently, the design of the VLAN and the assignment of access ports is performed manually with expert technicians attempting to take many constraints into consideration (e.g., BW required for each port, COS, layout of switches, layout of trunks, no loops allowed in VLAN, topology of VLAN). As VLANs become larger and more complex it becomes difficult and time consuming for technicians to manually design and assign VLANs.
  • BRIEF DESCRIPTION OF THE INVENTION
  • An exemplary embodiment is a computer implemented method for facilitating creation of virtual local area networks (VLANs). The method includes: receiving a VLAN name, a class of service and two or more access ports; determining switches and trunks associated with the access ports; searching a VLAN database for the VLAN; and creating a VLAN if said searching does not result in locating the VLAN. The creating includes: selecting a starting access port from the two or more access ports; mapping a base path from the starting access port to another of the access ports, wherein the base path includes one or more of the switches and one or more of the trunks; and adding the base path to the VLAN including the starting access port and said another of the access ports.
  • A further exemplary embodiment includes a system for facilitating creation of VLANs. The system includes a computer memory and a processor in communication with the computer memory. The processor includes an instruction fetching element for fetching instructions from memory and one or more execution elements for executing fetched instructions to perform a method. The method includes: receiving a VLAN name, a class of service and two or more access ports; determining switches and trunks associated with the access ports; searching a VLAN database for the VLAN; and creating a VLAN if said searching does not result in locating the VLAN. The creating a VLAN includes: selecting a starting access port from the two or more access ports; mapping a base path from the starting access port to another of the access ports, wherein the base path includes one or more of the switches and one or more of the trunks; and adding the base path to the VLAN including the starting access port and said another of the access ports.
  • A further exemplary embodiment is a computer-readable storage medium having computer-executable instructions for facilitating creation of VLANs. The computer-executable instructions when executed by a computer processor cause the computer processor to perform a method. The method includes: receiving a VLAN name, a class of service and two or more access ports; determining switches and trunks associated with the access ports; searching a VLAN database for the VLAN; and creating a VLAN if said searching does not result in locating the VLAN. The creating a VLAN includes: selecting a starting access port from the two or more access ports; mapping a base path from the starting access port to another of the access ports, wherein the base path includes one or more of the switches and one or more of the trunks; and adding the base path to the VLAN including the starting access port and said another of the access ports.
  • Other systems, methods and/or computer program products according to embodiments will be or become apparent to one with skill in the art upon review of the following drawings and detailed description. It is intended that all such additional systems, methods, and/or computer program products be within the scope of the present invention, and be protected by the accompanying claims.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Referring to the exemplary drawings wherein like elements are numbered alike in the several FIGURES:
  • FIG. 1 is a block diagram of an exemplary system for facilitating the design and assignment of Ethernet VLANs in accordance with exemplary embodiments of the present invention;
  • FIG. 2 is a flow diagram of an exemplary process for facilitating the design and assignment of Ethernet VLANs in accordance with exemplary embodiments of the present invention;
  • FIG. 3 is a block diagram of switches and physical transport lines that may be utilized in exemplary embodiments of the present invention; and
  • FIG. 4 is a block diagram of an exemplary VLAN that may be implemented utilizing the switches and physical transport lines depicted in FIG. 3.
  • DETAILED DESCRIPTION OF THE INVENTION
  • Embodiments of the present invention facilitate the design and assignment functions for creating new VLANs and adding access ports to existing VLANs. Trunks, or physical transport lines, connecting the switches containing access ports in a VLAN are selected by taking a number of assumptions and constraints into account. The service provider Ethernet topology (e.g., the layout of switches and trunks that connect them together) is one such constraint. The Ethernet network may be of any topological configuration such as hub and spoke, mesh or hybrid. A given VLAN instance on the network is assumed to be of a tree structure. This means that there are not any loops in the VLAN configuration (i.e., there can never be two different paths between any two points in the VLAN). A consequence of not having loops in the VLAN configuration is that for any given trunk in the VLAN, all access ports in the VLAN are divided into two non-overlapping sets. This in turn allows capacity management to be based on a least contribution algorithm. In addition, as new access ports are added to a VLAN, the tree structure is assured by the system by never allowing any new path added to continue beyond the first point of contact with the existing VLAN. Exemplary embodiments of the present invention receive a VLAN name, a COS and two or more access ports to be connected into the VLAN. If the VLAN does not currently exist, the first two ports are connected with a least cost path between them to form the base VLAN. Once a VLAN exists, access ports are connected into the VLAN with a least cost path to other access ports in the VLAN. The cost of a path may be determined by adding the cost of each trunk in the path.
  • Exemplary embodiments of the present invention calculate hub values and total hub values. The hub values are associated with each switch in the VLAN. The total hub value is the sum of the hub values for all the switches in the VLAN. The total hub value is calculated by exemplary embodiments of the present invention whenever more than one path is possible from a new access port into the VLAN. By minimizing this value, the VLAN is kept efficient and traffic transport is economized.
  • Exemplary embodiments of the present invention operate in the context of an operating support system (OSS) that manages metro-Ethernet services. The OSS system may provide the context of network intelligence and capacity tracking counters and control parameters that govern the logic of the design and assign algorithm. In exemplary embodiments of the present invention, the OSS has a database of network elements and trunks connecting them so that it can determine all of the network elements connected to any given network element. In addition, the OSS has a database of existing VLANs such that the VLAN names are unique across the region and each existing VLAN has an accessible list of network elements already in the connection paths of that VLAN. In addition, the OSS will provide capacity numbers to exemplary embodiments of the present invention to determine if there is enough available bandwidth on the trunk to add an access port with a specified bandwidth requirement and enough capacity on the switch to add another access port.
  • FIG. 1 is a block diagram of an exemplary system for facilitating the design and assignment of Ethernet VLANs in accordance with exemplary embodiments of the present invention. The exemplary system includes a host system 104 for executing an Ethernet VLAN design and assignment application. The system in FIG. 1 also includes one or more user systems 102 through which VLAN technicians located at one or more geographic locations may contact the host system 104 to initiate the execution of the design and assignment application. In exemplary embodiments of the present invention, the host system 104 executes the design and assignment application and the user system 102 is coupled to the host system 104 via a network 106. In alternate exemplary embodiments, the user system 102 is directly connected to the host system 104. Each user system 102 may be implemented using a general-purpose computer executing a computer program for carrying out the processes described herein. The user system 102 may be a personal computer (e.g., a lap top, a personal digital assistant) or a host attached terminal. If the user system 102 is a personal computer, the processing described herein may be shared by a user system 102 and the host system 104 (e.g., by providing an applet to the user system 102).
  • The network 106 may be any type of known network including, but not limited to, a wide area network (WAN), a local area network (LAN), a global network (e.g. Internet), a virtual private network (VPN), and an intranet. The network 106 may be implemented using a wireless network or any kind of physical network implementation known in the art. A user system 102 may be coupled to the host system 104 through multiple networks (e.g., intranet and LAN) so that not all user systems 102 are coupled to the host system 104 through the same network. One or more of the user systems 102 and the host system 104 may be connected to the network 106 in a wireless fashion.
  • The storage device 108 depicted in FIG. 1 may be implemented using a variety of devices for storing electronic information. It is understood that the storage device 108 may be implemented using memory contained in the host system 104 or it may be a separate physical device. The storage device 108 is logically addressable as a consolidated data source across a distributed environment that includes a network 106. The physical data may be located in a variety of geographic locations depending on application and access requirements. Information stored in the storage device 108 may be retrieved and manipulated via the host system 104. The storage device 108 includes interim data utilized to perform the design and assignment of an Ethernet VLAN as well as the resulting VLAN layout. In addition, the storage device 108 includes access to operational data such as a database of network elements and trunks, a database of existing VLANs and the network elements associated with the VLANs, and capacity data for the trunks and switches. The storage device 108 may also include other kinds of data such as information concerning the creation and update of the VLAN layouts (e.g., date, time of creation/update and technician identification). In exemplary embodiments of the present invention, the host system 104 operates as a database server and coordinates access to application data including data stored on storage device 108. Access to data contained storage device 108 may be restricted based on user characteristics.
  • The host system 104 depicted in FIG. 1 may be implemented using one or more servers operating in response to a computer program stored in a storage medium accessible by the server. The host system 104 may operate as a network server (e.g., a web server) to communicate with the user system 102. The host system 104 handles sending and receiving information to and from the user system 102 and can perform associated tasks. The host system 104 may reside behind a firewall to prevent unauthorized access to the host system 104 and enforce any limitations on authorized access. A firewall may be implemented using conventional hardware and/or software as is known in the art.
  • The host system 104 may also operate as an application server. The host system 104 executes one or more computer programs to facilitate the design and assignment of an Ethernet VLAN. One or more application programs within the host system 104 share information to support the design and assignment process. The processing of the design and assignment application may be shared by a user system 102 and the host system 104 by providing an application (e.g., a java applet) to the user system 102. As previously described, it is understood that separate servers may be utilized to implement the network server functions and the application server functions. Alternatively, the network server, the firewall, and the application server may be implemented by a single server executing computer programs to perform the requisite functions.
  • FIG. 2 is a flow diagram of an exemplary process for facilitating the design and assignment of Ethernet VLANs in accordance with exemplary embodiments of the present invention. At step 202, a VLAN name, COS and two or more access ports are received. At step 204, it is determined if the VLAN already exists. In exemplary embodiments of the present invention this may be performed by accessing an operational database that includes a listing of currently existing VLANs. In addition, the operational database may include the network elements (e.g. switches) and access ports (including bandwidths) within each VLAN. If the VLAN exists, as determined at step 204, then step 210 is performed to add the access port(s) to the VLAN. The access ports are physically located on switches. Otherwise, if the VLAN does not currently exist, step 206 is performed to start creating a VLAN from the access ports received at step 202. At step 206, a starting access port is selected. Unless otherwise instructed, any access port may be selected from the access ports received at step 202 to be the starting access port. Next, at step 208, a base path is selected from the starting access port to another access port received at step 202. A list of potential paths (including a list of switches) is created, by listing the shortest path (least number of hops from access port to access port) from the starting access port to a subset of the access ports received at step 202. A pre-selected number (e.g., up to 4) of the access ports located on different switches may be randomly selected to be included in the subset or the subset may be selected based on other criteria. The longest path from the starting access port to any of the subset of access ports is then selected for a base path for the VLAN. If there are one or more longest path candidates, any of them may be selected as the base path for the VLAN. The bandwidth on one side and the other of each trunk in the base path is calculated. In addition, the contribution of the base VLAN to each trunk is calculated and capacity counters are updated.
  • Next, starting at step 210, a loop is performed to add each new access port received at step 202 to the existing VLAN. At step 210, a list of the possible physical paths from the new access port to a switch in the VLAN is created. The list only contains those physical transport lines and switches that contain capacity for the new access port. The capacity may be verified against data from an operational support system for tracking capacity. Next, at step 212, it is determined if there is more than one physical path from the new access port to a switch contained in the VLAN. If there is more than one physical path, then step 214 is performed to calculate the total hub value associated with each of these physical paths. At step 216, the path resulting in the lowest total hub value is selected. The new access port is connected to the VLAN via the selected path at step 218. In addition, the BW contribution is calculated and capacity is checked. If more access ports remain to be connected into the VLAN, as determined at step 220, then the process of adding an access port, starting at step 210 is repeated. If there are no more access ports to connect into the VLAN, as determined at step 220, then the processing is complete. When the design and assignment of the VLAN has been completed, the design may be transmitted to an operational support system to implement the design. Implementing may include provisioning the VLAN and making it available to the customer.
  • In the following example, a simplified Ethernet VLAN is created using exemplary embodiments of the present invention. The example is simplified to show how exemplary embodiments of the present invention may operate, however, a typical Ethernet VLAN may include twenty or more access ports. FIG. 3 is a block diagram of switches and physical transport lines that may be utilized in exemplary embodiments of the present invention. The block diagram includes switch A 302, switch B 304, switch C 306, switch D 308 and switch G 310 connected via various paths by physical transport lines labeled “1” through “6.”
  • In this example, it is assumed that that VLAN is new and that the input data includes a the VLAN name “Sample”, a COS (e.g., Best Effort, Committed BW, Priority Plus) and four access ports: access port “a” 402 located at switch A 302 with a 100 Megabyte (M) bandwidth; access port “b” 404 located at switch B 304 with a 100 M bandwidth; access port “d” 408 located at switch D 308 with a 100 M bandwidth; access port “g” 410 located at switch G 310 with a 100 M bandwidth. A starting access port, access port “g” 410 is selected at random (see step 206 in FIG. 2). Next, a base path from the starting access port to another access port is selected (see step 208 in FIG. 2). Paths from access port “g” 410 to the other access ports include: switch G 310 to switch A 302 (GA); switch G 310 to switch C 306 to switch B 304 (GCB); and switch G 310 to switch C 306 to switch D 308 (GCD). Because there are two paths that include three switches (GCB, GCD), one of them “GCD” is selected at random as a base path for the Sample VLAN.
  • Now, each of the other access ports is connected into the Sample VLAN (see step 210 in FIG. 2). Access port “a” 402 is randomly selected to be connected to the sample VLAN first. Physical transport line “4” connects access port “a” 402 to switch C 306 which is included in the VLAN. In addition, physical transport line “5” connects access port “a” 402 to switch G 310 which is also included in the VLAN. These are the only two physical transport lines out of the switch A 302 where access port “a” 402 is located. The next hop on both of these transport lines is a VLAN network element so a decision about which to use is made by calculating the total hub value associated with each possibility (see step 214 in FIG. 2) if both have the capacity to handle a BW of 100 M for the request COS. The total hub value associated with connecting switch A 302 to switch G 310 (AG) may be calculated as follows:
  • Current Hub Additional New Hub
    Switch Value Value Value
    G 200 (DCG) 100 (AG) 300
    C 200 (GC, DC) 200 (AGC) 400
    D 200 (GCD) 300 (AGCD) 500
    TOTAL HUB VALUE for AG 1200
  • Similarly, the total hub value associated with connecting switch A 302 to switch C 306 (AC) may be calculated as follows:
  • Current Hub Additional New Hub
    Switch Value Value Value
    G 200 (DCG) 200 (ACG) 400
    C 200 (GC, DC) 100 (AC) 300
    D 200 (GCD) 200 (ACD) 400
    TOTAL HUB VALUE for AC 1100
  • Therefore, because it results in a lower total hub value, the path from switch A 302 to switch C 306 (AC) is selected for access port “a” 402. This path is then added to the VLAN (see step 218 in FIG. 2).
  • One more access port remains to be connected to the Sample VLAN (see step 220 in FIG. 2). The process of connecting access port “b” 404 to the VLAN begins by determining the shortest path with capacity to connect into the existing VLAN (see step 210 in FIG. 2). Physical transport line “6” connects access port “b” 404 to switch D 308 which is included in the VLAN. In addition, physical transport line “2” connects access port “b” 404 to switch C 306 which is included in the VLAN. These are the only two physical transport lines out of the switch B 304 where access port “b” 404 is located. The next hop on both of these transport lines is a VLAN network element so a decision about which to use is made by calculating the total hub value associated with each possibility (see step 214 in FIG. 2) if both have capacity to handle a BW of 100 M for the requested COS. The total hub value associated with connecting switch B 304 to switch D 308 (BD) may be calculated as follows:
  • Current Hub Additional New Hub
    Switch Value Value Value
    G 400 (DCG, ACG) 300 (BDCG) 700
    C 300 (GC, AC, DC) 200 (BDC) 500
    D 400 (GCD, ACD) 100 (BD) 500
    A 400 (GCA, DCA) 300 (BDCA) 700
    TOTAL HUB VALUE for BD 2400
  • Similarly, the total hub value associated with connecting switch B 304 to switch C 306 (BC) maybe calculated as follows:
  • Current Hub Additional New Hub
    Switch Value Value Value
    G 400 (DCG, ACG) 200 (BCG) 600
    C 300 (GC, DC, AC) 100 (BC) 400
    D 400 (GCD, ACD) 200 (BCD) 600
    A 400 (GCA, DCA) 200 (BCA) 600
    TOTAL HUB VALUE for BC 2200
  • Therefore, because it results in a lower total hub value, the path from switch B 304 to switch C 306 (BC) is selected for access port “b” 404. This path is then added to the VLAN (see step 218 in FIG. 2). FIG. 4 is a block diagram of the resulting exemplary VLAN that may be implemented utilizing exemplary embodiments of the present invention with the switches and physical transport lines depicted in FIG. 3.
  • Other exemplary embodiments of the present invention include receiving a switch that is designated as the hub switch as part of the input to the process depicted in FIG. 2. When a hub switch is designated, the connection of each access port includes finding the shortest available path from the switch associated with the access port to the hub switch. Otherwise, the processing is similar to that described in reference to FIG. 2. In other alternate exemplary embodiments of the present invention, the access ports require different BWs and this is taken account in determining the hub value when connecting a new access port. For example, if the BW of a particular access port is 200 M, then each hop from that access port would count as 200 in determining the hub values.
  • Other alternate exemplary embodiments may reflect different costs associated with each hop, or trunk, between switches. These may be factored into the determination of the paths utilized by a VLAN, resulting in selection of least cost paths rather than shortest paths. Different costs may be assigned to trunks to encourage the use of new technology that may be less expensive or conversely to recoup the additional costs that may be associated with a higher cost connection. Alternatively, costs may be increased on old technology that the service provider is attempting to phase out. The way that the costs are assigned to hops may be utilized to encourage the use of particular transport lines and to discourage the use of other transport lines.
  • Exemplary embodiments of the present invention allow the design and assignment of VLANs to be performed while taking into account a variety of factors including the BW required for each port, the requested COS, the layout of switches and trunks, the requirement for no loops in the VLAN, and the current topology of VLAN. This may lead to better VLAN designs and to more efficient utilization of the underlying trunks and switches. In addition, utilizing exemplary embodiments of the present invention may result in cost savings due to less expert technician time being required to design and assign VLANs.
  • As described above, the embodiments of the present invention may be embodied in the form of computer-implemented processes and apparatuses for practicing those processes. Embodiments of the present invention may also be embodied in the form of computer program code containing instructions embodied in tangible media, such as floppy diskettes, CD-ROMs, hard drives, or any other computer-readable storage medium, wherein, when the computer program code is loaded into and executed by a computer, the computer becomes an apparatus for practicing the invention. Exemplary embodiments of the present invention can also be embodied in the form of computer program code, for example, whether stored in a storage medium, loaded into and/or executed by a computer, or transmitted over some transmission medium, such as over electrical wiring or cabling, through fiber optics, or via electromagnetic radiation, wherein, when the computer program code is loaded into and executed by a computer, the computer becomes an apparatus for practicing the invention. When implemented on a general-purpose microprocessor, the computer program code segments configure the microprocessor to create specific logic circuits.
  • While the invention has been described with reference to exemplary embodiments, it will be understood by those skilled in the art that various changes may be made and equivalents maybe substituted for elements thereof without departing from the scope of the invention. In addition, many modifications may be made to adapt a particular situation or material to the teachings of the invention without departing from the essential scope thereof. Therefore, it is intended that the invention not be limited to the particular embodiments disclosed for carrying out this invention, but that the invention will include all embodiments falling within the scope of the appended claims. Moreover, the use of the terms first, second, etc. do not denote any order or importance, but rather the terms first, second, etc. are used to distinguish one element from another.

Claims (20)

1. A computer implemented method for facilitating creation of virtual local area networks (VLANs), the method comprising:
receiving a VLAN name, a class of service and two or more access ports, the receiving at a computer;
determining switches and trunks associated with the access ports, the determining performed by the computer;
searching a VLAN database for the VLAN, the searching performed by the computer; and
creating a VLAN if said searching does not result in locating the VLAN, the creating performed by the computer and including:
selecting a starting access port from the two or more access ports,
mapping a base path from the starting access port to another of the access ports, wherein the base path includes one or more of the switches and one or more of the trunks, and
adding the base path to the VLAN including the starting access port and said another of the access ports.
2. The method of claim 1 wherein the mapping a base path includes: selecting a pre-selected number of the two or more access ports;
creating a list of least cost paths from the starting access port to each of the selected access ports, wherein each of the paths include one or more of the switches and one or more of the trunks; and
selecting a longest length path from the list for the base path.
3. The method of claim 2 wherein each of the two or more access ports includes a corresponding bandwidth requirement and the mapping a base path further includes:
determining if each of the least cost paths in the list has capacity for the bandwidth requirement corresponding to said another of the access ports; and
deleting a least cost path from the list in response to the least cost path not having capacity.
4. The method of claim 3 wherein the determining if each of the least cost paths in the list has capacity for the bandwidth requirement corresponding to said another of the access ports includes receiving capacity data from an operational support system.
5. The method of claim 2 wherein each of the two or more access ports includes a corresponding bandwidth requirement and the mapping a base path further includes:
determining if each of the least cost paths in the list has capacity for the bandwidth requirement corresponding to said another of the access ports in the class of service; and
deleting a least cost path from the list in response to the least cost path not having capacity.
6. The method of claim 1 further comprising for each of the two or more access ports not currently located in the VLAN:
mapping a new path from the access port to one of the switches in the VLAN;
adding the new path to the VLAN including the access port; and
transmitting the VLAN to the VLAN database.
7. The method of claim 6 wherein the mapping a new path includes:
creating a list of one or more least cost paths from the access port to one of the switches located in the VLAN; and
selecting the shortest length path from the list for the new path, wherein if there is more than one shortest length path then selecting the one resulting in a lowest total hub value for the VLAN for the new path.
8. The method of claim 7 wherein each of the two or more access ports includes a corresponding bandwidth requirement and the mapping a new path further includes:
determining if each of the least cost paths in the list has capacity for the bandwidth requirement corresponding to the access port; and
deleting a least cost path from the list in response to the least cost path not having capacity.
9. The method of claim 7 wherein calculating the total hub value includes:
creating a list of least cost paths from each of the switches in the shortest length path to each of the switches in the VLAN; and
calculating a total bandwidth transport required by the list of least cost paths, wherein the total bandwidth transport required is the total hub value.
10. The method of claim 7 wherein each of the two or more access ports include a corresponding bandwidth requirement and the mapping a new path further includes:
determining if each of the least cost paths in the list has capacity for the bandwidth requirement corresponding to the access port in the class of service; and
deleting a least cost path from the list in response to the least cost path not having capacity.
11. The method of claim 10 wherein the determining if each of the least cost paths in the list has capacity for the bandwidth requirement corresponding to the access port in the class of service includes receiving capacity data from an operational support system.
12. A system for facilitating creation of virtual local area networks (VLANs), the system comprising:
a computer memory; and
a processor in communication with the computer memory, the processor comprising an instruction fetching element for fetching instructions from memory and one or more execution elements for executing fetched instructions to perform a method comprising:
receiving a VLAN name, a class of service and two or more access ports;
determining switches and trunks associated with the access ports;
searching a VLAN database for the VLAN; and
creating a VLAN if said searching does not result in locating the VLAN, the creating including:
selecting a starting access port from the two or more access ports,
mapping a base path from the starting access port to another of the access ports, wherein the base path includes one or more of the switches and one or more of the trunks, and
adding the base path to the VLAN including the starting access port and said another of the access ports.
13. The system of claim 12 wherein the mapping a base path includes:
selecting a pre-selected number of the two or more access ports;
creating a list of least cost paths from the starting access port to each of the selected access ports, wherein each of the paths include one or more of the switches and one or more of the trunks; and
selecting a longest length path from the list for the base path.
14. The system of claim 13 wherein each of the two or more access ports includes a corresponding bandwidth requirement and the mapping a base path further includes:
determining if each of the least cost paths in the list has capacity for the bandwidth requirement corresponding to said another of the access ports; and
deleting a least cost path from the list in response to the least cost path not having capacity.
15. The system of claim 14 wherein the determining if each of the least cost paths in the list has capacity for the bandwidth requirement corresponding to said another of the access ports includes receiving capacity data from an operational support system.
16. The system of claim 12 wherein the method further comprises for each of the two or more access ports not currently located in the VLAN:
mapping a new path from the access port to one of the switches in the VLAN;
adding the new path to the VLAN including the access port; and
transmitting the VLAN to the VLAN database.
17. The system of claim 16 wherein the mapping a new path includes:
creating a list of one or more least cost paths from the access port to one of the switches located in the VLAN; and
selecting the shortest length path from the list for the new path, wherein if there is more than one shortest length path then selecting the one resulting in a lowest total hub value for the VLAN for the new path.
18. A computer-readable storage medium having computer-executable instructions for facilitating creation of virtual local area networks (VLANs), wherein the computer-executable instructions when executed by a computer processor cause the computer processor to perform a method comprising:
receiving a VLAN name, a class of service and two or more access ports;
determining switches and trunks associated with the access ports;
searching a VLAN database for the VLAN; and
creating a VLAN if said searching does not result in locating the VLAN, the creating including:
selecting a starting access port from the two or more access ports,
mapping a base path from the starting access port to another of the access ports, wherein the base path includes one or more of the switches and one or more of the trunks, and
adding the base path to the VLAN including the starting access port and said another of the access ports.
19. The computer-readable storage medium of claim 18 wherein the mapping a base path includes:
selecting a pre-selected number of the two or more access ports;
creating a list of least cost paths from the starting access port to each of the selected access ports, wherein each of the paths include one or more of the switches and one or more of the trunks; and
selecting a longest length path from the list for the base path.
20. The computer-readable storage medium of claim 18, wherein the method further comprises for each of the two or more access ports not currently located in the VLAN:
mapping a new path from the access port to one of the switches in the VLAN;
adding the new path to the VLAN including the access port; and
transmitting the VLAN to the VLAN database.
US12/606,236 2003-09-19 2009-10-27 Method, system and computer program product for facilitating the design and assignment of ethernet vlans Abandoned US20100046397A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/606,236 US20100046397A1 (en) 2003-09-19 2009-10-27 Method, system and computer program product for facilitating the design and assignment of ethernet vlans

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/666,069 US7640359B1 (en) 2003-09-19 2003-09-19 Method, system and computer program product for facilitating the design and assignment of ethernet VLANs
US12/606,236 US20100046397A1 (en) 2003-09-19 2009-10-27 Method, system and computer program product for facilitating the design and assignment of ethernet vlans

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/666,069 Continuation US7640359B1 (en) 2003-09-19 2003-09-19 Method, system and computer program product for facilitating the design and assignment of ethernet VLANs

Publications (1)

Publication Number Publication Date
US20100046397A1 true US20100046397A1 (en) 2010-02-25

Family

ID=34313018

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/666,069 Active 2026-01-19 US7640359B1 (en) 2003-09-19 2003-09-19 Method, system and computer program product for facilitating the design and assignment of ethernet VLANs
US12/606,236 Abandoned US20100046397A1 (en) 2003-09-19 2009-10-27 Method, system and computer program product for facilitating the design and assignment of ethernet vlans

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/666,069 Active 2026-01-19 US7640359B1 (en) 2003-09-19 2003-09-19 Method, system and computer program product for facilitating the design and assignment of ethernet VLANs

Country Status (1)

Country Link
US (2) US7640359B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8676971B2 (en) 2003-09-19 2014-03-18 At&T Intellectual Property I, L.P. Method, system and computer program product for providing ethernet VLAN capacity requirement estimation

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7639608B1 (en) 2003-10-23 2009-12-29 Foundry Networks, Inc. Priority aware MAC flow control
US7761589B1 (en) * 2003-10-23 2010-07-20 Foundry Networks, Inc. Flow control for multi-hop networks
CN108667638B (en) * 2017-03-28 2020-11-06 华为技术有限公司 Network service configuration method and network management equipment
CN114938307B (en) * 2022-05-26 2023-05-26 重庆长安汽车股份有限公司 Vehicle-mounted Ethernet information security isolation method and system thereof

Citations (80)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4926418A (en) * 1989-04-11 1990-05-15 International Business Machines Corporation Fairness algorithm for full-duplex buffer insertion ring
US5216591A (en) * 1990-02-06 1993-06-01 Sprint International Communications Corp. Method for efficient distributed data communications network backbone node location
US5684800A (en) * 1995-11-15 1997-11-04 Cabletron Systems, Inc. Method for establishing restricted broadcast groups in a switched network
US5774876A (en) * 1996-06-26 1998-06-30 Par Government Systems Corporation Managing assets with active electronic tags
US5804810A (en) * 1996-06-26 1998-09-08 Par Government Systems Corporation Communicating with electronic tags
US5861495A (en) * 1997-01-21 1999-01-19 Incyte Pharmaceuticals, Inc. Human zinc binding proteins
US5867495A (en) * 1996-11-18 1999-02-02 Mci Communications Corporations System, method and article of manufacture for communications utilizing calling, plans in a hybrid network
US5867494A (en) * 1996-11-18 1999-02-02 Mci Communication Corporation System, method and article of manufacture with integrated video conferencing billing in a communication system architecture
US5892441A (en) * 1996-06-26 1999-04-06 Par Government Systems Corporation Sensing with active electronic tags
US5949788A (en) * 1997-05-06 1999-09-07 3Com Corporation Method and apparatus for multipoint trunking
US5959568A (en) * 1996-06-26 1999-09-28 Par Goverment Systems Corporation Measuring distance
US5979757A (en) * 1996-09-05 1999-11-09 Symbol Technologies, Inc. Method and system for presenting item information using a portable data terminal
US5999525A (en) * 1996-11-18 1999-12-07 Mci Communications Corporation Method for video telephony over a hybrid network
US6044075A (en) * 1994-12-15 2000-03-28 International Business Machines Corporation Apparatus and method for routing a communication in a network
US6084528A (en) * 1996-09-05 2000-07-04 Symbol Technologies, Inc. Intranet scanning terminal system
US6092113A (en) * 1996-08-29 2000-07-18 Kokusai Denshin Denwa, Co., Ltd. Method for constructing a VPN having an assured bandwidth
US6104701A (en) * 1996-12-13 2000-08-15 International Business Machines Corporation Method and system for performing a least cost routing function for data communications between end users in a multi-network environment
US6112251A (en) * 1998-01-13 2000-08-29 Cabletron Systems, Inc. Virtual local network for sending multicast transmissions to trunk stations
US6151324A (en) * 1996-06-03 2000-11-21 Cabletron Systems, Inc. Aggregation of mac data flows through pre-established path between ingress and egress switch to reduce number of number connections
US6208649B1 (en) * 1998-03-11 2001-03-27 Cisco Technology, Inc. Derived VLAN mapping technique
US20010003833A1 (en) * 1996-08-27 2001-06-14 Nippon Telegraph And Telephone Corporation Trunk transmision network
US6335927B1 (en) * 1996-11-18 2002-01-01 Mci Communications Corporation System and method for providing requested quality of service in a hybrid network
US20020031142A1 (en) * 2000-06-02 2002-03-14 Feridun Metin Switched ethernet networks
US6363319B1 (en) * 1999-08-31 2002-03-26 Nortel Networks Limited Constraint-based route selection using biased cost
US20020042274A1 (en) * 2000-10-10 2002-04-11 Radiant Networks Plc Communications meshes
US6374307B1 (en) * 1999-02-12 2002-04-16 Steve A. Ristau Non-intrusive DWDM billing system
US6377551B1 (en) * 1998-08-17 2002-04-23 Nortel Networks Limited QoS based route determination method for communications networks
US20020054595A1 (en) * 1999-12-07 2002-05-09 Shekhar Ambe Mirroring in a stacked network switch configuration
US20020110087A1 (en) * 2001-02-14 2002-08-15 David Zelig Efficient setup of label-switched connections
US20020120727A1 (en) * 2000-12-21 2002-08-29 Robert Curley Method and apparatus for providing measurement, and utilization of, network latency in transaction-based protocols
US20020126690A1 (en) * 2001-02-26 2002-09-12 Maple Optical Systems, Inc. Packet transmission scheduling in a data communication network
US20020129727A1 (en) * 2001-03-14 2002-09-19 Peter Ettmueller Projectile and method for producing it
US20020147800A1 (en) * 1997-12-24 2002-10-10 Silvano Gai Method and apparatus for rapidly reconfiguring computer networks using a spanning tree algorithm
US20020191250A1 (en) * 2001-06-01 2002-12-19 Graves Alan F. Communications network for a metropolitan area
US6522641B1 (en) * 1998-06-02 2003-02-18 Nortel Networks Limited Integrated data centric network (IDCN)
US20030067928A1 (en) * 2001-09-24 2003-04-10 Gonda Rumi Sheryar Method for supporting ethernet MAC circuits
US6597214B1 (en) * 2000-09-14 2003-07-22 Ciena Corporation Methods and apparatuses for jitter protection in an integrated circuit receiving an external synchronization signal
US20030149788A1 (en) * 2001-11-05 2003-08-07 Jean-Francois Saint Etienne Process for checking the deterministic behavior of a packet switching network
US20030169694A1 (en) * 2002-03-07 2003-09-11 Seaman Michael John Use of alternate ports in spanning tree configured bridged virtual local area networks
US20030172188A1 (en) * 2002-02-27 2003-09-11 Takashi Hasegawa Virtual local area network connecting equipment
US6631019B1 (en) * 2000-07-05 2003-10-07 Sri International Reconfigurable multichannel transmitter for dense wavelength division multiplexing (DWDM) optical communication
US6633573B1 (en) * 2000-09-15 2003-10-14 Ciena Corporation Method and apparatus for generating massive interrupts in random access memory (RAM)
US6681232B1 (en) * 2000-06-07 2004-01-20 Yipes Enterprise Services, Inc. Operations and provisioning systems for service level management in an extended-area data communications network
US6687339B2 (en) * 1997-12-31 2004-02-03 Weblink Wireless, Inc. Controller for use with communications systems for converting a voice message to a text message
US6690848B2 (en) * 2001-06-29 2004-02-10 Nortel Networks Limited Metropolitan photonic switch
US6697793B2 (en) * 2001-03-02 2004-02-24 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration System, method and apparatus for generating phrases from a database
US20040042416A1 (en) * 2002-08-27 2004-03-04 Ngo Chuong Ngoc Virtual Local Area Network auto-discovery methods
US20040058652A1 (en) * 2002-03-21 2004-03-25 Mcgregor Christopher M. Method and system for quality of service (QoS) monitoring for wireless devices
US20040062198A1 (en) * 2002-04-26 2004-04-01 Pedersen Soren Bo Methods, apparatuses and systems facilitating aggregation of physical links into logical link
US6721728B2 (en) * 2001-03-02 2004-04-13 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration System, method and apparatus for discovering phrases in a database
US20040081180A1 (en) * 2002-10-29 2004-04-29 De Silva Suran S. Multi-tiered Virtual Local area Network (VLAN) domain mapping mechanism
US6731625B1 (en) * 1997-02-10 2004-05-04 Mci Communications Corporation System, method and article of manufacture for a call back architecture in a hybrid network with support for internet telephony
US6731832B2 (en) * 2001-02-28 2004-05-04 Lambda Opticalsystems Corporation Detection of module insertion/removal in a modular optical network, and methods and apparatus therefor
US20040098500A1 (en) * 2002-11-08 2004-05-20 Mingwei Liu Flow control method for a virtual container trunk of metropolitan-area network transmission equipment
US6741981B2 (en) * 2001-03-02 2004-05-25 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration (Nasa) System, method and apparatus for conducting a phrase search
US6741615B1 (en) * 2000-09-14 2004-05-25 Ciena Corporation Methods and apparatuses for synchronizing data conversion of sonet framed data
US20040103282A1 (en) * 2002-11-26 2004-05-27 Robert Meier 802.11 Using a compressed reassociation exchange to facilitate fast handoff
US20040105459A1 (en) * 2002-11-30 2004-06-03 Raghu Mannam Method and a system to build efficient communications networks in which MPLS functionality is incorporated within the SONET/SDH/OTN transport equipment by performing it in the GFP layer
US6754181B1 (en) * 1996-11-18 2004-06-22 Mci Communications Corporation System and method for a directory service supporting a hybrid communication system architecture
US6754174B1 (en) * 2000-09-15 2004-06-22 Ciena Corporation Interface for communications among network elements
US6763025B2 (en) * 2001-03-12 2004-07-13 Advent Networks, Inc. Time division multiplexing over broadband modulation method and apparatus
US20040146006A1 (en) * 2003-01-24 2004-07-29 Jackson Daniel H. System and method for internal network data traffic control
US6778498B2 (en) * 2001-03-20 2004-08-17 Mci, Inc. Virtual private network (VPN)-aware customer premises equipment (CPE) edge router
US20040196790A1 (en) * 2003-04-01 2004-10-07 International Business Machines Corporation Method and system for managing traffic within a data communication network
US6804199B1 (en) * 1998-12-10 2004-10-12 Sprint Communications Company, L.P. Communications network system and method for routing based on disjoint pairs of paths
US20040210623A1 (en) * 2003-03-06 2004-10-21 Aamer Hydrie Virtual network topology generation
US20040221042A1 (en) * 2003-04-30 2004-11-04 Meier Robert C. Mobile ethernet
US20040249916A1 (en) * 2003-05-22 2004-12-09 Graves David Andrew Verifying the configuration of a virtual network
US20040246976A1 (en) * 2003-06-04 2004-12-09 International Business Machines Corporation System and method for automatic management of many computer data processing system pipes
US20050021766A1 (en) * 2001-03-26 2005-01-27 Mckeowen Jean Christophe Broadband communications
US20050027851A1 (en) * 2001-05-22 2005-02-03 Mckeown Jean Christophe Broadband communications
US20050066036A1 (en) * 2003-09-19 2005-03-24 Neil Gilmartin Methods, systems and computer program products for facilitating the design and analysis of virtual networks based on total hub value
US20050122983A1 (en) * 2003-11-24 2005-06-09 Neil Gilmartin Method, system and computer program product for calculating a VLAN latency measure
US6912232B1 (en) * 1998-10-19 2005-06-28 At&T Corp. Virtual private network
US6914905B1 (en) * 2000-06-16 2005-07-05 Extreme Networks, Inc. Method and system for VLAN aggregation
US6963575B1 (en) * 2000-06-07 2005-11-08 Yipes Enterprise Services, Inc. Enhanced data switching/routing for multi-regional IP over fiber network
US6976087B1 (en) * 2000-11-24 2005-12-13 Redback Networks Inc. Service provisioning methods and apparatus
US20060013231A1 (en) * 2004-06-22 2006-01-19 Sbc Knowledge Ventures, Lp Consolidated ethernet optical network and apparatus
US20060062211A1 (en) * 2004-09-22 2006-03-23 Sbc Knowledge Ventures, L.P. System and method for designing a customized switched metro Ethernet data network
US20080022390A1 (en) * 2001-12-20 2008-01-24 Cranite Systems, Inc. Bridged cryptographic VLAN

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7117273B1 (en) 2000-01-25 2006-10-03 Cisco Technology, Inc. Methods and apparatus for maintaining a map of node relationships for a network
US7028083B2 (en) 2000-05-26 2006-04-11 Akomai Technologies, Inc. Method for extending a network map
US7092389B2 (en) 2001-01-30 2006-08-15 At&T Corp. Technique for ethernet access to packet-based services

Patent Citations (85)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4926418A (en) * 1989-04-11 1990-05-15 International Business Machines Corporation Fairness algorithm for full-duplex buffer insertion ring
US5216591A (en) * 1990-02-06 1993-06-01 Sprint International Communications Corp. Method for efficient distributed data communications network backbone node location
US6044075A (en) * 1994-12-15 2000-03-28 International Business Machines Corporation Apparatus and method for routing a communication in a network
US5825772A (en) * 1995-11-15 1998-10-20 Cabletron Systems, Inc. Distributed connection-oriented services for switched communications networks
US6147995A (en) * 1995-11-15 2000-11-14 Cabletron Systems, Inc. Method for establishing restricted broadcast groups in a switched network
US5684800A (en) * 1995-11-15 1997-11-04 Cabletron Systems, Inc. Method for establishing restricted broadcast groups in a switched network
US5946308A (en) * 1995-11-15 1999-08-31 Cabletron Systems, Inc. Method for establishing restricted broadcast groups in a switched network
US6151324A (en) * 1996-06-03 2000-11-21 Cabletron Systems, Inc. Aggregation of mac data flows through pre-established path between ingress and egress switch to reduce number of number connections
US5774876A (en) * 1996-06-26 1998-06-30 Par Government Systems Corporation Managing assets with active electronic tags
US5892441A (en) * 1996-06-26 1999-04-06 Par Government Systems Corporation Sensing with active electronic tags
US5959568A (en) * 1996-06-26 1999-09-28 Par Goverment Systems Corporation Measuring distance
US5804810A (en) * 1996-06-26 1998-09-08 Par Government Systems Corporation Communicating with electronic tags
US20010003833A1 (en) * 1996-08-27 2001-06-14 Nippon Telegraph And Telephone Corporation Trunk transmision network
US6092113A (en) * 1996-08-29 2000-07-18 Kokusai Denshin Denwa, Co., Ltd. Method for constructing a VPN having an assured bandwidth
US6084528A (en) * 1996-09-05 2000-07-04 Symbol Technologies, Inc. Intranet scanning terminal system
US5979757A (en) * 1996-09-05 1999-11-09 Symbol Technologies, Inc. Method and system for presenting item information using a portable data terminal
US6550672B1 (en) * 1996-09-05 2003-04-22 Symbol Technologies, Inc. Method and system for presenting item information using a portable data terminal
US6199753B1 (en) * 1996-09-05 2001-03-13 Symbol Technologies, Inc. Method and system for presenting item information using a portable data terminal
US5999525A (en) * 1996-11-18 1999-12-07 Mci Communications Corporation Method for video telephony over a hybrid network
US5867494A (en) * 1996-11-18 1999-02-02 Mci Communication Corporation System, method and article of manufacture with integrated video conferencing billing in a communication system architecture
US5867495A (en) * 1996-11-18 1999-02-02 Mci Communications Corporations System, method and article of manufacture for communications utilizing calling, plans in a hybrid network
US6335927B1 (en) * 1996-11-18 2002-01-01 Mci Communications Corporation System and method for providing requested quality of service in a hybrid network
US6754181B1 (en) * 1996-11-18 2004-06-22 Mci Communications Corporation System and method for a directory service supporting a hybrid communication system architecture
US6104701A (en) * 1996-12-13 2000-08-15 International Business Machines Corporation Method and system for performing a least cost routing function for data communications between end users in a multi-network environment
US5861495A (en) * 1997-01-21 1999-01-19 Incyte Pharmaceuticals, Inc. Human zinc binding proteins
US6731625B1 (en) * 1997-02-10 2004-05-04 Mci Communications Corporation System, method and article of manufacture for a call back architecture in a hybrid network with support for internet telephony
US5949788A (en) * 1997-05-06 1999-09-07 3Com Corporation Method and apparatus for multipoint trunking
US20020147800A1 (en) * 1997-12-24 2002-10-10 Silvano Gai Method and apparatus for rapidly reconfiguring computer networks using a spanning tree algorithm
US6687339B2 (en) * 1997-12-31 2004-02-03 Weblink Wireless, Inc. Controller for use with communications systems for converting a voice message to a text message
US6112251A (en) * 1998-01-13 2000-08-29 Cabletron Systems, Inc. Virtual local network for sending multicast transmissions to trunk stations
US6208649B1 (en) * 1998-03-11 2001-03-27 Cisco Technology, Inc. Derived VLAN mapping technique
US6522641B1 (en) * 1998-06-02 2003-02-18 Nortel Networks Limited Integrated data centric network (IDCN)
US6377551B1 (en) * 1998-08-17 2002-04-23 Nortel Networks Limited QoS based route determination method for communications networks
US6912232B1 (en) * 1998-10-19 2005-06-28 At&T Corp. Virtual private network
US6804199B1 (en) * 1998-12-10 2004-10-12 Sprint Communications Company, L.P. Communications network system and method for routing based on disjoint pairs of paths
US6374307B1 (en) * 1999-02-12 2002-04-16 Steve A. Ristau Non-intrusive DWDM billing system
US6363319B1 (en) * 1999-08-31 2002-03-26 Nortel Networks Limited Constraint-based route selection using biased cost
US20020054595A1 (en) * 1999-12-07 2002-05-09 Shekhar Ambe Mirroring in a stacked network switch configuration
US20020031142A1 (en) * 2000-06-02 2002-03-14 Feridun Metin Switched ethernet networks
US6963575B1 (en) * 2000-06-07 2005-11-08 Yipes Enterprise Services, Inc. Enhanced data switching/routing for multi-regional IP over fiber network
US6681232B1 (en) * 2000-06-07 2004-01-20 Yipes Enterprise Services, Inc. Operations and provisioning systems for service level management in an extended-area data communications network
US6914905B1 (en) * 2000-06-16 2005-07-05 Extreme Networks, Inc. Method and system for VLAN aggregation
US6631019B1 (en) * 2000-07-05 2003-10-07 Sri International Reconfigurable multichannel transmitter for dense wavelength division multiplexing (DWDM) optical communication
US6741615B1 (en) * 2000-09-14 2004-05-25 Ciena Corporation Methods and apparatuses for synchronizing data conversion of sonet framed data
US6597214B1 (en) * 2000-09-14 2003-07-22 Ciena Corporation Methods and apparatuses for jitter protection in an integrated circuit receiving an external synchronization signal
US6754174B1 (en) * 2000-09-15 2004-06-22 Ciena Corporation Interface for communications among network elements
US6633573B1 (en) * 2000-09-15 2003-10-14 Ciena Corporation Method and apparatus for generating massive interrupts in random access memory (RAM)
US20020042274A1 (en) * 2000-10-10 2002-04-11 Radiant Networks Plc Communications meshes
US6976087B1 (en) * 2000-11-24 2005-12-13 Redback Networks Inc. Service provisioning methods and apparatus
US20020120727A1 (en) * 2000-12-21 2002-08-29 Robert Curley Method and apparatus for providing measurement, and utilization of, network latency in transaction-based protocols
US20020110087A1 (en) * 2001-02-14 2002-08-15 David Zelig Efficient setup of label-switched connections
US20020126690A1 (en) * 2001-02-26 2002-09-12 Maple Optical Systems, Inc. Packet transmission scheduling in a data communication network
US6731832B2 (en) * 2001-02-28 2004-05-04 Lambda Opticalsystems Corporation Detection of module insertion/removal in a modular optical network, and methods and apparatus therefor
US6721728B2 (en) * 2001-03-02 2004-04-13 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration System, method and apparatus for discovering phrases in a database
US6697793B2 (en) * 2001-03-02 2004-02-24 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration System, method and apparatus for generating phrases from a database
US6741981B2 (en) * 2001-03-02 2004-05-25 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration (Nasa) System, method and apparatus for conducting a phrase search
US6763025B2 (en) * 2001-03-12 2004-07-13 Advent Networks, Inc. Time division multiplexing over broadband modulation method and apparatus
US20020129727A1 (en) * 2001-03-14 2002-09-19 Peter Ettmueller Projectile and method for producing it
US6778498B2 (en) * 2001-03-20 2004-08-17 Mci, Inc. Virtual private network (VPN)-aware customer premises equipment (CPE) edge router
US20050021766A1 (en) * 2001-03-26 2005-01-27 Mckeowen Jean Christophe Broadband communications
US20050027851A1 (en) * 2001-05-22 2005-02-03 Mckeown Jean Christophe Broadband communications
US20020191250A1 (en) * 2001-06-01 2002-12-19 Graves Alan F. Communications network for a metropolitan area
US6690848B2 (en) * 2001-06-29 2004-02-10 Nortel Networks Limited Metropolitan photonic switch
US20030067928A1 (en) * 2001-09-24 2003-04-10 Gonda Rumi Sheryar Method for supporting ethernet MAC circuits
US20030149788A1 (en) * 2001-11-05 2003-08-07 Jean-Francois Saint Etienne Process for checking the deterministic behavior of a packet switching network
US20080022390A1 (en) * 2001-12-20 2008-01-24 Cranite Systems, Inc. Bridged cryptographic VLAN
US20030172188A1 (en) * 2002-02-27 2003-09-11 Takashi Hasegawa Virtual local area network connecting equipment
US20030169694A1 (en) * 2002-03-07 2003-09-11 Seaman Michael John Use of alternate ports in spanning tree configured bridged virtual local area networks
US20040058652A1 (en) * 2002-03-21 2004-03-25 Mcgregor Christopher M. Method and system for quality of service (QoS) monitoring for wireless devices
US20040062198A1 (en) * 2002-04-26 2004-04-01 Pedersen Soren Bo Methods, apparatuses and systems facilitating aggregation of physical links into logical link
US20040042416A1 (en) * 2002-08-27 2004-03-04 Ngo Chuong Ngoc Virtual Local Area Network auto-discovery methods
US20040081180A1 (en) * 2002-10-29 2004-04-29 De Silva Suran S. Multi-tiered Virtual Local area Network (VLAN) domain mapping mechanism
US20040098500A1 (en) * 2002-11-08 2004-05-20 Mingwei Liu Flow control method for a virtual container trunk of metropolitan-area network transmission equipment
US20040103282A1 (en) * 2002-11-26 2004-05-27 Robert Meier 802.11 Using a compressed reassociation exchange to facilitate fast handoff
US20040105459A1 (en) * 2002-11-30 2004-06-03 Raghu Mannam Method and a system to build efficient communications networks in which MPLS functionality is incorporated within the SONET/SDH/OTN transport equipment by performing it in the GFP layer
US20040146006A1 (en) * 2003-01-24 2004-07-29 Jackson Daniel H. System and method for internal network data traffic control
US20040210623A1 (en) * 2003-03-06 2004-10-21 Aamer Hydrie Virtual network topology generation
US20040196790A1 (en) * 2003-04-01 2004-10-07 International Business Machines Corporation Method and system for managing traffic within a data communication network
US20040221042A1 (en) * 2003-04-30 2004-11-04 Meier Robert C. Mobile ethernet
US20040249916A1 (en) * 2003-05-22 2004-12-09 Graves David Andrew Verifying the configuration of a virtual network
US20040246976A1 (en) * 2003-06-04 2004-12-09 International Business Machines Corporation System and method for automatic management of many computer data processing system pipes
US20050066036A1 (en) * 2003-09-19 2005-03-24 Neil Gilmartin Methods, systems and computer program products for facilitating the design and analysis of virtual networks based on total hub value
US20050122983A1 (en) * 2003-11-24 2005-06-09 Neil Gilmartin Method, system and computer program product for calculating a VLAN latency measure
US20060013231A1 (en) * 2004-06-22 2006-01-19 Sbc Knowledge Ventures, Lp Consolidated ethernet optical network and apparatus
US20060062211A1 (en) * 2004-09-22 2006-03-23 Sbc Knowledge Ventures, L.P. System and method for designing a customized switched metro Ethernet data network

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8676971B2 (en) 2003-09-19 2014-03-18 At&T Intellectual Property I, L.P. Method, system and computer program product for providing ethernet VLAN capacity requirement estimation

Also Published As

Publication number Publication date
US7640359B1 (en) 2009-12-29

Similar Documents

Publication Publication Date Title
US10693762B2 (en) Data driven orchestrated network using a light weight distributed SDN controller
CN105531970B (en) Method and system for the load that maps out the work in a network
US8676971B2 (en) Method, system and computer program product for providing ethernet VLAN capacity requirement estimation
US20050066036A1 (en) Methods, systems and computer program products for facilitating the design and analysis of virtual networks based on total hub value
CN1321373C (en) Extensible computing system
CN106464528B (en) For the contactless method allocated, medium and the device in communication network
US20020158900A1 (en) Graphical user interfaces for network management automated provisioning environment
CN101753446B (en) Network system, network management server, and configuration scheduling method
CN103095574A (en) Management method for network system, network system, and management server
US20150281134A1 (en) Network device with network services packet processing by service software instances
US20020186664A1 (en) System and method for topology constrained QoS provisioning
US20060171333A1 (en) Network configuration management apparatus, network configuration management program and network configuration management method
US7617303B2 (en) Systems and method for optimizing access provisioning and capacity planning in IP networks
US9912633B2 (en) Selective IP address allocation for probes that do not have assigned IP addresses
CN107925633A (en) Data center resource tracks
US7453871B2 (en) Efficient redirection of logging and tracing information in network node with distributed architecture
US20100046397A1 (en) Method, system and computer program product for facilitating the design and assignment of ethernet vlans
CN104584484A (en) System and method providing policy based data center network automation
CN108243044A (en) The method and apparatus of service deployment
JP5111256B2 (en) Communication system and server device
US20020191014A1 (en) Graphical user interfaces for software management in an automated provisioning environment
CN111817869B (en) Network configuration recovery method and related equipment thereof
CN107454019A (en) Software defined network distribution method of dynamic bandwidth, device, equipment and storage medium
CN104823415A (en) Determining multicast root nodes in telecommunications network
US20230071201A1 (en) Data blending for multiple data pipelines

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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