1 Network Management: SNMP The roots of education are bitter, but the fruit is sweet. - Aristotle.

Slides:



Advertisements
Similar presentations
Top-Down Network Design Chapter Nine Developing Network Management Strategies Copyright 2010 Cisco Press & Priscilla Oppenheimer.
Advertisements

Chapter 19: Network Management Business Data Communications, 5e.
CIS : Network Management. Introduction Network, associated resources and distributed applications indispensable Complex systems —More things can.
Chapter 19: Network Management Business Data Communications, 4e.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 24 Network Management: SNMP.
Manajemen Jaringan dan Network Security Pertemuan 26 Matakuliah: H0484/Jaringan Komputer Tahun: 2007.
Dr Alejandra Flores-Mosri Network Monitoring Internet Management & Security 06 Learning outcomes At the end of this session, you should be able to: –Explain.
Network Management 2 School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 16, Thursday 4/19/2007)
1 ITC242 – Introduction to Data Communications Week 12 Topic 18 Chapter 19 Network Management.
TCP/IP Protocol Suite 1 Chapter 21 Upon completion you will be able to: Network Management: SNMP Understand the SNMP manager and the SNMP agent Understand.
CSCE 515: Computer Network Programming Chin-Tser Huang University of South Carolina.
1 Pertemuan 26 Manajemen Jaringan dan Network Security Matakuliah: H0174/Jaringan Komputer Tahun: 2006 Versi: 1/0.
Network Management Management Tools –Desirable features Management Architectures Simple Network Management Protocol.
1 System support & Management Protocols Lesson 13 NETS2150/2850 School of Information Technologies.
Dr Alejandra Flores-Mosri Network Monitoring Internet Management & Security 06 Learning outcomes At the end of this session, you should be able to: –Explain.
COMP4690, by Dr Xiaowen Chu, HKBU
1 Network Management and SNMP  What is Network Management?  ISO Network Management Model (FCAPS)  Network Management Architecture  SNMPv1 and SNMPv2.
SNMP and CMIP By, Vishwajit Singh Srigiri Laxman Srinivas ISQS 6341, Spring 2000.
SNMP Simple Network Management Protocol
Guide to TCP/IP, Third Edition Chapter 11: Monitoring and Managing IP Networks.
Check Disk. Disk Defragmenter Using Disk Defragmenter Effectively Run Disk Defragmenter when the computer will receive the least usage. Educate users.
Network Management: SNMP
1 Network Management Computer Networks. 2 OSI Network Management Model Performance Management e.g. utilization Fault Management e.g. SNMP traps Configuration.
Chapter 6 Overview Simple Network Management Protocol
McGraw-Hill The McGraw-Hill Companies, Inc., 2000 SNMP Simple Network Management Protocol.
TCP/IP Protocol Suite 1 Chapter 21 Upon completion you will be able to: Network Management: SNMP Understand the SNMP manager and the SNMP agent Understand.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 23 Simple Network Management Protocol (SNMP)
SNMP ( Simple Network Management Protocol ) based Network Management.
1.  TCP/IP network management model: 1. Management station 2. Management agent 3. „Management information base 4. Network management protocol 2.
SNMP: Simple Network Management Protocol
Network Protocols UNIT IV – NETWORK MANAGEMENT FUNDAMENTALS.
SNMP ( Simple Network Management Protocol ) based Network Management.
Network Management8-1 Chapter 8: Network Management Chapter goals: r introduction to network management m motivation m major components r Internet network.
Top-Down Network Design Chapter Nine Developing Network Management Strategies Oppenheimer.
Communication and Functional Models
BAI513 - PROTOCOLS SNMP BAIST – Network Management.
Fundamentals of Network Management
ICT 6621 : Advanced NetworkingKhaled Mahbub, IICT, BUET, 2008 Lecture 13 Network Management.
1 Network Management Security Behzad Akbari Fall 2009 In the Name of the Most High.
CS 453 Computer Networks Lecture 22 Network Management.
Lec 3: Infrastructure of Network Management Part2 Organized by: Nada Alhirabi NET 311.
SNMP Simple Network Management Protocol SNMP Simple Network Management Protocol Haris Ribic.
Chapter 19: Network Management Business Data Communications, 4e.
SNMP 1. SNMP is an Internet protocol developed by the IETF. It is designed to facilitate the exchange of management information between network elements.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2001 TCP/IP Application Layer.
Network Management Security
1 Kyung Hee University Prof. Choong Seon HONG SNMP Network Management Concepts.
Ch 9. Network Management Myungchul Kim
Mastering SNMP Notes 25/12/2010. Simple Network Management Protocol (SNMP) is an application-layer protocol that provides a message format for communication.
Chapter 27 Network Management Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Lec 3: Infrastructure of Network Management Part2 Organized by: Nada Alhirabi NET 311.
Jaringan Telekomunikasi, Sukiswo ST, MT Sukiswo
Computer and Information Security
Network management Communication model
Chapter 19: Network Management
SNMP.
Karl Quinn 23rd November 2004 NDS M.Sc.
Network Management: SNMP
Lec 5: SNMP Network Management
Network Management Computer Networks.
Top-Down Network Design Chapter Nine Developing Network Management Strategies Copyright 2010 Cisco Press & Priscilla Oppenheimer.
System and Network Management
Fundamentals of Network Management
Lec 5: SNMP Network Management
SNMP (Simple Network Management Protocol) based Network Management
SNMP (Simple Network Management Protocol) based Network Management
Simple Network Management Protocol
Network Management Security
Top-Down Network Design Chapter Nine Developing Network Management Strategies Copyright 2010 Cisco Press & Priscilla Oppenheimer.
Standards, Models and Language
Presentation transcript:

