Simple Network Management Protocol SNMP
#3
[attachment=14187]
SNMP (Simple Network Management Protocol)
SNMP Overview
Define mechanism for remote management of network devices (routers, bridges, etc.)
Fundamental principle: all device management done by simple variable value manipulation
Approach:
standard means for specifying quantities recognized by devices
protocol for requesting, returning, notifying of changes of values
SNMP Message Protocol
Messages use UDP, ports 161 (requests/responses) and 162 (notifications)
Message types:
GetRequest: request values of variables from device
GetNextRequest: request value of variable following the one supplied
GetResponse: return values
SetRequest: instruct device to set values of variables
Trap: from device - notify monitor / manager of value change
SNMP Communities
Define “communities” specifying access to specific variable sets (read-write, read only, none)
Supply community name as “password” in each message
unencrypted in version of SNMP still widely used!!
SNMP Message Encoding
Encode message as byte stream using ASN.1 BER (Abstract Syntax Notation 1 Basic Encoding Rules)
Quantites encoded as Type,Length,Value triples
Types
Subset of basic ASN.1 types used in SNMP: integer, octet string, object identifier (“variable name”), sequence
SNMP-defined types: gauge, counter, IP address, etc.
Values
weirdly encoded!! (see ASN.1 specs)
SNMP SMI (Structure of Management Information)
Variables recognized by device supplied in MIB (Management Information Base)
text file giving variables and data structures defined using ASN.1
standard variable sets often provided as RFC’s
device-specific sets provided by vendors
Management stations parse MIB’s to determine variables available for management
obtain both data structure and management information
Example portion of MIB (from RFC 1213)
ASN.1 Object Identifiers
Variables identified by globally unique strings of digits
ex: 1.3.6.1.4.1.3.5.1.1
name space is hierarchical; tree on next slide
in above, 1 stands for iso, 3 stands for org, 6 stands for dod, 1 stands for internet, 4 stands for private, etc.
Variable names are aliases for digit strings (within MIB)
From previous page: ifNumber ::= { interfaces 1 }
interfaces was previously defined in MIB as 1.3.6.1.2.1.2, so ifNumber = 1.3.6.1.2.1.2.1
Partial ASN.1 Object Identifier Tree (from: ASN.1 Complete, J. Larmouth, Open Systems Solutions, 1999)
Application: GICL SNMP Monitor
Java-based SNMP application
Query devices for available MIB variables
Set desired variable values
Current status
retrieve and display all values from device
automatically build data structures to hold retrieved values
Future work
incorporate MIB information via MIB parser
auto-generate GUI display
implement device discovery
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: snmp rmon ppts, snmp monitoring tools, snmp ppt presentation cisco, mib 3 aliens, adventnet snmp simulator, simple management seminar topics, mib brunei,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
RE: Simple Network Management Protocol SNMP - by smart paper boy - 21-06-2011, 09:55 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
  network attached storage computer science crazy 3 12,895 20-02-2019, 01:16 PM
Last Post:
  network security seminars report computer science technology 14 21,049 24-11-2018, 01:19 AM
Last Post:
Heart wireless intelligent network(win) (Download Full Report And Abstract) computer science crazy 7 15,736 10-02-2015, 05:52 PM
Last Post: seminar report asees
  Data Security in Local Network using Distributed Firewalls computer science crazy 10 15,247 30-03-2014, 04:40 AM
Last Post: Guest
  Computerized Paper Evaluation using Neural Network computer science crazy 12 18,224 17-07-2013, 04:08 PM
Last Post: Guest
  Quadrics Interconnection Network computer science crazy 2 10,655 28-02-2013, 02:42 PM
Last Post: Guest
  Network security and protocols project topics 1 2,268 24-01-2013, 12:41 PM
Last Post: seminar details
  Gigabit Ethernet passive optical network (GE-PON) electronics seminars 1 3,153 12-01-2013, 12:00 PM
Last Post: seminar details
  WISENET-Wireless Sensor Network (Download Seminar Report) Computer Science Clay 70 49,458 05-01-2013, 11:06 AM
Last Post: seminar details
  AN EXTENDED ZONE ROUTING PROTOCOL FOR SERVICE DISCOVERY IN MOBILE AD HOC NETWORKS seminar presentation 1 9,372 24-12-2012, 12:47 PM
Last Post: seminar details

Forum Jump: