Agenda SNMP Review SNMP Manager Management Information Base (MIB)

Slides:



Advertisements
Similar presentations
Global Network & Network Management **** IEC Teacher Workshop June 28, 2012 Prof. Mani Subramanian.
Advertisements

Chapter 19: Network Management Business Data Communications, 5e.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based.
Chapter 19: Network Management Business Data Communications, 4e.
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.
Inside the Internet. INTERNET ARCHITECTURE The Internet system consists of a number of interconnected packet networks supporting communication among host.
Service Providers & Data Link & Physical layers Week 4 Lecture 1.
1 SNMP Simple Network Management Protocol. 2 SNMP Overview Define mechanism for remote management of network devices (routers, bridges, etc.) Fundamental.
Data Networking Fundamentals Unit 7 7/2/ Modified by: Brierley.
1 System support & Management Protocols Lesson 13 NETS2150/2850 School of Information Technologies.
SNMP Simple Network Management Protocol
(part 3).  Switches, also known as switching hubs, have become an increasingly important part of our networking today, because when working with hubs,
ICONICS Worldwide Customer Summit – September 2006 Jim Desrosiers SNMP Data Mining for IT Connectivity.
ENS 1 SNMP M Clements. ENS 2 Simple Network Management Protocol Manages elements in networks – E.g. routers, switches, IP phones, printers etc. Uses manager.
Instructor: Robert D’Andrea 2015
Chapter 6 Overview Simple Network Management Protocol
McGraw-Hill The McGraw-Hill Companies, Inc., 2000 SNMP Simple Network Management Protocol.
Lecture slides prepared for “Business Data Communications”, 7/e, by William Stallings and Tom Case, Chapter 8 “TCP/IP”.
Evolved from ARPANET (Advanced Research Projects Agency of the U.S. Department of Defense) Was the first operational packet-switching network Began.
Network Management Concepts and Practice Author: J. Richard Burke Presentation by Shu-Ping Lin.
1.  TCP/IP network management model: 1. Management station 2. Management agent 3. „Management information base 4. Network management protocol 2.
Emanuele Pasqualucci Extending AppManager Monitoring with the SNMP Toolkit.
SNMP: Simple Network Management Protocol
SNMP (Simple Network Management Protocol)
Network Protocols UNIT IV – NETWORK MANAGEMENT FUNDAMENTALS.
SNMP ( Simple Network Management Protocol ) based Network Management.
SNMP Simple Network Management Protocol Team: Matrix CMPE-208 Fall 2006.
Common Devices Used In Computer Networks
Network Management System The Concept –From a central computer, network administrator can manage entire network Collect data Give commands –Moving gradually.
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.
BAI513 - PROTOCOLS SNMP BAIST – Network Management.
1 Version 3.0 Module 11 TCP Application and Transport.
ITEC 275 Computer Networks – Switching, Routing, and WANs Week 13 Chapter 13 Instructor: RobertD’Andrea 2015.
CS 453 Computer Networks Lecture 22 Network Management.
Lec 3: Infrastructure of Network Management Part2 Organized by: Nada Alhirabi NET 311.
Introduction  Client/Server technology is seen by many as the solution to the difficulty of linking together the various departments of corporation.
1 Network Management: SNMP The roots of education are bitter, but the fruit is sweet. - Aristotle.
SNMP Simple Network Management Protocol SNMP Simple Network Management Protocol Haris Ribic.
429 SNMP. (c) 2001, Hans Kruse and Shawn Ostermann 2 Objectives  Overview of SNMP  SNMP Tools  Direct Access to Cisco Routers.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Computer Software Chapter 4.
SNMP 1. SNMP is an Internet protocol developed by the IETF. It is designed to facilitate the exchange of management information between network elements.
1 Kyung Hee University Prof. Choong Seon HONG SNMP Network Management Concepts.
 Introduction  Structure of Management Information  Practical Issues  Summary 2.
Net 221D:Computer Networks Fundamentals
Mastering SNMP Notes 25/12/2010. Simple Network Management Protocol (SNMP) is an application-layer protocol that provides a message format for communication.
Topic 11 Network Management. SNMPv1 This information is specific to SNMPv1. When using SNMPv1, the snmpd agent uses a simple authentication scheme to.
Lec 3: Infrastructure of Network Management Part2 Organized by: Nada Alhirabi NET 311.
ITL Getting Information: Packet Sniffing Cisco Router Commands SNMP.
Simple Network Management Protocol
Overview – SOE Net-SNMP v5.7.2
SNMP.
Lec7: SNMP Management Information
Overview – SOE Net-SNMP v
Karl Quinn 23rd November 2004 NDS M.Sc.
Overview – SOE Net-SNMP v5.7.3
Lec 5: SNMP Network Management
SNMP M Clements ENS.
SNMP M Clements ENS.
CHAPTER 3 Architectures for Distributed Systems
Lecture 6: TCP/IP Networking By: Adal Alashban
Data Networking Fundamentals
Evolved from ARPANET (Advanced Research Projects Agency of the U.S. Department of Defense) Was the first operational packet-switching network Began.
SNMP M Clements ENS.
Lec 5: SNMP Network Management
SNMP (Simple Network Management Protocol) based Network Management
SNMP (Simple Network Management Protocol) based Network Management
Standards, Models and Language
Presentation transcript:

Agenda SNMP Review SNMP Manager Management Information Base (MIB) Router Monitoring OPManager

SNMP What is SNMP? Simple Network Management Protocol (SNMP) is an application–layer protocol defined by the Internet Architecture Board (IAB) in RFC1157 for exchanging management information between network devices. It is a part of Transmission Control Protocol⁄Internet Protocol (TCP⁄IP) protocol suite.

SNMP SNMP is one of the widely accepted protocols to manage and monitor network elements. Most of the professional–grade network elements come with bundled SNMP agent. These agents have to be enabled and configured to communicate with the network management system (NMS).

SNMP SNMP basic components and their functionalities SNMP consists of SNMP Manager Managed devices SNMP agent Management Information Database Otherwise called as Management Information Base (MIB)

SNMP SNMP Manager: A manager or management system is a separate entity that is responsible to communicate with the SNMP agent implemented network devices. This is typically a computer that is used to run one or more network management systems. SNMP Manager’s key functions Queries agents Gets responses from agents Sets variables in agents Acknowledges asynchronous events from agents

SNMP Managed Devices: A managed device or the network element is a part of the network that requires some form of monitoring and management e.g. routers, switches, servers, workstations, printers, and UPSs.

SNMP SNMP Agent: The agent is a program that is packaged within the network element. Enabling the agent allows it to collect the management information database from the device locally and makes it available to the SNMP manager, when it is queried for. These agents could be standard (e.g. Net-SNMP) or specific to a vendor (e.g. HP insight agent)

SNMP SNMP agent’s key functions Collects management information about its local environment Stores and retrieves management information as defined in the MIB. Signals an event to the manager. Acts as a proxy for some non–SNMP manageable network node.

Management Information Base (MIB) A MIB (Management Information Base) is a database of the objects that can be managed on a device. The managed objects, or variables, can be set or read to provide information on the network devices and interfaces.

MIB Management Information database or Management Information Base (MIB) Every SNMP agent maintains an information database describing the managed device parameters. The SNMP manager uses this database to request the agent for specific information and further translates the information as needed for the Network Management System (NMS). This commonly shared database between the Agent and the Manager is called Management Information Base (MIB).

MIB Typically these MIB contains standard set of statistical and control values defined for hardware nodes on a network. SNMP also allows the extension of these standard values with values specific to a particular agent through the use of private MIBs. In short, MIB files are the set of questions that a SNMP Manager can ask the agent. Agent collects these data locally and stores it, as defined in the MIB. So, the SNMP Manager should be aware of these standard and private questions for every type of agent.

MIB snmpwalk .1.3.6.1.2.1.17.4.3.1.1 to get the MAC address table; snmpwalk .1.3.6.1.2.1.17.4.3.1.2 to get the bridge port number; snmpwalk .1.3.6.1.2.1.17.1.4.1.2 to get the bridge port to ifIndex mapping.

SNMP MIB structure and Object Identifier (Object ID or OID) Management Information Base (MIB) is a collection of Information for managing network element. The MIBs comprises of managed objects identified by the name Object Identifier (Object ID or OID). Each Identifier is unique and denotes specific characteristics of a managed device. When queried for, the return value of each identifier could be different e.g. Text, Number, Counter, etc...

SNMP There are two types of Managed Object or Object ID: Scalar and Tabular. They could be better understandable with an example Scalar: Device’s vendor name, the result can be only one. (As definition says: "Scalar Object define a single object instance") Tabular: CPU utilization of a Quad Processor, this would give me a result for each CPU separately, means there will be 4 results for that particular Object ID. (As definition says: "Tabular object defines multiple related object instance that are grouped together in MIB tables")

SNMP Every Object ID is organized hierarchically in MIB. The MIB hierarchy can be represented in a tree structure with individual variable identifier. A typical object ID will be a dotted list of integers. For example, the OID in RFC1213 for "sysDescr" is .1.3.6.1.2.1.1.1

SNMP Basic commands of SNMP The simplicity in information exchange has made the SNMP as widely accepted protocol. The main reason being concise set of commands, here are they listed below: GET: The GET operation is a request sent by the manager to the managed device. It is performed to retrieve one or more values from the managed device. GET NEXT: This operation is similar to the GET. The significant difference is that the GET NEXT operation retrieves the value of the next OID in the MIB tree.

SNMP GET BULK: The GETBULK operation is used to retrieve voluminous data from large MIB table. SET: This operation is used by the managers to modify or assign the value of the Managed device. TRAPS: Unlike the above commands which are initiated from the SNMP Manager, TRAPS are initiated by the Agents. It is a signal to the SNMP Manager by the Agent on the occurrence of an event. INFORM: This command is similar to the TRAP initiated by the Agent, additionally INFORM includes confirmation from the SNMP manager on receiving the message.

SNMP RESPONSE: It is the command used to carry back the value(s) or signal of actions directed by the SNMP Manager. Typical SNMP communication Being the part of TCP⁄ IP protocol suite, the SNMP messages are wrapped as User Datagram Protocol (UDP) and intern wrapped and transmitted in the Internet Protocol. The following diagram will illustrate the four–layer model developed by Department of Defense (DoD).

SNMP TCP/IP Topology

SNMP SNMP Communications Process http://www.manageengine.com/network-monitoring/what-is-snmp.html

Router Monitoring WAN links and the routers that serve them are usually the most expensive part of the network, and managing bandwidth allocation can be complex. Over-subscribing to bandwidth could mean that the company is paying for more bandwidth than required and under-subscribing could result in congestion and unacceptable network performance. WAN Monitoring and Router Monitoring thus become very critical to not just day-to-day productivity but also to a company's bottom-line. Network managers will need to optimize the quality of service by balancing throughput, committed information rate (CIR) and burst rate with congestion, response time, and discards.

Router Monitoring Some of the WAN monitoring challenges include optimizing bandwidth allocations, ensuring high network availability, quickly resolving WAN problems, capacity planning for future requirements, minimizing recurring costs on WAN links, identifying high traffic/ utilization sources and spotting & updating problematic legacy routers.

OPManager With its rich web-based interfaces, OpManager offers pretty advanced network management functionality and at a compelling price-point, making our decision to select OpManager, all the more easier. We look forward to building upon our Network infrastructure with OpManager at the core of providing a secure and resilient management solution."

Router and WAN Monitoring with OpManager

This Week’s Outcome SNMP Review SNMP Manager Management Information Base (MIB) Router Monitoring OPManager

Concluding Remarks Questions and/or Concerns