www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / diaglan.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--
3         (c) 2005 U.S. Robotics Corporation
4 -->
5 <html>
6 <head>
7         <title>Device &raquo; Diagnostics</title>
8
9         <link href="usr_main.css" rel="stylesheet" type="text/css">
10         <link href="usr_menus.css" rel="stylesheet" type="text/css"><script src="usr_menus.js" type="text/javascript"></script><script src="usr_menus_build.js" type="text/javascript"></script>
11         <script src="usr_common.js" type="text/javascript"></script>
12         <script src="portName.js" type="text/javascript"></script>
13
14       <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
15 </head>
16 <body onload="initMenu();">
17
18 <script type="text/javascript">
19         setPageTitle("<%ejGetWlJS(wlInterface)%>");
20         writeHeader("Device", "<%ejGetJS(curUserName)%>", "<%ejGetOther(sysInfo, adslStd)%>", "<%ejGetOther(sysInfo, noBrPrtcl)%>", <%ejGetOther(sysInfo, pppIpExtension)%>, <%ejGetOther(sysInfo, enblFirewall)%>, <%ejGetOther(sysInfo, enblNat)%>, "<%ejGetWlJS(wlInterface)%>", <%ejGetJS(enblQos)%>);
21 </script>
22
23
24 <h3>Diagnostics</h3>
25
26 <p>Your modem is capable of testing your DSL connection. The individual tests are
27 listed below. If a test displays a fail status, click <b>Rerun Diagnostic
28 Tests</b> at the bottom of this page to make sure the fail status is
29 consistent.
30 (If the test continues to fail, you can find information about this
31 in the user manual on the installation CD-ROM.)
32 </p>
33
34 <p><b>Test the connection to your local network</b></p>
35
36 <TABLE border="1" cellspacing="0" cellpadding="3">
37    <TBODY>
38 <script type="text/javascript">
39 <!-- hide
40 //var brdId = '<%ejGetJS(boardID)%>';
41 var dispName = '';
42 if ('<%ejGetJS(numEnet)%>' == '1') {
43    document.writeln("<TR><TD class='hd' width='250'>Test your LAN connection:</TD>");
44    document.writeln("<TD><B><%ejGetOther(diagnostic, 1)%></B>&nbsp;</TD>");
45    document.writeln("<TD><A href='hlpethconn.html'>Help</A></TD> </TR>");
46 } else {
47    dispName = getUNameByLName('<%ejGetJS(boardID)%>' + '|eth0');
48    document.writeln(" <TR><TD class='hd' width='250'>Test your " + dispName + " connection:</TD>");
49    document.writeln(" <TD><B><%ejGetOther(diagnostic, 1)%></B>&nbsp;</TD>");
50    document.writeln(" <TD><A href='hlpethconn.html'>Help</A></TD> </TR>");
51    dispName = getUNameByLName('<%ejGetJS(boardID)%>' + '|eth1');
52    document.writeln("<TR><TD class='hd' width='250'>Test your " + dispName + " connection:</TD>");
53    document.writeln("<TD><B><%ejGetOther(diagnostic, 18)%></B>&nbsp;</TD>");
54    document.writeln("<TD><A href='hlpethconn.html'>Help</A></TD> </TR>");
55 }
56 if ('<%ejGetJS(enblWireless)%>' == '1') {
57    document.writeln("<TR><TD class='hd'>Test your wireless connection:</TD>");
58    document.writeln("<TD><B><%ejGetOther(diagnostic, 17)%></B>&nbsp;</TD>");
59    document.writeln("<TD><A href='hlpwlconn.html'>Help</A></TD></TR>");
60 }
61 // done hiding -->
62 </script>
63 </TBODY></TABLE>
64
65 <p><b>Test the connection to your DSL service provider</b></p>
66
67 <TABLE border="1" cellspacing="0" cellpadding="3">
68    <TBODY>
69       <TR>
70          <td width="250">Test ADSL synchronization:</TD>
71          <TD width="50"><B><%ejGetOther(diagnostic, 2)%></B></TD>
72          <TD><A href="hlpadslsync.html">Help</A></TD>
73       </TR>
74    </TBODY></TABLE>
75
76 <P><input type='button' onClick='location.href="diag.html"' value='Rerun Diagnostic Tests'></p>
77
78 <script type="text/javascript">
79         writeFooter();
80 </script>
81
82 </body>
83 </html>