1 / 24

6: Web Based Management

6: Web Based Management. Web Technology. HTTP Get Request. Device Config from a Browser. Basic HTTPd Configuration. Cisco 2500 Web UI. cisco CallManager IP PaBX. 3Com SuperStack II 3300 Switch. Web Based Enterprise Mgmt. CiscoWorks2000. CIM Interface for NMS Integration.

Télécharger la présentation

6: Web Based Management

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. 6: Web Based Management

  2. Web Technology

  3. HTTP Get Request

  4. Device Config from a Browser

  5. Basic HTTPd Configuration

  6. Cisco 2500 Web UI

  7. cisco CallManager IP PaBX

  8. 3Com SuperStack II 3300 Switch

  9. Web Based Enterprise Mgmt

  10. CiscoWorks2000

  11. CIM Interface for NMS Integration

  12. Multi Router Traffic Grapher

  13. MRTG Configuration File • # Add a WorkDir: /some/path line to this file • WorkDir: e:\ohj\InetPub\wwwroot\MRTG • # Description: Linux matti.puska.fi 2.2.5-15 • Target[matti.puska.fi]: 2:public@195.148.158.150 • MaxBytes[matti.puska.fi]: 1250000 • Title[matti.puska.fi]: matti.puska.fi (matti.puska.fi): eth0 • PageTop[matti.puska.fi]: <H1>Traffic Analysis for eth0 • </H1> • <TABLE> • <TR><TD>System:</TD><TD>matti.puska.fi in Veikkola Finland</TD></TR> • <TR><TD>Maintainer:</TD><TD>Matti <root@localhost> </TD></TR> • <TR><TD>Interface:</TD><TD>eth0 (2)</TD></TR> • <TR><TD>IP:</TD><TD>matti.puska.fi (195.148.158.150)</TD></TR> • <TR><TD>Max Speed:</TD> • <TD>1250.0 kBytes/s (ethernetCsmacd)</TD></TR> • </TABLE> E

  14. Directory Enabled Networking

  15. DEN Base Schema X.500 Top CIM ManagedSystemElement Configuration Application Person Group Software System Location Check Action Organization Product FRU Protocol Service Profile Policy NetworkDevice NetworkMedia LinkedContainer NetworkProtocol NetworkElement DEN

  16. Desktop Management Initiative

  17. Windows Management Instrumentation

  18. CIM Studio

  19. Common Information Model

  20. CIM Common Model: Systems

  21. CIM Core Model: Class Inheritance ManagedElement Caption Description Product Collection Configuration StatisticalInformation Setting ManagedSystemElement Name: string Status: string InstallDate: datetime PhysicalElement LogicalElement Manufacturer … LogicalDevice System DeviceID Roles … Reset()

  22. CIM Core Model: Associations * ManagedElement * * Dependency Statistics * * Product Collection Configuration StatisticalInformation Rel. Stats. * * Setting ManagedSystemElement Component * Element Config. * * * 0...1 ElementSetting * DefaultSetting * * PhysicalElement LogicalElement Logical Identity Synchronized * * * * Realizes LogicalDevice System

  23. CIM Core Model: Aggregations * ManagedElement * * Dependency Statistics ProductParentChild MbrOf Coll. * * Product Collection Configuration StatisticalInformation Rel. Stats. Setting Context * * Setting ManagedSystemElement Component * Product Physical E´lements Element Config. * * * 0...1 ElementSetting * DefaultSetting * * PhysicalElement LogicalElement Logical Identity Synchronized * * * SystemDevice * Realizes LogicalDevice System

  24. Managed Object Format Syntax [Abstract, Description ( “An abstraction or emulation of a hardware entity...”)] class CIM_LogicalDevice : CIM_LogicalElement { ... [Key, MaxLen (64), Description ( “An address or other identifying information...”)] string DeviceID; [Description ( “Boolean indicating power management...)] boolean PowerManagementSupported; [Description ( “Request for the LogicalDevice be enabled...”)] uint32 EnableDevice([IN] boolean Enabled); }; Meta data Class Name, Inheritance Properties Methods

More Related