66 lines
3.7 KiB
HTML
66 lines
3.7 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Fault tolerance" />
|
|
<meta name="abstract" content="Fault tolerance shows several different ways a route might be recovered after an outage." />
|
|
<meta name="description" content="Fault tolerance shows several different ways a route might be recovered after an outage." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzajwrcb.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzajwfault" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Fault tolerance</title>
|
|
</head>
|
|
<body id="rzajwfault"><a name="rzajwfault"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Fault tolerance</h1>
|
|
<div><p>Fault tolerance shows several different ways a route might be recovered
|
|
after an outage.</p>
|
|
<p>Another use for virtual IP addresses is to protect against route fault
|
|
tolerance.</p>
|
|
<p>This example shows several different ways a route can be recovered after
|
|
an outage. The most reliable connection is when a virtual IP address is defined
|
|
on the system. With virtual IP's support, even if an interface fails, the
|
|
session can still communicate using different interfaces.</p>
|
|
<br /><img src="rzajw512.gif" alt="Fault tolerance" /><br /><div class="section"><h4 class="sectiontitle">What happens if router R1 fails?</h4><ul><li>Connections through R1 are rerouted through R2.</li>
|
|
<li>The failed gateway will detect R1 recovery, but active connections will
|
|
continue to run through R2.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">What happens if interface 10.1.1.1 fails?</h4><ul><li>Active connections to 10.1.1.1 are lost, but other connections to 10.1.1.2,
|
|
10.1.1.3, and 10.2.1.1 remain.</li>
|
|
<li>Route rebinding: <ul><li>Pre-V4R2: Indirect routes are rebound to 10.1.1.2 or 10.1.1.3.</li>
|
|
<li>V4R2: Routes are rebound only if Preferred Binding Interface is set to
|
|
NONE.</li>
|
|
<li>V4R3 and higher: You need to define 10.2.1.1 as the virtual IP address
|
|
and primary system address. <ul><li>The primary IP address of the system remains active.</li>
|
|
<li>The system stays accessible as long as at least one physical interface
|
|
remains active.</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajwrcb.htm" title="Routing deals with what path the network traffic follows from its source to its destination and how that path is connected.">Routing connectivity methods</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |