Manajemen Jaringan, Sukiswo ST, MT 1 SNMP Management Information Sukiswo

Slides:



Advertisements
Similar presentations
Management Information Base for Version 2 of the Simple Network Management Protocol Presented by Zhou Ji (MIB for SNMPv2) By SNMPv2 Working Group.
Advertisements

1 Pertemuan 05 Model Informasi - SMI Matakuliah: H0372/Manajemen Jaringan Tahun: 2005 Versi: 1/0.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 24 Network Management: SNMP.
Shivkumar Kalyanaraman Rensselaer Polytechnic Institute 1 Simple Network Management Protocol (SNMP) Shivkumar Kalyanaraman Rensselaer Polytechnic Institute.
1 Jim Binkley SNMP SMI Structure of Management Information Network Mgmt/Sec.
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.
Shivkumar Kalyanaraman Rensselaer Polytechnic Institute 1 Simple Network Management Protocol (SNMP) Shivkumar Kalyanaraman Rensselaer Polytechnic Institute.
Shivkumar Kalyanaraman Rensselaer Polytechnic Institute 1 Simple Network Management Protocol (SNMP) Shivkumar Kalyanaraman Rensselaer Polytechnic Institute.
COMP4690, by Dr Xiaowen Chu, HKBU
SNMP Simple Network Management Protocol. Computer Center, CS, NCTU 2 Introduction  SNMP – Simple Network Management Protocol A set of standards for network.
Network Management: SNMP
SNMP Terms SNMP Agent (network element to monitor) SNMP Management Station Community String (password) SMI (Structure of Management Info) MIB (Management.
1 Kyung Hee University Prof. Choong Seon HONG SNMP Management Information.
SNMP (Simple Network Management Protocol) Jon Sevy Geometric and Intelligent Computing Laboratory Department of Mathematics and Computer Science Drexel.
Chapter 6 Overview Simple Network Management Protocol
SNMP Management Information
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 23 Simple Network Management Protocol (SNMP)
SNMP: Simple Network Management Protocol
SNMP (Simple Network Management Protocol)
Chapter 4 SNMPv1: Organization and Information Models Network Management: Principles and Practice © Mani Subramanian Chapter 4.
1 Introduction to Internet Network Management Mi-Jung Choi Dept. of Computer Science KNU
Network Management Computer Networks Natawut Nupairoj, Ph.D.
Network Management8-1 Chapter 8: Network Management Chapter goals: r introduction to network management m motivation m major components r Internet network.
1 © 1999 BMC SOFTWARE, INC. 2/10/00 SNMP Simple Network Management Protocol.
CHAPTER 9: NETWORK MANAGEMENT Management Information Base Management Information Base Abstract Syntax Notation Abstract Syntax Notation Simple Network.
SNMP ITL. ITL: © Hans Kruse, Shawn Ostermann, Carl Bruggeman2 Objectives Overview of SNMP SNMP Tools SNMP Monitoring Infrastructure.
MRTG Speaker: Yan-Shiang Wang Adviser: Quincy Wu Date: 2005/11/23.
Prof. Younghee Lee 1 1 Computer Networks u Lecture 14: Network Management Prof. Younghee Lee * Some part of this teaching materials are prepared referencing.
Internet Standard Management Framework
SNMP 1. SNMP is an Internet protocol developed by the IETF. It is designed to facilitate the exchange of management information between network elements.
SNMP Simple Network Management Protocol. Computer Center, CS, NCTU 2 Network Management  The network management is to Monitor the network Ensure the.
APRICOT 2008 Network Management Taipei, Taiwan February 20-24, 2008 Introduction to SNMP.
Management Information Base for Version 2 of the Simple Network Management Protocol (MIB for SNMPv2)
SNMP Simple Network Management Protocol. Computer Center, CS, NCTU 2 Network Management  The network management is to Monitor the network Ensure the.
Chapter 4 SNMPv1 Network Management:
CITA 440 Week 6 SNMPv1. Internet SNMP Management Internet Engineering Task Force (IETF) –1990SNMPv1 –1996SNMPv2 –1998SNMPv3 Internet documents: –Request.
Ch 9. Network Management Myungchul Kim
 Introduction  Structure of Management Information  Practical Issues  Summary 2.
Lec 2: Infrastructure of Network Management Part1 from : Computer Networking: A Top Down Approach 6 th edition – Chapter 9 1 Organized by: Nada Alhirabi.
Chapter 36 Network Management & SNMP. Network management monitors network related hardware & software; troubleshoot network problems Detects major failures.
Chapter 27 Network Management Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
ITL Getting Information: Packet Sniffing Cisco Router Commands SNMP.
Manajemen Jaringan, Sukiswo ST, MT 1 OSI Management Framework: Overview Sukiswo
Network Management Workshop June 2009 Papeete, French Polynesia
The Structure of Management Information (SMI) Naming OIDs, Defining OIDs SNMP Operations Hamdamboy Urunov, a Ph.D. Researcher student. Special Communication.
Jaringan Telekomunikasi, Sukiswo ST, MT Sukiswo
Jaringan Telekomunikasi, Sukiswo ST, MT Sukiswo
Network management Communication model
OSI Management Information
Simple Network Management Protocol (SNMP)
SNMP.
Simple Network Management Protocol
Lec7: SNMP Management Information
Network Management: SNMP
APRICOT 2008 Network Management Taipei, Taiwan February 20-24, 2008
Network Management Workshop November 2009 Nadi, Fiji
Network Management Workshop June 2009 Papeete, French Polynesia
Dept. of Computer Science and Engineering
Introduction to Internet Network Management
Basic Foundations: Standards, Models, and Language
System and Network Management
Network Management Workshop intERlab at AIT Thailand March 11-15, 2008
COMS/CSEE 4140 Networking Laboratory Lecture 10
4. Management Information Base
Simple Network Management Protocol
A Brief Introduction to Internet Network Management
Standards, Models and Language
Standards, Models and Language
Presentation transcript:

Manajemen Jaringan, Sukiswo ST, MT 1 SNMP Management Information Sukiswo

2 Table of Contents  Structure of Management Information –Overview –Meanings of MIB –SNMP MIB Structure –MIB Object Syntax –Defining MIB Objects –Defining MIB Tables Manajemen Jaringan, Sukiswo ST, MT

3 Overview of SNMP SMI  Structure of Management Information (SMI) –RFC 1155 (Full Standard) –defines the general framework for defining SNMP MIBs –describes how the managed objects (MOs) can be defined in the MIB, data types and values MOs can have and how MOs are named  SNMP SMI uses a subset of ASN.1  SNMP MIB can store only simple data types –scalars –2-dimensional arrays of scalars Manajemen Jaringan, Sukiswo ST, MT

4 Meanings of MIB  a MIB - a single MO definition  the MIB - the union of all MO definitions  MIB - the actual values of management information in a system a document containing definitions of management information a module written in a computer parsable form containing definitions MIB module the MIB a MIB a managed system a system's MIB management information 123 MIB document Manajemen Jaringan, Sukiswo ST, MT

5 MIB Structure  all MOs are structured hierarchically  Leaf objects in the tree are real MOs  Each MO has an OBJECT IDENTIFIER (OID) root joint-iso-ccitt(2)iso(1)ccitt(0) org(3) dod(6) internet(1) mgmt(2) experimental(3) private(4) snmpv2(6) mib-2(1) enterprises(1) Manajemen Jaringan, Sukiswo ST, MT

6 Object Identifier (OID)  uniquely identifies an MO in the MIB internet OBJECT IDENTIFIER : = { iso(1) org(3) dod(6) 1}  can be written as { } or  OID for tcpConnTable is iso org dod internet mgmt mib-2 tcp tcpConnTable  What is the OID for the object ifInOctets? (Hint: see MIB-II interfaces group, Fig 5.1 & 6.2) Manajemen Jaringan, Sukiswo ST, MT

7 Managed Object Syntax  ASN.1 notation is used to define MOs and the entire MIB structure Universal Types –INTEGER –OCTET STRING –NULL –OBJECT IDENTIFIER –SEQUENCE –SEQUENCE-OF Application-wide Types –Networkaddress –Ipaddress –Counter –Gauge –Timeticks –Opaque Manajemen Jaringan, Sukiswo ST, MT

8 Defining Managed Objects  the macro definition used for SNMP MIBs was initially defined in RFC 1155 (SMI) and later expanded in RFC 1212 (Concise MIB Definition)  RFC 1155 is used for defining MOs in MIB-I  RFC 1212 is used for defining MOs in MIB-II which is implemented in most SNMP agents today  OBJECT TYPE MACRO definition is used to define MOs –see Figure 5.3 (Macro for Managed Objects - RFC 1212) –see Figure 5.4 (SMI - RFC 1155) Manajemen Jaringan, Sukiswo ST, MT

9 Defining MO Tables  SNMP MIB structure is a simple 2-dimensional table with scalar-valued entries  A table typically consists of a SEQUENCE OF some entries  A table entry typically consists of a SEQUENCE that includes a number of scalar elements  See Figure 5.6 (MIB-II Specification of TCP Connection Table - RFC 1213) Manajemen Jaringan, Sukiswo ST, MT

10 Encoding MOs  Objects in the MIB are encoded using the basic encoding rules (BER)  BER is a widely used and standard encoding scheme  READING – Read Chapter 5 Manajemen Jaringan, Sukiswo ST, MT