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 Target[matti.puska.fi]: MaxBytes[matti.puska.fi]: Title[matti.puska.fi]: matti.puska.fi (matti.puska.fi): eth0 PageTop[matti.puska.fi]: Traffic Analysis for eth0 System: matti.puska.fi in Veikkola Finland Maintainer: Matti Interface: eth0 (2) IP: matti.puska.fi ( ) Max Speed: kBytes/s (ethernetCsmacd) E
14 Directory Enabled Networking
15 DEN Base Schema Top ConfigurationApplicationPersonManagedSystemElement LocationCheckSoftwareSystem Service NetworkProtocolNetworkElement NetworkMediaNetworkDevice Action ProductFRU Group Organization ProfilePolicy LinkedContainer Protocol DEN CIM X.500
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 Product CollectionConfiguration StatisticalInformation ManagedSystemElement Setting PhysicalElementLogicalElement LogicalDeviceSystem ManagedElement Caption Description Name: string Status: string InstallDate: datetime Manufacturer … DeviceID Reset() Roles …
22 CIM Core Model: Associations ManagedElement Product CollectionConfiguration StatisticalInformation ManagedSystemElement Setting PhysicalElement LogicalDeviceSystem DependencyStatistics Rel. Stats. DefaultSetting ElementSetting Element Config. Realizes Synchronized Logical Identity LogicalElement * ** * * * *0...1 * * * * * * * * * * * Component
23 CIM Core Model: Aggregations ManagedElement Product CollectionConfiguration StatisticalInformation ManagedSystemElement Setting PhysicalElement LogicalDeviceSystem DependencyStatistics Rel. Stats. DefaultSetting ElementSetting Element Config. Realizes Synchronized Logical Identity LogicalElement * ** * * * *0...1 * * * * * * * * * Component * * ProductParentChild Product Physical E´lements SystemDevice MbrOf Coll. Setting Context
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