請用此 Handle URI 來引用此文件:
http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/32683
完整後設資料紀錄
DC 欄位 | 值 | 語言 |
---|---|---|
dc.contributor.advisor | 郭斯彥 | |
dc.contributor.author | Chun-Chieh Wang | en |
dc.contributor.author | 王俊傑 | zh_TW |
dc.date.accessioned | 2021-06-13T04:13:26Z | - |
dc.date.available | 2006-07-31 | |
dc.date.copyright | 2006-07-31 | |
dc.date.issued | 2006 | |
dc.date.submitted | 2006-07-24 | |
dc.identifier.citation | [1] AGENT++. Snmp++ v3.x [online]. Available from: http://www.
agentpp.com/snmp_pp3_x/snmp_pp3_x.html. [2] Apache. Xerces c++ parser [online]. Available from: http://xml.apache. org/xerces-c/. [3] GNOME. The xml c parser and toolkit of gnome [online]. Available from: http://www.xmlsoft.org/. [4] International Telecommunication Union. Abstract syntax notation one (ASN.1): specification of basic notation. Recommendation X.680, Telecommunication Standardization Sector of ITU, Geneva, Switzerland, December 1997. Available from: http://www.itu.int. [5] International Telecommunication Union. ASN.1 encoding rules - specification of basic encoding rules (BER), canonical encoding rules (CER) and distinguished encoding rules (DER). Recommendation X.690, Telecommunication Standardization Sector of ITU, Geneva, Switzerland, December 1997. Available from: http://www.itu.int. [6] International Telecommunication Union. ASN.1 encoding rules - specification of packed encoding rules (PER). Recommendation X.691, Telecommunication Standardization Sector of ITU, Geneva, Switzerland, December 1997. Available from: http://www.itu.int. [7] Marek Malowidzki. SNMP++.NET: your open-source SNMP for .NET Framework [online]. Available from: http://republika.pl/maom_onet/ snmp/snmp_ppnet/. [8] K. McCloghrie, M. Fine, J. Seligson, K. Chan, S. Hahn, R. Sahita, A. Smith, and F. Reichmeyer. Structure of policy provisioning information (SPPI). RFC 3159, Internet Engineering Task Force, August 2001. Available from: http://www.rfc-editor.org/rfc/rfc3159.txt. [9] K. McCloghrie and F. Kastenholz. The interfaces group MIB. RFC 2863, Internet Engineering Task Force, June 2000. Available from: http://www. rfc-editor.org/rfc/rfc2863.txt. [10] K. McCloghrie, D. Perkins, and J. Schoenwaelder. Conformance statements for smiv2. RFC 2580, Internet Engineering Task Force, April 1999. Available from: http://www.rfc-editor.org/rfc/rfc2580.txt. [11] K. McCloghrie, D. Perkins, and J. Schoenwaelder. Structure of management information version 2 (smiv2). RFC 2578, Internet Engineering Task Force, April 1999. Available from: http://www. rfc-editor.org/rfc/rfc2578.txt. [12] K. McCloghrie, D. Perkins, and J. Schoenwaelder. Textual conventions for smiv2. RFC 2579, Internet Engineering Task Force, April 1999. Available from: http://www.rfc-editor.org/rfc/rfc2579.txt. [13] K. McCloghrie and M. Rose. Structure and identification of management information for TCP/IP-based internets. RFC STD 17, 1155, Internet Engineering Task Force, May 1990. Available from: ftp://ftp.isi.edu/ in-notes/rfc1155.txt. [14] K. McCloghrie and M. Rose. Concise MIB definitions. RFC STD 16, 1212, Internet Engineering Task Force, March 1991. Available from: ftp: //ftp.isi.edu/in-notes/rfc1212.txt. [15] K. McCloghrie and M. Rose. Management information base for network management of TCP/IP-based internets: MIB-II. RFC STD 17, 1213, Internet Engineering Task Force, March 1991. Available from: ftp:// ftp.isi.edu/in-notes/rfc1213.txt. [16] Microsoft. Internet explorer web controls [online]. Available from: http: //www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1. [17] Microsoft. Xml developer center: Xml downloads [online]. Available from: http://msdn.microsoft.com/XML/XMLDownloads/default.aspx. [18] M. Rose. A convention for defining traps for use with the SNMP. RFC 1215, Internet Engineering Task Force, March 1991. Available from: ftp: //ftp.isi.edu/in-notes/rfc1215.txt. [19] Jぴurgen Schぴonwぴalder and Frank Strau | |
dc.identifier.uri | http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/32683 | - |
dc.description.abstract | Nowadays network management for IP devices is very important to device
vendors and system integrators. They may use their own protocols, or, use the most popular protocol: SNMP. Popularity of SNMP is especially important to system integrators. Because SNMP is a standard protocol, system integrators can easily integrate several components developed by different vendors. If the IP devices understand SNMP protocol, they can be managed by SNMP-compatible software. There are many SNMP-compatible software, but there are few web-based SNMP management system. This thesis is focused on how to develop a web-based SNMP management system. All needed background knowledge, software, library, etc. are covered before the main dish, such that readers can know the necessary background for develop such a system. | en |
dc.description.provenance | Made available in DSpace on 2021-06-13T04:13:26Z (GMT). No. of bitstreams: 1 ntu-95-R93921112-1.pdf: 1189988 bytes, checksum: 2db69e820d15f02ab491d11734f79db8 (MD5) Previous issue date: 2006 | en |
dc.description.tableofcontents | Table of Contents iii
1 Introduction 1 1.1 Background and Motivation . . . . . . . . . . . . . . . . . . . . . 1 1.2 Goal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 Thesis Outline . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2 SNMP 5 2.1 Introduction to SNMP . . . . . . . . . . . . . . . . . . . . . . . . 5 2.1.1 Why and What Is SNMP? . . . . . . . . . . . . . . . . . . 5 2.1.2 Managers and Agents . . . . . . . . . . . . . . . . . . . . 6 2.1.3 Structure of Management Information . . . . . . . . . . . 7 2.1.4 Management Information Base . . . . . . . . . . . . . . . 8 2.2 SNMPv1 and SNMPv2 . . . . . . . . . . . . . . . . . . . . . . . . 8 2.2.1 SNMP and UDP . . . . . . . . . . . . . . . . . . . . . . . 8 2.2.2 SNMP Communities . . . . . . . . . . . . . . . . . . . . . 9 2.2.3 SMI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 2.2.4 SNMP Operations . . . . . . . . . . . . . . . . . . . . . . 11 3 Related Works 21 3.1 libsmi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 3.1.1 Library . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 3.1.2 Tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 3.1.3 What I Need from Libsmi? . . . . . . . . . . . . . . . . . 23 3.1.4 Where can I get libsmi? . . . . . . . . . . . . . . . . . . . 24 3.2 SNMP++ .NET . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 3.3 Internet Explorer Web Controls . . . . . . . . . . . . . . . . . . . 24 3.3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 24 3.3.2 Tour of the WebControls . . . . . . . . . . . . . . . . . . 25 3.3.3 Download and Install . . . . . . . . . . . . . . . . . . . . 26 4 Implementation 27 4.1 MIB To XML Converter : smidump . . . . . . . . . . . . . . . . 28 4.1.1 smidump usage . . . . . . . . . . . . . . . . . . . . . . . . 28 4.1.2 tracing smidump . . . . . . . . . . . . . . . . . . . . . . . 30 4.2 Web-Based Configuration Manager . . . . . . . . . . . . . . . . . 31 4.2.1 Left Frame . . . . . . . . . . . . . . . . . . . . . . . . . . 32 4.2.2 Right Frame . . . . . . . . . . . . . . . . . . . . . . . . . 38 iii iv TABLE OF CONTENTS 4.2.3 Dynamic Template Column of DataGrid . . . . . . . . . . 41 5 Conclusion 49 Bibliography 51 A RFCs 53 | |
dc.language.iso | en | |
dc.title | SNMP組態管理系統之實作 | zh_TW |
dc.title | Implementation of SNMP Configuration System | en |
dc.type | Thesis | |
dc.date.schoolyear | 94-2 | |
dc.description.degree | 碩士 | |
dc.contributor.oralexamcommittee | 呂毓榮,陳英一 | |
dc.subject.keyword | 組態管理, | zh_TW |
dc.subject.keyword | SNMP, | en |
dc.relation.page | 56 | |
dc.rights.note | 有償授權 | |
dc.date.accepted | 2006-07-25 | |
dc.contributor.author-college | 電機資訊學院 | zh_TW |
dc.contributor.author-dept | 電機工程學研究所 | zh_TW |
顯示於系所單位: | 電機工程學系 |
文件中的檔案:
檔案 | 大小 | 格式 | |
---|---|---|---|
ntu-95-1.pdf 目前未授權公開取用 | 1.16 MB | Adobe PDF |
系統中的文件,除了特別指名其著作權條款之外,均受到著作權保護,並且保留所有的權利。