文档介绍:华中科技大学
硕士学位论文
EPON网元管理系统告警管理模块的设计与实现
姓名:朱文颖
申请学位级别:硕士
专业:通信与信息系统
指导教师:石坚
20070604
摘要
随着网络技术和设备的发展,光接入网(OAN)已经成为接入网发展的趋势。
EPON 以其成本低、带宽高、分配灵活和服务范围大的特点,将成为接入网的一种最
有效的通信方法。EPON 技术和设备的使用和发展也为 EPON 网络和设备的管理提
出了新的要求和课题。EPON 标准属于以太网范围,其设备支持 SNMP(简单网络管
理协议),可以将其视为一种 IP 设备来管理,但是 EPON 设备又有其自身的特点,
不同于一般的 IP 设备。本文主要研究的是 EPON 网元管理系统中告警管理模块的设
计与实现。
本文仔细分析了 EPON 网元告警管理模块的需求标准与实际需求,精心设计了
整个模块的流程、功能之间的关系和一些必需的算法,根据子功能模块的划分将告
警管理模块划分为告警采集、告警事件实时显示、告警事件实时显示过滤和告警事
件处理四个子功能模块。整个模块分为四层,其中,告警采集子模块处于采集层;
告警事件实时显示子模块、告警事件实时显示过滤子模块和告警事件处理子模块处
于服务器层;表现层使用 GUI 用户界面;数据库层使用 Hibernate 支持多种数据库。
为了保证模块能快速稳定地运行并且考虑到模块的扩展性,在整个模块的设计和实
现过程中,大量使用了接口注入、观察者模式、MVC 模式等先进的设计思想和设计
模式;采用了相互关联的数据表,极大地降低了数据库的数据量;使用回调方式解
决客户端同步问题;使用 XML 作为客户端配置文件。最后,本文提出了针对本模块
可行的改进方向。
关键词:EPON 告警管理告警事件设计模式
I
Abstract
With the development work technology and equipment, Optical Access
Network (OAN) has e a tendency of work. As one of the most effective
communications technologies of work, EPON has the advantages of low cost,
high bandwidth, flexibility and wild range of services. The usage and development of
EPON technology and equipment lead to the new requirements and subject of EPON
equipment management. The EPON standard is a part of the standards. The
EPON equipment supports SNMP and can be managed as a kind of IP equipments. But
EPON equipment is different from ordinary IP equipments because of its own
characteristics. The main point of this article is to design and implement the fault manage
module of work element manage system.
The standard of requirements and actual requirements of fault manage module are
analyzed in detail. The processes of the module, connections between all the functions and
some necessary arithmetic are well designed. According to the functions, fault manage
module is divided into four sub modules, including fault collection sub module, real-time
display sub module, display filtration sub module and event disposal sub module. Th