SKIP THE SHIPPING
Use code NOSHIP during checkout to save 40% on eligible eBooks, now through January 5. Shop now.
Register your product to gain access to bonus material or receive a coupon.
"A detailed and clearly written book that is an invaluable resource to all VRRP users and implementers."
--Scott Bradner, Senior Technical Consultant, Harvard University
By employing the Virtual Router Redundancy Protocol (VRRP), administrators can ensure that their networks remain up and running, thereby eliminating expensive downtime. Using VRRP to avoid network outages is essential to building accessible, robust networks, and central to the implementation of successful disaster recovery models. Written by experts who contributed to the design of the VRRP protocol and participated actively in its deployment, VRRP: Increasing Reliability and Failover with the Virtual Router Redundancy Protocol is your best introduction to this powerful high-availability tool.
VRRP examines the general characteristics of the protocol and its usage. The emphasis is on translating the protocol specification into a tutorial form ideal for day-to-day users of VRRP. In addition to introducing the technology, this book provides an in-depth analysis, featuring extensive material on configuring, managing, and troubleshooting VRRP. Precursors to this protocol, such as Cisco's HSRP and DEC's IPSTP, are also discussed. Various vendor-specific extensions to VRRP--and their use in solving specific high-availability problems not addressed by VRRP--are also examined.
Network administrators and managers, protocol implementers, practicing professionals, researchers, and students exploring the area of high availability will gain a solid understanding of the core concepts of reliability and redundancy based on VRRP, as well as the particulars of the VRRP protocol and how to implement it.
The appendixes provide the necessary background for networking and TCP/IP, the full text of VRRP MIB, a study of actual VRRP implementations and an analysis of public-domain software available for VRRP over Linux, an overview of the VRRP state machine using SDL flowcharts and UML diagrams, and an analysis of the protocol through formal logic.
Click below for Sample Chapter(s) related to this title:
Sample
Chapter 2
Preface.
Acknowledgments.
I. VRRP IN PERSPECTIVE.
1. Networking, Availability, and VRRP.Availability and Networking.
Networking and Availability.
Virtual Router Redundancy.
Summary.
2. VRRP Overview.The Case for VRRP.
Basic Concepts and Configurations.
Load Sharing.
Multiple Backups.
Ownership.
Virtual Routers Without Owner.
One Backup Protecting Two Masters.
Virtual Routers with Multiple IP Addresses.
Failure Cases.
A Few Words About Router Virtuality.
Case Studies.
Summary.
II. A CLOSER LOOK AT VRRP.
3. VRRP Messages.Message Format.
Message Exchange.
Sniffed Data from VRRP Messages.
Summary.
4. VRRP in Action.VRRP State Machine.
VRRP State Machine in Motion.
VRRP Operations.
Summary.
5. VRRP and Network Technologies.VRRP over Ethernet.
VRRP and Learning Bridges.
VRRP over FDDI.
VRRP over Token Ring.
VRRP over ATM LANE.
Summary.
6. VRRP and VPNs.VRRP and Firewalls.
VRRP and Tunnels.
Trade-Offs in VPN Availability.
Summary.
III. MANAGING VRRP.
7. SNMP Management.VRRP MIB Organization.
Illustrative Cases.
A Closer Look at the VRRP Operations Table.
Configuring VRRP Operation Tables.
Associated IP Address Table.
A Pseudo Command Set for VRRP Configurations.
VRRP Statistics.
VRRP Notifications.
Browsing SNMP MIB.
SNMP Management of VRRP: Operational Issues.
Summary.
8. VRRP Configuration and Craft Person Interface.CLI Hierarchy.
Configuration of CLI Commands.
Basic VRRP Configuration.
Monitoring and Troubleshooting Using CLI.
Summary.
9. VRRP Configuration Using a Graphical User Interface.Nortel Networks' Site Manager.
Configuring VRRP on Nortel Networks Contivity Extranet Switch.
Nortel Networks' Accelar Device Manager.
Monitoring VRRP Using HP Openview.
Summary.
IV. VRRP: PAST AND FUTURE.
10. Precursors to VRRP.Cisco's HSRP.
Digital Equipment Corporation's IP Standby Protocol.
Summary.
11. Future of VRRP.Extensions to VRRP.
VRRP for Advanced High Availability.
Future of VRRP: VRRP and IPv6.
Future of High Availability: Clustering and Beyond.
Summary.
V. APPENDIXES.
Appendix A. Networking and TCP/IP Overview.Layering the Network.
Forwarding the Data.
Controlling the Network.
Securing the Network.
Managing the Network.
Appendix B. VRRP MIB (from RFC 2787).Graphical Representations.
VRRP State Machine Transitions.
Appendix E. VRRP from a Logical Point of View.Approach and Notation.
Logical Laws and Equivalences Used in the Discussions.
About Our Formal Perspective.
Concepts.
Protocol Assertions.
Explications for State Machine.
Norms.
List of Symbolic Assertions and Norms.
Appendix F. UML Overview and Diagrams for VRRP.State Diagrams.
Sequence Diagrams.
VRRP State Diagram.
VRRP Sequence Diagram.
References.With the explosion of the Internet, computers have become ubiquitous and the networks to connect them have become as pervasive and as critical as a telephone connection. Many businesses depend on their networks to conduct their day-to-day operations, to offer their services and often times to sell their products. Further, the global reach of the Internet crossing language and geographic barriers has resulted in businesses needing to be open to serve one part of the world while the other part sleeps. Consequently, it has become critical for networks to be up and available 24 hours a day, seven days a week to serve a global customer base.
Network failures result in losses of hundreds of millions of dollars to businesses each year. These network failures can happen as a result of failure of a single network device or because of a disaster striking the area where the key network devices are housed. According to a study by a major analyst group, the network outages may cost a business up to $200,000 per minute. The stakes may even be higher than the monetary damage. Here is a good way to relate to the impact of unavailability: A user may be satisfied with 99.9% availability of his network. But 0.1% unavailability can be very damaging in other contexts. The following list highlights the potential impact if the availability was only 99.9%:
Scary, isn't it? A very convincing argument for taking network availability seriously since it may very well be the foundation for any one of the listed situations.
For the Internet to preserve its vital status for the business, every part of the Internet needs to be robust and every network attached to the Internet must be reachable at all times. As a result, high availability, redundancy, traffic sharing and disaster recovery have become major concerns, a high priority for network professionals determined to build accessible, robust networks
There are several aspects to building a robust and reliable network that can survive a large-scale disaster, component, link, and device failures. One important technique in achieving this goal has been to build networks with redundant physical components and associated protocols that let the components, appear as a single entity to the rest of the network while sharing the network traffic load. Virtual Router Redundancy Protocol (VRRP) is such a protocol that enables multiple physical routers to appear as a single entity to the hosts on the network even when they are physically away from each other, thereby avoiding loss of network availability in case of disaster or a router failure and removing the need for cumbersome reconfiguration of hosts.
This book presents VRRP, one of the instruments in the toolkit of a network administrator used for dealing with certain aspects of network availability, disaster recovery and redundancy, namely the challenges of keeping the network services available to the hosts attached to a LAN during times of network failures. The book gives an overview of VRRP by discussing a series of configuration examples and deployment scenarios and describing the specific details of protocol implementation for various types of LAN technologies. The main objectives of the book are as follows:
The book is organized into four parts: Introduction and VRRP overview; Detailed Analysis of VRRP; Configuring, managing, and troubleshooting VRRP; and VRRP Precursors, Extensions and Futures. The book has an additional Appendix section.
This book targets a broad range of readers interested in redundancy and high availability and the use of network protocols to provide redundancy and high availability:
Click below to download the Index file related to this title:
Index