Top Banner
SIMPLE NETWORK MANAGEMENT PROTOCOL NAGENDRA NATH MISHRA
12
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Simple Network Management Protocol

SIMPLE NETWORK MANAGEMENT PROTOCOL

NAGENDRA NATH MISHRA

Page 2: Simple Network Management Protocol

SIMPLE NETWORK MANAGEMENT PROTOCOL

SNMP is a tool (protocol) that allows for remote and local management of items on the network including servers, workstations, routers, switches and other managed devices.

Comprised of agents and managers

Agent - process running on each managed node collecting information about the device it is running on.

Manager - process running on a management workstation that requests information about devices on the network.

Page 3: Simple Network Management Protocol

ADVANTAGE USING SNMP

• Standardized

• Universally supported

• Extendible

• Portable

• Allows distributed management access

• Lightweight protocol.

Page 4: Simple Network Management Protocol

CLIENT PULL AND SERVER PUSH

• SNMP is a “client pull” model.

The management system (client) “pulls” data

from the agent (server).

• SNMP is a “server push” model

The agent (server) “pushes” out a trap message

to a (client) management system

Page 5: Simple Network Management Protocol

THREE PARTS OF SNMP

• SNMP Protocol

• Structure of management system.

• Management information base.

Page 6: Simple Network Management Protocol

SNMP NODES

• Managed nodes.

• Management nodes.

• Nodes which are not manageable by

SNMP

Page 7: Simple Network Management Protocol

SNMP AGENTS

•Extendible agent

•Monolithic agent

•Proxy agent.

•Gateway agent.

Page 8: Simple Network Management Protocol

FOUR BASIC OPERATION

• .Get

• .GetNext

• .Set

• .Trap

Page 9: Simple Network Management Protocol

SNMP AND OSI MODEL

Page 10: Simple Network Management Protocol

LANGUAGES OF SNMP

•Structure of management information.

•Abstract syntax notation one.

•Basic encoding rules.

Page 11: Simple Network Management Protocol

SNMP DATA TYPE

• Counter

• Gauge

• Time-Ticks

• Opaque

•INTEGER

•OCTET STRING

•OBJECT IDENTIFIER

•NULL

• IPAddress

Page 12: Simple Network Management Protocol

THANK YOU !!!