COMP2106: Management Organization

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 21

COMP2106

Management Organization
Chapter 9

2013 George Brown College

Objectives
Distribution of Management tasks
Management Hierarchies
Philosophies of Management
Distribution
Management Gateways
2013 George Brown College

Management Organization
Client/Server model
Management application (client) manages
many systems and devices (servers)

Multiple Layers
Requests from higher layers trickle down
layer by layer until they hit the device

Usage of Intermediaries
Logging hosts as in Syslog
Netflow collectors as in Netflow
2013 George Brown College

Scaling

Management
Complexity

Keep up with growing size and


complexity of networks

Management Complexity
Developing, deploying, maintaining and
extending management applications
(Build)
Keep pace with growth and size of
Networks (Runtime)
2013 George Brown College

Build Complexity
Applications start small, may be a single service
provisioning
New equipment from same vendor or others may get
added, different interfaces and configurations
Change in access networks (DSL to Cable)
Additional Services (add voice service)
Accomplishing all these changes and growth in a
single centralized system is impossible . Multiple
Cooperating management systems may be required
2013 George Brown College

2013 George Brown College

Runtime Complexity
A single application may not meet the
growth in number of services, devices,
end systems etc. Applications needs to
be distributed across multiple servers.
Vulnerability against failure
System failure
Connection failure
2013 George Brown College

Management
Hierarchies
Management Proxies
Specialization of applications along the different
layers or types of tasks

Can reduce requirements for management


communication bandwidth. Helpful when
WAN links are involved
Different management applications may run
on their own hosts and user interface.
2013 George Brown College

2013 George Brown College

Management Styles

Management by Delegation
Management by Objectives
Management by Exception

2013 George Brown College

10

Management by Delegation
Most common theme
Upper layer management system delegates certain
tasks to lower-layer systems
Fault Management
Logging of events
Deduplication of errors
Correlation of events

Performance Management
Netflow collection and aggregation
Polling of devices for statistics
Preprocessing of statistical information
2013 George Brown College

11

Management by Delegation
Accounting Management
Correlation of call detail records across
the network

Configuration Management
Autoconfiguration backups
Value-added configuration management
functions
Distribution of software patches across
the network
2013 George Brown College

12

RMON
Well known technology that implements Management by
Delegation
Special SNMP MIB that enables delegation of certain
tasks to RMON probes, a management appliance or an
application residing on a device
Examples for RMON tasks are
Collection of statistics
Subscribing to certain notifications
Generation of threshold crossing alerts

2013 George Brown College

13

2013 George Brown College

14

Management by Objectives
Also known as Policy-Based Management
Management system establishes certain goals for
subordinate systems (Policy)
Subordinate systems translate these into required
lower-level actions
Policy goals example : Do not let voice services for
old end users be affected by those for new users
Policy rules example: If there are already 80 users
connected to a T1 port, reject any attempt to
provision additional
users.
2013
George Brown College

15

2013 George Brown College

16

Management by Exception
Involves management tasks when something
unusual occurs
Involves delegation of monitoring tasks to a
subordinate, who alerts management
application when something unusual happens
Example is when a subordinate system
monitors the utilization and sends an alert
when utilization crosses certain level
2013 George Brown College

17

Management Mediation
Information, Services and protocols etc may be
different at different levels of management
hierarchy
Some kind of translation is required between the
agent at bottom of hierarchy and the manager at
the top level Management mediation
A gateway positioned between a manager and an
agent, where translation is required
2013 George Brown College

18

2013 George Brown College

19

Mediation
An example : A Syslog-to-SNMP
Management Gateway
Function is to convert syslog
messages from an agent into SNMP
traps for a SNMP Manager
Define a syslog mediation MIB
2013 George Brown College

20

2013 George Brown College

21

You might also like