<?php include("includes/head.main.inc.php"); ?>
<div id="mainBanner">
<div id="title">
<h1>Categories </h1>
</div>
</div>
<div id="mainContent">
<div class="break"></div>
<p>
The Device Management gives you some basic information on the device you selected as well as the ability to view all of the command output files for a given device. <br/><span class="rconfigNameStyle">rConfig</span> checks the device status when you open or refresh this page by attempting to make a connection to the device on it's configured access method i.e. TCP port 23, or TCP port 22.
<b>Status</b> will either display <font color="red">Unavailable</font> or <font color="green">Online</font>
</p>
<div class="break"></div>
<p>
The Device Configurations section gives you the ability to drill through the <a href="2_overview.php">folder structure</a> of downloaded command outputs. You can click a file to open it in a browser window. When this new window is open, you can click the download link (fig5) in the top right hand corner to download the actual text file.
</p>
<div class="break"></div>
<p>
fig5.
<div class="break"></div>
<img class="imgfig" src="images/fig5.png"/>
</p>
</div>
</body>
</html>