cc/td/doc/product/iaabu/localdir
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Cisco LocalDirector Version 2.1.1
Release Notes

Cisco LocalDirector Version 2.1.1
Release Notes

July, 1998

This document describes changes to features and commands that are different or not described in the Cisco LocalDirector Installation and Configuration Guide (Document Number 78-5192-01).

The following sections are included:

Changes for Version 2.1.1

Cisco LocalDirector version 2.1.1 includes the following changes:

Bug Fixes

Known Bugs

The workaround is to place an additional router behind the LocalDirector to manage the traffic to multiple subnets, and add appropriate route statements to the LocalDirector configuration. [CSCdj69947]

Notes and Caveats

If the peer port autonegotiates, the 4-port interface speed must be set with the 10BaseT or 100BaseTX options; setting it to 100full will confuse the autonegotiation process on the peer port, resulting in unpredictable behavior.

Feature Changes

The following sections describe new or changed LocalDirector features.

Secure Services

LocalDirector security features include the following:

LocalDirector can determine how to handle connections based on the source IP address of the client. By using the assign command and the bind-ID on a virtual server, traffic can be directed to a specific location or dropped altogether.
Before version 2.1.1, LocalDirector bridged traffic that was not destined for a virtual server. If a real server had a valid registered IP address, clients could access the server through its IP address and bridge directly through the LocalDirector. For security, you can now turn bridging off and not allow direct access to real servers. By using the secure command to turn bridging off for real servers, client traffic must go through a LocalDirector virtual address.

Stateful Failover

This works with the current failover option to ensure that active connections to a virtual are not dropped in the event of a LocalDirector failover. Before version 2.1.1, the state of client connections to virtual servers was not maintained if a LocalDirector unit failed. Now, connection state can be maintained on a per-virtual basis. This feature is turned on or off for each virtual server with the replicate command.

State information will be maintained on connections for the virtual server, and state information is passed from the active unit to the standby unit via the network (not the failover cable). You can specify which interface will monitor state information, and you can dedicate an Ethernet interface on each LocalDirector to provide state information (on units with three or more interfaces) with the replicate interface command.

Stateful failover is beneficial for applications with a long connection time such as Telnet. It is not recommended for short-lived (and high volume) connections such as HTTP. However, it could be beneficial to have stateful failover turned on when the HTTP connections are utilizing the KEEP-ALIVE option and there is a low volume of HTTP traffic for the virtual server.

Multiple Interfaces

LocalDirector version 2.1.1 supports up to 16 interfaces on the LocalDirector  420 and 3 on the LocalDirector  415 and 410. This can be useful in a number of ways. For example:

Interface Numbering

LocalDirector interface numbering has changed, so that the interfaces are numbered from left to right and top down, as shown in the following illustration:


Note If you are upgrading a LocalDirector 415 to version 2.1.1, the numbering of the interfaces will follow the numbering scheme described previously, and the interface numbers will reverse.

Note If you are upgrading a LocalDirector 415 unit, remove all other interfaces before installing 4-port cards. Single-port and 4-port cards cannot be mixed.

Fast EtherChannel

Fast EtherChannel is a method of multiplexing 100BaseT interfaces into a single, scalable, virtual channel, and it is currently available on Cisco Catalyst 5000 switches. More than one Fast EtherChannel can be defined on a LocalDirector provided the LocalDirector has more than two interfaces.

TFTP Support

LocalDirector real and virtual server (server farm) configuration files can be stored on a TFTP server. The commands associated with TFTP are as follows:

[no] tftp-server <tftp server ip> <tftp directory>
configure net [<filename> [<tftp server ip>] ]
write net [ [<tftp server ip>]<filename> ]
[no] boot config <filename> <tftp server ip>
boot image <image filename> <tftp server ip>

Translating and Counting Outbound Connections

The static command enables the source IP address of the outbound packet to be translated to a virtual address for connections initiated from a real server.

Assigned Client Load Balancing (Traffic Shaping)

This feature allows clients that reach a particular virtual address to get load balanced to different real servers according to the source IP address of the client. That is, different clients going to the same virtual server can be directed to different real server bindings for the same virtual address. This is accomplished by extending the concept of a virtual to include a bind-ID. The bind-ID is used with the assign command to associate a client IP address with a specific virtual server.

There are many possible uses of this feature, including:

You can assign known client IP addresses to a collection of more powerful servers in order to obtain faster service for them.

You could take client IP addresses known to be a part of your company to an internal page, but send unknown clients to a generic home page.

You can assign "problem" client IP addresses to a real machine that serves a page indicating that the user is not welcome to your site.

