1 / 12

CMIP based Light MIB: Design & Implementation

CMIP based Light MIB: Design & Implementation. Inho Roh, Ilsoo Ahn Network Systems Division Samsung Electronics Co. {ihroh, isahn}@samsung.com. Introduction. How to manage efficiently. • Increasing heterogeneity and complexity • Must consider expandability & efficiency. How?.

ailis
Download Presentation

CMIP based Light MIB: Design & Implementation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CMIP based Light MIB: Design & Implementation Inho Roh, Ilsoo Ahn Network Systems Division Samsung Electronics Co. {ihroh, isahn}@samsung.com

  2. Introduction How to manage efficiently • Increasing heterogeneity and complexity • Must consider expandability & efficiency How? High speedy Massively interconnected • Proposed various technologies • CMIP, CORBA, Web-based, XML etc. Simple layout of small, separate network • SNMP(proposed as transition period standard) • Inadequate for the complex network

  3. MIB(Management Information Base) • Management information between Manager and Agent • Collection of Information abstracted by objects • Control device by getting or setting the MIB value MIB • Table based Architecture • Easy to implement and highly compatible • Limitation in expandability and efficiency SNMP MIB • Well designed concept with inheritance and containment • High overhead operating on OSI 7-layer stack • Difficult to implement and manage OSI MIB

  4. SNMP vs. CMIP

  5. Example of Managed Object Reference using ObjectList attribute NE=1 Rack EH=1 TP=1 TP=2 TP=3 TP=4 Link Shelf EH=1 SOL SOL SOL SOL Slot EH=1 EH=2 EH=3 ObjectList Pointer (AOL & SOL) CP=1 CP=2 CP=3 Card AOL AOL AOL NE: Network Element EH: EquipmentHolder CP: CircuitPack TP: TerminationPoint AOL: AffectedObject List SOL: SupportededByObjectList

  6. Naming, Pointer relationships for the SDH Model sdhNE Optical SPI TTP MS Protection Relationship Naming RS CTP RS TTP Naming MS CTP MS TTP MS TTP Naming Naming unPrCTP unPrCTP prTTP Working channel Protecting channel AUG Connectivity Pointer (Upstream & Downstream) AU4 CTP AU3 CTP SDH: Synchronous Digital Hierarchy TTP: Trail Termination Point CTP: Connection Termination Point SPI: SDH Physical Interface RS: Regenerator Section MS: Multiplexer Section unPrCTP: unProtectedCTP prTTP: protectedTTP AU: Administrative Unit

  7. Light MIB Implementation using Naming Rule Light MIB Implementation No Additional Modeling No Overhead Insert reference Information for the other MOs to RDN Id RDN Id Basic component for MIT DN configuration Mandatory Field Naming Rule Rule given to Object’s Name Between Manager and Agent Use RDN Id with Naming Rule

  8. Example of Naming Rule for Encoding and Decoding • ttpId = rackId*100000 + shelfId*10000 + slotId*100 + linkId; Encoding Rule ShelfId LinkId 1 1 1 5 0 7 RDN Id RackId SlotId Example of TTP ID Naming Rule Decoding Rule • rackId = ttpId/100000; • shelfId = (ttpId-ttpId/100000*100000)/10000; • slotId = (ttpId-ttpId/10000*10000)/100; • linkId = ttpId-ttpId/100*100;

  9. Implicit MO Reference using Naming Rule NE=1 Rack EH=1 110301 110302 110303 110304 Link Shelf EH=1 SOL SOL SOL SOL Slot EH=1 EH=2 EH=3 Implicit Relationship without using AOL or SOL CP=1 CP=2 CP=3 Card AOL AOL AOL NE: Network Element EH: EquipmentHolder CP: CircuitPack TP: TerminationPoint AOL: AffectedObject List SOL: SupportededByObjectList

  10. Implicit SDH hierarchy Architecture sdhNE 110301 Optical SPI TTP MS Protection Relationship 110301 RS TTP 110301 110401 MS TTP MS TTP Naming Naming Implicit Relationship without CTP managed Object 110301 unPrCTP unPrCTP prTTP Working channel Protectingchannel AUG Connectivity Pointer (Upstream & Downstream) AU4 CTP AU3 CTP SDH: Synchronous Digital Hierarchy TTP: Trail Termination Point CTP: Connection Termination Point SPI: SDH Physical Interface RS: Regenerator Section MS: Multiplexer Section unPrCTP: unProtectedCTP prTTP: protectedTTP AU: Administrative Unit

  11. Advantage of Light MIB Light MIB Easy to implement Easy to Manage High Readability • Possible to refer MO only by RDN Id • Doesn’t need additional attribute analysis Decreased Management Information • Saves storage space(better performance) • Decreased Network traffic and network load • Uses existing information model • No effort for additional Modeling • Change only in Naming Rule Small Change

  12. Conclusions Importance of Network Management • How to manage complex and ever-growing network efficiently SNMP(Simple Network Management Protocol) • Simple and easy to implement but limited functions • Not appropriate for managing complex and ever-growing network CMIP(Common Management Information Protocol) • Provides high stability and supported various functions • Heavy overhead and complicated implementation and management Light MIB using Naming Rule • Easy to implement and manage with small change • Maintains well-designed existing MIB of ITU-T • Save storage space of Agent and Manager by reducing the volume of MIB • Decreases management traffic and enhances the network performance

More Related