www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / diagmer.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>Diagnostics &laquo; Device</title>
8
9         <link href="usr_layout.css" type="text/css" rel="stylesheet" /><script src="usr_layout.js" type="text/javascript"></script>
10         <link href="usr_menus_dropdown.css" rel="stylesheet" type="text/css"><script src="usr_menus_dropdown.js" type="text/javascript"></script><script src="usr_menus_build.js" type="text/javascript"></script>
11         <link href="usr_device.css" type="text/css" rel="stylesheet" /><script src="usr_device.js" type="text/javascript"></script><link href="usr_91xx.css" type="text/css" rel="stylesheet" /><script src="usr_91xx.js" type="text/javascript"></script><script src="usr_resources.js" type="text/javascript"></script>
12         <script src="portName.js" type="text/javascript"></script>
13
14       <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
15
16
17    </head>
18    <body onload="initMenu();">
19
20 <script type="text/javascript">
21         
22         writeHeader("Diagnostics");
23 </script>
24
25 <form>
26         <h3><%ejGetOther(diagInfo, serviceName)%></h3>
27         <P>Your modem is capable of testing your DSL connection. The individual tests are 
28            listed below. If a test displays a fail status, press <b>Rerun Diagnostic 
29            Tests</b> at the bottom of this page to make sure the fail status is 
30            consistent. If the test continues to fail, press <b>Help</b> and follow 
31            the troubleshooting procedures.
32         </P>
33
34         <P><b>Test the connection to your local network</b></p>
35    <TABLE border="1" cellspacing="0" cellpadding="3">
36       <TBODY>
37       <%ejGetStr(enetDiag)%>                  
38 <script type="text/javascript">
39 <!-- hide
40 if ('<%ejGetJS(enblWireless)%>' == '1') {
41    document.writeln("<TR><TD class='hd'>Test your Wireless Connection: </TD>");
42    document.writeln("<TD><B><%ejGetOther(diagnostic, 17)%></B>&nbsp;</TD>");
43    document.writeln("<TD><A href='hlpwlconn.html'>Help</A></TD></TR>");
44 }
45 // done hiding -->
46 </script>
47                   </TBODY></TABLE>
48
49         <P><b>Test the connection to your DSL service provider</b></p>
50         <TABLE border="1" cellspacing="0" cellpadding="3">
51            <TBODY>
52               <TR>
53                  <td width="250">Test ADSL Synchronization:</TD>
54                  <TD width="50"><B><%ejGetOther(diagnostic, 2)%></B></TD>
55                  <TD><A href="hlpadslsync.html">Help</A></TD>
56               </TR>
57               <TR>
58 <script type="text/javascript">
59 <!-- hide
60 var diagType = '<%ejGetJS(diagType)%>';
61 if ( diagType == 'f4' )
62    document.writeln("                        <TD class='hd'>Test ATM OAM segment ping:</TD>");
63 else
64    document.writeln("                        <TD class='hd'>Test ATM OAM F5 segment ping:</TD>");
65 // done hiding -->
66 </script>
67                  <TD><B><%ejGetOther(diagnostic, 3)%></B></TD>
68                  <TD><A href="hlpatmseg.html">Help</A></TD>
69               </TR>
70               <TR>
71 <script type="text/javascript">
72 <!-- hide
73 if ( diagType == 'f4' )
74    document.writeln("                        <TD class='hd'>Test ATM OAM end-to-end ping:</TD>");
75 else
76    document.writeln("                        <TD class='hd'>Test ATM OAM F5 end-to-end ping:</TD>");
77 // done hiding -->
78 </script>
79                  <TD><B><%ejGetOther(diagnostic, 4)%></B></TD>
80                  <TD><A href="hlpatmetoe.html">Help</A></TD>
81               </TR>
82            </TBODY></TABLE>
83
84         <P><B>Test the connection to your Internet service provider</B></p>
85         <TABLE border="1" cellspacing="0" cellpadding="3">
86            <TBODY>
87               <TR>
88                  <td width="250">Ping default gateway:
89                  </TD>
90                  <TD width="50"><B><%ejGetOther(diagnostic, 9)%></B></TD>
91                  <TD><A href="hlppnggw.html">Help</A></TD>
92               </TR>
93               <TR>
94                  <td>Ping primary Domain Name System server:</TD>
95                  <TD><B><%ejGetOther(diagnostic, 10)%></B></TD>
96                  <TD><A href="hlppngdns.html">Help</A></TD>
97               </TR>
98            </TBODY></TABLE>
99 <script type="text/javascript">
100 <!-- hide
101 var diagPrev = '<%ejGetOther(diagInfo, diagPrev)%>';
102 var diagNext = '<%ejGetOther(diagInfo, diagNext)%>';
103 var GO_PREV = 0;
104 var GO_NEXT = 1;
105
106 function btnGo(where) {
107    var loc = 'diag.cgi?diagCurr=';
108     
109    if ( where == GO_PREV )
110       loc += diagPrev;
111    else
112       loc += diagNext;
113       
114    var code = 'location = "' + loc + '"';
115    eval(code);
116 }
117
118 document.writeln("<p>");
119 if ( diagPrev != '' )
120    document.writeln("                  <input type='button' onClick='btnGo(GO_PREV)' value='Previous Connection'>");
121 if ( diagNext != '' )
122    document.writeln("                  <input type='button' onClick='btnGo(GO_NEXT)' value='Next Connection'>");
123 document.writeln("</p>");
124 // done hiding -->
125 </script>
126
127         <P>
128                 <input type='button' onClick='location.href="diag.cgi?diadType=f5"' value='Rerun Diagnostic Tests'>
129                 <input type='button' onClick='location.href="diag.cgi?diadType=f4"' value='Rerun Diagnostic Tests with OAM F4'>
130         </p>
131 </form>
132
133 <script type="text/javascript">
134         writeFooter();
135 </script>
136
137 </body>
138 </html>