Managing and Securing Computer Networks INFO-056

Size: px
Start display at page:

Download "Managing and Securing Computer Networks INFO-056"

Transcription

1 Managing and Securing Computer Networks INFO-056 Prof. Guy Leduc Université de Liège Institut Montefiore, B28 B-4000 Liège 1 Phone: ou 2696 (secrétariat) Fax: Guy.Leduc@ulg.ac.be URL: Network Management 1-1 Reference Books (Chapters 8 and 9 of) Computer Networking: A Top-Down Approach, 6 th edition. Jim Kurose, Keith Ross Addison-Wesley, March Network Security: PRIVATE Communication in a PUBLIC World, 2 nd edition. Charlie Kaufman, Radia Perlman, Mike Speciner Prentice Hall, Network Management 1-2 1

2 Course content Part 1: Network Management Part 2: Network Security One seminar: IPv6 security by E. Vyncke, CISCO Systems Network Management 1-3 Evaluation Theory Oral exam Weight: 50% Student projects Two projects: Network management Network security Group of (up to) 2 students Weight: 50% Network Management 1-4 2

3 Chapter 1: Network Management Chapter goals: Introduction to network management motivation major components Internet network management framework MIB: management information base SMI: data definition language SNMP: protocol for network management Presentation services: ASN.1 Kurose & Ross (chapter 9) gives an overview Slides also cover some material from SNMP, SNMPv2 and RMON by William Stallings, Addison Wesley, Network Management 1-5 Chapter 1 outline What is network management? Internet-standard management framework Structure of Management Information: SMI Management Information Base: MIB SNMP Protocol Operations and Transport Mappings ASN.1 Network Management 1-6 3

4 What is network management? autonomous systems (aka network ): 100s or 1000s of interacting hardware/software components other complex systems requiring monitoring, control: jet airplane nuclear power plant others? scenarios where network management is useful: detecting failures of interface cards or links host monitoring monitoring traffic detecting route flapping monitoring Service Level Agreements (SLAs) intrusion detection Network Management 1-7 Management Functional Areas Performance management Monitoring: track activities on the network (response time, bottlenecks, ) Controlling: adjust to improve performance Fault management Detection, isolation, and correction of abnormal operation Fault Error Configuration and name management Initializing a network and gracefully shutting it down Maintaining, adding, and updating the relationships among components Accounting management Enable charges to be established for the use of resources Security management Managing information protection and access-control Generating, distributing, and storing encryption keys Network Management 1-8 4

5 What is network management? (2) "Network management includes the deployment, integration and coordination of the hardware, software, and human elements to monitor, test, poll, configure, analyze, evaluate, and control the network and element resources to meet the real-time, operational performance, and Quality of Service requirements at a reasonable cost." Network Management 1-9 Infrastructure for network management definitions: managing entity (NOC) managing Entity data Network Management Protocol agent data managed device agent data managed device agent data managed device agent data managed device agent data managed device managed devices contain managed objects whose data is gathered into a Management Information Base (MIB) NOC: Network Operations Center Network Management

6 Origin of TCP/IP Network Management In early days, ICMP (Internet Control Message Protocol) was used to provide feedback about problems echo-reply with or without timestamps, source routing, record routes, PING program and some supplemental tools The Internet growth, with associated management domains for subparts, required a standardized protocol In 1987, SGMP: Simple Gateway Monitoring Protocol Need for more general-purpose network management tool Network Management 1-11 Origin of SNMP Three promising approaches emerged: HEMS (High-Level Entity Management System) Generalization of HMP (Host Management Protocol) which is the first network management protocol used in the Internet SNMP (Simple Network Management Protocol) Enhanced version of SGMP CMOT (CMIP over TCP/IP) CMIP was the Common Management Information Protocol under development in ISO In 1988, the Internet Architecture Board (IAB) approved Further development of SNMP as a short-term solution CMOT, or even CMIP over OSI protocols, as the long-range solution As it was felt that TCP/IP installations would transition to OSI-based protocols and services!!! Both approaches would use the same data base of managed objects Same SMI and MIB to facilitate the transition HEMS was more capable than SNMP, but the extra effort for a shortterm solution seemed unwarranted Network Management

7 The SNMP Evolution Binding the two protocols at the object level became impractical In OSI, managed objects are seen as sophisticated entities with attributes, associated procedures, and notification capabilities, and other more complex characteristics based on the object-oriented technology In SNMP, objects are not really objects at all from the point of view of object-oriented technology simply variables with a few basic characteristics, such as data type, read-only or read-write attributes, IAB thus relaxed the condition on common SMI and MIB Progress on SNMP was rapid, and SNMP became widely available on vendor equipment SNMP became the network management protocol, just as TCP/ IP became the protocol suite for data transfer Enhancements to SNMP have been pursued e.g. RMON (Remote Monitoring) to monitor subnetworks as a whole Network Management 1-13 Network Management standards ISO s CMIP Common Management Information Protocol designed 1980 s: the unifying net management standard too slowly standardized SNMP: Simple Network Management Protocol Internet roots (SGMP) started simple deployed, adopted rapidly growth: size, complexity currently: SNMP V3 de facto network management standard Network Management

8 Chapter 1 outline What is network management? Internet-standard management framework Structure of Management Information: SMI Management Information Base: MIB SNMP Protocol Operations and Transport Mappings ASN.1 Network Management 1-15 SNMP overview: 4 key parts Management Information Base (MIB): distributed information store of network management data Structure of Management Information (SMI): data definition language for MIB objects SNMP protocol convey manager<->managed object info, commands security, administration capabilities major addition in SNMPv3 Network Management

9 MIB: Management Information Base The foundation of a network management system is a data base containing information about the elements to be managed Each system maintains a MIB that reflects the status of the managed resources at that system The MIB must meet two objectives: The object(s) used to represent a particular resource must be the same at each system Example: A MIB for TCP/IP specifies that the active and passive open counts be stored for connections. Not the active ones and the total number, or This allows a simple protocol to be written to access the required information A common scheme (object identification and definition language) for representation must be used to support interoperability SMI Network Management 1-17 SMI: Structure of Management Information The SMI identifies the data types that can be used in the MIB specifies how resources within the MIB are represented and named For simplicity and extensibility within the MIB, the MIB can store only simple data types: Scalars, two-dimensional arrays Interoperability requires that the SMI provides standardized techniques for: defining the structure of a particular MIB defining individual objects, including the syntax and the value of each object encoding object values Network Management

10 Object Naming question: how to name every possible standard object (protocol, data, more ) in every possible network standard? answer: ISO Object Identifier tree: hierarchical naming of all objects each branchpoint has name, number Network Management 1-19 OSI ObjectIdentifier Tree Check out Network Management

