USRE41750E1 - Apparatus and method for redirection of network management messages in a cluster of network devices - Google Patents

Apparatus and method for redirection of network management messages in a cluster of network devices Download PDF

Info

Publication number
USRE41750E1
USRE41750E1 US10/942,081 US94208104A USRE41750E US RE41750 E1 USRE41750 E1 US RE41750E1 US 94208104 A US94208104 A US 94208104A US RE41750 E USRE41750 E US RE41750E
Authority
US
United States
Prior art keywords
network
network device
cluster
address
request message
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
US10/942,081
Inventor
James E. Christy
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/942,081 priority Critical patent/USRE41750E1/en
Assigned to CISCO TECHNOLOGY, INC. reassignment CISCO TECHNOLOGY, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHRISTY, JAMES EDWIN
Application granted granted Critical
Publication of USRE41750E1 publication Critical patent/USRE41750E1/en
Anticipated expiration legal-status Critical
Expired - Lifetime 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
    • 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/08Configuration management of networks or network elements
    • H04L41/0893Assignment of logical groups to network elements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/25Mapping addresses of the same type
    • 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/02Standardisation; Integration
    • H04L41/0213Standardised network management protocols, e.g. simple network management protocol [SNMP]
    • 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/12Discovery or management of network topologies

Definitions

  • the present invention relates to the field of data communications networks. More particularly, the present invention relates to an apparatus and method for redirecting network management messages in a cluster of network devices.
  • Switching refers to a technology in which a network device (known as a switch) connects two or more LAN segments.
  • a switch transmits frames of data from one segment to their destinations on the same or other segments.
  • MAC Media Access Control
  • the switch determines that the destination of a frame is on the same segment as the source of the frame, it drops, or filters, the frame because there is no need to transmit it. If the switch determines that the destination is on another segment, it transmits the frame onto the destination segment only. Finally, using a technique known as flooding, if the destination segment is unknown, the switch transmits the frame on all segments except the source segment.
  • a switch Because a switch maintains a table of the source MAC addresses received on every port, it “learns” to which port a station is attached every time the station transmits. Then, each packet that arrives for that station is forwarded only to the correct port, eliminating the waste of bandwidth on the other ports. Since station addresses are relearned every time a station transmits, if stations are relocated the switch will reconfigure its forwarding table immediately upon receiving a transmission from the stations.
  • FIG. 1 illustrates the topology of a typical Ethernet network 100 in which a LAN switch 110 has been installed.
  • LAN switch 110 has five ports: 120 , 130 , 140 , 150 , and 160 .
  • the first port 120 is connected to LAN segment 125 .
  • the second port 130 is connected to LAN segment 135 .
  • the third port 140 is connected to LAN segment 145 .
  • the fourth port 150 is connected to LAN segment 155 .
  • the fifth port 160 is connected to LAN segment 165 .
  • the Ethernet network 100 also includes a plurality of servers 170 -A- 170 -C and a plurality of clients 180 -A- 180 -K, each of which is attached to one of the LAN segments 125 , 135 , 145 , 155 , or 165 . If server 170 -A on port 120 needs to transmit to client 180 -D on port 130 , the LAN switch 110 forwards Ethernet frames from port 120 to port 130 , thus sparing ports 140 , 150 , and 160 from frames destined for client 180 -D.
  • server 170 -C needs to send data to client 180 -J at the same time that server 170 -A sends data to client 170 -D, it can do so because the LAN switch can forward frames from port 140 to port 150 at the same time it is forwarding frames from port 120 to port 130 . If server 170 -A on port 120 needs to send data to client 180 -C, which is also connected to port 120 , the LAN switch 110 does not need to forward any frames.
  • SNMP Simple Network Management Protocol
  • SNMP applications also called SNMP managers
  • SNMP agents SNMP agents
  • SNMP applications are typically executed in a network management station, and issue queries to gather information about the status, configuration, and performance of external network devices (called network elements in SNMP terminology).
  • the CiscoWorksTM software package available from Cisco Systems, Inc. of San Jose, Calif., is an example of a network management station, and a LAN switch is an example of a network element that can be managed using SNMP. Relevant details of the SNMP protocol will be discussed in subsequent sections of this document.
  • IP Internet Protocol
  • IP address is typically a 32-bit number assigned to hosts that want to participate in a TCP/IP Internet. Newer versions of the IP protocol may use more bits for the IP address.
  • IP address of a network device is a unique address that specifies the logical location of a host or client on the Internet.
  • a network administrator can enter the device's IP address into a network management station to access the network device and to configure it from anywhere in the Internet using a protocol such as SNMP.
  • SNMP a protocol such as SNMP.
  • each network device to be configured and managed must have its own IP address, which must be registered with a domain name service (“DNS”). Assigning an IP address to each and every network device is undesirable, because registering IP addresses with a DNS is both costly and cumbersome.
  • DNS domain name service
  • the present invention provides an apparatus and method which permits an entire cluster of network devices to share a single IP address for the purposes of network management, and to provide a commander device which redirects network management data requests and responses (such as SNMP messages) to and from other devices in the cluster.
  • a group of network devices such as Ethernet switches, are logically configured as a single cluster, with one commander device and one or more member devices.
  • Each device in the cluster is capable of supporting a network management protocol and contains its own management information base.
  • Each device in the cluster is identified by a unique identifier such as a unique community string in the case of a Simple Management Network Protocol (“SNMP”) implementation.
  • SNMP Simple Management Network Protocol
  • Each device in the cluster may also be uniquely identified by a Media Access Control (“MAC”) address if so desired in a particular implementation.
  • MAC Media Access Control
  • only the cluster commander is required to have an IP address. The cluster commander redirects and translates network management messages from one or more management consoles destined for member devices so that the messages are processed by the appropriate cluster device.
  • Responses to network management messages from the cluster device are received by the commander device and redirected to the appropriate management console.
  • Information exchange between one or more management consoles and the devices in the cluster can be accomplished via redirection of SNMP requests and responses, thus providing a consistent, device-independent interface between the devices in the cluster and the management console.
  • FIG. 1 is a block diagram illustrating the topology of an exemplary LAN incorporating a LAN switch.
  • FIG. 2 is a block diagram of an Ethernet switch suitable for use with aspects of the present invention.
  • FIG. 3A is a block diagram illustrating an exemplary SNMP network suitable for use with aspects of the present invention.
  • FIG. 3B is a block diagram illustrating an exemplary SNMP message format known to those skilled in the art.
  • FIG. 4 is a block diagram illustrating a first cluster of network devices according to an aspect of the present invention.
  • FIG. 5 is a block diagram illustrating a second cluster of network devices according to an aspect of the present invention.
  • FIG. 6 is a block diagram illustrating a cluster of network devices in a star configuration according to an aspect of the present invention.
  • FIG. 7 is a sample configuration display screen for a switch cluster according to aspects of the present invention.
  • FIG. 8 is a block diagram of network management data packet processing by a commander device according to an aspect of the present invention.
  • FIG. 9 is a flow diagram illustrating the process of network management message redirection according to one embodiment of the present invention.
  • FIG. 10 is a block diagram illustrating the intracluster packet format according to aspects of the present invention.
  • FIG. 11 is a block diagram illustrating a cluster ADD message format according to aspects of the present invention.
  • FIG. 12A is a block diagram illustrating the format of the CMP/RARP portion of a cluster ADD message according to aspects of the present invention.
  • FIG. 12B is a block diagram illustrating the format of the cluster parameter extension portion of a cluster ADD message according to aspects of the present invention.
  • Ethernet switch 200 includes a Layer 1 Physical Interface (“PHY”) 202 , 204 , and a Layer 2 Media Access Control Interface (“MAC”) 206 , 208 , for each port on the Ethernet switch 200 .
  • a network interface card (“NIC”) consists of a MAC and a PHY.
  • An Ethernet switch also contains a MAC and PHY on every port. Thus, an Ethernet switch may appear to a network as multiple NICs coupled together.
  • Each switch PHY 202 , 204 receives the incoming data bit stream and passes it to its corresponding MAC 206 , 208 , which reassembles the original Ethernet frames.
  • Ethernet switch 200 also includes a frame buffer memory 210 , 212 , for each port, a source address table memory 220 , discovery protocol logic 230 , learning logic 240 , forwarding logic 250 , packet redirection logic 260 , and a configuration and management interface 270 .
  • the learning logic 240 will look at the source address (“SA”) within a received Ethernet frame and populate the Source Address Table (“SAT”) memory 220 with three columns: MAC address 280 , port number 282 , and age 284 .
  • SA source address
  • SAT Source Address Table
  • the MAC address is the same as the source address that a sender has embedded into the frame.
  • the age item will be a date stamp to indicate when the last frame was received from a particular MAC SA.
  • the port number may be 1 or 2.
  • the SAT is also known as the Switch Forwarding Table (“SFT”).
  • Forwarding logic 250 examines at the destination address (“DA”) of a received Ethernet frame. This now becomes the new MAC address, which is then compared with the entries in the SAT.
  • DA destination address
  • the destination address is a specific address, known as a “broadcast” address
  • the frame is destined for all ports on the network. In this case, the Ethernet switch will forward the frame to all ports, except the one on which the frame was received.
  • a broadcast address is six bytes with all ones, or “FF.FF.FF.FF.FF.FF” in hexadecimal notation. If the MAC address is found in the SAT and the corresponding port number is different from the received port, the frame is forwarded to that particular port number only.
  • the frame is not forwarded; instead, it is discarded. This is known as “filtering.”
  • the frame is discarded because the transmitting station and the receiving station are connected on the same shared LAN segment on that particular port and the receiver has already tuned into the frame.
  • the MAC address is not found in the table, the frame is forwarded to all ports. The reason a particular destination address is not present in the SAT table is that the receiving device could be new on the network, or the recipient has been very quiet (has not recently sent a frame). In both cases, the bridge SAT will not have a current entry. Flooding the frame on all ports is the brute way of ensuring that the frame is routed to its intended recipient.
  • Ethernet switch 200 uses the “age” entry in the SAT to determine whether that MAC address is still in use on the LAN. If the age has exceeded a certain preset value, the entry is removed. This conserves memory space and makes the bridge faster because fewer entries need to be scanned for address matching. Finally, the frame buffer memories 210 , 212 will store frames on each port in case there is a backlog of frames to be forwarded.
  • discovery protocol logic 230 receives, processes, and sends CiscoTM Discovery Protocol (“CDP”) or other discovery protocol packets to neighboring network devices on the network.
  • Packet redirection logic 260 examines the source and destination addresses of Ethernet packets under control of the configuration and management interface 270 and forwards them to other network devices in a cluster configuration.
  • the program code corresponding to discovery protocol logic 230 , learning logic 240 , forwarding logic 250 , packet redirection logic 260 , configuration and management interface 270 , and other necessary functions may all be stored on a computer-readable medium.
  • computer-readable media suitable for this purpose may include, without limitation, floppy diskettes, hard drives, RAM, ROM, EEPROM, nonvolatile RAM, or flash memory.
  • network devices such as LAN switches
  • network devices may be configured and managed “in-band,” either by connecting via Telnet to the network device and using a management console, or by communicating with the network device's in-band management interface using the industry standard Simple Network Management Protocol (“SNMP”). This can be accomplished by using an SNMP-compatible network management application and the network device's Management Interface Base (“MIB”) files.
  • MIB Management Interface Base
  • the network device in order to perform in-band administrative tasks of a network device, such as configuration and management, the network device must first be assigned an IP address. Additionally, in order to use in-band configuration and management capabilities, the SNMP management platform of the network device must be configured to understand and be able to access the objects contained in the network device's MIB. Embodiments of the present invention use in-band network management techniques.
  • Embodiments of the present invention can use the Internet Protocol or a proprietary Cluster Management Protocol (“CMP”) (described in more detail in subsequent portions of this document) as the underlying mechanism to transport the SNMP configuration and management data.
  • CMP Cluster Management Protocol
  • the protocols implemented in embodiments of the present invention include the Internet Protocol (“IP”), the Internet Control Message Protocol (“ICMP”), the User Datagram Protocol (“UDP”), the Trivial File Transfer Protocol (“TFTP”), the Bootstrap Protocol (“BOOTP”), and the Address Resolution Protocol (“ARP”).
  • IP Internet Protocol
  • ICMP Internet Control Message Protocol
  • UDP User Datagram Protocol
  • TFTP Trivial File Transfer Protocol
  • BOOTP Bootstrap Protocol
  • ARP Address Resolution Protocol
  • the MIB variables of network devices are accessible through SNMP.
  • SNMP is an application-layer protocol designed to facilitate the exchange of management information between network devices.
  • SNMP is used to monitor IP gateways and their networks, and defines a set of variables that the gateway must keep and specifies that all operations on the gateway are a side effect of fetching or storing to data variables.
  • SNMP consists of three parts: a Structure of Management Information (“SMI”), a Management Information Base (“MIB”) and the protocol itself.
  • SMI Structure of Management Information
  • MIB Management Information Base
  • the SMI and MIB define and store the set of managed entities, while SNMP itself conveys information to and from the SMI and the MIB.
  • SNMP places all operations in a get-request, get-next-request, and set-request format.
  • an SNMP manager can get a value from an SNMP agent or store a value into that SNMP agent.
  • the SNMP manager can be part of a network management system (“NMS”), and the SNMP agent can reside on a networking device such as a LAN switch.
  • NMS network management system
  • the device MIB files may be compiled with network management software, which then permits the SNMP agent to respond to MIB-related queries being sent by the NMS.
  • an example of an NMS is the Cisco WorksTM network management software, available from Cisco Systems, Inc. of San Jose, Calif.
  • Cisco-WorksTM uses the device MIB variables to set device variables and to poll devices on the network for specific information.
  • the Cisco WorksTM software permits the results of a poll to be displayed as a graph and analyzed in order to troubleshoot internetworking problems, increase network performance, verify the configuration of devices, and monitor traffic loads.
  • the SNMP agent 360 in network device 320 gathers data from the MIB 350 , also in network device 320 .
  • the MIB 350 is the repository for information about device parameters and network data.
  • the SNMP agent 360 can send traps, or notification of certain events, to the SNMP manager 340 , which is part of the Network Management Software (“NMS”) 330 running on the management console 310 .
  • the SNMP manager 340 uses information in the MIB 350 to perform the operations described in Table 1, listed below.
  • Get-request retrieve a value from a specific MTB variable.
  • Get-next-request retrieve a value from a variable within a table. With this operation, an SNMP manager does not need to know the exact variable name. A sequential search is performed to find the needed variable within a table.
  • Get-response The reply to a get-request, get-next-request, and set-request sent by an NMS.
  • Set-request Store a value in a specific variable. trap An unsolicited message sent by an SNMP agent to an SNMP manager indicating that some event has occurred.
  • An SNMP community is a logical relationship between an SNMP agent and one or more SNMP managers.
  • the community has a name (called a “community string”), and all members of a community have the same access privileges: either read-only (members can view configuration and performance information) or read-write (members can view configuration and performance information, and also change the configuration).
  • SNMP community strings are used to perform redirection of network management messages in one embodiment of the present invention.
  • All SNMP message exchanges consist of a community string and a data field, which contains the SNMP operation and its associated operands.
  • An SNMP agent can be configured to receive requests and send responses only from managers that are members of a known community. If the agent knows the community string in the SNMP message and knows that the manager generating the request is a member of that community, it considers the message to be authentic and gives it the access allowed for members of that community. Thus, the SNMP community prevents unauthorized managers from viewing or changing the configuration of a network device. As will be discussed in more detail in subsequent sections of this document, embodiments of the present invention use the value of the SNMP community string to enable redirection of network management requests and responses within a cluster of network devices.
  • Community strings act as passwords for SNMP operations. Each network device has one or more community strings which define the ability of others to read and write the MIB of that device. As mentioned earlier, typically there are at least two community strings defined, one for read access and one for write access. A common default read community string is “public,” but this string may be changed in networks more concerned with security.
  • SNMP network devices usually respond to SNMP requests when those requests include a valid community string.
  • Devices that support directed community strings can be programmed to only respond to SNMP requests using a community string if the request is made from a particular IP address.
  • Directed community strings provide an additional level of security, causing network devices to respond to SNMP requests only from certain management workstations/servers.
  • the SNMP model typically assumes that each managed network device is capable of running an SNMP agent internally. However, some devices, such as older devices which were not originally intended for use on a network, may not have this capability. To handle them, the SNMP protocol defines what is called an “SNMP proxy agent,” namely an agent that watches over one or more non-SNMP devices and communicates with the management console on their behalf, typically communicating with the non-SNMP-devices themselves using some nonstandard or proprietary protocol. Typically, the SNMP proxy agent operates by translating the SNMP interactions it receives from the management console into whatever protocols are supported by the foreign device.
  • FIG. 3B is a block diagram illustrating an exemplary SNMP message format known to those skilled in the art.
  • FIG. 3B illustrates the message format for a version of SNMP known to those skilled in the art as “SNMPv 1 .”
  • SNMPv 1 the message format for a version of SNMP known to those skilled in the art as “SNMPv 1 .”
  • embodiments of the present invention may be implemented using other versions of SNMP, or using versions of other network management protocols known to those skilled in the art.
  • SNMP message 370 comprises a message header 380 and a Protocol Data Unit (“PDU”) 390 .
  • Message header 380 comprises a Version Number field 382 and a Community String 384 .
  • Version Number field 382 specifies the version of the SNMP protocol being used
  • community string 384 defines an access environment for a group of network management stations/consoles (“NMSs”). NMSs within a community are said to exist within the same administrative domain.
  • NMSs network management stations/consoles
  • PDU 390 of SNMP message 370 comprises a PDU Type field 391 , Request ID field 392 , Error Status field 393 , Error Index field 394 , and a Variable Bindings field 395 .
  • PDU fields are variable in length.
  • PDU Type field 391 specifies the type of PDU transmitted (e.g., Get, GetNext, Response, Set).
  • Request ID field 392 associates a SNMP requests with the corresponding response.
  • Error Status field 393 indicates one of a number of errors and error types. Only the response operation sets this field. Other operations set this field to zero.
  • Error Index field 394 associates an error with a particular object instance (if there is an error, the error index is set to a non-zero error code).
  • Variable Bindings field 395 serves as the data field of the SNMP PDUs. As is known to those skilled in the art, each variable binding 396 a- 396 n associates a particular object instance with its current value (with the exception of Get and GetNext requests, for which the value is ignored). It should be noted that, as is known to those skilled in the art, SNMP also defines a PDU known as a “trap.” Traps are not discussed herein, so as not to overcomplicate the present discussion.
  • Embodiments of the present invention support the following configuration and management interfaces: HTML (web-based) interfaces, SNMP, and a proprietary Internet Operating System (“IOS”) command line interpreter (“CLI”).
  • HTML web-based
  • SNMP Network-based
  • IOS Internet Operating System
  • CLI command line interpreter
  • Each of these management interfaces can be used to monitor and configure a LAN switch or a group of switches, known as a cluster.
  • the cluster management tools are web-based, and may be accessed via an ordinary browser, such as Netscape NavigatorTM or Microsoft Internet ExplorerTM.
  • Embedded HTTP server-based management tools using tools such as HTML code or JavaTM Applets typically display images of network devices and graphical user interfaces.
  • an exemplary network device cluster 400 which includes a commander device 410 and one or more member devices 420 -A- 420 -N.
  • a single IP address for the entire cluster 400 is assigned to the commander device 410 , which distributes configuration information and network management messages to the other devices in the cluster.
  • a cluster with up to fifteen member devices may be configured and managed via the IP address of the commander device 410 .
  • Network management messages How from management console 310 to and from commander device 410 , which redirects network management request and response messages to and from the member devices 120 -A- 120 -N, as will be explained in more detail in subsequent sections. It should be noted that the connections shown in FIG. 4 indicate the flow of network management message requests and responses, and do not necessarily correspond to the physical connections between the various devices shown in the figure. It should also be noted that according to aspects of the present invention, as will be discussed in more detail in subsequent portions of this document, multiple network management consoles for a given cluster or a given network device are supported.
  • the member network devices 420 -A- 420 -N in the cluster do not need individual IP addresses. However, it should be noted that nothing precludes a member device from being assigned its own IP address. If so desired in a particular implementation, one or more of the member devices may also be assigned its own IP address.
  • FIG. 5 Such a configuration is shown in FIG. 5 .
  • member device 420 -A in addition to commander device 410 , member device 420 -A has also been assigned its own IP address.
  • network management message requests and responses can also flow directly to and from management console 310 and member device 420 -A.
  • a cluster is a group of connected network devices that are managed as a single entity.
  • the network devices can be in the same location, or they can be distributed across a network.
  • network management communication with cluster devices is performed using a single IP address assigned to the commander device.
  • Clusters may be configured in a variety of topologies.
  • FIG. 6 illustrates a LAN switch cluster 600 configured in a “star,” or “radial stack,” topology.
  • each of the eight member switches 420 -A- 420 -H in cluster 600 is directly connected to one of the ports 415 -A- 415 -H of commander switch 410 .
  • Many other cluster topologies are possible, including “daisy chain,” or “hybrid” configurations. It is to be understood that many more cluster configurations are possible, and that the above examples are not in any way limiting.
  • the commander device is the single point of access used to configure and monitor all the devices in a cluster, and member devices are managed through the commander device.
  • the commander device is used to manage the cluster, and is managed directly by the network management station.
  • Member devices operate under the control of the commander. While they are a part of a cluster, member devices are not managed directly. Rather, requests intended for a member device are first sent to the commander, then forwarded to the appropriate member device in the cluster.
  • a member device in a cluster may also be managed directly if it has been assigned its own IP address.
  • the commander device When devices are first installed, they are cabled together according to the network configuration desired for a particular application, and an IP address is assigned to the commander device.
  • the commander device must be enabled as the commander device of the cluster. Once the commander device has been enabled, it can use information known about the network topology to identify other network devices in the network that may be added to the cluster.
  • the commander device uses the CiscoTM Discovery Protocol (“CDP”) to automatically identify candidate network devices.
  • CDP CiscoTM Discovery Protocol
  • discovery of candidate network devices may be performed manually by inspecting the network topology and the network devices attached to the network.
  • CDP is a media-independent device discovery protocol which can be used by a network administrator to view information about other network devices directly attached to a particular network device.
  • network management applications can retrieve the device type and SNMP-agent address of neighboring network devices. This enables applications to send SNMP queries to neighboring devices. CDP thus allows network management applications to discover devices that are neighbors of already known devices, such as neighbors running lower-layer, transparent protocols.
  • CDP runs on all media that support the Subnetwork Access Protocol (“SNAP”), including LAN and Frame Relay.
  • SNAP Subnetwork Access Protocol
  • CDP runs over the data link layer only.
  • Each network device sends periodic messages to a multicast address and listens to the periodic messages sent by others in order to learn about neighboring devices and determine when their interfaces to the media go up or down.
  • Each device also advertises at least one address at which it can receive SNMP messages.
  • the advertisements contain holdtime information, which indicates the period of time a receiving device should hold CDP information from a neighbor before discarding it.
  • network management applications can learn the device type and the SNMP agent address of neighboring devices. This process enables applications to send SNMP queries to neighboring devices.
  • any of the devices in the cluster may be accessed by entering the IP address of the commander device into a Web browser.
  • the single password that is entered to log in to the commander device also grants access to all the member devices in the cluster.
  • a candidate device according to embodiments of the present invention must not already be a member device or a commander device of another active cluster. Each member device is given a unique member number within the cluster by the user when it joins the cluster. This number is used to identify the different member devices of the cluster.
  • the commander device is assigned member number ZERO by default, but it can be assigned any other appropriate number or other identifier if so desired in a particular implementation.
  • the only devices eligible to become member devices are devices that are one CDP hop away from the current cluster (as defined by the commander device and the current set of member devices) and which support the cluster software requirements. These devices are called candidate devices.
  • member devices continue forwarding but cannot be managed through the commander device.
  • Member devices retain the ability to be managed through normal standalone means, such as the console-port CLI, and they can be managed through SNMP, HTML, and Telnet after they have been assigned an IP address.
  • Recovery from a failed commander device can be accomplished by replacing the failed unit with a cluster member or another network device.
  • the network administrator To have a cluster member ready to replace the commander device, the network administrator must assign an IP address to another cluster member, and know the command-device enable password for that device.
  • the commander switch when a cluster of LAN switches is formed, automatically changes three parameters on all the member switches in the cluster: the IOS host name, the enable password, and the. SNMP community string. If a switch has not been assigned an IOS host name, the commander switch appends a number to the name of the commander switch and assigns it sequentially to the member switches. For example, a commander switch named eng-cluster could name a cluster member switch eng-cluster-5. If an IOS host name has already been assigned to a switch, the switch retains its IOS host name.
  • FIG. 7 illustrates a switch cluster with one commander switch 410 and four member switches 420 -A- 420 -D as it is displayed on a sample Cluster ManagerTM display screen 700 .
  • one advantage of the present invention is that a network administrator need set only one IP address, one password, and one system SNMP configuration in order to manage an entire cluster of switches.
  • a cluster can be formed from switches located in several different buildings on a campus, and may be linked by fiber optic, Fast Ethernet, or Gigabit Ethernet connections.
  • Clusters may be managed from a management station through ASCII terminal consoles, telnet sessions, SNMP management stations and Web Consoles. All configuration and management requests are first directed to the cluster commander. Any required authentication is done by the commander. If necessary, the commander acts as a redirector and forwards requests to the appropriate member switch and forwards the reply to the management station.
  • a member switch can be in only one cluster at a time and can have only one commander. There is no restriction on the type of connections between a commander switch and member switches.
  • a cluster can be formed for a fully interconnected group of CDP neighbors. A network device can join a cluster when the network device is a CDP neighbor of the cluster.
  • the primary external configuration and management interface to the cluster is a TCP/IP connection to the commander switch.
  • HTTP, SNMP, and telnet protocols run on top of the IP stack in the operating system.
  • the cluster may also be managed via the console port of the commander.
  • SNMP redirection allows a commander switch to act similarly to an SNMP proxy for the entire cluster.
  • An SNMP request is received by the commander and, depending on whether the request is intended to be processed by the commander switch or a member switch, it is either processed on the commander or redirected to a member switch. If an SNMP request is redirected to a member switch, the response is also redirected back to the original requester.
  • FIG. 8 illustrates in block diagram form how a packet intended for a member switch is processed by the commander.
  • a network management data packet such as an SNMP request from the management station 310 is received by the Ethernet module 416 of the commander switch 410 .
  • the request is processed at IP layer 417 , UDP or TCP layer 418 , and Management Application layer 419 of the commander switch 410 .
  • the Management Application layer 419 determines that the command is intended for member switch 420 , and performs redirection by translating the port number in the received command to the appropriate port for member switch 420 .
  • the redirected command flows down through the UDP or TCP layer 418 , the IP layer 417 , and the Ethernet layer 416 of the commander switch 410 , and is passed on via Ethernet to the member switch 420 .
  • the commander switch 410 identifies each member switch 420 -A- 420 -N by the MAC address of the port on the member switch that is connected to the commander 410 .
  • the commander switch 410 manages SNMP communication for all switches in the cluster.
  • the commander switch 410 forwards the set and get requests from SNMP applications to member switches 420 -A- 420 -N, and it forwards traps and other responses from the member switches 420 -A- 420 -N back to the management station 310 .
  • read-write and read-only community strings are established for an entire cluster.
  • the commander switch appends a string (which may contain numbers) to the community strings of member switches so that these modified community strings can provide authentication for the member switches.
  • a community string is created for it based on the community string for the cluster. Only the first read-only and read-write community strings are propagated to the cluster.
  • FIG. 9 is a flow diagram illustrating the process of network management message redirection according to one embodiment of the present invention.
  • a qualified SNMP request intended for processing by a member switch is sent from the management console to the commander device.
  • the management console appends a string unique to the member to the end of the community string in the SNMP request using a “@” character to delimit the end of the community string and the start of the unique member string.
  • “public@es1” would be the community string used by the management console to address member 1 .
  • a community string with an “@” delimiter is referred to as a composite community string.
  • Embodiments of the present invention thus use composite community strings to facilitate redirection of network management requests and responses.
  • the commander device examines the community strings in SNMP requests to determine when it should dispatch an SNMP request to another device.
  • the SNMP request is transmitted over the network to the member device, using the Cluster Management Protocol (“CMP”) transport method which will be described later in this document with reference to FIG. 10 . If a network device has been configured with an IP address, IP can also be used as the transport method.
  • CMP Cluster Management Protocol
  • the request's source address information and its SNMP request-ID are saved by the commander device.
  • most SNMP request and response messages contain a request-ID field so that responses can be matched up with the appropriate requests.
  • the source address is replaced by an IP or CMP address that is an address of the commander device.
  • the SNMP request-ID field is replaced by a pseudo-unique request-ID that is specific to the commander device and to the specific member device for whom the request is destined. In the context of the present invention, this pseudo-unique request-ID is known as the intracluster request identifier.
  • This novel use of the request-ID field allows multiple requests to be outstanding between the commander device and the member device. It should be noted that this novel use of the request-ID field enables a cluster configuration with multiple network management consoles per cluster or per network device. Finally, the destination address of the SNMP request is replaced by the IP or CMP network address of the member device being addressed. At this point, the commander device then transmits the SNMP request to the appropriate member device.
  • the appropriate member device receives the SNMP request.
  • This SNMP request will appear to the member device to be a normal SNMP request that originated from a network management station (“NMS”).
  • NMS network management station
  • the member device processes the SNMP request in the normal manner.
  • the SNMP response will be sent to the commander device.
  • the SNMP response received from the member device will also have a copy of the same SNMP request-ID that was in the original SNMP request that was forwarded from the commander device to the member device.
  • the commander device uses the received request-ID combined with the member device source address in the message to look up the source network management station address and the original request-ID in a table.
  • the destination address of the SNMP response and the request-ID of the SNMP response are replaced by the network management station address and the request-ID that had been saved in step 920 .
  • the source address of the SNMP response is replaced by the address of the commander device, and the SNMP response is transmitted to the management console.
  • the management console receives the forwarded response from the commander device.
  • embodiments of the present invention may use the Internet Protocol (“IP”) or a proprietary Cluster Management Protocol (“CMP”) as the transport mechanism used to communicate between the commander switch and member switches in a cluster.
  • IP Internet Protocol
  • CMP Cluster Management Protocol
  • SNAP Subnetwork Access Protocol
  • private IP addresses (“10.x.y.z”) are used for intracluster communication.
  • Each cluster member, including the commander, is assigned a private IP address, known as the cluster IP address, or CMP address. These private IP addresses are maintained internally by the commander.
  • the commander when a member switch is added to a cluster, the commander generates a unique cluster IP address and assigns it to the member switch.
  • the commander's cluster IP address is also passed to the member switch.
  • These cluster IP addresses are dynamically assigned.
  • the commander finds a conflict with one of the assigned cluster IP addresses (such as when some other IP station, not part of the cluster, is using the same IP address as one of the cluster IP addresses), then the commander resolves the conflict by selecting another cluster IP address and assigning it to the corresponding member switch.
  • both the commander switch and the member switches use CMP addresses to send and receive management data within the cluster.
  • a CMP address is a private IP address in “10.x.y.z” format, where x, y, and z, are integers between 0 and 255.
  • the commander switch automatically generates a CMP address and assigns it to the member switch when the switch first joins the cluster.
  • CMP addresses are automatically generated, there can be conflicts between the IP address used by a cluster network device and the IP address of a network device outside the cluster. For example, some other IP station can be using the same address as an automatically assigned CMP address. Thus, both the commander switch and the member switches constantly check for conflicts, a new CMP address is generated if a conflict is detected.
  • CMP/RARP is a variation of the normal RARP (Reverse ARP) protocol. As described below, CMP/RARP uses a different SNAP encapsulation, and it has provisions to carry variable list of cluster parameters as Type Length Value (“TLV”) fields.
  • TLV Type Length Value
  • FIG. 10 is a block diagram illustrating the intracluster packet format according to aspects of the present invention.
  • a CMP/RARP packet 1000 comprises an Ethernet header 1010 , a LLC/SNAP header 1020 , and a RARP portion 1030 .
  • Ethernet header 1010 comprises a 6-byte destination MAC address 1040 , a 6-byte source MAC address 1045 , and a 2-byte Length field 1050 .
  • LLC/SNAP header 1020 comprises a 3-byte header field 1055 (set to equal 0 ⁇ AA-AA-03 in one embodiment), a 3-byte OUI field 1060 (set to equal 0 ⁇ 00-00-0C in one embodiment), and a 2-byte CMP/RARP identifier field 1065 (set to equal 0 ⁇ 0114 in one embodiment).
  • RARP portion 1030 of the CMP/RARP packet 1000 comprises a 28-byte RARP packet 1070 , described below, and a variable length CMP/RARP extension field 1075 .
  • CMP/RARP packets 1000 use a separate SNAP encapsulation 1020 to distinguish them from normal RARP packets. Also, it should be noted that at the end of the CMP/RARP packet, there is a variable length extension field 1075 to pass cluster parameters according to aspects of the present invention.
  • FIG. 11 is a block diagram illustrating a cluster ADD message format according to aspects of the present invention.
  • a cluster ADD message 1100 is one specific example of a type of cluster message that may be transmitted in the RARP portion 1030 of the CMP/RARP packet 1000 shown in FIG. 10 .
  • cluster ADD message 1100 comprises a 28-byte CMP/RARP part 1070 and a variable length cluster parameter extension part 1075 .
  • CMP/RARP part 1070 is used for assigning a CMP address to a cluster member switch, while the cluster parameter extension part 1075 is used to transmit cluster parameters to a member switch.
  • Cluster ADD message 1100 is sent to a member switch when the member switch first joins a cluster.
  • FIG. 12A is a block diagram illustrating the format of the CMP/RARP portion 1070 of a cluster ADD message 1100 according to aspects of the present invention.
  • the CMP/RARP portion 1070 has the same format as a regular RARP packet, and comprises a 2-byte Hardware type field 1210 (set to equal 0 ⁇ 0001, i.e., “Ethernet type,” in one embodiment), a 2-byte protocol field 1215 (set to equal 0 ⁇ 0800, i.e., “IP type,” in one embodiment), a 1-byte hardware length field 1220 (set to equal “6,” i.e., “Ethernet type,” in one embodiment), a 1-byte protocol length field 1225 (set to equal “4,” i.e., “IP type,” in one embodiment), a 2-byte opcode field 1230 (set to equal 0 ⁇ 04, i.e., “RARP reply,” in one embodiment), a 6-byte source hardware address field 1235 (which equals the MAC address
  • FIG. 12B is a block diagram illustrating the format of the cluster parameter extension portion 1075 of a cluster ADD message 1100 according to aspects of the present invention.
  • the cluster parameter extension portion 1075 of a cluster ADD message 1100 is used to set cluster parameters on a member switch.
  • cluster parameter extension portion 1075 comprises a fixed length portion 1252 and a variable length portion 1254 .
  • the fixed length portion 1252 comprises a 2-byte cluster member number field 1255 , a 2-byte password length field 1260 , a 4-byte command switch management IP address field 1265 , and a 4-byte total parameter length field 1270 .
  • the variable length portion 1254 comprises a variable length password string field 1275 for authentication, and a variable length list of cluster parameter Type Value Fields (“TLVs”) 1280 .
  • Each cluster parameter TLV 1280 further comprises a 1-byte cluster parameter type field 1282 , a 1-byte cluster parameter length field 1284 , and a variable length (up to 255-bytes) cluster parameter value field 1286 .
  • the present invention thus enables the transparent management of multiple network devices as a single entity, and allows a cluster having multiple network devices to share a single IP network address.
  • the present invention also allows the use of the standard set of SNMP managed objects without changing the protocol from the point of view of the network management station or the member devices.
  • the dispatch of the SNMP request to the member devices is performed using composite community strings in one embodiment, the number of devices that can be addressed is unbounded.

Abstract

A method manages a cluster of network devices each having an intra-cluster identifier. The method includes (a) selecting a plurality of network devices to form a cluster, (b) selecting a first network device to be a commander network device having a public IP address, each of the remaining network devices being a cluster member network device and having a non-public network address, (c) receiving at the commander network device a network management request message from a management console, the message including a source address field containing an IP address of the management console, a destination address field containing the IP address of the commander network device, a request identification field containing an original request identifier uniquely identifying the message, and an intra-cluster identifier, and (d) forwarding the message to the-cluster member network device identified by the intra-cluster identifier using the non-pubic network address of the cluster member network device.

Description

BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates to the field of data communications networks. More particularly, the present invention relates to an apparatus and method for redirecting network management messages in a cluster of network devices.
2. Background
Two types of data communication networks known to those skilled in the art are Local Area Networks (“LANs”) and Wide Area Networks (“WAN”). Network devices are used to transmit information across networks, which may include various combinations of LANs and WANs. Without limitation, such network devices may include switches, bridges, and routers. “Switching” refers to a technology in which a network device (known as a switch) connects two or more LAN segments. A switch transmits frames of data from one segment to their destinations on the same or other segments. When a switch in an Ethernet LAN begins to operate, it examines the Media Access Control (“MAC”) address embedded in the frames that flow through it to build a table of known sources. If the switch determines that the destination of a frame is on the same segment as the source of the frame, it drops, or filters, the frame because there is no need to transmit it. If the switch determines that the destination is on another segment, it transmits the frame onto the destination segment only. Finally, using a technique known as flooding, if the destination segment is unknown, the switch transmits the frame on all segments except the source segment.
Because a switch maintains a table of the source MAC addresses received on every port, it “learns” to which port a station is attached every time the station transmits. Then, each packet that arrives for that station is forwarded only to the correct port, eliminating the waste of bandwidth on the other ports. Since station addresses are relearned every time a station transmits, if stations are relocated the switch will reconfigure its forwarding table immediately upon receiving a transmission from the stations.
An Ethernet LAN switch improves bandwidth by separating collision domains and selectively forwarding traffic to the appropriate segments. FIG. 1 illustrates the topology of a typical Ethernet network 100 in which a LAN switch 110 has been installed. As shown in FIG. 1, LAN switch 110 has five ports: 120, 130, 140, 150, and 160. The first port 120 is connected to LAN segment 125. The second port 130 is connected to LAN segment 135. The third port 140 is connected to LAN segment 145. The fourth port 150 is connected to LAN segment 155. The fifth port 160 is connected to LAN segment 165. The Ethernet network 100 also includes a plurality of servers 170-A-170-C and a plurality of clients 180-A-180-K, each of which is attached to one of the LAN segments 125, 135, 145, 155, or 165. If server 170-A on port 120 needs to transmit to client 180-D on port 130, the LAN switch 110 forwards Ethernet frames from port 120 to port 130, thus sparing ports 140, 150, and 160 from frames destined for client 180-D. If server 170-C needs to send data to client 180-J at the same time that server 170-A sends data to client 170-D, it can do so because the LAN switch can forward frames from port 140 to port 150 at the same time it is forwarding frames from port 120 to port 130. If server 170-A on port 120 needs to send data to client 180-C, which is also connected to port 120, the LAN switch 110 does not need to forward any frames.
Thus, performance improves in LANs in which LAN switches are installed because the LAN switch creates isolated collision domains. By spreading users over several collision domains, collisions are avoided and performance improves. In addition, many LAN switch installations dedicate certain ports to a single users, giving those users an effective bandwidth of 10 Mbps when using traditional Ethernet. As a LAN grows, either due to additional users or network devices, additional switches must often be added to the LAN and connected together to provide more ports and new network segments.
As LAN and WAN topologies become more complex, network management tools become critically important. As is known to those skilled in the art, the Simple Network Management Protocol (“SNMP”) is one currently popular example of a network management tool. SNMP is a simple request/response protocol that communicates management information between two types of SNMP software entities: SNMP applications (also called SNMP managers) and SNMP agents.
SNMP applications are typically executed in a network management station, and issue queries to gather information about the status, configuration, and performance of external network devices (called network elements in SNMP terminology). The CiscoWorks™ software package, available from Cisco Systems, Inc. of San Jose, Calif., is an example of a network management station, and a LAN switch is an example of a network element that can be managed using SNMP. Relevant details of the SNMP protocol will be discussed in subsequent sections of this document.
Traditionally, network device installation includes inserting the device into the network and assigning it an Internet Protocol (“IP”) address, which is typically a 32-bit number assigned to hosts that want to participate in a TCP/IP Internet. Newer versions of the IP protocol may use more bits for the IP address. The IP address of a network device is a unique address that specifies the logical location of a host or client on the Internet.
Once a network device has been assigned an IP address, a network administrator can enter the device's IP address into a network management station to access the network device and to configure it from anywhere in the Internet using a protocol such as SNMP. However, currently, each network device to be configured and managed must have its own IP address, which must be registered with a domain name service (“DNS”). Assigning an IP address to each and every network device is undesirable, because registering IP addresses with a DNS is both costly and cumbersome.
In order to implement a paradigm where several different devices can be managed and configured as a single network entity (called a “cluster”), what is needed is a way to allow all the device in a cluster to share a single IP address for the purposes of network management. Accordingly, it would be convenient for a network administrator to be able to assign a single IP address to one network device in a cluster, and then to be able to configure and manage all of the network devices in the cluster using this single IP address. Unfortunately, no current mechanism exists to enable this activity. The present invention provides an apparatus and method which permits an entire cluster of network devices to share a single IP address for the purposes of network management, and to provide a commander device which redirects network management data requests and responses (such as SNMP messages) to and from other devices in the cluster. These and other features and advantages of the present invention will be presented in more detail in the following specification of the invention and in the associated figures.
SUMMARY OF THE INVENTION
A group of network devices, such as Ethernet switches, are logically configured as a single cluster, with one commander device and one or more member devices. Each device in the cluster is capable of supporting a network management protocol and contains its own management information base. Each device in the cluster is identified by a unique identifier such as a unique community string in the case of a Simple Management Network Protocol (“SNMP”) implementation. Each device in the cluster may also be uniquely identified by a Media Access Control (“MAC”) address if so desired in a particular implementation. However, only the cluster commander is required to have an IP address. The cluster commander redirects and translates network management messages from one or more management consoles destined for member devices so that the messages are processed by the appropriate cluster device. Responses to network management messages from the cluster device are received by the commander device and redirected to the appropriate management console. Information exchange between one or more management consoles and the devices in the cluster can be accomplished via redirection of SNMP requests and responses, thus providing a consistent, device-independent interface between the devices in the cluster and the management console.
BRIEF DESCRIPTION OF THE DRAWINGS
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an embodiment of the invention and, together with the present description, serve to explain the principles of the invention.
In the drawings:
FIG. 1 is a block diagram illustrating the topology of an exemplary LAN incorporating a LAN switch.
FIG. 2 is a block diagram of an Ethernet switch suitable for use with aspects of the present invention.
FIG. 3A is a block diagram illustrating an exemplary SNMP network suitable for use with aspects of the present invention.
FIG. 3B is a block diagram illustrating an exemplary SNMP message format known to those skilled in the art.
FIG. 4 is a block diagram illustrating a first cluster of network devices according to an aspect of the present invention.
FIG. 5 is a block diagram illustrating a second cluster of network devices according to an aspect of the present invention.
FIG. 6 is a block diagram illustrating a cluster of network devices in a star configuration according to an aspect of the present invention.
FIG. 7 is a sample configuration display screen for a switch cluster according to aspects of the present invention.
FIG. 8 is a block diagram of network management data packet processing by a commander device according to an aspect of the present invention.
FIG. 9 is a flow diagram illustrating the process of network management message redirection according to one embodiment of the present invention.
FIG. 10 is a block diagram illustrating the intracluster packet format according to aspects of the present invention.
FIG. 11 is a block diagram illustrating a cluster ADD message format according to aspects of the present invention.
FIG. 12A is a block diagram illustrating the format of the CMP/RARP portion of a cluster ADD message according to aspects of the present invention.
FIG. 12B is a block diagram illustrating the format of the cluster parameter extension portion of a cluster ADD message according to aspects of the present invention.
DETAILED DESCRIPTION
Those of ordinary skill in the art will realize that the following description of the present invention is illustrative only and not in any way limiting. Other embodiments of the invention will readily suggest themselves to such skilled persons having the benefit of this disclosure. The same reference numbers will be used throughout the drawings and the following description to refer to the same or like parts.
Referring now to FIG. 2, a block diagram of an Ethernet switch suitable for use with aspects of the present invention is shown. As shown in FIG. 2, Ethernet switch 200 includes a Layer 1 Physical Interface (“PHY”) 202, 204, and a Layer 2 Media Access Control Interface (“MAC”) 206, 208, for each port on the Ethernet switch 200. A network interface card (“NIC”) consists of a MAC and a PHY. An Ethernet switch also contains a MAC and PHY on every port. Thus, an Ethernet switch may appear to a network as multiple NICs coupled together. Each switch PHY 202, 204, receives the incoming data bit stream and passes it to its corresponding MAC 206, 208, which reassembles the original Ethernet frames.
Ethernet switch 200 also includes a frame buffer memory 210, 212, for each port, a source address table memory 220, discovery protocol logic 230, learning logic 240, forwarding logic 250, packet redirection logic 260, and a configuration and management interface 270. During operation, the learning logic 240 will look at the source address (“SA”) within a received Ethernet frame and populate the Source Address Table (“SAT”) memory 220 with three columns: MAC address 280, port number 282, and age 284. The MAC address is the same as the source address that a sender has embedded into the frame. The age item will be a date stamp to indicate when the last frame was received from a particular MAC SA. In the example shown in FIG. 2, the port number may be 1 or 2. The SAT is also known as the Switch Forwarding Table (“SFT”).
Forwarding logic 250 examines at the destination address (“DA”) of a received Ethernet frame. This now becomes the new MAC address, which is then compared with the entries in the SAT. Four different forwarding options are possible. If the destination address is a specific address, known as a “broadcast” address, the frame is destined for all ports on the network. In this case, the Ethernet switch will forward the frame to all ports, except the one on which the frame was received. A broadcast address is six bytes with all ones, or “FF.FF.FF.FF.FF.FF” in hexadecimal notation. If the MAC address is found in the SAT and the corresponding port number is different from the received port, the frame is forwarded to that particular port number only. If the MAC address is found in the SAT and the port number is the same as the received port number, the frame is not forwarded; instead, it is discarded. This is known as “filtering.” The frame is discarded because the transmitting station and the receiving station are connected on the same shared LAN segment on that particular port and the receiver has already tuned into the frame. If the MAC address is not found in the table, the frame is forwarded to all ports. The reason a particular destination address is not present in the SAT table is that the receiving device could be new on the network, or the recipient has been very quiet (has not recently sent a frame). In both cases, the bridge SAT will not have a current entry. Flooding the frame on all ports is the brute way of ensuring that the frame is routed to its intended recipient.
Ethernet switch 200 uses the “age” entry in the SAT to determine whether that MAC address is still in use on the LAN. If the age has exceeded a certain preset value, the entry is removed. This conserves memory space and makes the bridge faster because fewer entries need to be scanned for address matching. Finally, the frame buffer memories 210, 212 will store frames on each port in case there is a backlog of frames to be forwarded.
According to embodiments of the present invention, discovery protocol logic 230 receives, processes, and sends Cisco™ Discovery Protocol (“CDP”) or other discovery protocol packets to neighboring network devices on the network. Packet redirection logic 260 examines the source and destination addresses of Ethernet packets under control of the configuration and management interface 270 and forwards them to other network devices in a cluster configuration. As known to those skilled in the art, the program code corresponding to discovery protocol logic 230, learning logic 240, forwarding logic 250, packet redirection logic 260, configuration and management interface 270, and other necessary functions may all be stored on a computer-readable medium. Depending on each particular application, computer-readable media suitable for this purpose may include, without limitation, floppy diskettes, hard drives, RAM, ROM, EEPROM, nonvolatile RAM, or flash memory.
As is known to those skilled in the art, network devices, such as LAN switches, may be configured and managed using either out-of-band or in-band techniques. Out-of-band configuration and management are typically performed by connecting to the console port on the network device and using the management console locally from a terminal or remotely through a modem. Alternatively, network devices may be configured and managed “in-band,” either by connecting via Telnet to the network device and using a management console, or by communicating with the network device's in-band management interface using the industry standard Simple Network Management Protocol (“SNMP”). This can be accomplished by using an SNMP-compatible network management application and the network device's Management Interface Base (“MIB”) files. Normally, however, in order to perform in-band administrative tasks of a network device, such as configuration and management, the network device must first be assigned an IP address. Additionally, in order to use in-band configuration and management capabilities, the SNMP management platform of the network device must be configured to understand and be able to access the objects contained in the network device's MIB. Embodiments of the present invention use in-band network management techniques.
Embodiments of the present invention can use the Internet Protocol or a proprietary Cluster Management Protocol (“CMP”) (described in more detail in subsequent portions of this document) as the underlying mechanism to transport the SNMP configuration and management data. Without limitation, the protocols implemented in embodiments of the present invention include the Internet Protocol (“IP”), the Internet Control Message Protocol (“ICMP”), the User Datagram Protocol (“UDP”), the Trivial File Transfer Protocol (“TFTP”), the Bootstrap Protocol (“BOOTP”), and the Address Resolution Protocol (“ARP”).
The MIB variables of network devices according to embodiments of the present invention are accessible through SNMP. As has been mentioned earlier, SNMP is an application-layer protocol designed to facilitate the exchange of management information between network devices. SNMP is used to monitor IP gateways and their networks, and defines a set of variables that the gateway must keep and specifies that all operations on the gateway are a side effect of fetching or storing to data variables. SNMP consists of three parts: a Structure of Management Information (“SMI”), a Management Information Base (“MIB”) and the protocol itself. The SMI and MIB define and store the set of managed entities, while SNMP itself conveys information to and from the SMI and the MIB.
Instead of defining a large set of commands, SNMP places all operations in a get-request, get-next-request, and set-request format. For example, an SNMP manager can get a value from an SNMP agent or store a value into that SNMP agent. The SNMP manager can be part of a network management system (“NMS”), and the SNMP agent can reside on a networking device such as a LAN switch. The device MIB files may be compiled with network management software, which then permits the SNMP agent to respond to MIB-related queries being sent by the NMS.
As has already been mentioned, an example of an NMS is the Cisco Works™ network management software, available from Cisco Systems, Inc. of San Jose, Calif. Cisco-Works™ uses the device MIB variables to set device variables and to poll devices on the network for specific information. Among other tasks, the Cisco Works™ software permits the results of a poll to be displayed as a graph and analyzed in order to troubleshoot internetworking problems, increase network performance, verify the configuration of devices, and monitor traffic loads. Other products known to those skilled in the art, available from several other vendors, provide similar functionality.
Referring now to FIG. 3A, an exemplary SNMP network 300 is shown. The SNMP agent 360 in network device 320 gathers data from the MIB 350, also in network device 320. The MIB 350 is the repository for information about device parameters and network data. The SNMP agent 360 can send traps, or notification of certain events, to the SNMP manager 340, which is part of the Network Management Software (“NMS”) 330 running on the management console 310. The SNMP manager 340 uses information in the MIB 350 to perform the operations described in Table 1, listed below.
TABLE 1
Operation Description
Get-request Retrieve a value from a specific MTB variable.
Get-next-request Retrieve a value from a variable within a table. With
this operation, an SNMP manager does not need to
know the exact variable name. A sequential search is
performed to find the needed variable within a table.
Get-response The reply to a get-request, get-next-request, and
set-request sent by an NMS.
Set-request Store a value in a specific variable.
trap An unsolicited message sent by an SNMP agent to an
SNMP manager indicating that some event has
occurred.
An SNMP community is a logical relationship between an SNMP agent and one or more SNMP managers. The community has a name (called a “community string”), and all members of a community have the same access privileges: either read-only (members can view configuration and performance information) or read-write (members can view configuration and performance information, and also change the configuration). As will be described in more detail in subsequent sections of this document, SNMP community strings are used to perform redirection of network management messages in one embodiment of the present invention.
All SNMP message exchanges consist of a community string and a data field, which contains the SNMP operation and its associated operands. An SNMP agent can be configured to receive requests and send responses only from managers that are members of a known community. If the agent knows the community string in the SNMP message and knows that the manager generating the request is a member of that community, it considers the message to be authentic and gives it the access allowed for members of that community. Thus, the SNMP community prevents unauthorized managers from viewing or changing the configuration of a network device. As will be discussed in more detail in subsequent sections of this document, embodiments of the present invention use the value of the SNMP community string to enable redirection of network management requests and responses within a cluster of network devices.
Community strings act as passwords for SNMP operations. Each network device has one or more community strings which define the ability of others to read and write the MIB of that device. As mentioned earlier, typically there are at least two community strings defined, one for read access and one for write access. A common default read community string is “public,” but this string may be changed in networks more concerned with security.
SNMP network devices usually respond to SNMP requests when those requests include a valid community string. Devices that support directed community strings can be programmed to only respond to SNMP requests using a community string if the request is made from a particular IP address. Directed community strings provide an additional level of security, causing network devices to respond to SNMP requests only from certain management workstations/servers.
As is known to those skilled in the art, the SNMP model typically assumes that each managed network device is capable of running an SNMP agent internally. However, some devices, such as older devices which were not originally intended for use on a network, may not have this capability. To handle them, the SNMP protocol defines what is called an “SNMP proxy agent,” namely an agent that watches over one or more non-SNMP devices and communicates with the management console on their behalf, typically communicating with the non-SNMP-devices themselves using some nonstandard or proprietary protocol. Typically, the SNMP proxy agent operates by translating the SNMP interactions it receives from the management console into whatever protocols are supported by the foreign device.
FIG. 3B is a block diagram illustrating an exemplary SNMP message format known to those skilled in the art. FIG. 3B illustrates the message format for a version of SNMP known to those skilled in the art as “SNMPv1.” Depending on the requirements of each particular implementation, embodiments of the present invention may be implemented using other versions of SNMP, or using versions of other network management protocols known to those skilled in the art.
As shown in FIG. 3B, SNMP message 370 comprises a message header 380 and a Protocol Data Unit (“PDU”) 390. Message header 380 comprises a Version Number field 382 and a Community String 384. Version Number field 382 specifies the version of the SNMP protocol being used, while community string 384 defines an access environment for a group of network management stations/consoles (“NMSs”). NMSs within a community are said to exist within the same administrative domain. As is known to those skilled in the art, community strings serve as a weak form of authentication because devices that do not know the proper community name are precluded from SNMP operations.
Still referring to FIG. 3B, PDU 390 of SNMP message 370 comprises a PDU Type field 391, Request ID field 392, Error Status field 393, Error Index field 394, and a Variable Bindings field 395. As is known to those skilled in the art, PDU fields are variable in length. PDU Type field 391 specifies the type of PDU transmitted (e.g., Get, GetNext, Response, Set). Request ID field 392 associates a SNMP requests with the corresponding response. Error Status field 393 indicates one of a number of errors and error types. Only the response operation sets this field. Other operations set this field to zero. Error Index field 394 associates an error with a particular object instance (if there is an error, the error index is set to a non-zero error code). Variable Bindings field 395 serves as the data field of the SNMP PDUs. As is known to those skilled in the art, each variable binding 396a-396n associates a particular object instance with its current value (with the exception of Get and GetNext requests, for which the value is ignored). It should be noted that, as is known to those skilled in the art, SNMP also defines a PDU known as a “trap.” Traps are not discussed herein, so as not to overcomplicate the present discussion.
NETWORK DEVICE CLUSTERS
Embodiments of the present invention support the following configuration and management interfaces: HTML (web-based) interfaces, SNMP, and a proprietary Internet Operating System (“IOS”) command line interpreter (“CLI”). Each of these management interfaces can be used to monitor and configure a LAN switch or a group of switches, known as a cluster. The cluster management tools are web-based, and may be accessed via an ordinary browser, such as Netscape Navigator™ or Microsoft Internet Explorer™. Embedded HTTP server-based management tools using tools such as HTML code or Java™ Applets typically display images of network devices and graphical user interfaces.
When network devices are grouped into clusters, one device is called the commander device, and the other devices are called member devices. Referring now to FIG. 4, an exemplary network device cluster 400 is shown which includes a commander device 410 and one or more member devices 420-A-420-N. In the example shown in FIG. 4, according to the present invention, a single IP address for the entire cluster 400 is assigned to the commander device 410, which distributes configuration information and network management messages to the other devices in the cluster. In one embodiment, a cluster with up to fifteen member devices may be configured and managed via the IP address of the commander device 410. Network management messages How from management console 310 to and from commander device 410, which redirects network management request and response messages to and from the member devices 120-A-120-N, as will be explained in more detail in subsequent sections. It should be noted that the connections shown in FIG. 4 indicate the flow of network management message requests and responses, and do not necessarily correspond to the physical connections between the various devices shown in the figure. It should also be noted that according to aspects of the present invention, as will be discussed in more detail in subsequent portions of this document, multiple network management consoles for a given cluster or a given network device are supported.
As shown in FIG. 4, the member network devices 420-A-420-N in the cluster do not need individual IP addresses. However, it should be noted that nothing precludes a member device from being assigned its own IP address. If so desired in a particular implementation, one or more of the member devices may also be assigned its own IP address. Such a configuration is shown in FIG. 5. As shown in FIG. 5, in a network device cluster 500, in addition to commander device 410, member device 420-A has also been assigned its own IP address. In this case, in addition to the network management message flows described with respect to FIG. 4, network management message requests and responses can also flow directly to and from management console 310 and member device 420-A.
A cluster is a group of connected network devices that are managed as a single entity. The network devices can be in the same location, or they can be distributed across a network. According to embodiments of the present invention, network management communication with cluster devices is performed using a single IP address assigned to the commander device. Clusters may be configured in a variety of topologies. As an example, FIG. 6 illustrates a LAN switch cluster 600 configured in a “star,” or “radial stack,” topology. In this configuration, each of the eight member switches 420-A-420-H in cluster 600 is directly connected to one of the ports 415-A-415-H of commander switch 410. Many other cluster topologies are possible, including “daisy chain,” or “hybrid” configurations. It is to be understood that many more cluster configurations are possible, and that the above examples are not in any way limiting.
In one embodiment, the commander device is the single point of access used to configure and monitor all the devices in a cluster, and member devices are managed through the commander device. The commander device is used to manage the cluster, and is managed directly by the network management station. Member devices operate under the control of the commander. While they are a part of a cluster, member devices are not managed directly. Rather, requests intended for a member device are first sent to the commander, then forwarded to the appropriate member device in the cluster. As noted earlier, however, a member device in a cluster may also be managed directly if it has been assigned its own IP address.
When devices are first installed, they are cabled together according to the network configuration desired for a particular application, and an IP address is assigned to the commander device. In addition, the commander device must be enabled as the commander device of the cluster. Once the commander device has been enabled, it can use information known about the network topology to identify other network devices in the network that may be added to the cluster. According to one embodiment of the present invention, the commander device uses the Cisco™ Discovery Protocol (“CDP”) to automatically identify candidate network devices. However, other similar products known to those of ordinary skill in the art are available from other vendors to accomplish the same task. Alternatively, discovery of candidate network devices may be performed manually by inspecting the network topology and the network devices attached to the network.
CDP is a media-independent device discovery protocol which can be used by a network administrator to view information about other network devices directly attached to a particular network device. In addition, network management applications can retrieve the device type and SNMP-agent address of neighboring network devices. This enables applications to send SNMP queries to neighboring devices. CDP thus allows network management applications to discover devices that are neighbors of already known devices, such as neighbors running lower-layer, transparent protocols.
It is to be understood that the present invention is not limited to devices that are compatible with CDP. CDP runs on all media that support the Subnetwork Access Protocol (“SNAP”), including LAN and Frame Relay. CDP runs over the data link layer only. Each network device sends periodic messages to a multicast address and listens to the periodic messages sent by others in order to learn about neighboring devices and determine when their interfaces to the media go up or down. Each device also advertises at least one address at which it can receive SNMP messages. The advertisements contain holdtime information, which indicates the period of time a receiving device should hold CDP information from a neighbor before discarding it. With CDP, network management applications can learn the device type and the SNMP agent address of neighboring devices. This process enables applications to send SNMP queries to neighboring devices.
Once a network device cluster is formed, any of the devices in the cluster may be accessed by entering the IP address of the commander device into a Web browser. The single password that is entered to log in to the commander device also grants access to all the member devices in the cluster.
In one embodiment, there can be a maximum of sixteen devices in a cluster: fifteen member devices and one commander device. If passwords are defined for the candidate member devices, the network administrator must know them all before they can be added to the cluster. In addition, a candidate device according to embodiments of the present invention must not already be a member device or a commander device of another active cluster. Each member device is given a unique member number within the cluster by the user when it joins the cluster. This number is used to identify the different member devices of the cluster. The commander device is assigned member number ZERO by default, but it can be assigned any other appropriate number or other identifier if so desired in a particular implementation. In this embodiment, the only devices eligible to become member devices are devices that are one CDP hop away from the current cluster (as defined by the commander device and the current set of member devices) and which support the cluster software requirements. These devices are called candidate devices.
If the commander device of a cluster fails, member devices continue forwarding but cannot be managed through the commander device. Member devices retain the ability to be managed through normal standalone means, such as the console-port CLI, and they can be managed through SNMP, HTML, and Telnet after they have been assigned an IP address. Recovery from a failed commander device can be accomplished by replacing the failed unit with a cluster member or another network device. To have a cluster member ready to replace the commander device, the network administrator must assign an IP address to another cluster member, and know the command-device enable password for that device.
According to embodiments of the present invention, when a cluster of LAN switches is formed, the commander switch automatically changes three parameters on all the member switches in the cluster: the IOS host name, the enable password, and the. SNMP community string. If a switch has not been assigned an IOS host name, the commander switch appends a number to the name of the commander switch and assigns it sequentially to the member switches. For example, a commander switch named eng-cluster could name a cluster member switch eng-cluster-5. If an IOS host name has already been assigned to a switch, the switch retains its IOS host name.
Once a cluster of network devices, such as a cluster of LAN switches, has been created, network management software such as the Cluster Manager™ program, available from Cisco Systems, Inc. of San Jose, Calif., may be used to monitor and configure the switches in the cluster. FIG. 7 illustrates a switch cluster with one commander switch 410 and four member switches 420-A-420-D as it is displayed on a sample Cluster Manager™ display screen 700.
Thus, one advantage of the present invention is that a network administrator need set only one IP address, one password, and one system SNMP configuration in order to manage an entire cluster of switches. A cluster can be formed from switches located in several different buildings on a campus, and may be linked by fiber optic, Fast Ethernet, or Gigabit Ethernet connections.
Clusters may be managed from a management station through ASCII terminal consoles, telnet sessions, SNMP management stations and Web Consoles. All configuration and management requests are first directed to the cluster commander. Any required authentication is done by the commander. If necessary, the commander acts as a redirector and forwards requests to the appropriate member switch and forwards the reply to the management station. According to embodiments of the present invention, a member switch can be in only one cluster at a time and can have only one commander. There is no restriction on the type of connections between a commander switch and member switches. In one embodiment of the present invention, a cluster can be formed for a fully interconnected group of CDP neighbors. A network device can join a cluster when the network device is a CDP neighbor of the cluster.
The primary external configuration and management interface to the cluster is a TCP/IP connection to the commander switch. HTTP, SNMP, and telnet protocols run on top of the IP stack in the operating system. Alternatively, the cluster may also be managed via the console port of the commander.
According to embodiments of the present invention, SNMP redirection allows a commander switch to act similarly to an SNMP proxy for the entire cluster. An SNMP request is received by the commander and, depending on whether the request is intended to be processed by the commander switch or a member switch, it is either processed on the commander or redirected to a member switch. If an SNMP request is redirected to a member switch, the response is also redirected back to the original requester.
FIG. 8 illustrates in block diagram form how a packet intended for a member switch is processed by the commander. As shown in FIG. 8, a network management data packet such as an SNMP request from the management station 310 is received by the Ethernet module 416 of the commander switch 410. The request is processed at IP layer 417, UDP or TCP layer 418, and Management Application layer 419 of the commander switch 410. The Management Application layer 419 determines that the command is intended for member switch 420, and performs redirection by translating the port number in the received command to the appropriate port for member switch 420. The redirected command flows down through the UDP or TCP layer 418, the IP layer 417, and the Ethernet layer 416 of the commander switch 410, and is passed on via Ethernet to the member switch 420. The commander switch 410 identifies each member switch 420-A-420-N by the MAC address of the port on the member switch that is connected to the commander 410.
The commander switch 410 manages SNMP communication for all switches in the cluster. The commander switch 410 forwards the set and get requests from SNMP applications to member switches 420-A-420-N, and it forwards traps and other responses from the member switches 420-A-420-N back to the management station 310. In one embodiment of the present invention, as will be explained more fully below, read-write and read-only community strings are established for an entire cluster. In this embodiment, the commander switch appends a string (which may contain numbers) to the community strings of member switches so that these modified community strings can provide authentication for the member switches. When a new switch is added to the cluster, a community string is created for it based on the community string for the cluster. Only the first read-only and read-write community strings are propagated to the cluster.
FIG. 9 is a flow diagram illustrating the process of network management message redirection according to one embodiment of the present invention. As shown in FIG. 9, at step 910, a qualified SNMP request intended for processing by a member switch is sent from the management console to the commander device. To address a member of the cluster, the management console appends a string unique to the member to the end of the community string in the SNMP request using a “@” character to delimit the end of the community string and the start of the unique member string. For example, in one embodiment, “public@es1” would be the community string used by the management console to address member 1. As is known to those skilled in the art, in SNMP terminology, a community string with an “@” delimiter is referred to as a composite community string. Embodiments of the present invention thus use composite community strings to facilitate redirection of network management requests and responses.
At step 920, the commander device examines the community strings in SNMP requests to determine when it should dispatch an SNMP request to another device. When it is determined that an SNMP request should be dispatched to another device, the SNMP request is transmitted over the network to the member device, using the Cluster Management Protocol (“CMP”) transport method which will be described later in this document with reference to FIG. 10. If a network device has been configured with an IP address, IP can also be used as the transport method.
Still referring to step 920 as shown in FIG. 9, before the SNMP request is forwarded to the member device, the request's source address information and its SNMP request-ID are saved by the commander device. As is known to those skilled in the art, most SNMP request and response messages (with the exception of traps) contain a request-ID field so that responses can be matched up with the appropriate requests. The source address is replaced by an IP or CMP address that is an address of the commander device. The SNMP request-ID field is replaced by a pseudo-unique request-ID that is specific to the commander device and to the specific member device for whom the request is destined. In the context of the present invention, this pseudo-unique request-ID is known as the intracluster request identifier. This novel use of the request-ID field allows multiple requests to be outstanding between the commander device and the member device. It should be noted that this novel use of the request-ID field enables a cluster configuration with multiple network management consoles per cluster or per network device. Finally, the destination address of the SNMP request is replaced by the IP or CMP network address of the member device being addressed. At this point, the commander device then transmits the SNMP request to the appropriate member device.
At step 930, the appropriate member device receives the SNMP request. This SNMP request will appear to the member device to be a normal SNMP request that originated from a network management station (“NMS”). At step 940, the member device processes the SNMP request in the normal manner.
Because the source address of the SNMP request is the address of the commander device, at step 950, the SNMP response will be sent to the commander device. The SNMP response received from the member device will also have a copy of the same SNMP request-ID that was in the original SNMP request that was forwarded from the commander device to the member device.
At step 960, when the commander device receives the SNMP response, it uses the received request-ID combined with the member device source address in the message to look up the source network management station address and the original request-ID in a table. The destination address of the SNMP response and the request-ID of the SNMP response are replaced by the network management station address and the request-ID that had been saved in step 920. The source address of the SNMP response is replaced by the address of the commander device, and the SNMP response is transmitted to the management console. Finally, at step 970, the management console receives the forwarded response from the commander device.
As mentioned earlier, embodiments of the present invention may use the Internet Protocol (“IP”) or a proprietary Cluster Management Protocol (“CMP”) as the transport mechanism used to communicate between the commander switch and member switches in a cluster. To distinguish between normal IP packets and the cluster management IP packets, a special Subnetwork Access Protocol (“SNAP”) header is used for the cluster management IP packets. In one embodiment of the present invention, private IP addresses (“10.x.y.z”) are used for intracluster communication. Each cluster member, including the commander, is assigned a private IP address, known as the cluster IP address, or CMP address. These private IP addresses are maintained internally by the commander.
As described below, when a member switch is added to a cluster, the commander generates a unique cluster IP address and assigns it to the member switch. The commander's cluster IP address is also passed to the member switch. These cluster IP addresses are dynamically assigned. When the commander finds a conflict with one of the assigned cluster IP addresses (such as when some other IP station, not part of the cluster, is using the same IP address as one of the cluster IP addresses), then the commander resolves the conflict by selecting another cluster IP address and assigning it to the corresponding member switch.
In one embodiment of the present invention, both the commander switch and the member switches use CMP addresses to send and receive management data within the cluster. A CMP address is a private IP address in “10.x.y.z” format, where x, y, and z, are integers between 0 and 255. The commander switch automatically generates a CMP address and assigns it to the member switch when the switch first joins the cluster.
Since CMP addresses are automatically generated, there can be conflicts between the IP address used by a cluster network device and the IP address of a network device outside the cluster. For example, some other IP station can be using the same address as an automatically assigned CMP address. Thus, both the commander switch and the member switches constantly check for conflicts, a new CMP address is generated if a conflict is detected.
The commander switch assigns the CMP address to the member switch using the CMP/RARP protocol. CMP/RARP is a variation of the normal RARP (Reverse ARP) protocol. As described below, CMP/RARP uses a different SNAP encapsulation, and it has provisions to carry variable list of cluster parameters as Type Length Value (“TLV”) fields.
FIG. 10 is a block diagram illustrating the intracluster packet format according to aspects of the present invention. As shown in FIG. 10, a CMP/RARP packet 1000 comprises an Ethernet header 1010, a LLC/SNAP header 1020, and a RARP portion 1030. As known to those skilled in the art, Ethernet header 1010 comprises a 6-byte destination MAC address 1040, a 6-byte source MAC address 1045, and a 2-byte Length field 1050. LLC/SNAP header 1020 comprises a 3-byte header field 1055 (set to equal 0×AA-AA-03 in one embodiment), a 3-byte OUI field 1060 (set to equal 0×00-00-0C in one embodiment), and a 2-byte CMP/RARP identifier field 1065 (set to equal 0×0114 in one embodiment). RARP portion 1030 of the CMP/RARP packet 1000 comprises a 28-byte RARP packet 1070, described below, and a variable length CMP/RARP extension field 1075.
As shown in FIG. 10, CMP/RARP packets 1000 use a separate SNAP encapsulation 1020 to distinguish them from normal RARP packets. Also, it should be noted that at the end of the CMP/RARP packet, there is a variable length extension field 1075 to pass cluster parameters according to aspects of the present invention.
FIG. 11 is a block diagram illustrating a cluster ADD message format according to aspects of the present invention. As shown in FIG. 11, a cluster ADD message 1100 is one specific example of a type of cluster message that may be transmitted in the RARP portion 1030 of the CMP/RARP packet 1000 shown in FIG. 10. Referring back to FIG. 11, cluster ADD message 1100 comprises a 28-byte CMP/RARP part 1070 and a variable length cluster parameter extension part 1075. CMP/RARP part 1070 is used for assigning a CMP address to a cluster member switch, while the cluster parameter extension part 1075 is used to transmit cluster parameters to a member switch. Cluster ADD message 1100 is sent to a member switch when the member switch first joins a cluster.
FIG. 12A is a block diagram illustrating the format of the CMP/RARP portion 1070 of a cluster ADD message 1100 according to aspects of the present invention. As shown in FIG. 12, the CMP/RARP portion 1070 has the same format as a regular RARP packet, and comprises a 2-byte Hardware type field 1210 (set to equal 0×0001, i.e., “Ethernet type,” in one embodiment), a 2-byte protocol field 1215 (set to equal 0×0800, i.e., “IP type,” in one embodiment), a 1-byte hardware length field 1220 (set to equal “6,” i.e., “Ethernet type,” in one embodiment), a 1-byte protocol length field 1225 (set to equal “4,” i.e., “IP type,” in one embodiment), a 2-byte opcode field 1230 (set to equal 0×04, i.e., “RARP reply,” in one embodiment), a 6-byte source hardware address field 1235 (which equals the MAC address of the cluster commander switch), a 4-byte source protocol address field 1240 (which equals the CMP address of the commander switch), a 6-byte target hardware address field 1245 (which equals the MAC address of the member switch), and a 4-byte target protocol address field 1250 (which equals the CMP address of the member switch).
FIG. 12B is a block diagram illustrating the format of the cluster parameter extension portion 1075 of a cluster ADD message 1100 according to aspects of the present invention. The cluster parameter extension portion 1075 of a cluster ADD message 1100 is used to set cluster parameters on a member switch. As shown in FIG. 12B, cluster parameter extension portion 1075 comprises a fixed length portion 1252 and a variable length portion 1254. The fixed length portion 1252 comprises a 2-byte cluster member number field 1255, a 2-byte password length field 1260, a 4-byte command switch management IP address field 1265, and a 4-byte total parameter length field 1270. The variable length portion 1254 comprises a variable length password string field 1275 for authentication, and a variable length list of cluster parameter Type Value Fields (“TLVs”) 1280. Each cluster parameter TLV 1280 further comprises a 1-byte cluster parameter type field 1282, a 1-byte cluster parameter length field 1284, and a variable length (up to 255-bytes) cluster parameter value field 1286.
The present invention thus enables the transparent management of multiple network devices as a single entity, and allows a cluster having multiple network devices to share a single IP network address. The present invention also allows the use of the standard set of SNMP managed objects without changing the protocol from the point of view of the network management station or the member devices. Finally, since the dispatch of the SNMP request to the member devices is performed using composite community strings in one embodiment, the number of devices that can be addressed is unbounded.
While embodiments and applications of this invention have been shown and described, it would be apparent to those of ordinary skill in the art having the benefit of this disclosure that many more modifications than mentioned above are possible without departing from the inventive concepts herein. The invention, therefore, is not to be restricted except in the spirit of the appended claims.

Claims (98)

1. A method for managing a cluster of network devices, comprising:
selecting a plurality of network devices to form a cluster, each of the network devices being capable of interfacing at least two computer networks, and capable of receiving and processing a network management request message from a management console, each of the network devices being assigned with an intra-cluster identifier;
selecting a first network device from among the plurality of the network devices to be a commander network device, the commander network device having a public IP address, each of the remaining network devices being a cluster member network device, each cluster member network device having a non-public network address;
receiving at the commander network device a network management request message from the management console, wherein the network management request message includes a source address field containing an IP address of the management console, a destination address field containing the IP address of the commander network device, a request identification field containing an original request identifier uniquely identifying the network management request message, and an indication of an intra-cluster identifier; and
forwarding the network management request message to the cluster member network device identified by the intra-cluster identifier using the non-pubic network address of the cluster member network device.
2. The method according to claim 1 wherein said forwarding includes:
changing the source address field of the network management request message to contain the IP address of the commander network device; and
changing the destination address field of the network management request message to contain the non-public network address of the cluster member network device.
3. The method according to claim 2 wherein said forwarding further includes:
changing the request identification field of the network management request message to contain an intra-cluster request identifier.
4. The method according to claim 3, further comprising:
storing values of the source address field and the request identification field within the commander network device.
5. The method according to claim 3, further comprising:
receiving a response to the network management request message at the commander network device from the cluster member network device, wherein the response includes a source address field containing the non-public network address of the cluster member network device, a destination address field containing the IP address of the commander network device, and a response identification field containing the value of the intra-cluster request identifier;
changing the source address field of the response to contain the IP address of the commander network device;
changing the destination address field of the response to contain the IP address of the management console;
changing the response identification field of the response to contain the original request identifier; and
forwarding the response to the management console.
6. The method according to claim 2, further comprising:
receiving a response to the network management request message at the commander network device from the cluster member network device, wherein the response to the network management request message includes a source address field containing the non-public network address of the cluster member network device, and a destination address field containing the IP address of the commander network device;
changing the source address field of the response to the network management request message to contain the IP address of the commander network device;
changing the destination address field of the response to the network management request message to contain the IP address of the management console; and
forwarding the response to the network management request message to the management console.
7. The method according to claim 6, wherein the network management request message and the response to the network management request message are SNMP messages.
8. The method according to claim 1, wherein the first network device is a LAN switch.
9. The method according to claim 8, wherein the cluster member network device is a LAN switch.
10. The method according to claim 1 wherein said selecting a cluster includes:
defining a cluster identifier for the cluster.
11. The method according to claim 10 wherein the cluster identifier is an SNMP community string, and wherein the intra-cluster identifier includes the SNMP community string and a unique member string.
12. The method according to claim 1, wherein the network management request message is an SNMP message.
13. The method according to claim 1 wherein the non-public network address of the cluster member network device is a non-public IP address.
14. The method according to claim 1 wherein the non-public network address of the cluster member network device is a Media Access Control address.
15. An apparatus for managing a cluster of network devices, comprising:
means for selecting a plurality of network devices to form a cluster, each of the network devices being capable of interfacing at least two computer networks, and capable of receiving and processing a network management request message from a management console, each of the network devices being assigned with an intra-cluster identifier;
means for selecting a first network device from among the plurality of the network devices to be a commander network device, the commander network device having a public IP address, each of the remaining network devices being a cluster member network device, each cluster member network device having a non-public network address;
means for receiving at the commander network device a network management request message from the management console, wherein the network management request message includes a source address field containing an IP address of the management console, a destination address field containing the IP address of the commander network device, a request identification field containing an original request identifier uniquely identifying the network management request message, and an indication of an intra-cluster identifier; and
means for forwarding the network management request message to the cluster member network device identified by the intra-cluster identifier using the non-pubic IP address of the cluster member network device.
16. The apparatus according to claim 15 wherein said means for forwarding includes:
means for changing the source address field of the network management request message to contain the IP address of the commander network device; and
means for changing the destination address field of the network management request message to contain the non-public network address of the cluster member network device.
17. The apparatus according to claim 16 wherein said means for forwarding further includes:
means for changing the request identification field of the network management request message to contain an intra-cluster request identifier.
18. The apparatus according to claim 17, further comprising:
means for storing values of the source address field and the request identification field within the first network device.
19. The apparatus according to claim 17, further comprising:
means for receiving a response to the network management request message at the commander network device from the cluster member network device, wherein the response includes a source address field containing the non-public network address of the cluster member network device, a destination address field containing the IP address of the commander network device, and a response identification field containing the value of the intra-cluster request identifier;
means for changing the source address field of the response to contain the IP address of the commander network device;
means for changing the destination address field of the response to contain the IP address of the management console;
means for changing the response identification field of the response to contain the original request identifier; and
means for forwarding the response to the management console.
20. The apparatus according to claim 16, further comprising:
means for receiving a response to the network management request message at the commander network device from the cluster member network device, wherein the response to the network management request message includes a source address field containing the non-public network address of the cluster member network device, and a destination address field containing the IP address of the commander network device;
means for changing the source address field of the response to the network management request message to contain the IP address of the commander network device;
means for changing the destination address field of the response to the network management request message to contain the IP address of the management console; and
means for forwarding the response to the network management request message to the management console.
21. The apparatus according to claim 20, wherein the network management request message and the response to the network management request message are SNMP messages.
22. The apparatus according to claim 15, wherein the first network device is a LAN switch.
23. The apparatus according to claim 22, wherein the cluster member network device is a LAN switch.
24. The apparatus according to claim 15 wherein said means for selecting a cluster includes:
means for defining a cluster identifier for the cluster.
25. The apparatus according to claim 18 wherein the cluster identifier is an SNMP community string, and wherein the intra-cluster identifier includes the SNMP community string and a unique member string.
26. The apparatus according to claim 15, wherein the network management request message is an SNMP message.
27. The apparatus according to claim 15 wherein the non-public network address of the cluster member network device is a non-public IP address.
28. The apparatus according to claim 15 wherein the non-public network address of the cluster member network device is a Media Access Control address.
29. A first network device for redirecting network management messages in a cluster of network devices, the cluster including a plurality of network devices, each of the network devices being capable of interfacing at least two computer networks, and capable of receiving and processing a network management request message from a management console, each of the network devices being assigned with an intra-cluster identifier, said first network device comprising:
a public IP address, said first network device being selected from among the plurality of the network devices, each of the remaining network devices being a cluster member network device, each cluster member network device having a non-public network address;
network management request reception logic adapted to receive a network management request message from a management console, wherein the network management request message includes a source address field containing an IP address of the management console, a destination address field containing the IP address of the first network device, a request identification field containing an original request identifier uniquely identifying the network management request message, and an indication of an intra-cluster identifier; and
logic circuitry adapted to forward for the network management request message to the cluster member network device identified by the intra-cluster identifier using the non-pubic network address of the cluster member network device.
30. The first network device in accordance with claim 29 wherein said logic circuitry adapted to forward includes:
logic circuitry adapted to change the source address field of the network management request message to contain the IP address of the first network device; and
logic circuitry adapted to change the destination address field of the network management request message to contain the non-public network address of the cluster member network device.
31. The first network device in accordance with claim 30 wherein said logic circuitry adapted to forward further includes:
logic circuitry adapted to change the request identification field of the network management request message to contain an intra-cluster request identifier.
32. The first network device in accordance with claim 31, further comprising:
a memory for storing values of the source address field and the request identification field within the first network device.
33. The first network device in accordance with claim 31, further comprising:
logic circuitry adapted to receive a response to the network management request message at the first network device from the cluster member network device, wherein the response includes a source address field containing the non-public network address of the cluster member network device, a destination address field containing the IP address of the first network device, and a response identification field containing the value of the intra-cluster request identifier;
logic circuitry adapted to change the source address field of the response to contain the IP address of the first network device;
logic circuitry adapted to change the destination address field of the response to contain the IP address of the management console;
logic circuitry adapted to change the response identification field of the response to contain the original request identifier; and
logic circuitry adapted to forward the response to the management console.
34. The first network device in accordance with claim 30, further comprising:
logic circuitry adapted to receive a response to the network management request message from the cluster member network device, wherein the response to the network management request message includes a source address field containing the non-public network address of the cluster member network device, and a destination address field containing the IP address of the first network device;
logic circuitry adapted to change the source address field of the response to the network management request message to contain the IP address of the first network device;
logic circuitry adapted to change the destination address field of the response to the network management request message to contain the IP address of the management console; and
logic circuitry adapted to forward the response to the network management request message to the management console.
35. The first network device in accordance with claim 34, wherein the network management request message and the response to the network management request message are SNMP messages.
36. The first network device in accordance with claim 29, wherein the first network device is a LAN switch.
37. The first network device in accordance with claim 36, wherein the cluster member network device is a LAN switch.
38. The first network device in accordance with claim 29, wherein the network management request message is an SNMP message.
39. The first network device in accordance with claim 29 wherein the intra-cluster identifier includes an SNMP community string defined for the cluster and a member string uniquely identifying the network device within the cluster.
40. The first network device in accordance with claim 29 wherein the non-public network address of the cluster member network device is a non-public IP address.
41. The first network device in accordance with claim 29 wherein the non-public network address of the cluster member network device is a Media Access Control address.
42. A cluster of network devices, comprising:
a cluster management console capable of transmitting a network management request message; and
at least two network devices capable of interfacing at least two computer networks, and capable of receiving and processing the network management request message, each of the network devices being assigned with a unique intra-cluster identifier, said network devices including:
a commander network device having a public IP address and receiving the network management request, the network management request including a source address field containing an IP address of said management console, a destination address field containing the IP address of said commander network device, a request identification field containing an original request identifier uniquely identifying the network management request message, and an indication of an intra-cluster identifier; and
at least one cluster member network device, each cluster member network device having a non-public network address, wherein said commander network device forwards the network management request to the cluster member network device identified by the intra-cluster identifier using the non-pubic network address of the cluster member network device.
43. The cluster of network devices according to claim 42, wherein said commander network device is a LAN switch.
44. The cluster of network devices according to claim 43, wherein said cluster member network devices are LAN switches.
45. The cluster of network devices according to claim 44, wherein said network devices in the cluster transmit data to other network devices to discover whether additional network devices may be added to the cluster.
46. The cluster of network devices according to claim 42, wherein said commander network device forwards the network management request by replacing the IP address of the commander network device in the destination address field with the non-public network address of the cluster member network device.
47. The cluster of network devices according to claim 46, wherein said, network devices in the cluster transmit data to other network devices to discover whether additional network devices may be added to the cluster.
48. The cluster of network devices according to claim 42, wherein said network devices in the cluster transmit data to other network devices to discover whether additional network devices may be added to the cluster.
49. A program storage device readable by a machine, tangibly embodying a program of instructions executable by the machine to perform a method for managing a cluster of network devices, the method comprising:
selecting a plurality of network devices to form a cluster, each of the network devices being capable of interfacing at least two computer networks, and capable of receiving and processing a network management request message from a management console, each of the network devices being assigned with an intra-cluster identifier;
selecting a first network device from among the plurality of the network devices to be a commander network device, the commander network device having a public IP address, each of the remaining network devices being a cluster member network device, each cluster member network device having a non-public network address;
receiving at the commander network device a network management request message from the management console, wherein the network management request message includes a source address field containing an IP address of the management console, a destination address field containing the IP address of the commander network device, a request identification field containing an original request identifier uniquely identifying the network management request message, and an indication of an intra-cluster identifier; and
forwarding the network management request message to the cluster member network device identified by the intra-cluster identifier using the non-pubic network address of the cluster member network device.
50. The program storage device readable by a machine according to claim 49 wherein said forwarding includes:
changing the source address field of the network management request message to contain the IP address of the commander network device; and
changing the destination address field of the network management request message to contain the non-public network address of the cluster member network device.
51. The program storage device readable by a machine according to claim 50, the method further comprising:
receiving a response to the network management request message at the commander network device from the cluster member network device, wherein the; response to the network management request message includes a source address field containing the non-public network address of the cluster member network device, and a destination address field containing the IP address of the commander network device;
changing the source address field of the response to the network management request message to contain the IP address of the commander network device;
changing the destination address field of the response to the network management request message to contain the IP address of the management console; and
forwarding the response to the network management request message to the management console.
52. The cluster of network devices according to claim 42 wherein the non-public network address of the cluster member network device is a non-public IP address.
53. The cluster of network devices according to claim 42 wherein the non-public network address of the cluster member network device is a Media Access Control address.
54. A method for managing a cluster of network devices, comprising:
identifying a plurality of network devices to form a cluster, each of the network devices being capable of interfacing at least two computer networks, and capable of receiving and processing a network management request message from a management console, each of the network devices being assigned with an intra-cluster identifier;
identifying a first network device from among the plurality of the network devices to be a commander network device, the commander network device having a public IP address, each of the remaining network devices being a cluster member network device, each cluster member network device having a non-public network address;
receiving at the commander network device a network management request message from the management console, wherein the network management request message includes a source address field containing an IP address of the management console, a destination address field containing the IP address of the commander network device, a request identification field containing an original request identifier uniquely identifying the network management request message, and an indication of an intra-cluster identifier; and
forwarding the network management request message to the cluster member network device identified by the intra-cluster identifier using the non-pubic network address of the cluster member network device.
55. The method according to claim 54 wherein said forwarding includes:
changing the source address field of the network management request message to contain the IP address of the commander network device; and
changing the destination address field of the network management request message to contain the non-public network address of the cluster member network device.
56. The method according to claim 55 wherein said forwarding further includes:
changing the request identification field of the network management request message to contain an intra-cluster request identifier.
57. The method according to claim 56, further comprising:
storing values of the source address field and the request identification field within the commander network device.
58. The method according to claim 56, further comprising:
receiving a response to the network management request message at the commander network device from the cluster member network device, wherein the response includes a source address field containing the non-public network address of the cluster member network device, a destination address field containing the IP address of the commander network device, and a response identification field containing the value of the intra-cluster request identifier;
changing the source address field of the response to contain the IP address of the commander network device;
changing the destination address field of the response to contain the IP address of the management console;
changing the response identification field of the response to contain the original request identifier; and
forwarding the response to the management console.
59. The method according to claim 55, further comprising:
receiving a response to the network management request message at the commander network device from the cluster member network device, wherein the response to the network management request message includes a source address field containing the non-public network address of the cluster member network device, and a destination address field containing the IP address of the commander network device;
changing the source address field of the response to the network management request message to contain the IP address of the commander network device;
changing the destination address field of the response to the network management request message to contain the IP address of the management console; and
forwarding the response to the network management request message to the management console.
60. The method according to claim 59, wherein the network management request message and the response to the network management request message are SNMP messages.
61. The method according to claim 54, wherein the first network device is a LAN switch.
62. The method according to claim 61, wherein the cluster member network device is a LAN switch.
63. The method according to claim 54 wherein said identifying a plurality of network devices to form a cluster includes:
defining a cluster identifier for the cluster.
64. The method according to claim 63 wherein the cluster identifier is an SNMP community string, and wherein the intra-cluster identifier includes the SNMP community string and a unique member string.
65. The method according to claim 54, wherein the network management request message is an SNMP message.
66. The method according to claim 54 wherein the non-public network address of the cluster member network device is a non-public IP address.
67. The method according to claim 54 wherein the non-public network address of the cluster member network device is a Media Access Control address.
68. An apparatus for managing a cluster of network devices, comprising:
means for identifying a plurality of network devices to form a cluster, each of the network devices being capable of interfacing at least two computer networks, and capable of receiving and processing a network management request message from a management console, each of the network devices being assigned with an intra-cluster identifier;
means for identifying a first network device from among the plurality of the network devices to be a commander network device, the commander network device having a public IP address, each of the remaining network devices being a cluster member network device, each cluster member network device having a non-public network address;
means for receiving at the commander network device a network management request message from the management console, wherein the network management request message includes a source address field containing an IP address of the management console, a destination address field containing the IP address of the commander network device, a request identification field containing an original request identifier uniquely identifying the network management request message, and an indication of an intra-cluster identifier; and
means for forwarding the network management request message to the cluster member network device identified by the intra-cluster identifier using the non-pubic IP address of the cluster member network device.
69. The apparatus according to claim 68 wherein said means for forwarding includes:
means for changing the source address field of the network management request message to contain the IP address of the commander network device; and
means for changing the destination address field of the network management request message to contain the non-public network address of the cluster member network device.
70. The apparatus according to claim 69 wherein said means for forwarding further includes:
means for changing the request identification field of the network management request message to contain an intra-cluster request identifier.
71. The apparatus according to claim 70, further comprising:
means for storing values of the source address field and the request identification field within the first network device.
72. The apparatus according to claim 70, further comprising:
means for receiving a response to the network management request message at the commander network device from the cluster member network device, wherein the response includes a source address field containing the non-public network address of the cluster member network device, a destination address field containing the IP address of the commander network device, and a response identification field containing the value of the intra-cluster request identifier;
means for changing the source address field of the response to contain the IP address of the commander network device;
means for changing the destination address field of the response to contain the IP address of the management console;
means for changing the response identification field of the response to contain the original request identifier; and
means for forwarding the response to the management console.
73. The apparatus according to claim 69, further comprising:
means for receiving a response to the network management request message at the commander network device from the cluster member network device, wherein the response to the network management request message includes a source address field containing the non-public network address of the cluster member network device, and a destination address field containing the IP address of the commander network device;
means for changing the source address field of the response to the network management request message to contain the IP address of the commander network device;
means for changing the destination address field of the response to the network management request message to contain the IP address of the management console; and
means for forwarding the response to the network management request message to the management console.
74. The apparatus according to claim 73, wherein the network management request message and the response to the network management request message are SNMP messages.
75. The apparatus according to claim 68, wherein the first network device is a LAN switch.
76. The apparatus according to claim 75, wherein the cluster member network device is a LAN switch.
77. The apparatus according to claim 68 wherein said means for identifying a plurality of network devices to form a cluster includes:
means for defining a cluster identifier for the cluster.
78. The apparatus according to claim 77 wherein the cluster identifier is an SNMP community string, and wherein the intra-cluster identifier includes the SNMP community string and a unique member string.
79. The apparatus according to claim 68, wherein the network management request message is an SNMP message.
80. The apparatus according to claim 68 wherein the non-public network address of the cluster member network device is a non-public IP address.
81. The apparatus according to claim 68 wherein the non-public network address of the cluster member network device is a Media Access Control address.
82. A first network device for redirecting network management messages in a cluster of network devices, the cluster including a plurality of cluster member network devices, each of the cluster member network devices being capable of interfacing at least two computer networks, and capable of receiving and processing a network management request message from a management console, each of the cluster member network devices being assigned with an intra-cluster identifier,
said first network device being one of the plurality of the cluster member network devices, each cluster member network device having a non-public network address, said first network device comprising:
a management interface adapted to receive a network management request message from the management console, wherein the network management request message includes a source address field containing an IP address of the management console, a destination address field containing a public IP address of the first network device, a request identification field containing an original request identifier uniquely identifying the network management request message, and an indication of an intra-cluster identifier; and
forwarding logic circuitry adapted to forward for the network management request message to the cluster member network device identified by the intra-cluster identifier using the non-pubic network address of the cluster member network device.
83. The first network device in accordance with claim 82, further comprising:
learning logic including:
a learning logic component adapted to change the source address field of the network management request message to contain the IP address of the first network device; and
a learning logic component adapted to change the destination address field of the network management request message to contain the non-public network address of the cluster member network device.
84. The first network device in accordance with claim 83, further comprising:
learning logic including:
a learning logic component adapted to change the request identification field of the network management request message to contain an intra-cluster request identifier.
85. The first network device in accordance with claim 84, further comprising:
a memory for storing values of the source address field and the request identification field within the first network device.
86. The first network device in accordance with claim 84,
wherein said management interface is further adapted to receive a response to the network management request message at the first network device from the cluster member network device, wherein the response includes a source address field containing the non-public network address of the cluster member network device, a destination address field containing the IP address of the first network device, and a response identification field containing the value of the intra-cluster request identifier;
wherein said learning logic further comprises:
a learning logic component adapted to change the source address field of the response to contain the IP address of the first network device;
a learning logic component adapted to change the destination address field of the response to contain the IP address of the management console; and
a learning logic component adapted to change the response identification field of the response to contain the original request identifier; and
wherein said forwarding logic circuitry is further adapted to forward the response to the management console.
87. The first network device in accordance with claim 83, wherein said management interface is further
adapted to receive a response to the network management request message from the cluster member network device, wherein the response to the network management request message includes a source address field containing the non-public network address of the cluster member network device, and a destination address field containing the IP address of the first network device;
wherein said learning logic further comprises:
a learning logic component adapted to change the source address field of the response to the network management request message to contain the IP address of the first network device; and
a learning logic component adapted to change the destination address field of the response to the network management request message to contain the IP address of the management console; and
wherein said forwarding logic circuitry is further adapted to forward the response to the network management request message to the management console.
88. The first network device in accordance with claim 87, wherein the network management request message and the response to the network management request message are SNMP messages.
89. The first network device in accordance with claim 82, wherein the first network device is a LAN switch.
90. The first network device in accordance with claim 89, wherein the cluster member network device is a LAN switch.
91. The first network device in accordance with claim 82, wherein the network management request message is an SNMP message.
92. The first network device in accordance with claim 82 wherein the intra-cluster identifier includes an SNMP community string defined for the cluster and a member string uniquely identifying the network device within the cluster.
93. The first network device in accordance with claim 82 wherein the non-public network address of the cluster member network device is a non-public IP address.
94. The first network device in accordance with claim 82 wherein the non-public network address of the cluster member network device is a Media Access Control address.
95. A program storage device readable by a machine, tangibly embodying a program of instructions executable by the machine to perform a method for managing a cluster of network devices, the method comprising:
identifying a plurality of network devices to form a cluster, each of the network devices being capable of interfacing at least two computer networks, and capable of receiving and processing a network management request message from a management console, each of the network devices being assigned with an intra-cluster identifier;
identifying a first network device from among the plurality of the network devices to be a commander network device, the commander network device having a public IP address, each of the remaining network devices being a cluster member network device, each cluster member network device having a non-public network address;
receiving at the commander network device a network management request message from the management console, wherein the network management request message includes a source address field containing an IP address of the management console, a destination address field containing the IP address of the commander network device, a request identification field containing an original request identifier uniquely identifying the network management request message, and an indication of an intra-cluster identifier; and
forwarding the network management request message to the cluster member network device identified by the intra-cluster identifier using the non-pubic network address of the cluster member network device.
96. The program storage device readable by a machine according to claim 95 wherein said forwarding includes:
changing the source address field of the network management request message to contain the IP address of the commander network device; and
changing the destination address field of the network management request message to contain the non-public network address of the cluster member network device.
97. The program storage device readable by a machine according to claim 96, the method further comprising:
receiving a response to the network management request message at the commander network device from the cluster member network device, wherein the; response to the network management request message includes a source address field containing the non-public network address of the cluster member network device, and a destination address field containing the IP address of the commander network device;
changing the source address field of the response to the network management request message to contain the IP address of the commander network device:
changing the destination address field of the response to the network management request message to contain the IP address of the management console; and
forwarding the response to the network management request message to the management console.
98. A first network device for redirecting network management messages in a cluster of network devices, the cluster including a plurality of cluster member network devices, each of the cluster member network devices being capable of interfacing at least two computer networks, and capable of receiving and processing a network management request message from a management console, each of the cluster member network devices being assigned with an intra-cluster identifier, said first network device comprising:
a memory adapted to store a public IP address, said first network device being one of the plurality of the cluster member network devices, each cluster member network device having a non-public network address:
a management interface adapted to receive a network management request message from the management console, wherein the network management request message includes a source address field containing an IP address of the management console, a destination address field containing a public IP address of the first network device, a request identification field containing an original request identifier uniquely identifying the network management request message, and an indication of an intra-cluster identifier; and
forwarding logic circuitry adapted to forward for the network management request message to the cluster member network device identified by the intra-cluster identifier using the non-pubic network address of the cluster member network device.
US10/942,081 2000-02-17 2004-09-14 Apparatus and method for redirection of network management messages in a cluster of network devices Expired - Lifetime USRE41750E1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/942,081 USRE41750E1 (en) 2000-02-17 2004-09-14 Apparatus and method for redirection of network management messages in a cluster of network devices

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/505,518 US6725264B1 (en) 2000-02-17 2000-02-17 Apparatus and method for redirection of network management messages in a cluster of network devices
US10/942,081 USRE41750E1 (en) 2000-02-17 2004-09-14 Apparatus and method for redirection of network management messages in a cluster of network devices

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/505,518 Reissue US6725264B1 (en) 2000-02-17 2000-02-17 Apparatus and method for redirection of network management messages in a cluster of network devices

Publications (1)

Publication Number Publication Date
USRE41750E1 true USRE41750E1 (en) 2010-09-21

Family

ID=32070090

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/505,518 Ceased US6725264B1 (en) 2000-02-17 2000-02-17 Apparatus and method for redirection of network management messages in a cluster of network devices
US10/942,081 Expired - Lifetime USRE41750E1 (en) 2000-02-17 2004-09-14 Apparatus and method for redirection of network management messages in a cluster of network devices

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/505,518 Ceased US6725264B1 (en) 2000-02-17 2000-02-17 Apparatus and method for redirection of network management messages in a cluster of network devices

Country Status (1)

Country Link
US (2) US6725264B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090165112A1 (en) * 2007-12-21 2009-06-25 Samsung Electronics Co., Ltd. Methods and apparatuses for using content, controlling use of content in cluster, and authenticating authorization to access content
US20090234905A1 (en) * 2008-03-12 2009-09-17 Sysmex Corporation Maintenance information management system, management apparatus, and maintenance information management method
US20100115090A1 (en) * 2007-02-27 2010-05-06 Robert Petersen Ordering Tracing of Wireless Terminal Activities

Families Citing this family (86)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6725264B1 (en) * 2000-02-17 2004-04-20 Cisco Technology, Inc. Apparatus and method for redirection of network management messages in a cluster of network devices
FR2805425B1 (en) * 2000-02-21 2003-09-19 Schneider Automation COMMUNICATION SYSTEM BETWEEN A SERVER PROGRAMMABLE AUTOMATION AND A CUSTOMER MACHINE
AU2001250888A1 (en) * 2000-03-20 2001-10-03 At And T Corp. Service selection in a shared access network using policy routing
US6934269B1 (en) * 2000-04-24 2005-08-23 Microsoft Corporation System for networked component address and logical network formation and maintenance
AU2001259402A1 (en) * 2000-05-02 2001-11-12 Sun Microsystems, Inc. Cluster membership monitor
US7072955B1 (en) * 2000-08-31 2006-07-04 Intel Corporation Controlling remote storage devices
US6965938B1 (en) * 2000-09-07 2005-11-15 International Business Machines Corporation System and method for clustering servers for performance and load balancing
US7386495B2 (en) 2001-03-23 2008-06-10 International Business Machines Corporation System and method for processing tax codes by company group
US7155403B2 (en) 2001-03-22 2006-12-26 International Business Machines Corporation System and method for leveraging procurement across companies and company groups
US8027892B2 (en) 2001-03-28 2011-09-27 International Business Machines Corporation System and method for automating invoice processing with positive confirmation
FI20002346A (en) * 2000-10-25 2002-04-26 Nokia Corp Logical access server
US7065573B2 (en) * 2000-12-05 2006-06-20 Philippe C. Byrnes Automatic traffic and quality of service control system for communications networks
US7054946B2 (en) * 2000-12-06 2006-05-30 Intelliden Dynamic configuration of network devices to enable data transfers
US7249170B2 (en) * 2000-12-06 2007-07-24 Intelliden System and method for configuration, management and monitoring of network resources
US8219662B2 (en) * 2000-12-06 2012-07-10 International Business Machines Corporation Redirecting data generated by network devices
US6978301B2 (en) * 2000-12-06 2005-12-20 Intelliden System and method for configuring a network device
US20020069367A1 (en) * 2000-12-06 2002-06-06 Glen Tindal Network operating system data directory
US6954786B1 (en) * 2000-12-08 2005-10-11 3Com Corporation Method and architecture for a high performance cache for distributed, web-based management solutions
US6856591B1 (en) * 2000-12-15 2005-02-15 Cisco Technology, Inc. Method and system for high reliability cluster management
JP3760767B2 (en) * 2000-12-21 2006-03-29 株式会社日立製作所 Network management apparatus and network management method
EP1360821B1 (en) * 2001-02-13 2008-04-23 Nokia Siemens Networks Gmbh & Co. Kg Method and array for determining internet protocol addresses of a terminal array
US7243077B2 (en) 2001-03-02 2007-07-10 International Business Machines Corporation Method and computer program product for managing an internet trading network
US7150037B2 (en) * 2001-03-21 2006-12-12 Intelliden, Inc. Network configuration manager
JP2002290403A (en) * 2001-03-23 2002-10-04 Mitsubishi Electric Corp Monitoring control system, monitoring control method and control program for device on controlled side
EP1251657A3 (en) * 2001-04-18 2004-06-16 System Management Arts, Inc.(a Delaware corporation) Implementing managed networks services for custormers with duplicate IP networks
US7051115B2 (en) * 2001-04-19 2006-05-23 Lenovo (Singapore) Pte. Ltd. Method and apparatus for providing a single system image in a clustered environment
US7433957B2 (en) * 2001-04-30 2008-10-07 International Business Machines Corporation Group access privatization in clustered computer system
US20040139125A1 (en) 2001-06-05 2004-07-15 Roger Strassburg Snapshot copy of data volume during data access
US7617292B2 (en) 2001-06-05 2009-11-10 Silicon Graphics International Multi-class heterogeneous clients in a clustered filesystem
US7640582B2 (en) 2003-04-16 2009-12-29 Silicon Graphics International Clustered filesystem for mix of trusted and untrusted nodes
US8010558B2 (en) 2001-06-05 2011-08-30 Silicon Graphics International Relocation of metadata server with outstanding DMAPI requests
JP2002366454A (en) * 2001-06-11 2002-12-20 Fujitsu Ltd Network managing method and its device
US8296400B2 (en) * 2001-08-29 2012-10-23 International Business Machines Corporation System and method for generating a configuration schema
US7065562B2 (en) * 2001-11-26 2006-06-20 Intelliden, Inc. System and method for generating a representation of a configuration schema
US6985961B1 (en) * 2001-12-04 2006-01-10 Nortel Networks Limited System for routing incoming message to various devices based on media capabilities and type of media session
TW563317B (en) * 2001-12-31 2003-11-21 Realtek Semiconductor Corp Switch controller using link layer protocol for control and its control method
US20030172200A1 (en) * 2002-03-08 2003-09-11 Maureen Chen System and method for dynamically managing and facilitating logistics warehouse management system data via a computer network
US7398326B2 (en) * 2002-04-25 2008-07-08 International Business Machines Corporation Methods for management of mixed protocol storage area networks
US20030210699A1 (en) * 2002-05-08 2003-11-13 Adc Dsl Systems, Inc. Extending a network management protocol to network nodes without IP address allocations
US7194537B2 (en) * 2002-05-13 2007-03-20 Ricoh Co. Ltd. Method for scrambling information about network devices that is placed in email message
US7421474B2 (en) * 2002-05-13 2008-09-02 Ricoh Co. Ltd. Verification scheme for email message containing information about remotely monitored devices
US7305429B2 (en) * 2002-06-10 2007-12-04 Utstarcom, Inc. Method and apparatus for global server load balancing
US7464145B2 (en) * 2002-07-11 2008-12-09 Intelliden, Inc. Repository-independent system and method for asset management and reconciliation
US7461158B2 (en) * 2002-08-07 2008-12-02 Intelliden, Inc. System and method for controlling access rights to network resources
US20040030771A1 (en) * 2002-08-07 2004-02-12 John Strassner System and method for enabling directory-enabled networking
US20040028069A1 (en) * 2002-08-07 2004-02-12 Tindal Glen D. Event bus with passive queuing and active routing
US20040044756A1 (en) * 2002-08-30 2004-03-04 General Instrument Corporation Method and apparatus for providing management access to devices behind a network address translator (NAT)
US20040078457A1 (en) * 2002-10-21 2004-04-22 Tindal Glen D. System and method for managing network-device configurations
CN1266882C (en) * 2002-12-04 2006-07-26 华为技术有限公司 A management method of network device
US20040230681A1 (en) * 2002-12-06 2004-11-18 John Strassner Apparatus and method for implementing network resources to provision a service using an information model
US7467227B1 (en) * 2002-12-31 2008-12-16 At&T Corp. System using policy filter decision to map data traffic to virtual networks for forwarding the traffic in a regional access network
WO2004071014A1 (en) * 2003-02-06 2004-08-19 Fujitsu Limited Snmp proxy agent and management information relay method
US7496685B2 (en) * 2003-03-03 2009-02-24 Hewlett-Packard Development Company, L.P. Method and system for managing a device within a private network using a management device external to the private network
US9110853B2 (en) * 2003-03-10 2015-08-18 Oracle America, Inc. Computer system with multiple classes of device IDs
US20040267910A1 (en) * 2003-06-24 2004-12-30 Nokia Inc. Single-point management system for devices in a cluster
US7469279B1 (en) 2003-08-05 2008-12-23 Cisco Technology, Inc. Automatic re-provisioning of network elements to adapt to failures
TW200505189A (en) * 2003-09-03 2005-02-01 Nestar Communications Inc Network equipment management system and related method
JP4253569B2 (en) * 2003-12-03 2009-04-15 株式会社日立コミュニケーションテクノロジー Connection control system, connection control device, and connection management device
US8812635B2 (en) 2003-12-14 2014-08-19 Cisco Technology, Inc. Apparatus and method providing unified network management
US20050256935A1 (en) * 2004-05-06 2005-11-17 Overstreet Matthew L System and method for managing a network
US20060031544A1 (en) * 2004-06-22 2006-02-09 Digi International Inc. Device server access using a data-type aware markup language
US8149731B2 (en) * 2004-06-24 2012-04-03 Cisco Technology, Inc. Technique for transferring data over a packet switched network
JP4145274B2 (en) * 2004-07-20 2008-09-03 富士通株式会社 Network equipment
CN100454828C (en) * 2004-07-22 2009-01-21 华为技术有限公司 Method for implementing terminal management in network equipment
US7701934B2 (en) * 2004-11-02 2010-04-20 At&T Intellectual Property I, L.P. System and method for managing devices within a private network via a public network
US8516171B2 (en) * 2005-04-06 2013-08-20 Raritan Americas Inc. Scalable, multichannel remote device KVM management system for converting received signals into format suitable for transmission over a command network
US8332523B2 (en) * 2005-04-06 2012-12-11 Raritan Americas, Inc. Architecture to enable keyboard, video and mouse (KVM) access to a target from a remote client
US20060235954A1 (en) * 2005-04-13 2006-10-19 Aswinikumar Subramanian Methods and systems for managing network information objects
US20070011282A1 (en) * 2005-06-28 2007-01-11 Utstarcom, Inc. System and method for performing a distributed configuration across devices
WO2007030970A1 (en) * 2005-09-12 2007-03-22 Zte Corporation A system for cluster managing in the ethernet switch layer and the method thereof
US7839523B2 (en) * 2005-12-13 2010-11-23 Xerox Corporation System and method for resolving a hardware identifier to a network address of networked device
US7688794B2 (en) * 2005-12-13 2010-03-30 Xerox Corporation System and method for diverting a printing job to a proximal networked device
JP5132059B2 (en) * 2006-01-30 2013-01-30 富士通株式会社 Packet relay method and packet relay system
CN100518087C (en) * 2006-03-03 2009-07-22 鸿富锦精密工业(深圳)有限公司 Apparatus and method for managing user terminal equipment
US8050268B2 (en) * 2006-04-18 2011-11-01 Fluke Corporation Methods and apparatus for IP management traffic consolidation
WO2008079774A2 (en) * 2006-12-22 2008-07-03 Texas Instruments Incorporated Auto-configuration of daisy-chained devices
US20080155046A1 (en) * 2006-12-22 2008-06-26 Texas Instruments, Inc. Control Token Based Management Of Daisy-Chain System Topology
US20090063650A1 (en) * 2007-09-05 2009-03-05 International Business Machines Corporation Managing Collections of Appliances
EP2107466A1 (en) * 2008-03-31 2009-10-07 Sony Corporation Electronic device for emulating other electronic devices and method for operating an electronic device
CN101621420B (en) * 2008-07-02 2012-03-28 大唐移动通信设备有限公司 Method and system for establishing and releasing link in concurrent flow testing
EP2301199A2 (en) 2008-07-11 2011-03-30 Raghavendra Uppalli Inferring connectivity in the presence of conflicting network data
US8619279B2 (en) 2010-11-19 2013-12-31 Xerox Corporation Method and system for automatically redirecting jobs in a device community
US10855373B2 (en) * 2013-09-09 2020-12-01 British Telecommunications Public Limited Company Fibre network proxy
CN105610619B (en) * 2015-12-31 2019-04-16 北京格林伟迪科技股份有限公司 A kind of network element managing method and apparatus
US10931529B2 (en) * 2019-07-10 2021-02-23 Nanning Fugui Precision Industrial Co., Ltd. Terminal device management method, server, and terminal device for managing terminal devices in local area network
CN112383424B (en) * 2020-11-11 2022-10-25 杭州和利时自动化有限公司 Operator station management and control method, device, equipment and readable storage medium

Citations (80)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4644532A (en) 1985-06-10 1987-02-17 International Business Machines Corporation Automatic update of topology in a hybrid network
US4922486A (en) 1988-03-31 1990-05-01 American Telephone And Telegraph Company User to network interface protocol for packet communications networks
US4933937A (en) 1986-11-29 1990-06-12 Kabushiki Kaisha Toshiba Network adapter for connecting local area network to backbone network
US4962497A (en) 1989-09-21 1990-10-09 At&T Bell Laboratories Building-block architecture of a multi-node circuit-and packet-switching system
US5095480A (en) 1989-06-16 1992-03-10 Fenner Peter R Message routing system for shared communication media networks
US5136580A (en) 1990-05-16 1992-08-04 Microcom Systems, Inc. Apparatus and method for learning and filtering destination and source addresses in a local area network system
US5241682A (en) 1991-04-18 1993-08-31 International Business Machines Corporation Border node having routing and functional capability in a first network and only local address capability in a second network
EP0567217A2 (en) 1992-04-20 1993-10-27 3Com Corporation System of extending network resources to remote networks
US5274631A (en) 1991-03-11 1993-12-28 Kalpana, Inc. Computer network switching system
US5280480A (en) 1991-02-21 1994-01-18 International Business Machines Corporation Source routing transparent bridge
US5287103A (en) 1991-12-30 1994-02-15 At&T Bell Laboratories Method and apparatus for providing local area network clients with internetwork identification data
US5319644A (en) 1992-08-21 1994-06-07 Synoptics Communications, Inc. Method and apparatus for identifying port/station relationships in a network
US5367635A (en) 1991-08-29 1994-11-22 Hewlett-Packard Company Network management agent with user created objects providing additional functionality
US5371852A (en) 1992-10-14 1994-12-06 International Business Machines Corporation Method and apparatus for making a cluster of computers appear as a single host on a network
US5390170A (en) 1992-10-13 1995-02-14 Synoptics Communications, Inc. Method and apparatus providing for bootstrapping of switches in an ATM network or the like
US5394402A (en) 1993-06-17 1995-02-28 Ascom Timeplex Trading Ag Hub for segmented virtual local area network with shared media access
US5430715A (en) 1993-09-15 1995-07-04 Stratacom, Inc. Flexible destination address mapping mechanism in a cell switching communication controller
US5473607A (en) 1993-08-09 1995-12-05 Grand Junction Networks, Inc. Packet filtering for data networks
EP0690384A2 (en) * 1994-06-30 1996-01-03 Nec Corporation Multiprocessor system for locally managing address translation table
US5502725A (en) 1992-08-14 1996-03-26 Nokia Telecommunications Oy Method and system for sending shorter service number in place of all but first packet, in place of longer destination address, for increasing user data content of packet data transfer
US5530963A (en) 1993-12-16 1996-06-25 International Business Machines Corporation Method and system for maintaining routing between mobile workstations and selected network workstation using routing table within each router device in the network
US5594732A (en) 1995-03-03 1997-01-14 Intecom, Incorporated Bridging and signalling subsystems and methods for private and hybrid communications systems including multimedia systems
US5610910A (en) 1995-08-17 1997-03-11 Northern Telecom Limited Access to telecommunications networks in multi-service environment
US5617421A (en) 1994-06-17 1997-04-01 Cisco Systems, Inc. Extended domain computer network using standard links
US5671354A (en) 1995-02-28 1997-09-23 Hitachi, Ltd. Method of assisting server access by use of user authentication information held in one of servers and a method of assisting management user account for use of servers
US5678006A (en) 1995-04-27 1997-10-14 Cisco Systems, Inc. Network switch having network management agent functions distributed among multiple trunk and service modules
US5715394A (en) 1993-06-29 1998-02-03 Alcatel N.V. Method of supporting the management of a communications network, and network management facility therefor
US5734654A (en) 1993-08-05 1998-03-31 Fujitsu Limited Frame relay switching apparatus and router
US5764910A (en) 1996-04-02 1998-06-09 National Semiconductor Corporation Method and apparatus for encoding and using network resource locators
US5793763A (en) 1995-11-03 1998-08-11 Cisco Technology, Inc. Security system for network address translation systems
US5802047A (en) 1995-05-31 1998-09-01 Nec Corporation Inter-LAN connecting device with combination of routing and switching functions
US5812529A (en) 1996-11-12 1998-09-22 Lanquest Group Method and apparatus for network assessment
US5812776A (en) 1995-06-07 1998-09-22 Open Market, Inc. Method of providing internet pages by mapping telephone number provided by client to URL and returning the same in a redirect command by server
US5835725A (en) 1996-10-21 1998-11-10 Cisco Technology, Inc. Dynamic address assignment and resolution technique
US5835720A (en) 1996-05-17 1998-11-10 Sun Microsystems, Inc. IP discovery apparatus and method
US5845087A (en) 1996-03-04 1998-12-01 Telebit Corporation Internetwork zone name filtering with selective placebo zone name substitution in a response to a request for zone name information
US5854901A (en) 1996-07-23 1998-12-29 Cisco Systems, Inc. Method and apparatus for serverless internet protocol address discovery using source address of broadcast or unicast packet
US5867666A (en) 1994-12-29 1999-02-02 Cisco Systems, Inc. Virtual interfaces with dynamic binding
US5872783A (en) 1996-07-24 1999-02-16 Cisco Systems, Inc. Arrangement for rendering forwarding decisions for packets transferred among network switches
US5905736A (en) 1996-04-22 1999-05-18 At&T Corp Method for the billing of transactions over the internet
US5918016A (en) 1997-06-10 1999-06-29 Texas Instruments Incorporated System with program for automating protocol assignments when newly connected to varing computer network configurations
US5968116A (en) 1996-03-27 1999-10-19 Intel Corporation Method and apparatus for facilitating the management of networked devices
WO1999053408A1 (en) * 1998-04-14 1999-10-21 Juno Online Services, Inc. Method and apparatus to control a client in a communications network
US5974453A (en) 1997-10-08 1999-10-26 Intel Corporation Method and apparatus for translating a static identifier including a telephone number into a dynamically assigned network address
US5978845A (en) * 1997-03-25 1999-11-02 Sun Microsystems, Inc. Network management relay mechanism
US5991810A (en) 1997-08-01 1999-11-23 Novell, Inc. User name authentication for gateway clients accessing a proxy cache server
US5999536A (en) * 1996-11-29 1999-12-07 Anritsu Corporation Router for high-speed packet communication between terminal apparatuses in different LANs
US6003077A (en) * 1996-09-16 1999-12-14 Integrated Systems, Inc. Computer network system and method using domain name system to locate MIB module specification and web browser for managing SNMP agents
US6006264A (en) 1997-08-01 1999-12-21 Arrowpoint Communications, Inc. Method and system for directing a flow between a client and a server
US6012088A (en) 1996-12-10 2000-01-04 International Business Machines Corporation Automatic configuration for internet access device
US6011910A (en) 1997-04-08 2000-01-04 3Com Corporation Supporting authentication across multiple network access servers
US6018770A (en) 1997-10-13 2000-01-25 Research In Motion Limited System and method for managing packet-switched connections
US6021429A (en) 1996-11-18 2000-02-01 Canon Information Systems, Inc. Network device which maintains a list of device addresses
US6023724A (en) 1997-09-26 2000-02-08 3Com Corporation Apparatus and methods for use therein for an ISDN LAN modem that displays fault information to local hosts through interception of host DNS request messages
US6047376A (en) 1996-10-18 2000-04-04 Toshiba Information Systems (Japan) Corporation Client-server system, server access authentication method, memory medium stores server-access authentication programs, and issuance device which issues the memory medium contents
US6055236A (en) * 1998-03-05 2000-04-25 3Com Corporation Method and system for locating network services with distributed network address translation
US6091951A (en) * 1997-05-14 2000-07-18 Telxon Corporation Seamless roaming among multiple networks
US6092196A (en) 1997-11-25 2000-07-18 Nortel Networks Limited HTTP distributed remote user authentication system
WO2000044128A1 (en) * 1999-01-12 2000-07-27 Private Express Technologies Pte. Ltd. Simplified addressing for private communications
US6119160A (en) 1998-10-13 2000-09-12 Cisco Technology, Inc. Multiple-level internet protocol accounting
US6122657A (en) 1997-02-04 2000-09-19 Networks Associates, Inc. Internet computer system with methods for dynamic filtering of hypertext tags and content
US6266335B1 (en) * 1997-12-19 2001-07-24 Cyberiq Systems Cross-platform server clustering using a network flow switch
US6295276B1 (en) * 1999-12-31 2001-09-25 Ragula Systems Combining routers to increase concurrency and redundancy in external network access
US6330602B1 (en) 1997-04-14 2001-12-11 Nortel Networks Limited Scaleable web server and method of efficiently managing multiple servers
US6339595B1 (en) * 1997-12-23 2002-01-15 Cisco Technology, Inc. Peer-model support for virtual private networks with potentially overlapping addresses
WO2002017094A1 (en) * 2000-08-24 2002-02-28 Tele-Ip Limited Means for interfacing devices under snmp
US6360258B1 (en) * 1998-08-31 2002-03-19 3Com Corporation Network management software library allowing a sending and retrieval of multiple SNMP objects
US6360262B1 (en) * 1997-11-24 2002-03-19 International Business Machines Corporation Mapping web server objects to TCP/IP ports
US6378053B1 (en) 1998-02-13 2002-04-23 International Business Machines Corporation Conserving storage space by means of low resolution objects
WO2002035801A2 (en) * 2000-10-24 2002-05-02 Sprint Communications Company, L.P. Method and apparatus for dynamic allocation of private address space based upon domain name service queries
US6470389B1 (en) 1997-03-14 2002-10-22 Lucent Technologies Inc. Hosting a network service on a cluster of servers using a single-address image
WO2002102012A2 (en) * 2001-06-08 2002-12-19 4Th Pass Inc. Method and system for two-way initiated data communication with wireless devices
US6633560B1 (en) * 1999-07-02 2003-10-14 Cisco Technology, Inc. Distribution of network services among multiple service managers without client involvement
US6636499B1 (en) * 1999-12-02 2003-10-21 Cisco Technology, Inc. Apparatus and method for cluster network device discovery
US6654796B1 (en) * 1999-10-07 2003-11-25 Cisco Technology, Inc. System for managing cluster of network switches using IP address for commander switch and redirecting a managing request via forwarding an HTTP connection to an expansion switch
US6725264B1 (en) * 2000-02-17 2004-04-20 Cisco Technology, Inc. Apparatus and method for redirection of network management messages in a cluster of network devices
US6779039B1 (en) * 2000-03-31 2004-08-17 Avaya Technology Corp. System and method for routing message traffic using a cluster of routers sharing a single logical IP address distinct from unique IP addresses of the routers
US6831918B1 (en) * 1997-12-01 2004-12-14 Telia Ab IP/ATM network system adapted for the simultaneous transmission of IP data packets to a plurality of users
US6856591B1 (en) * 2000-12-15 2005-02-15 Cisco Technology, Inc. Method and system for high reliability cluster management
US6917626B1 (en) * 1999-11-30 2005-07-12 Cisco Technology, Inc. Apparatus and method for automatic cluster network device address assignment

Patent Citations (82)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4644532A (en) 1985-06-10 1987-02-17 International Business Machines Corporation Automatic update of topology in a hybrid network
US4933937A (en) 1986-11-29 1990-06-12 Kabushiki Kaisha Toshiba Network adapter for connecting local area network to backbone network
US4922486A (en) 1988-03-31 1990-05-01 American Telephone And Telegraph Company User to network interface protocol for packet communications networks
US5095480A (en) 1989-06-16 1992-03-10 Fenner Peter R Message routing system for shared communication media networks
US4962497A (en) 1989-09-21 1990-10-09 At&T Bell Laboratories Building-block architecture of a multi-node circuit-and packet-switching system
US5136580A (en) 1990-05-16 1992-08-04 Microcom Systems, Inc. Apparatus and method for learning and filtering destination and source addresses in a local area network system
US5280480A (en) 1991-02-21 1994-01-18 International Business Machines Corporation Source routing transparent bridge
US5274631A (en) 1991-03-11 1993-12-28 Kalpana, Inc. Computer network switching system
US5241682A (en) 1991-04-18 1993-08-31 International Business Machines Corporation Border node having routing and functional capability in a first network and only local address capability in a second network
US5367635A (en) 1991-08-29 1994-11-22 Hewlett-Packard Company Network management agent with user created objects providing additional functionality
US5287103A (en) 1991-12-30 1994-02-15 At&T Bell Laboratories Method and apparatus for providing local area network clients with internetwork identification data
EP0567217A2 (en) 1992-04-20 1993-10-27 3Com Corporation System of extending network resources to remote networks
US5502725A (en) 1992-08-14 1996-03-26 Nokia Telecommunications Oy Method and system for sending shorter service number in place of all but first packet, in place of longer destination address, for increasing user data content of packet data transfer
US5319644A (en) 1992-08-21 1994-06-07 Synoptics Communications, Inc. Method and apparatus for identifying port/station relationships in a network
US5390170A (en) 1992-10-13 1995-02-14 Synoptics Communications, Inc. Method and apparatus providing for bootstrapping of switches in an ATM network or the like
US5371852A (en) 1992-10-14 1994-12-06 International Business Machines Corporation Method and apparatus for making a cluster of computers appear as a single host on a network
US5394402A (en) 1993-06-17 1995-02-28 Ascom Timeplex Trading Ag Hub for segmented virtual local area network with shared media access
US5715394A (en) 1993-06-29 1998-02-03 Alcatel N.V. Method of supporting the management of a communications network, and network management facility therefor
US5734654A (en) 1993-08-05 1998-03-31 Fujitsu Limited Frame relay switching apparatus and router
US5473607A (en) 1993-08-09 1995-12-05 Grand Junction Networks, Inc. Packet filtering for data networks
US5430715A (en) 1993-09-15 1995-07-04 Stratacom, Inc. Flexible destination address mapping mechanism in a cell switching communication controller
US5530963A (en) 1993-12-16 1996-06-25 International Business Machines Corporation Method and system for maintaining routing between mobile workstations and selected network workstation using routing table within each router device in the network
US5617421A (en) 1994-06-17 1997-04-01 Cisco Systems, Inc. Extended domain computer network using standard links
EP0690384A2 (en) * 1994-06-30 1996-01-03 Nec Corporation Multiprocessor system for locally managing address translation table
US5867666A (en) 1994-12-29 1999-02-02 Cisco Systems, Inc. Virtual interfaces with dynamic binding
US5671354A (en) 1995-02-28 1997-09-23 Hitachi, Ltd. Method of assisting server access by use of user authentication information held in one of servers and a method of assisting management user account for use of servers
US5594732A (en) 1995-03-03 1997-01-14 Intecom, Incorporated Bridging and signalling subsystems and methods for private and hybrid communications systems including multimedia systems
US5678006A (en) 1995-04-27 1997-10-14 Cisco Systems, Inc. Network switch having network management agent functions distributed among multiple trunk and service modules
US5802047A (en) 1995-05-31 1998-09-01 Nec Corporation Inter-LAN connecting device with combination of routing and switching functions
US5812776A (en) 1995-06-07 1998-09-22 Open Market, Inc. Method of providing internet pages by mapping telephone number provided by client to URL and returning the same in a redirect command by server
US5610910A (en) 1995-08-17 1997-03-11 Northern Telecom Limited Access to telecommunications networks in multi-service environment
US5793763A (en) 1995-11-03 1998-08-11 Cisco Technology, Inc. Security system for network address translation systems
US5845087A (en) 1996-03-04 1998-12-01 Telebit Corporation Internetwork zone name filtering with selective placebo zone name substitution in a response to a request for zone name information
US5968116A (en) 1996-03-27 1999-10-19 Intel Corporation Method and apparatus for facilitating the management of networked devices
US5764910A (en) 1996-04-02 1998-06-09 National Semiconductor Corporation Method and apparatus for encoding and using network resource locators
US5905736A (en) 1996-04-22 1999-05-18 At&T Corp Method for the billing of transactions over the internet
US5835720A (en) 1996-05-17 1998-11-10 Sun Microsystems, Inc. IP discovery apparatus and method
US5854901A (en) 1996-07-23 1998-12-29 Cisco Systems, Inc. Method and apparatus for serverless internet protocol address discovery using source address of broadcast or unicast packet
US5872783A (en) 1996-07-24 1999-02-16 Cisco Systems, Inc. Arrangement for rendering forwarding decisions for packets transferred among network switches
US6003077A (en) * 1996-09-16 1999-12-14 Integrated Systems, Inc. Computer network system and method using domain name system to locate MIB module specification and web browser for managing SNMP agents
US6047376A (en) 1996-10-18 2000-04-04 Toshiba Information Systems (Japan) Corporation Client-server system, server access authentication method, memory medium stores server-access authentication programs, and issuance device which issues the memory medium contents
US5835725A (en) 1996-10-21 1998-11-10 Cisco Technology, Inc. Dynamic address assignment and resolution technique
US5812529A (en) 1996-11-12 1998-09-22 Lanquest Group Method and apparatus for network assessment
US6021429A (en) 1996-11-18 2000-02-01 Canon Information Systems, Inc. Network device which maintains a list of device addresses
US5999536A (en) * 1996-11-29 1999-12-07 Anritsu Corporation Router for high-speed packet communication between terminal apparatuses in different LANs
US6012088A (en) 1996-12-10 2000-01-04 International Business Machines Corporation Automatic configuration for internet access device
US6122657A (en) 1997-02-04 2000-09-19 Networks Associates, Inc. Internet computer system with methods for dynamic filtering of hypertext tags and content
US6470389B1 (en) 1997-03-14 2002-10-22 Lucent Technologies Inc. Hosting a network service on a cluster of servers using a single-address image
US5978845A (en) * 1997-03-25 1999-11-02 Sun Microsystems, Inc. Network management relay mechanism
US6011910A (en) 1997-04-08 2000-01-04 3Com Corporation Supporting authentication across multiple network access servers
US6330602B1 (en) 1997-04-14 2001-12-11 Nortel Networks Limited Scaleable web server and method of efficiently managing multiple servers
US6091951A (en) * 1997-05-14 2000-07-18 Telxon Corporation Seamless roaming among multiple networks
US5918016A (en) 1997-06-10 1999-06-29 Texas Instruments Incorporated System with program for automating protocol assignments when newly connected to varing computer network configurations
US6449647B1 (en) * 1997-08-01 2002-09-10 Cisco Systems, Inc. Content-aware switching of network packets
US5991810A (en) 1997-08-01 1999-11-23 Novell, Inc. User name authentication for gateway clients accessing a proxy cache server
US6006264A (en) 1997-08-01 1999-12-21 Arrowpoint Communications, Inc. Method and system for directing a flow between a client and a server
US6023724A (en) 1997-09-26 2000-02-08 3Com Corporation Apparatus and methods for use therein for an ISDN LAN modem that displays fault information to local hosts through interception of host DNS request messages
US5974453A (en) 1997-10-08 1999-10-26 Intel Corporation Method and apparatus for translating a static identifier including a telephone number into a dynamically assigned network address
US6018770A (en) 1997-10-13 2000-01-25 Research In Motion Limited System and method for managing packet-switched connections
US6360262B1 (en) * 1997-11-24 2002-03-19 International Business Machines Corporation Mapping web server objects to TCP/IP ports
US6092196A (en) 1997-11-25 2000-07-18 Nortel Networks Limited HTTP distributed remote user authentication system
US6831918B1 (en) * 1997-12-01 2004-12-14 Telia Ab IP/ATM network system adapted for the simultaneous transmission of IP data packets to a plurality of users
US6266335B1 (en) * 1997-12-19 2001-07-24 Cyberiq Systems Cross-platform server clustering using a network flow switch
US6339595B1 (en) * 1997-12-23 2002-01-15 Cisco Technology, Inc. Peer-model support for virtual private networks with potentially overlapping addresses
US6378053B1 (en) 1998-02-13 2002-04-23 International Business Machines Corporation Conserving storage space by means of low resolution objects
US6055236A (en) * 1998-03-05 2000-04-25 3Com Corporation Method and system for locating network services with distributed network address translation
WO1999053408A1 (en) * 1998-04-14 1999-10-21 Juno Online Services, Inc. Method and apparatus to control a client in a communications network
US6360258B1 (en) * 1998-08-31 2002-03-19 3Com Corporation Network management software library allowing a sending and retrieval of multiple SNMP objects
US6119160A (en) 1998-10-13 2000-09-12 Cisco Technology, Inc. Multiple-level internet protocol accounting
WO2000044128A1 (en) * 1999-01-12 2000-07-27 Private Express Technologies Pte. Ltd. Simplified addressing for private communications
US6633560B1 (en) * 1999-07-02 2003-10-14 Cisco Technology, Inc. Distribution of network services among multiple service managers without client involvement
US6654796B1 (en) * 1999-10-07 2003-11-25 Cisco Technology, Inc. System for managing cluster of network switches using IP address for commander switch and redirecting a managing request via forwarding an HTTP connection to an expansion switch
US6895433B1 (en) * 1999-10-07 2005-05-17 Cisco Technology, Inc. HTTP redirection of configuration data for network devices
US6917626B1 (en) * 1999-11-30 2005-07-12 Cisco Technology, Inc. Apparatus and method for automatic cluster network device address assignment
US6636499B1 (en) * 1999-12-02 2003-10-21 Cisco Technology, Inc. Apparatus and method for cluster network device discovery
US6295276B1 (en) * 1999-12-31 2001-09-25 Ragula Systems Combining routers to increase concurrency and redundancy in external network access
US6725264B1 (en) * 2000-02-17 2004-04-20 Cisco Technology, Inc. Apparatus and method for redirection of network management messages in a cluster of network devices
US6779039B1 (en) * 2000-03-31 2004-08-17 Avaya Technology Corp. System and method for routing message traffic using a cluster of routers sharing a single logical IP address distinct from unique IP addresses of the routers
WO2002017094A1 (en) * 2000-08-24 2002-02-28 Tele-Ip Limited Means for interfacing devices under snmp
WO2002035801A2 (en) * 2000-10-24 2002-05-02 Sprint Communications Company, L.P. Method and apparatus for dynamic allocation of private address space based upon domain name service queries
US6856591B1 (en) * 2000-12-15 2005-02-15 Cisco Technology, Inc. Method and system for high reliability cluster management
WO2002102012A2 (en) * 2001-06-08 2002-12-19 4Th Pass Inc. Method and system for two-way initiated data communication with wireless devices

Non-Patent Citations (25)

* Cited by examiner, † Cited by third party
Title
"Active Software's Integration System", Active Software Inc., printed from http://www.activesw.com/products/products.html, Jul. 1998.
"Hot Products & Solutions-IP Address Management: A White Paper", Jul. 24, 1998, http://www.american.com/ip-mgmt.html, pp. 2-18.
"NAT and Networks", Sep. 19, 1998, http://www.csn.tu-chem-nitz.de/~mha/linux-ipnat/diplom/node4.html.
"NAT-PC Webopaedia Definition and Links", Sep. 19, 1998, http://webopedia.internet.com/TERM/N/NAT.html, 1 pg.
"Network Address Translation Information", Sep. 19, 1998, http://www.uq.edu.au/~gadmacka/content/natinformation.htm, pp. 1-2.
"Regain Confidence and Control Over Your IP Address Infrastructure", Network Registrar, American Internet Corporation, Bedford, MA, pp. 1-4.
"Three Ways to Manage IP Addresses", Sep. 10, 1998, http://www.zdnet.com/pcmag/features/ipmanage/ip-s2.htm, pp. 1-2.
"NAT and Networks", Sep. 19, 1998, http://www.csn.tu-chem-nitz.de/˜mha/linux-ipnat/diplom/node4.html.
"Network Address Translation Information", Sep. 19, 1998, http://www.uq.edu.au/˜gadmacka/content/natinformation.htm, pp. 1-2.
Bracho, Dr. Rafael, "Mastering Corporate Computing with the Active Web System", 1996, Active Software Inc.
Brancho, Dr. Rafael, "Integrating the Corporate Computing Environment with Active Software", Nov. 18, 1998, Active Software, Inc., pp. 1-17.
Cherkaoui, O. et al., "SNMPv3 can still be simple?", IEEE International Distributed Management for the Networked Millennium, ISBN: 0-7803-5748-5, pp. 501-515, May 1999. *
Cicso Systems, Inc., "DHCP Solutions Helsp Scale and Configure IP Nodes in Growing Switched Networks", Sep. 10, 1998, http://cio.cisco.jp/warp/public/795/6.html,, 1-2.
Cisco Systems Inc., "Web-Based Management", printed from http://ww.cisco.com/univered/cc/td/doc/product/lan/c2900xl/c2900xl/c2900sa3icg/mainstal.htm#1811, May 28, 1999, 44 pages.
Cisco Systems, Inc. "Realease Notes for the Cisco 1400 Series Routeers for Cisco IOS Release 12.0 T", Corporate Headquarters, Text Part No. 78-6237-02, Rev. B0, pp. 1-28, Mar. 1999. *
Cisco Systems, Inc., "Configuration and Management", printed from http://www.cisco.com/universed/cc/td/doc/product/lan/2801900/1928v67x/19icg67x/19icouth.htm, May 27, 1999, 62 pages.
Cisco Systems, Inc., "LAN Switching", printed from http://www.cisco.com/univered/cc/td/doc/cisntwk/ics/cs010.htm, on May 27, 1999, 6 pages.
Droms, R., "Dynamic Host Configuration Protocol", Network Working Group, RFC 1531, Oct. 1993.
Edell, Richard, "Bay Bridge Software Architecture", University of California, Berkeley, CA, Department of Electrical Engineering and Computer Science, May 17, 1994.
Hee-Sook Park, "Address translation mehtod for interworking between public and private ATM networks", IEEE Conf. on Information Networking, p. 669-672, Jan. 1998. *
Hinden, R. et al.,"IP Vesion 6 Addressing Architecture", RFC 1884, p.1-18, Dec. 1995. *
Quittek, J. et al., "Practical Experiences with Script MIB Applications", www.simple-times.org, vol. 7, No. 2, pp. Nov. 12-14, 1999. *
Raz, D. et al., "An SNMP Application Level Gateway for Payload Address Translation", RFC 2962, pp. 1-20, Oct. 2000. *
Raz, D. et al.,"Economically managing mulitple private data networks", Proceedings of Network Operations and Management Sumposium, AT&T Bell Labs, p. 491-503, Apr. 2000. *
Romascanu, D. et al., "Switch montoring the new generation of monitoring for local area networks", Bell Labs Technical Journal, v 4 i 4, p. 42-54, Dec. 1999. *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100115090A1 (en) * 2007-02-27 2010-05-06 Robert Petersen Ordering Tracing of Wireless Terminal Activities
US8972562B2 (en) * 2007-02-27 2015-03-03 Telefonaktiebolaget Lm Ericsson (Publ) Ordering tracing of wireless terminal activities
US10469602B2 (en) 2007-02-27 2019-11-05 Telefonaktiebolaget Lm Ericsson (Publ) Ordering tracing of wireless terminal activities
US20090165112A1 (en) * 2007-12-21 2009-06-25 Samsung Electronics Co., Ltd. Methods and apparatuses for using content, controlling use of content in cluster, and authenticating authorization to access content
US20090234905A1 (en) * 2008-03-12 2009-09-17 Sysmex Corporation Maintenance information management system, management apparatus, and maintenance information management method
US8402082B2 (en) * 2008-03-12 2013-03-19 Sysmex Corporation Maintenance information management system, management apparatus, and maintenance information management method

Also Published As

Publication number Publication date
US6725264B1 (en) 2004-04-20

Similar Documents

Publication Publication Date Title
USRE41750E1 (en) Apparatus and method for redirection of network management messages in a cluster of network devices
US7545820B2 (en) Apparatus and method for automatic cluster network device address assignment
US6654796B1 (en) System for managing cluster of network switches using IP address for commander switch and redirecting a managing request via forwarding an HTTP connection to an expansion switch
US7554959B1 (en) Apparatus and method for cluster network device discovery
US7548540B2 (en) Dynamic discovery of ISO layer-2 topology
US6115385A (en) Method and system for subnetting in a switched IP network
JP4537357B2 (en) Dynamic construction of VLAN interface based on subscriber information string
US5708654A (en) Method for detecting proxy ARP replies from devices in a local area network
US7380025B1 (en) Method and apparatus providing role-based configuration of a port of a network element
US7523185B1 (en) Method and apparatus for providing automatic frame relay and ATM provisioning of network devices
US7340536B2 (en) Method and apparatus for determining unmanaged network devices in the topology of a network
US20020138628A1 (en) Extension of address resolution protocol (ARP) for internet protocol (IP) virtual networks
US7673061B2 (en) Method and apparatus for neighborhood discovery across disparate point-to-point networks
JP2004515967A (en) System for automatically identifying the physical location of network end devices
US7870246B1 (en) System, method, and computer program product for platform-independent port discovery
Cisco Temporary Variables
Cisco Temporary Variables
Cisco Temporary Variables
Cisco Temporary Variables
Cisco Temporary Variables
Cisco Temporary Variables
Cisco Temporary Variables
Cisco Temporary Variables
Cisco Temporary Variables
Cisco Temporary Variables

Legal Events

Date Code Title Description
AS Assignment

Owner name: CISCO TECHNOLOGY, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CHRISTY, JAMES EDWIN;REEL/FRAME:021990/0771

Effective date: 20000322

CC Certificate of correction
FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12