1 Network Management: SNMP The roots of education are bitter, but the fruit is sweet. - Aristotle

2 Objectives Describe the basic network management architecture Explain the role that Simple Network Management Protocol plays in an IP-based network Describe the 5 layers (or, components) of the OSI Network Management model Explain the types of PDUs used by SNMP v3

3 Network Management Architecture The basic network management architecture consists of a set of devices being managed (known as managed devices or agents), and a centralized management station (known as a management entity or a manager ) At each managed device, a piece of software called a management agent collects data about the managed device (e.g. received and sent traffic, errors, link utilization levels, etc.) and stores them in a management database The management entity periodically requests (or, polls) managed devices to send recent data about themselves. Management agents in managed devices respond to these requests by sending data stored in their database

4 Network Management Architecture Management entity acts as a repository for data collected over time from managed devices. Using third party software, these received data can be processed to present information to network managers in various forms (such as graphs) showing trends over time. In addition to responding to periodical requests for data from the management entity, managed devices may report abnormal events on their own (called alerts or traps) 1.When alerts are received, management entity generates appropriate responses (such as operator notification, event logging, system shutdown or restart, and other kinds of automated attempts to repair affected systems)

5 Network Management Architecture Management entities (Manager) and managed devices (Agents) use SNMP - Simple Network Management Protocol to communicate and exchange data

6 OSI Network Management Model OSI network management model defines a common frame of reference for network management, and provides a framework for major functions that network management systems perform The OSI network management model incorporates the following five layers: –Accounting management –Configuration management –Fault management –Performance management –Security management

7 OSI Network Management Model Accounting management: –focuses on using network and service utilization parameters to assign usage charges back to various divisions within an organization Configuration management: –focuses on documenting network and system configuration data about operating system or firmware, network interfaces, protocols and related settings, etc. –provides centralized access to and control over configuration data Fault management: –focuses on detecting, logging and repairing network and system problems

8 OSI Network Management Model Performance management: –focuses on measuring and monitoring network traffic levels, utilization, and other statistical metrics (such as throughput, response times, error rates) to help maintain network and system performance at acceptable levels –helps identifying abnormal performance Security management: –focuses on controlling access to network resources to avoid various intrusions and attacks –restricts access to resources based on proper authentication and authorization

9 Management Components SNMP: defines the format of messages exchanged between a manager and an agent. SMI (Structure of Management Information): defines general rules for: –naming objects (“objects” are variables within the management database that holds data) –their types (including range and length) –how to encode objects and their values –SMI v1 - RFC 1155, SMI v2 - RFC 2578

10 Management Components MIB (Management Information Base): creates a set of named objects, their types, and their relationships to each other in a managed device (such as a router), similar to meta data in a database SMI requires that each object (such as: udpInDatagrams) in a managed device have a unique name. To name objects globally, SMI uses an object identifier, which is a hierarchical identifier based on a tree structure

11 Figure 21.3 Management overview

12 Figure 21.5 Object identifier

13 Management Information Base (MIB) Currently, MIB-2 (RFC 1213) is the popular general MIB supported by most SNMP-managed devices MIB-2 provides general TCP/IP management info including interface statistics (interface speed, MTU size, bytes sent, bytes received, etc.) and various other things pertaining to the system itself (location, contact, etc.)

14 SNMP Messages SNMP managers and agents communicate over UDP with a specific set of Protocol Data Units SNMP v3 defines 8 types of PDUs: –GetRequest –GetNextRequest –GetBulkRequest –SetRequest –Response –Trap –InformRequest –Report

15 Figure SNMP PDUs

16 SNMP PDUs GetRequest: sent from a manager to the agent to read the value of a variable (object) in the MIB GetNextRequest: mostly used by a manager to get values of the entries in a MIB table GetBulkRequest: sent by a manager to retrieve a large amount of data from an agent SetRequest: sent from a manager to the agent to set (or, write) a value in a MIB variable Trap: sent from an agent to a manager unsolicited to report an event

17 SNMP PDUs Response: sent from an agent to a manager in response to a GetRequest or GetNextRequest. It contains value(s) of the variable(s) requested by the manager InformRequest: sent from one manager to a remote manager to get the value(s) of some variable(s) from agents under the control of the remote manager Report: to report errors between managers. Not in use yet.