11 Object Naming question: object identifier of udpindatagrams (= total # datagrams delivered at this node)? answer: ISO ISO-ident. Org. US DoD Internet udpindatagrams UDP MIB2 management Network Management 1-21 SMI: data definition language Purpose: syntax, semantics of management data welldefined, unambiguous base data types: straightforward, boring OBJECT-TYPE data type, status, semantics of managed object MODULE-IDENTITY groups related objects into MIB module Basic Data Types INTEGER Integer32 Unsigned32 OCTET STRING OBJECT IDENTIFIER IPaddress Counter32 Counter64 Gauge32 TimeTick Opaque Network Management

12 Basic Data Types A subset of the ASN.1 notation is used to define : each individual object the entire MIB structure A subset of Universal types is used e.g. integer, octetstring, object identifier, sequence Some application-wide types are defined, such as: IPaddress Counter32: nonnegative integer that can only be incremented up to and then wraps around (roll over counter) Gauge32: nonnegative integer that can be incremented up to and decremented. If the value increases beyond the maximum value, it will not roll over, it will remain stuck at its maximum value TimeTick: nonnegative integer that counts the number of 100th of a second since some identified event. It is thus a relative timer. Network Management 1-23 MIB MIB module specified via SMI MODULE-IDENTITY (100 standardized MIBs, more vendor-specific) MODULE OBJECT-TYPE: OBJECT-TYPE: OBJECT-TYPE: objects specified via SMI OBJECT-TYPE construct Network Management

13 SMI: Object, module examples OBJECT-TYPE: ipindelivers ipindelivers OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The total number of input datagrams successfully delivered to IP userprotocols (including ICMP) ::= {ip 9} " as ip is " MODULE-IDENTITY: ipmib ipmib MODULE-IDENTITY LAST-UPDATED Z ORGANIZATION IETF SNPv2 Working Group CONTACT-INFO Keith McCloghrie DESCRIPTION The MIB module for managing IP and ICMP implementations, but excluding their management of IP routes. REVISION Z ::= {mib-2 48} Network Management 1-25 Defining Objects - Syntax An object (e.g. tcpmaxconn) is an instance of OBJECT- TYPE with the following key components:" Syntax: i.e. the abstract syntax of the object, defined in ASN.1" Access: i.e. the way in which the objects may be accessed (e.g. read-only, read-write, write-only, not-accessible)" Status: the implementation support required for this object (e.g. mandatory, optional, deprecated: mandatory but likely to be removed soon, obsolete: not needed any more)" Description (optional): a textual description of the semantics" Reference (optional): a textual cross-reference to an object defined in some other MIB" Index: used in defining tables. It is present if the object type corresponds to a conceptual row of a table" Default (optional): default value at object creation" Value Notation: The name used to access this object via SNMP (e.g. {ip 9})" Network Management

14 MIB example: UDP module Object ID Name Type Comments udpindatagrams Counter32 total # datagrams delivered at this node udpnoports Counter32 # undeliverable datagrams no app at port udpinerrors Counter32 # undeliverable datagrams all other reasons udpoutdatagrams Counter32 # datagrams sent udptable SEQUENCE one entry for each port in use by app, gives port # and IP address Network Management 1-27 Defining table objects SMI supports only one form of structuring of data: a simple two-dimensional table with scalar-valued entries The definition involves the SEQUENCE (OF) ASN.1 type and the IndexPart of the OBJECT-TYPE macro Example: tcpconntable tcpconntable OBJECT-TYPE" SYNTAX" "SEQUENCE OF tcpconnentry" ACCESS "not-accessible" STATUS" "mandatory" DESCRIPTION ""A table containing TCP connection-specific info"" ::= {tcp 13}" " as tcp is " Network Management

15 Defining table objects (2) tcpconnentry OBJECT-TYPE" SYNTAX" "TCPConnEntry" ACCESS "not-accessible" STATUS" "mandatory" DESCRIPTION ""Info about a particular TCP connection. An object of" this type is transient, in that it ceases to exist when (or" soon after) the connection makes the transition to the" CLOSED state"" INDEX " "{tcpconnlocaladdress, tcpconnlocalport, " tcpconnremaddress, tcpconnremport}" -- These 4 items are necessary and sufficient to distinguish a row" ::= {tcpconntable 1}" " TCPConnEntry ::= SEQUENCE { tcpconnstate INTEGER," " " " tcpconnlocaladdress IpAddress," tcpconnlocalport INTEGER ( )," tcpconnremaddress IpAddress," tcpconnremport INTEGER ( )}" --Only these 5 are visible to network management" tcpconnstate OBJECT-Type " " Network Management 1-29 Chapter 1 outline What is network management? Internet-standard management framework Structure of Management Information: SMI Management Information Base: MIB SNMP Protocol Operations and Transport Mappings ASN.1 Network Management

16 SNMP Protocol Basic Concepts: SNMP in the protocol stack Operations supported by SNMP Communities and Community Names Instance Identification Lexicographical Ordering Network Management 1-31 SNMP in the protocol stack Agent process" SNMP" UDP" Host! IP" User processes" HTTP, " TCP" Network-dependent protocols" Management station! Router! Agent process" SNMP" UDP" IP" Network-dependent" protocols" Network" manager" Manager process" SNMP" UDP" IP" Network-dependent" protocols" Central MIB" Network Management

17 SNMP Proxies Management station! Manager process" SNMP" UDP" IP" Network-" dependent" protocols" Agent process" SNMP" UDP" IP" Network-" dependent" protocols" Proxy! Mapping function" Protocol" architecture " used by " proxied" device" Network-" dependent" protocols" Proxied device! Management process" Protocol" architecture " used by " proxied" device" Network-" dependent" protocols" Network" Network" Network Management 1-33 Operations supported by SNMP Two ways to convey MIB info, commands: request managing entity response managing entity trap msg agent data managed device request/response mode Port 161 agent data managed device trap mode Port 162 Network Management

18 SNMP protocol: message types Message type GetRequest GetNextRequest GetBulkRequest InformRequest SetRequest Response Trap Function Mgr-to-agent: get me data (instance, next in list, block) Mgr-to-Mgr: here s MIB value Mgr-to-agent: set MIB value Agent-to-mgr: value, response to Request Agent-to-mgr: inform manager of exceptional event Network Management 1-35 SNMP protocol: message formats Get/set header Variables to get/set PDU type (0-3) Request ID Error Status (0-5) Error Index Name Value Name Value. PDU type 4 Enterprise Agent Addr Trap Type (0-7) Specific code Time stamp Name Value. Trap header Trap info SNMP PDU Network Management

19 SNMP PDU fields request-id: used to distinguish among outstanding requests by providing each request with a unique ID error-status: used to indicate that an error occurred while processing the request noerror, nosuchname, badvalue, readonly, error-index: when error-status is different from noerror, it may provide additional information by indicating which variable in a list caused the exception variablebindings: a list of names and corresponding values except for GetRequest where the values are null enterprise: type of object generating trap agent-addr: address of object generating trap trap type: generic trap type linkdown, linkup, authentication-failure, time-stamp: time elapsed between the last (re)initialization of the network entity and the generation of the trap Network Management 1-37 Trap-directed polling Problem with a large number of agents In essence, the network is not made to carry management information that the manager does not need, and agents are not made to respond to frequent requests for uninteresting information The preferred strategy is: At initialization time (and perhaps at infrequent intervals), a management station can poll all of the agents it knows for some key information (e.g. interface characteristics, baseline performance statistics) Each agent is responsible for notifying the management station of any unusual event (e.g. agent has crashed and is rebooted, a link fails, an overload). Agents report these events by the trap message When alerted, a management station may choose to take some action. Typically to direct polls to the agent and perhaps some nearby agents in order to diagnose any problem This trap-directed polling can result in substantial savings of network capacity and agent processing time Network Management

20 Communities A management station usually manages several objects But an object may be managed by several management stations Each managed station must be able to control the use of its MIB by a number of distinct management stations There are two aspects in this control: Authentication service: authentication of manager Access policy: different privileges to different managers These aspects relate to security for which SNMP (v1 and v2) provides only a primitive and limited capacity, namely the concept of a community Network Management 1-39 Communities and Community Names A SNMP community is a relationship between an SNMP agent and a set of SNMP managers that define authentication and access control characteristics The community concept is a local one defined at the managed system The managed system establishes one community for each desired combination of authentication and access control characteristics Each community is given a unique (within this agent) community name The same name may be used by different managed agents with different meanings The management stations are provided with and must employ the community name in all get and set operations A management station must keep track of the community name(s) associated with each of the agents that it wishes to access SNMP message:! Version" Community" SNMP PDU" Network Management

21 Authentication service SNMP (v1 and v2) provides for only a trivial scheme for authentication Every message from a management station includes a community name It functions as a password With this limited form of authentication, many network managers will be reluctant to allow anything other than network monitoring (get and trap) Network control is clearly a more sensitive area Network Management 1-41 Access Policy Two aspects SNMP MIB view: a subset of the objects within a MIB Different MIB views may be defined for each community The set of objects in a view need not belong to a single subtree of the MIB SNMP access mode: an element of the set {READ-ONLY, READ-WRITE} An access mode is defined for each community The combination of a MIB view and an access mode is called a community profile A community profile thus consists of a defined subset of the MIB at the agent, plus an access mode Recall also that each MIB object has its own ACCESS clause How can we reconcile these restrictions? Network Management

22 Relationship Between MIB ACCESS Category and SNMP ACCESS Mode MIB ACCESS! Category! READ-ONLY! SNMP Access Mode! READ-WRITE! read-only! Available for get and trap operations" read-write! Available for get and trap" operations" Available for get, set, and trap" operations" write-only! Available for get and trap " operations, but the value is " implementation-specific" Available for get, set, and trap" operations, but the value is" implementation-specific" for get and trap operations" not accessible! Unavailable" Network Management 1-43 Administrative concepts SNMP" agent" set of SNMP" managers" SNMP MIB" view" SNMP" access mode" SNMP community" (community name)" SNMP community" profile" SNMP access policy" The combination of a SNMP community and a SNMP community profile is an SNMP access policy Network Management

23 Object Instance Identification We know that every object in the MIB has a unique object identifier, which is defined by the position of the object in the tree-structured MIB However, when an access is made to a MIB, via SNMP or some other means, it is a specific instance of an object that is wanted, not an object type This distinction is essential for objects that appear in tables Called columnar objects For them the object identifier alone does not suffice to identify the instance There is one instance of each object for every row in the table Therefore we need some convention by which a specific instance of an object within a table may be identified Reference to object instances is protocol-specific It is not defined in the MIB We ll consider SNMP specific instance identification Network Management 1-45 Instance Identification in SNMP Two techniques: Serial-access technique Based on a lexicographic ordering of objects The lexicographical order is defined later Useful to access object instances sequentially Get-next request Random-access technique Direct access to object instance Network Management

24 Random Access An instance of a scalar object of a particular row of a table is the concatenation of the object type identifier of the table object the suffix that identifies a row object the suffix that identifies the scalar element in that row one set of values of the INDEX objects Network Management 1-47 Example: connection state tcpconnentry OBJECT-TYPE" SYNTAX" "TCPConnEntry" ACCESS "not-accessible" STATUS" "mandatory" DESCRIPTION ""Info about a particulat TCP connection. An object of" this type is transient, in that it ceases to exist when (or" soon after) the connection makes the transition to the" CLOSED state"" INDEX " "{tcpconnlocaladdress, tcpconnlocalport, " tcpconnremaddress, tcpconnremport}" ::= {tcpconntable 1}" " TCPConnEntry ::= SEQUENCE { tcpconnstate INTEGER," tcpconnlocaladdress IpAddress," " " " tcpconnlocalport INTEGER ( )," tcpconnremaddress IpAddress," tcpconnremport INTEGER ( )}" The connection state of the connection indexed by ( , 12, , 15)" will be identified by " Network Management

25 Random access to other objects For table and row objects, no instance identifier is defined They are not leaf objects Their ACCESS characteristic is listed as "not-accessible" For scalar objects, there is no ambiguity between the object type and an instance of that object (one-to-one relationship) For consistency with tabular objects, and to distinguish between an object type and an object instance, SNMP dictates that the instance identifier of a scalar object consists of its object identifier concatenated with 0 Network Management 1-49 Lexicographical Ordering An object identifier is a sequence of integers that reflects a hierarchical or tree structure of the objects in the MIB Sequences of integers exhibit a lexicographical ordering That ordering corresponds to traversing the tree of objects identifiers in depth-first mode with child nodes of a common parent depicted in ascending numerical order This ordering extends to object instance identifiers An ordering is important when the manager does not know the exact makeup of the MIB view that an agent presents to it By using the get-next operation, the SNMP management station can ask the next object in that ordering It works even if the supplied identifier is not valid, i.e. does not exist in the MIB In that case, this is the next valid identifier that is returned Also useful to access tables row by row Network Management

26 SNMP security and administration View-based access control SNMP entity maintains database of access rights, policies for various users this database is itself accessible as managed object! In SNMP v3: community-based security model NOT used encryption: DES-encrypt SNMP message, needs shared secret key authentication: compute, send MIC(m,k): compute hash (MIC = Message Integrity Code) over the concatenation of message (m) and secret shared key (k) protection against playback: use nonce Network Management 1-51 Chapter 1 outline What is network management? Internet-standard management framework Structure of Management Information: SMI Management Information Base: MIB SNMP Protocol Operations and Transport Mappings The presentation problem: ASN.1 Network Management

27 The presentation problem Q: does perfect memory-to-memory copy solve the communication problem? A: not always! struct { char code; int x; } test; test.x = 259; test.code= a test.code test.x a host 1 format test.code test.x a host 2 format problem: different data format, storage conventions Network Management 1-53 A real-life presentation problem:???????? Groovy! grandma 2012 teenager aging 60 s hippie Network Management

28 Presentation problem: potential solutions 1. Sender learns receiver s format. Sender translates into receiver s format. Sender sends. real-world analogy? pros and cons? 2. Sender sends. Receiver learns sender s format. Receiver translate into receiver-local format real-world-analogy? pros and cons? 3. Sender translates to host-independent format. Sends. Receiver translates to receiver-local format. real-world analogy? pros and cons? Needs machine-independent, OS-independent, language-independent method for describing data types! Network Management 1-55 Solving the presentation problem 1. Translate local-host format to host-independent format 2. Transmit data in host-independent format 3. Translate host-independent format to remote-host format presentation service It is pleasing to me! presentation service It is pleasing to me! presentation service Cat s pajamas! Groovy! Awesome, dude!!!!!!!!! grandma aging 60 s hippie 2012 teenager Network Management

29 ASN.1: Abstract Syntax Notation 1 ISO standard X.680 used extensively in Internet like eating vegetables, knowing this good for you! defined data types, object constructors like SMI BER: Basic Encoding Rules specify how ASN.1-defined data objects to be transmitted each transmitted object has Type, Length, Value (TLV) encoding Network Management 1-57 Abstract Syntax - Example EmployeeRecord ::= Tags (see later)" [APPLICATION 0] SET {[0] name ISO646STRING [1] address ISO646STRING [2] idnumber EmployeeNoType} EmployeeNoType ::= INTEGER Network Management

30 ASN.1 Compilers ASN.1 compilers translate ASN.1 into classical programming languages: C, C++, Java, Packet formats and data types are specified in ASN.1 MIB objects are also specified in ASN.1 The ASN.1 compiler generates: One programming language type per ASN.1 type Encoding/decoding functions: Mapping local representation into a commonly agreed transfer syntax Applies the Basic Encoding Rules (BER) Network Management 1-59 Role of tags ASN.1 uses tags to remove ambiguities on type components Tags also used later by languages such as XML Example: EmployeeRecord ::= SET { name ISO646STRING EmployeeNoType ::= INTEGER address ISO646STRING idnumber EmployeeNoType} Without tags, it would be impossible to discriminate the name and address fields in an 'EmployeeRecord' All types get a tag Network Management

31 Classes of tags A tag is composed of two parts: its class and its number Classes of tags: UNIVERSAL class Universal types 1: BOOLEAN, 2: INTEGER, 3: BITSTRING, 4: OCTETSTRING, 6: Object-Identifier, 9: REAL, 10: ENUMERATED TYPE, 12: SEQUENCE (OF), 13: SET (OF), 23,24: TIME APPLICATION class The numbers are assigned by the standards that describe the protocols Their semantics are local to an application CONTEXT class Used to remove ambiguities in the types PRIVATE class Network Management 1-61 Implicit tags EmployeeRecord ::= " [APPLICATION 0] IMPLICIT SET { "[0] name "ISO646STRING" " " " "[1] address "ISO646STRING" " " " "[2] idnumber "EmployeeNoType}" EmployeeNoType ::= INTEGER" APPLICATION tag" CONTEXT tag" (Implicit) UNIVERSAL tag" APPLICATION 0 identifies the EmployeeRecord type and its constructor (SET) However this constructor (SET) has a (universal) tag too, which is now redundant To avoid the encoding of the two tags (APPLICATION 0 and SET), ASN.1 uses the keyword IMPLICIT Only the APPLICATION 0 tag will be part of the encoding For CONTEXT tags, the class is not explicitly written UNIVERSAL tags are implicit Network Management

32 TLV Encoding Idea: transmitted data is self-identifying T: data type, one of ASN.1-defined types This actually means the tag Number" 0: simple type" 1: structured type" Class:" 00: UNIVERSAL" 01: APPLICATION" 10: CONTEXT" 11: PRIVATE" If tag number 31, then number is set to 31 and the next bytes contain the actual tag number (length + value)" L: length of data in bytes V: value of data, encoded according to ASN.1 standard If T is structured, then V is a set of component types (all encoded recursively in the TLV style) Network Management 1-63 TLV encoding: example lastname ::= OCTET STRING weight ::= INTEGER module of data type declarations written in ASN.1 Basic Encoding Rules (BER) {weight, 259} {lastname, smith } instances of data type specified in module Value, 259 Length, 2 bytes Type=2, integer Value, 5 octets (chars) Length, 5 bytes Type=4, octet string h t i m s 5 4 transmitted byte stream Network Management

33 Network Management: summary network management extremely important: 80% of network cost ASN.1 for data description SNMP protocol as a tool for conveying information Network management: more art than science what to measure/monitor? how to respond to failures? alarm correlation/filtering? Network Management

Chapter 9 Network Management

Chapter 9 Network Management Chapter 9 Network Management A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations;

More information

Chapter 8 Network Management. Chapter 8 outline. What is network management? Chapter 8: Network Management

Chapter 8 Network Management. Chapter 8 outline. What is network management? Chapter 8: Network Management Chapter 8 Network Management A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in powerpoint form so you can add, modify, and

More information

Chapter 9 Network Management

Chapter 9 Network Management Chapter 9 Network Management A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you can add, modify, and

More information

Network Management. What is network management?

Network Management. What is network management? Network Management Introduction to network management motivation major components Internet network management framework MIB: management information base SMI: data definition language SNMP: protocol for

More information

Chapter 9 Network Management. ISO network management. What is network management? Chapter 9: Network Management. Network Management standards

Chapter 9 Network Management. ISO network management. What is network management? Chapter 9: Network Management. Network Management standards Chapter 9 Network Management A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you can add, modify, and

More information

This Lecture. NWEN 403 Advanced Network Engineering. Network Management. Outline. Network management. Qiang Fu

This Lecture. NWEN 403 Advanced Network Engineering. Network Management. Outline. Network management. Qiang Fu This Lecture Network management NWEN 403 Advanced Network Engineering Qiang Fu School of Engineering and Computer Science Victoria University of Wellington 22/04/2015 NWEN403: Advanced Network Engineering

More information

SNMP Basics BUPT/QMUL 2015-05-12

SNMP Basics BUPT/QMUL 2015-05-12 SNMP Basics BUPT/QMUL 2015-05-12 Agenda Brief introduction to Network Management Brief introduction to SNMP SNMP Network Management Framework RMON New trends of network management Summary 2 Brief Introduction

More information

Simple Network Management Protocol SNMP

Simple Network Management Protocol SNMP Kommunikationssysteme (KSy) - Block 7 Simple Network Management Protocol SNMP Dr. Andreas Steffen 2000-2001 A. Steffen, 12.02.2001, KSy_SNMP.ppt 1 Definitions client/server network management application

More information

Simple Network Management Protocol - SNMP v1, ASN, MIB, BER. Network Management

Simple Network Management Protocol - SNMP v1, ASN, MIB, BER. Network Management Simple Network Management Protocol - SNMP v1, ASN, MIB, BER Network Management 1 Lectures Schedule Week Week 1 Topic Computer Networks - Network Management Architectures & Applications Week 2 Network Management

More information

Outline of the SNMP Framework

Outline of the SNMP Framework 2 SNMP--A Management Protocol and Framework Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology stadler@ee.kth.se September 2008 Outline of the SNMP Framework Management Program

More information

Network Management: - SNMP - Software Defined networking

Network Management: - SNMP - Software Defined networking Internet-Technologien (CS262) Network Management: - SNMP - Software Defined networking 23.4.2014 Christian Tschudin Departement Mathematik und Informatik, Universität Basel 9-1 Chapter 9 Network Management

More information

Simple Network Management Protocol

Simple Network Management Protocol Simple Network Management Protocol Chu-Sing Yang Department of Electrical Engineering National Cheng Kung University Outlines Basic Concepts Protocol Specification Transport-Level Support SNMP Group Practical

More information

Text Book: Computer Networking: A Top Down Approach Featuring the Internet 3rd edition, by Jim Kurose and Keith Ross, Addison-Wesley

Text Book: Computer Networking: A Top Down Approach Featuring the Internet 3rd edition, by Jim Kurose and Keith Ross, Addison-Wesley Network Management Text Book: Computer Networking: A Top Down Approach Featuring the Internet 3rd edition, by Jim Kurose and Keith Ross, Addison-Wesley these slides are based on USP Network Management

More information

SNMP. Simple Network Management Protocol

SNMP. Simple Network Management Protocol SNMP Simple Network Management Protocol Introduction SNMP Simple Network Management Protocol A set of standards for network management Protocol Database structure specification Data objects A set of standardized

More information

SNMP Network Management Concepts

SNMP Network Management Concepts SNMP Network Management Concepts Chu-Sing Yang Department of Electrical Engineering National Cheng Kung University Outline Background Basic Concepts Summary The Origins of TCP/IP Starts at 1969, and founded

More information

SNMP....Simple Network Management Protocol...

SNMP....Simple Network Management Protocol... SNMP...Simple Network Management Protocol... Outline of the SNMP Framework SNMP Transport Architecture UDP unreliable transport layer Manager process SNMP UDP IP Physical protocol Agent process SNMP UDP

More information

SNMP and Network Management

SNMP and Network Management SNMP and Network Management Nixu Oy Nixu Ltd PL 21 (Mäkelänkatu 91) 00601 Helsinki, Finland tel. +358 9 478 1011 fax. +358 9 478 1030 info@nixu.fi http://www.nixu.fi Contents Network Management MIB naming

More information

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science. 21. maaliskuuta 2016

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science. 21. maaliskuuta 2016 Jaakko Kotimäki Department of Computer Science Aalto University, School of Science Outline Introduction SNMP architecture Management Information Base SNMP protocol Network management in practice Niksula

More information

Network Management Tasks. 17: Network Management and Monitoring. Snort. Snort IDS. Snort Rules

Network Management Tasks. 17: Network Management and Monitoring. Snort. Snort IDS. Snort Rules Network Management Tasks 17: Network Management and Monitoring Last Modified: 4/21/2003 2:46:25 PM Protecting the network (e.g. intrusion detection) Detecting failed components (interfaces, links, hosts,

More information

TELE 301 Network Management

TELE 301 Network Management TELE 301 Network Management Lecture 20: Management Tools and Protocols Haibo Zhang Computer Science, University of Otago TELE301 Lecture 20: Management tools and protocols 1 What is Network Management?

More information

Simple Network Management Protocol

Simple Network Management Protocol 56 CHAPTER Chapter Goals Discuss the SNMP Management Information Base. Describe SNMP version 1. Describe SNMP version 2. Background The (SNMP) is an application layer protocol that facilitates the exchange

More information

Simple Network Management Protocol

Simple Network Management Protocol CHAPTER 32 Simple Network Management Protocol Background Simple Network Management Protocol (SNMP) is an application-layer protocol designed to facilitate the exchange of management information between

More information

Network Management (NETW-1001)

Network Management (NETW-1001) Network Management (NETW-1001) Dr. Mohamed Abdelwahab Saleh IET-Networks, GUC Spring 2016 TOC 1 Architecture of NMSs 2 OSI Network Management 3 Telecom Management Network 4 SNMP 5 SMI and MIB Remote Management

More information

ITEC310 Computer Networks II

ITEC310 Computer Networks II ITEC310 Computer Networks II Chapter 28 Network Management: Department of Information Technology Eastern Mediterranean University Objectives 2/60 After completing this chapter you should be able to do

More information

SNMP and SNMPv2: The Infrastructure for Network Management

SNMP and SNMPv2: The Infrastructure for Network Management SNMP and SNMPv2: The Infrastructure for Network Management William Stallings ABSTRACT The Simple Network Management Protocol is the most widely used protocol for the management of -based networks and internets.

More information

Introduction... 28-2 Network Management Framework... 28-2 Structure of Management Information... 28-3 Names... 28-4 Instances... 28-4 Syntax...

Introduction... 28-2 Network Management Framework... 28-2 Structure of Management Information... 28-3 Names... 28-4 Instances... 28-4 Syntax... Chapter 28 Simple Network Management Protocol (SNMP) Introduction... 28-2 Network Management Framework... 28-2 Structure of Management Information... 28-3 Names... 28-4 Instances... 28-4... 28-5 Access...

More information

Network Management. Copyright and acknowledgments

Network Management. Copyright and acknowledgments Network Management Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Network management and QoS provisioning - 1 Copyright and acknowledgments

More information

SNMP Simple Network Management Protocol

SNMP Simple Network Management Protocol SNMP Simple Network Management Protocol Simple Network Management Protocol SNMP is a framework that provides facilities for managing and monitoring network resources on the Internet. Components of SNMP:

More information

Network Management. Network Management. Copyright and acknowledgments. Acknowledgements. Pag. 1

Network Management. Network Management. Copyright and acknowledgments. Acknowledgements. Pag. 1 Network Management Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Network management and QoS provisioning - 1 Copyright and acknowledgments

More information

Network Management. Network management definition? Network Management. Network management definition? Copyright and acknowledgments

Network Management. Network management definition? Network Management. Network management definition? Copyright and acknowledgments Network management definition? Network Management Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Network management and QoS provisioning - 1

More information

System and Network Management

System and Network Management - System and Network Management Network Management : ability to monitor, control and plan the resources and components of computer system and networks network management is a problem created by computer!

More information

Lecture 5: Foundation of Network Management

Lecture 5: Foundation of Network Management Lecture 5: Foundation of Network Management Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4395 5-1 Network Management Standards OSI: Common Management Information

More information

8 Tutorial: Using ASN.1

8 Tutorial: Using ASN.1 8 Tutorial: Using ASN.1 Data Types This tutorial describes how to use ASN.1 types and values in the SDL suite. You will learn how to import and use ASN.1 modules in your SDL diagrams, how to generate code

More information

SNMP -overview. Based on: W.Stallings Data and Computer Communications

SNMP -overview. Based on: W.Stallings Data and Computer Communications SNMP -overview Based on: W.Stallings Data and Computer Communications Network Management -SNMP Simple Network Management Protocol (not so simple ) Dominant standardized network management scheme in use

More information

PA160: Net-Centric Computing II. Network Management

PA160: Net-Centric Computing II. Network Management PA160: Net-Centric Computing II. Network Management Luděk Matyska Slides by: Tomáš Rebok Faculty of Informatics Masaryk University Spring 2015 Luděk Matyska (FI MU) 3. Network Management Spring 2015 1

More information

SNMP SMI Structure of Management Information

SNMP SMI Structure of Management Information SNMP SMI Structure of Management Information Network Mgmt/Sec. 1 Outline ASN.1 short intro BER grammar/types SMI types and application types MACROs tables/examples 2 jrb comment: this will seem like much

More information

SIMPLE NETWORK MANAGEMENT PROTOCOL (SNMP)

SIMPLE NETWORK MANAGEMENT PROTOCOL (SNMP) 1 SIMPLE NETWORK MANAGEMENT PROTOCOL (SNMP) Mohammad S. Hasan Agenda 2 Looking at Today What is a management protocol and why is it needed Addressing a variable within SNMP Differing versions Ad-hoc Network

More information

Note: Most of the information in this chapter is taken from [1], and accompanying slides that are Mani Subramanian 2000

Note: Most of the information in this chapter is taken from [1], and accompanying slides that are Mani Subramanian 2000 Chapter 6 Network Management Topics covered: Network management standards & models. ISO Functional areas of management. Network management tools and systems. SNMP architecture & operations. Network administration.

More information

A Brief Introduction to Internet Network Management and SNMP. Geoff Huston NTW Track 4

A Brief Introduction to Internet Network Management and SNMP. Geoff Huston NTW Track 4 A Brief Introduction to Internet Network Management and SNMP Geoff Huston NTW Track 4 What are we talking about? Network Management Tasks fault management configuration management performance management

More information

Simple Network Management Protocol (SNMP) Amar J. Desai Graduate Student University of Southern California Computer Science

Simple Network Management Protocol (SNMP) Amar J. Desai Graduate Student University of Southern California Computer Science Simple Network Management Protocol (SNMP) Amar J. Desai Graduate Student University of Southern California Computer Science 1 Outline Background SNMP Basics SNMP Version 1 SNMP Version 2 SNMP Management,

More information

INTRODUCTION TO SNMP AND MIB

INTRODUCTION TO SNMP AND MIB INTRODUCTION TO SNMP AND MIB SESSION 2004 Cisco Systems, Inc. All rights reserved. 1 Objectives This is an introduction on SNMP and MIB For beginners Will not delve into the technical details SNMPv3: only

More information

(Refer Slide Time: 1:17-1:40 min)

(Refer Slide Time: 1:17-1:40 min) Computer Networks Prof. S. Ghosh Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture # 37 Network management Good day, so today we will talk about network management.

More information

Network Management. Introduction

Network Management. Introduction Network Management Introduction Notes taken from many sources, including IEEE Computer Society Online Cisco Course, Mani Subramanian, Chu Sing Yang, Raouf Boutaba, and many more 1 Outline Introduction

More information

What is it? SNMP. Agenda. Four Basic Elements

What is it? SNMP. Agenda. Four Basic Elements What is it? SNMP Simple Network Management Protocol A network management should... automate the process of monitoring and adjusting the performance of a network trigger alarms when special events occur

More information

NETWORK MANAGEMENT CHAPTER 20-1

NETWORK MANAGEMENT CHAPTER 20-1 M21_STAL7412_06_SE_C20.QXD 8/22/08 3:29 PM Page 20-1 CHAPTER NETWORK MANAGEMENT 20.1 Network Management Requirements Fault Management Accounting Management Configuration and Name Management Performance

More information

Simple Network Management Protocol

Simple Network Management Protocol CHAPTER 4 This chapter gives an overview of (SNMP). It contains the following sections: Overview, page 4-1 SNMP Versioning, page 4-2 SNMP and Cisco Unified CM Basics, page 4-3 SNMP Basic Commands, page

More information

Chapter 38 Simple Network Management Protocol (SNMP)

Chapter 38 Simple Network Management Protocol (SNMP) Chapter 38 Simple Network Management Protocol (SNMP) Introduction... 38-3 Network Management Framework... 38-3 Structure of Management Information... 38-5 Names... 38-6 Instances... 38-6... 38-7 Access...

More information

Presented by Aurang Zeb 14CS-03. Network Management System

Presented by Aurang Zeb 14CS-03. Network Management System Presented by Aurang Zeb 14CS-03 Network Management System INTRODUCTION o We can define network management as monitoring, testing, configuring, and troubleshooting network components to meet a set of requirements.

More information

SNMP, CMIP based Distributed Heterogeneous Network Management using WBEM Gateway Enabled Integration Approach

SNMP, CMIP based Distributed Heterogeneous Network Management using WBEM Gateway Enabled Integration Approach , CMIP based Distributed Heterogeneous Network Management using WBEM Gateway Enabled Integration Approach Manvi Mishra Dept. of Information Technology, SRMSCET Bareilly (U.P.), India S.S. Bedi Dept of

More information

TÓPICOS AVANÇADOS EM REDES ADVANCED TOPICS IN NETWORKS

TÓPICOS AVANÇADOS EM REDES ADVANCED TOPICS IN NETWORKS Mestrado em Engenharia de Redes de Comunicações TÓPICOS AVANÇADOS EM REDES ADVANCED TOPICS IN NETWORKS 2008-2009 Gestão de Redes e Serviços, Segurança - Networks and Services Management, Security 1 Outline

More information

A Guide to Understanding SNMP

A Guide to Understanding SNMP A Guide to Understanding SNMP Read about SNMP v1, v2c & v3 and Learn How to Configure SNMP on Cisco Routers 2013, SolarWinds Worldwide, LLC. All rights reserved. Share: In small networks with only a few

More information

INTERNET MANAGEMENT PROTOCOLS TUTORIAL STOCKHOLM, SWEDEN 29 OCTOBER 1999 AIKO PRAS UNIVERSITY OF TWENTE THE NETHERLANDS

INTERNET MANAGEMENT PROTOCOLS TUTORIAL STOCKHOLM, SWEDEN 29 OCTOBER 1999 AIKO PRAS UNIVERSITY OF TWENTE THE NETHERLANDS INTERNET MANAGEMENT PROTOCOLS THE SIMPLE NETWORK MANAGEMENT PROTOCOL 1 TUTORIAL STOCKHOLM, SWEDEN 9 OCTOBER 1999 AIKO PRAS UNIVERSITY OF TWENTE THE NETHERLANDS pras@ctit.utwente.nl http://wwwhome.ctit.utwente.nl/~pras

More information

Comparison of SNMP. Versions 1, 2 and 3

Comparison of SNMP. Versions 1, 2 and 3 Comparison of SNMP 1 Comparison of SNMP Versions 1, 2 and 3 Eddie Bibbs Brandon Matt ICTN 4600-001 Xin Tang April 17, 2006 Comparison of SNMP 2 During its development history, the communities of researchers,

More information

Chapter 15. Network management

Chapter 15. Network management Chapter 15. Network management With the growth in size and complexity of the TCP/IP-based internetworks the need for network management became very important. The Internet Architecture Board (IAB) issued

More information

Abstract. An SNMP Agent for a DTV Data Server. Dinkar Bhat David Catapano James Kenealy Gomer Thomas

Abstract. An SNMP Agent for a DTV Data Server. Dinkar Bhat David Catapano James Kenealy Gomer Thomas An SNMP Agent for a DTV Data Server by Dinkar Bhat David Catapano James Kenealy Gomer Thomas Abstract This paper presents a framework for remote control and monitoring of a DTV data server using the Simple

More information

Simple Network Management Protocol

Simple Network Management Protocol CS 556 - Networks II Internet Teaching Lab (MCS B-24) Simple Network Mgmt Protocol (SNMP) Simple Network Management Protocol What you will learn in this lab: Details of the SNMP protocol. Contents of a

More information

Introduction to Network Management

Introduction to Network Management Introduction to Network Management Chu-Sing Yang Department of Electrical Engineering National Cheng Kung University Outline Introduction Network Management Requirement SNMP family OSI management function

More information

Simple Network Management Protocol

Simple Network Management Protocol A Seminar Report on Simple Network Management Protocol Submitted in partial fulfillment of the requirement for the award of degree Of Computer Science SUBMITTED TO: SUBMITTED BY: www.studymafia.org www.studymafia.org

More information

MANAGING NETWORK COMPONENTS USING SNMP

MANAGING NETWORK COMPONENTS USING SNMP MANAGING NETWORK COMPONENTS USING SNMP Abubucker Samsudeen Shaffi 1 Mohanned Al-Obaidy 2 Gulf College 1, 2 Sultanate of Oman. Email: abobacker.shaffi@gulfcollegeoman.com mohaned@gulfcollegeoman.com Abstract:

More information

Chapter 19: Network Management. Business Data Communications, 5e

Chapter 19: Network Management. Business Data Communications, 5e Chapter 19: Network Management Business Data Communications, 5e Fault Management A fault is an abnormal condition that requires management attention (or action) to repair Fault is usually indicated by

More information

The ABCs of SNMP. Info Sheet. The ABC of SNMP INTRODUCTION. SNMP Versions

The ABCs of SNMP. Info Sheet. The ABC of SNMP INTRODUCTION. SNMP Versions The ABCs of SNMP INTRODUCTION One of the numerous acronyms from the Internet world is SNMP which stands for Simple Network Management Protocol. Of course, anything termed simple is suspect. SNMP is an

More information

Cisco CMTS Router MIB Overview

Cisco CMTS Router MIB Overview CHAPTER 1 This chapter provides an overview of the Cisco Cable Modem Termination System (CMTS) router. This chapter contains the following topics: MIB Description, page 1-1 Benefits of MIB Enhancements,

More information

Network Management - SNMP

Network Management - SNMP Network Management - SNMP Simple Network Management Protocol Networks are indispensable More complexity makes failure more likely Require automatic network management tools Standards required to allow

More information

SNMP Overview. Jean-Luc Ernandez http://essi3.ernandez.com Jean-Luc.Ernandez@AtosOrigin.com. ESSI 3ème Année 2005/2006

SNMP Overview. Jean-Luc Ernandez http://essi3.ernandez.com Jean-Luc.Ernandez@AtosOrigin.com. ESSI 3ème Année 2005/2006 1 SNMP Overview Jean-Luc Ernandez http://essi3.ernandez.com Jean-Luc.Ernandez@AtosOrigin.com 2 Outline A Network Management Definition The SNMP History Key Management Concepts SNMP Information Modeling

More information

Configuring SNMP. 2012 Cisco and/or its affiliates. All rights reserved. 1

Configuring SNMP. 2012 Cisco and/or its affiliates. All rights reserved. 1 Configuring SNMP 2012 Cisco and/or its affiliates. All rights reserved. 1 The Simple Network Management Protocol (SNMP) is part of TCP/IP as defined by the IETF. It is used by network management systems

More information

Jean Parrend 1/6 SNMP. Content. 1. Introduction...1

Jean Parrend 1/6 SNMP. Content. 1. Introduction...1 Jean Parrend 1/6 SNMP Content 1. Introduction...1 2. SNMP architecture 1 3. The Management Information Base...3 4. Packet types and structure..4 5. Layered communication...5 Traversing the layers 6. References.6

More information

INTERNET OF THINGS 1

INTERNET OF THINGS 1 INTERNET OF THINGS 1 OUTLINE Introduction to IoT Technologies Ubiquitous Network Network Management Technologies RFID WSN Embedded Nanotechnology IPv6 UPnP SNMP Challenging Problems Conclusions and Future

More information

Simple Network Management Protocol (SNMP) Primer

Simple Network Management Protocol (SNMP) Primer Xerox Multifunction Devices July 22, 2003 for the user Simple Network Management Protocol (SNMP) Primer Purpose This document introduces the history, purpose, basic functionality and common uses of SNMP

More information

Remote Management. Vyatta System. REFERENCE GUIDE SSH Telnet Web GUI Access SNMP VYATTA, INC.

Remote Management. Vyatta System. REFERENCE GUIDE SSH Telnet Web GUI Access SNMP VYATTA, INC. VYATTA, INC. Vyatta System Remote Management REFERENCE GUIDE SSH Telnet Web GUI Access SNMP Vyatta Suite 200 1301 Shoreway Road Belmont, CA 94002 vyatta.com 650 413 7200 1 888 VYATTA 1 (US and Canada)

More information

Table of Contents. Overview...2. System Requirements...3. Hardware...3. Software...3. Loading and Unloading MIB's...3. Settings...

Table of Contents. Overview...2. System Requirements...3. Hardware...3. Software...3. Loading and Unloading MIB's...3. Settings... Table of Contents Overview...2 System Requirements...3 Hardware...3 Software...3 Loading and Unloading MIB's...3 Settings...3 SNMP Operations...4 Multi-Varbind Request...5 Trap Browser...6 Trap Parser...6

More information

Link Layer Discovery Protocol and MIB

Link Layer Discovery Protocol and MIB Link Layer Discovery Protocol and MIB v0.0 Paul Congdon 3/7/02 Acknowledgements This document is heavily leveraged from an Internet-Draft developed for the IETF PTOPO working group. The original draft,

More information

Know the signs of potential problems. Prevent problems before they occur. This unit contains the following three lessons:

Know the signs of potential problems. Prevent problems before they occur. This unit contains the following three lessons: Unit 6 Router Management Overview Description With today s networks growing exponentially, management is a key to quality of network performance. People depend on their networks and performance issues

More information

Simple Network Management Protocol

Simple Network Management Protocol Simple Network Management Protocol This document describes how to configure the Simple Network Management Protocol (SNMP). This document consists of these sections: Understanding SNMP, page 1 Configuring

More information

Network Management. New York Institute of Technology CSCI 690 Michael Hutt

Network Management. New York Institute of Technology CSCI 690 Michael Hutt Network Management New York Institute of Technology CSCI 690 Michael Hutt FCAPS Fault Configuration Accounting Performance Security Fault SNMP Polling SNMP Traps RMON syslog Emergency (level 0) Alert (level

More information

Oracle WebLogic Server

Oracle WebLogic Server Oracle WebLogic Server WebLogic SNMP Management Guide 10g Release 3 (10.3) July 2008 Oracle WebLogic Server WebLogic SNMP Management Guide, 10g Release 3 (10.3) Copyright 2007, 2008, Oracle and/or its

More information

Chapter 12: Network Management

Chapter 12: Network Management Chapter 12: Network Management Jian Ren and Tongtong Li, Michigan State University Introduction 2 OSI Network Management Model.. 3 Network Management Layers.... 4 ISO Network Management Functions 6 Configuration

More information

TUTORIAL SNMP: STATUS AND APPLICATION FOR LAN/MAN MANAGEMENT. Aiko Pras pras@cs.utwente.nl

TUTORIAL SNMP: STATUS AND APPLICATION FOR LAN/MAN MANAGEMENT. Aiko Pras pras@cs.utwente.nl TUTORIAL SNMP: STATUS AND APPLICATION FOR LAN/MAN MANAGEMENT 9 July 1996 Aiko Pras pras@cs.utwente.nl http://wwwtios.cs.utwente.nl/~pras http://wwwtios.cs.utwente.nl/ http://wwwsnmp.cs.utwente.nl/ Copyright

More information

Configuring Simple Network Management Protocol (SNMP)

Configuring Simple Network Management Protocol (SNMP) Configuring Simple Network Management Protocol (SNMP) This chapter describes the Simple Network Management Protocol (SNMP), SNMP Management Information Bases (MIBs), and how to configure SNMP on Cisco

More information

Brocade Product Training

Brocade Product Training Brocade Product Training Introducing SNMP Web-based Training Brocade Education Services Page 1-1 Objectives Describe SNMP basics: terminology and concepts Describe the need for SNMP Describe the advantages

More information

Subnetting and Network Management Omer F. Rana. Networks and Data Communications 1

Subnetting and Network Management Omer F. Rana. Networks and Data Communications 1 Subnetting and Network Management Omer F. Rana Networks and Data Communications 1 Subnetting Subnetting is an important concept in establishing TCP/IP based networks important in integrating small Local

More information

Dave Perkins. September, 1993. SNMP MIB User,

Dave Perkins. September, 1993. SNMP MIB User, September, 1993 SNMP MIB User, The article Understanding SNMP MIBs which follows contains information and conventions that were state of the art as of the spring of 1992. Since then, the SNMPv2 working

More information

8.1: What Is Network Management?

8.1: What Is Network Management? Chapter 8: Network Management In this final chapter we provide a brief introduction into network management and firewalls. We begin my motivating the need to provide appropriate tools for the network administrator--the

More information

Introduction to Simple Network Management Protocol (SNMP)

Introduction to Simple Network Management Protocol (SNMP) Introduction to Simple Network Management Protocol (SNMP) Simple Network Management Protocol (SNMP) is an application layer protocol for collecting information about devices on the network. It is part

More information

SNMP Extensions for a Self Healing Network

SNMP Extensions for a Self Healing Network SNMP Extensions for a Self Healing Network Background Patent 6,088,141: This is a self healing network depending on additional hardware. It requires a second ring of connection to handle recovery operations.

More information

R07. IV B.Tech. II Semester Regular Examinations, April, 2011. NETWORK MANAGEMENT SYSTEMS (Information Technology)

R07. IV B.Tech. II Semester Regular Examinations, April, 2011. NETWORK MANAGEMENT SYSTEMS (Information Technology) Set No. 1 1. a) Discus about network management goals and functions in detail. b) Explain in detail about current status and future of network management. 2. a) Explain the SNMP network management architecture.

More information

Using SNMP for Remote Measurement and Automation

Using SNMP for Remote Measurement and Automation Using SNMP for Remote Measurement and Automation Nikolay Kakanakov, Elena Kostadinova Department of Computer Systems and Technologies, Technical University of Sofia, branch Plovdiv, 61 St. Petersburg Blvd.,

More information

Simulation of an SNMP Agent: Operations, Analysis and Results

Simulation of an SNMP Agent: Operations, Analysis and Results International Journal of Electronics and Computer Science Engineering 1919 Available Online at www.ijecse.org ISSN- 2277-1956 Simulation of an SNMP Agent: Operations, Analysis and Results Pradeep Kumar

More information

BEA WebLogic Server. and BEA WebLogic Express. SNMP Management Guide

BEA WebLogic Server. and BEA WebLogic Express. SNMP Management Guide BEA WebLogic Server and BEA WebLogic Express SNMP Management Guide BEA WebLogic Server Version 6.1 Document Date: December 19, 2001 Copyright Copyright 2001 BEA Systems, Inc. All Rights Reserved. Restricted

More information

SNMP Agent Plug-In Help. 2011 Kepware Technologies

SNMP Agent Plug-In Help. 2011 Kepware Technologies 2011 Kepware Technologies 2 Table of Contents Table of Contents 2 4 Overview 4 Agent Setup 5 General 6 Network Interfaces 6 Communication 7 Agent Actions 9 System Objects 10 System Objects Description

More information

This watermark does not appear in the registered version - http://www.clicktoconvert.com. SNMP and OpenNMS. Part 1 SNMP.

This watermark does not appear in the registered version - http://www.clicktoconvert.com. SNMP and OpenNMS. Part 1 SNMP. SNMP and OpenNMS Part 1 SNMP Zeev Halevi Introduction Designed in 1987 by Internet Engineering Task Force (IETF) to send and receive management and status information across networks Most widely used network

More information

SNMP MANAGER ON A PDA. A Major Qualifying Project Report: submitted to the Faculty. of the WORCESTER POLYTECHNIC INSTITUTE

SNMP MANAGER ON A PDA. A Major Qualifying Project Report: submitted to the Faculty. of the WORCESTER POLYTECHNIC INSTITUTE SNMP MANAGER ON A PDA A Major Qualifying Project Report: submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE in partial fulfillment of the requirements for the Degree of Bachelor of Science

More information

WebNMS Go SNMP API. Help Documentation. Created: Monday, March 16, 2015. Copyright Zoho Corp.. All Rights Reserved.

WebNMS Go SNMP API. Help Documentation. Created: Monday, March 16, 2015. Copyright Zoho Corp.. All Rights Reserved. WebNMS Go SNMP API Help Documentation Created: Monday, March 16, 2015 Copyright Zoho Corp.. All Rights Reserved. [Go SNMP API - Help] copyright Zoho Corp.. All rights reserved. http://gosnmpapi.webnms.com/

More information

Protocol Specification & Design. The Internet and its Protocols. Course Outline (trivia) Introduction to the Subject Teaching Methods

Protocol Specification & Design. The Internet and its Protocols. Course Outline (trivia) Introduction to the Subject Teaching Methods The Internet and its Protocols Protocol Specification & Design Robert Elz kre@munnari.oz.au kre@coe.psu.ac.th http://fivedots.coe.psu.ac.th/~kre/ Friday: 13:30-15:00 (Rm: 101)???: xx:x0-xx:x0 (Rm:???)

More information

Monitoring Oracle WebLogic Server with SNMP 12c (12.2.1)

Monitoring Oracle WebLogic Server with SNMP 12c (12.2.1) [1]Oracle Fusion Middleware Monitoring Oracle WebLogic Server with SNMP 12c (12.2.1) E55206-01 October 2015 Documentation for administrators that describes the SNMP capabilities of Oracle WebLogic Server.

More information

Network Monitoring. By: Delbert Thompson Network & Network Security Supervisor Basin Electric Power Cooperative

Network Monitoring. By: Delbert Thompson Network & Network Security Supervisor Basin Electric Power Cooperative Network Monitoring By: Delbert Thompson Network & Network Security Supervisor Basin Electric Power Cooperative Overview of network Logical network view Goals of Network Monitoring Determine overall health

More information

TELE9752 Network Operations and Control Lecture 4: Management Protocols

TELE9752 Network Operations and Control Lecture 4: Management Protocols TELE9752 Network Operations and Control Lecture 4: Management Protocols VX Copyright 2015 Tim Moors 1 JY Encoding rules BER types BER length and value Example of Basic Encoding Tasks for NM protocols SNMP

More information

SolarWinds Technical Reference

SolarWinds Technical Reference SolarWinds Technical Reference New to Networking Volume 4 Introduction to SNMP Management Section 1 - A Brief History... 1 Section 2 - SNMP System Structure... 1 Section 3 - SNMP MIBs... 2 MIB Shorthand...

More information

DC70 NETWORK MANAGEMENT JUN 2015

DC70 NETWORK MANAGEMENT JUN 2015 Q.2 a. Most of the popular host operating systems come with the TCP/IP Suite and are amenable to SNMP management. The current networks management systems, however, suffer from several limitations. Describe

More information

SNMP Traffic Measurements

SNMP Traffic Measurements SNMP Traffic Measurements Jürgen Schönwälder j.schoenwaelder@iu-bremen.de International University Bremen Campus Ring 1 28725 Bremen, Germany http://www.ibr.cs.tu-bs.de/projects/nmrg/ slides.tex SNMP Traffic

More information

RaneNote SNMP: SIMPLE? NETWORK MANAGEMENT PROTOCOL

RaneNote SNMP: SIMPLE? NETWORK MANAGEMENT PROTOCOL RaneNote : SIMPLE? NETWORK MANAGEMENT PROTOCOL : Simple? Network Management Protocol Overview The Message Format The Actual Bytes Douglas Bruey Rane Corporation RaneNote 161 2005 Rane Corporation Introduction

More information