Previously, commands that referenced virtual servers and real servers could reference a machine as the IP address and an optional space-separated port number. Real servers and virtual servers are now described as an IP address followed by a colon, followed by the port number. Virtual servers can include an optional colon-separated bind-ID. When an existing configuration is upgraded to version 2.1.1, a colon will be used as a delimiter automatically.

The default bind-ID is 0, and any client IP address not configured with the assign command will be directed to the default bind-ID of 0. If you do not create the default bind-ID version of the virtual server (a virtual server with a bind-ID of 0), then only IP addresses configured with the assign command will be allowed in, and all other requests will be blocked. This can be used as a powerful security feature.

SNMP

The LocalDirector-specific MIB gives the ability to view real and virtual servers and information about failover. SNMP 'SET' is not supported.

Command Line Editing

You can use the show history command to view the previous 10 commands.

Software Image Check

The LocalDirector now performs a CRC (cyclic redundancy check) on the software image. If the LocalDirector is booted from a diskette or TFTP file with a bad image, it will return an error message and hang.

New or Changed Commands

Table 1 lists commands that are new or changed in version 2.1.1. For detailed information about these commands including syntax, usage guidelines, and examples, refer to the Cisco LocalDirector Installation and Configuration Guide, Version 2.1.


Table 1: New or Changed Commands in Version 2.1.1
Command Description

arp

The unit option has been changed to port.

assign

The assign command directs client connections to a specific instance of a virtual server.

boot

The boot command enables booting from a remote image.

channel

The channel command is used to assign 2 or 4 ports as Fast EtherChannels.

configure

The configure net command now allows configurations to read from a TFTP server.

history

The show history command is used to view the last 10 command lines entered.

interface

The interface command now has a [no] option that will disable unused interfaces, and the unit option has been changed to port.

mtu

The unit option has been changed to port.

ping-allow

The unit option has been changed to port.

predictor

The predictor command has a new option, loaded.

reload

The reload net command allows configurations to be downloaded from a TFTP server.

replicate

The replicate command enables stateful failover, and the replicate interface command sends replication data to the standby unit via a dedicated interface.

secure

The secure command turns bridging on or off per interface.

snmp-server

The maximum number of SNMP hosts has increased from 5 to 64.

static

The static command translates outbound connections from real servers to a virtual IP address, and will count the connections toward load balancing.

tftp-server

The tftp-server command sets the IP address, directory, and filename for TFTP configurations.

virtual

The virtual command now includes an optional bind-ID.

write

The write net command allows configurations to be written to a TFTP server.

Cisco Connection Online

Cisco Connection Online (CCO) is Cisco Systems' primary, real-time support channel. Maintenance customers and partners can self-register on CCO to obtain additional information and services.

Available 24 hours a day, 7 days a week, CCO provides a wealth of standard and value-added services to Cisco's customers and business partners. CCO services include product information, product documentation, software updates, release notes, technical tips, the Bug Navigator, configuration notes, brochures, descriptions of service offerings, and download access to public and authorized files.

CCO serves a wide variety of users through two interfaces that are updated and enhanced simultaneously: a character-based version and a multimedia version that resides on the World Wide Web (WWW). The character-based CCO supports Zmodem, Kermit, Xmodem, FTP, and Internet e-mail, and it is excellent for quick access to information over lower bandwidths. The WWW version of CCO provides richly formatted documents with photographs, figures, graphics, and video, as well as hyperlinks to related information.

You can access CCO in the following ways:

For a copy of CCO's Frequently Asked Questions (FAQ), contact ccohelp@cisco.com. For additional information, contact ccoteam@cisco.com.

If you are a network administrator and need personal technical assistance with a Cisco product that is under warranty or covered by a maintenance contract, contact Cisco's Technical Assistance Center (TAC) at 800 553-2447, 408 526-7209, or tac@cisco.com. To obtain general information about Cisco Systems, Cisco products, or upgrades, contact 800 553-6387, 408 526-7208, or csrep@cisco.com

CD-ROM Documentation

Cisco documentation and additional literature are available on a CD-ROM package, which ships with your product. The Documentation CD-ROM, a member of the Cisco Connection Family, is updated monthly. Therefore, it might be more up to date than printed documentation. To order additional copies of the Documentation CD-ROM, contact your local sales representative or call customer service. The CD-ROM package is available as a single package or as an annual subscription. You can also access Cisco documentation on the World Wide Web at http://www.cisco.com, http://www-china.cisco.com, or http://www-europe.cisco.com.

If you are reading Cisco product documentation on the World Wide Web, you can submit comments electronically. Click Feedback in the toolbar and select Documentation. After you complete the form, click Submit to send it to Cisco. We appreciate your comments.





hometocprevnextglossaryfeedbacksearchhelp
Posted: Mon Feb 1 15:25:58 PST 1999
Copyright 1989-1999©Cisco Systems Inc.