99 lines
3.8 KiB
HTML
99 lines
3.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4.0//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>QoS planning advisor - Welcome</title>
|
|
<meta name="Copyright" content="Copyright (c) 2004 by IBM Corporation">
|
|
<!-- 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. -->
|
|
|
|
<!--
|
|
----------------------------------------------------------------------------
|
|
START_DESCRIPTION
|
|
Page Function: Start advisor, define goals
|
|
|
|
Stored Values:
|
|
No values stored
|
|
|
|
Next and Back:
|
|
[Next]: rzalladvqos1.htm
|
|
[Back]: -
|
|
END_DESCRIPTION
|
|
----------------------------------------------------------------------------
|
|
-->
|
|
|
|
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
|
|
|
|
<script language="Javascript" type="text/javascript">
|
|
|
|
|
|
//START NON-TRANSLATABLE
|
|
//Obtain name of HTML file in parent frame.
|
|
var parentDir = parent.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
|
|
var parentUrl = parent.window.location.href.substring(parentDir.length,parent.window.location.href.length+1);
|
|
if (parentUrl.indexOf("#") >= 0) { parentUrl = parentUrl.substring(0,parentUrl.indexOf("#"));}
|
|
|
|
function loadHidden() {
|
|
//Is the hidden frame already loaded with the correct html?
|
|
if (parentUrl != "rzalladvqoswelcome.htm") {
|
|
window.location = "rzalladvqoswelcome.htm"; //load advisor frameset
|
|
return;
|
|
} else {
|
|
//Obtain name of HTML file in hidden frame.
|
|
var hiddenDir = parent.hidden.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
|
|
var hiddenUrl = parent.hidden.window.location.href.substring(hiddenDir.length,parent.hidden.window.location.href.length+1);
|
|
if (hiddenUrl.indexOf("#") >= 0) { hiddenUrl = hiddenUrl.substring(0,hiddenUrl.indexOf("#"));}
|
|
if (hiddenUrl != "rzalradvvpnhidden.htm") {
|
|
//Correct HTML not loaded, load it
|
|
parent.hidden.window.location = "rzalladvqoshidden.htm";
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
function onNext() {
|
|
window.location="rzalladvqos1.htm"
|
|
}
|
|
|
|
//END NON-TRANSLATABLE
|
|
|
|
|
|
</SCRIPT>
|
|
|
|
</head>
|
|
|
|
<BODY onload="loadHidden()">
|
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
|
</script>
|
|
<noscript><p><strong>Warning:</strong> This advisor uses Javascript to function. Ensure you are using
|
|
a browser which supports Javascript and that Javascript is enabled.</p></noscript>
|
|
<h2>Quality of service (QoS) planning advisor</h2>
|
|
<P><STRONG>
|
|
Welcome!</STRONG> </p>
|
|
<p>The goal of this advisor is to assist you in planning for quality of service in your network. You are asked to examine your network problem areas, applications, and equipment to determine what policies you might want to implement. This advisor does not actually create the policies for you, but produces a planning worksheet to use in the quality of service wizards.</P>
|
|
<p>The advisor asks you to consider these questions:
|
|
<ol><li>Which users are experiencing problems in the network?<li>What clients are generating excessive network traffic?
|
|
<li>What applications need limited performance, expanded performance, or predictable delivery?
|
|
<li>What bandwidth characteristics and usage do your applications require?
|
|
<li>Do you have the hardware and software to implement quality of service in your network?
|
|
</ol></p>
|
|
<p>At the end of this advisor, you will receive a planning worksheet to keep for your records. You can use the worksheet as a reference, while creating policies through the quality of service wizards.
|
|
|
|
|
|
</P>
|
|
<p></p>
|
|
<form>
|
|
<CENTER>
|
|
<input name=submit type="button" value=" Next >>" onClick="onNext()"></CENTER><p></p>
|
|
|
|
</form>
|
|
|
|
|
|
</BODY>
|
|
|
|
</html>
|
|
|