aboutmib.jsp

来自「用JAVA实现的MIB浏览器」· JSP 代码 · 共 43 行

JSP
43
字号
<%@ page import="com.dwipal.*,javax.swing.JTree,java.util.HashMap,javax.swing.tree.*" %>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<style>
 TD {
   font-size: 10pt;
   font-family: verdana,helvetica;
   text-decoration: none;
   white-space: nowrap;}
</style>

<body bgcolor="#CDCDCD">
<form>
  <table width="680" height="500" style="border:1px solid;padding-left:30px;padding-right:30px;" cellpadding="5" cellspacing="0" bgcolor="#FEFEFE">
    <tr>
      <td valign="top" colspan="3" align="center"><br/>
        <font size="5" face="Courier" style="font-weight:bold">
        Web Based MIB Browser</font>
        <hr width="80%" style="border:1px solid"/>
      </td>
    </tr>
    <tr>
      <td valign="top" align="center">
   Network management frameworks were more different than anticipated.<br>
   As such, the requirement for compatibility between the SMI/MIB and<br>
   both frameworks was suspended.  This action permitted the operational<br>
   network management framework, the SNMP, to respond to new operational<br>
   needs in the Internet community by producing this document.<br><br>

   As such, the current network management framework for TCP/IP- based<br>
   internets consists of: Structure and Identification of Management<br>
   Information for TCP/IP-based internets, RFC 1155 [12], which<br>
   describes how managed objects contained in the MIB are defined;<br>
   Management Information Base for Network Management of TCP/IP-based<br>
   internets: MIB-II, this memo, which describes the managed objects<br>
   contained in the MIB (and supercedes RFC 1156 [13]); and, the Simple<br>
   Network Management Protocol, RFC 1098 [5], which defines the protocol<br>
   used to manage these objects.<br>
      </td>
    </tr>
  </table>  
</form>
</body>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?