<!-- Title=Node Access --><!--#include Virtual=/NetPerfMon/scripts/Resource.asp --><% Title="System Access" SubTitle="Managed Device Access" HelpPage="Node-Details" NodeType=Node.GetProperty("ObjectSubType") DoResourceHeader%><% If Node Is Nothing Then %><span class="Text"><font color="red"><b>A Network Node was not selected</b></span><% Else %><table width="100%"> <tr> <td colspan="4"> <table border="0" cellPadding="2" cellSpacing="0" width="100%"> <tr> <td class="Property" width="10"> </td> <% If NodeType="SNMP" Then %> <td class="Property"><a href="telnet://<%=Node.GetProperty("IP_Address")%>"> Telnet to <b><%=Node.GetProperty("DNS")%></b> (<%=Node.GetProperty("IP_Address")%>)</a></td> <% Else %> <td class="Property">No Access to Unmanaged Device</td> <% End If %> </tr> </table> </tr></table><% End If %><br>