特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

網(wǎng)絡(luò)配置管理設(shè)計.doc

約63頁DOC格式手機(jī)打開展開

網(wǎng)絡(luò)配置管理設(shè)計,5.5萬字61頁有設(shè)計程序摘 要眾所周知,it技術(shù)的迅猛發(fā)展,網(wǎng)絡(luò)的應(yīng)用范圍不斷擴(kuò)大,其功能越來越復(fù)雜,人們對網(wǎng)絡(luò)管理的功能要求也隨之越來越高。配置管理是最基本的網(wǎng)絡(luò)管理功能,負(fù)責(zé)網(wǎng)絡(luò)的建立、業(yè)務(wù)的展開以及配置數(shù)據(jù)的維護(hù)。本文成功的實現(xiàn)了配置信息的獲取,即通過snmp4j從網(wǎng)絡(luò)設(shè)備的mib庫中提取信息;設(shè)備配置信息的查...
編號:45-4596大小:738.00K
分類: 論文>計算機(jī)論文

內(nèi)容介紹

此文檔由會員 蔡依林 發(fā)布

5.5萬字 61頁 有設(shè)計程序
摘 要
眾所周知,IT技術(shù)的迅猛發(fā)展,網(wǎng)絡(luò)的應(yīng)用范圍不斷擴(kuò)大,其功能越來越復(fù)雜,人們對網(wǎng)絡(luò)管理的功能要求也隨之越來越高。配置管理是最基本的網(wǎng)絡(luò)管理功能,負(fù)責(zé)網(wǎng)絡(luò)的建立、業(yè)務(wù)的展開以及配置數(shù)據(jù)的維護(hù)。
本文成功的實現(xiàn)了配置信息的獲取,即通過SNMP4J從網(wǎng)絡(luò)設(shè)備的MIB庫中提取信息;設(shè)備配置信息的查詢,即根據(jù)管理員指定的設(shè)備名稱,從數(shù)據(jù)庫中提取相應(yīng)設(shè)備的配置信息給管理員看;設(shè)備配置信息的刪除,即從數(shù)據(jù)庫中刪除指定設(shè)備的配置信息;設(shè)備配置信息的修改,它包括兩種:修改數(shù)據(jù)庫中的配置信息和修改網(wǎng)絡(luò)設(shè)備的MIB中的SNMP配置信息;設(shè)備配置信息的一致性檢查,即比較設(shè)備的MIB中的配置信息與數(shù)據(jù)庫中的信息是否一致,如果不一致,通知管理員進(jìn)行維護(hù)。經(jīng)過實際測試,該系統(tǒng)易于使用,運(yùn)行穩(wěn)定,性能良好,能夠基本滿足網(wǎng)絡(luò)配置管理的需要。
關(guān)鍵詞:網(wǎng)絡(luò)管理,網(wǎng)絡(luò)配置管理,簡單網(wǎng)絡(luò)管理協(xié)議,管理信息庫

ABSTRACT

This paper is based on research and development on top of SNMP,focuses on how to use simple network management protocol to acquire management information of each equipment from the management information base,and then changes, adds, deletes, consistency checkes these information etc. Based on the detailed task analysis and design, have successfully realized the functions of configuration management by using JBuilder 2006 environment and SNMP4j. Configuration management is the most basic network management functions, it is an important guarantee of a modern and efficient network operation ,and it is one of the most important embodiment of network management system safety.Meanwhile,It will also network with other aspects of management have had close relations. Therefore, It is of great significance of with research and realization of the entire network management system.

KEY WORDS network management, configuration management,simple network management protocol, management information base


目 錄

第一章 緒論
第二章 網(wǎng)絡(luò)配置管理
第三章 詳細(xì)設(shè)計
3.1 項目設(shè)計內(nèi)容原則
3.2 技術(shù)工具介紹
3.2.1 開發(fā)環(huán)境JBuilder2006簡介
3.2.2 程序設(shè)計語言
3.3 配置管理的功能分析及系統(tǒng)結(jié)構(gòu)
3.3.1 功能分析
3.3.2 系統(tǒng)總體模塊
3.4 設(shè)計框圖
第四章 網(wǎng)絡(luò)配置管理實現(xiàn)
4.1 系統(tǒng)功能實現(xiàn)及算法
4.1.1 獲取MIB信息流程及算法
4.1.2 查詢數(shù)據(jù)庫流程及算法
4.1.3 高級查詢流程及算法
4.2 模塊界面圖
第五章 總結(jié)
致 謝
參考文獻(xiàn)