[go: up one dir, main page]

0% found this document useful (0 votes)
9 views20 pages

Network Lecture 6 - Network management

manage your network right now

Uploaded by

mostafa eltaly
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views20 pages

Network Lecture 6 - Network management

manage your network right now

Uploaded by

mostafa eltaly
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 20

Menoufia University

Faculty of Computers and Information


Department of Information
Technology

Information networks design

by

Dr. Tamer Fathy Ghanem

2020
Agenda

Lecture 6
17-10-2020
Simple Network Management Protocol

• Building management protocols around commands results

in complexity as we need a command for each operation.

• SNMP casts all operations in a fetch-store paradigm.


Example: Rebooting device by setting a data item
(sysUpTime) value to be zero.

• Advantages of fetch-store paradigm:


• Stability (no changes if MIB variables change),
• Simplicity in implementation,
• Flexibility: New functionality is added easily

Dr. Tamer Fathy 3


Architectural Model

MA: Management

nds
agent software on

ma

tion
com

ma
managed devices

ies/

for
e in
uer

e iv
dq
MC: Management

Rec
Sen
Client software on
manager device

Figure 27.1: Example of network management architecture model


Dr. Tamer Fathy 4
Simple Network Management Protocol

• From a manager’s point of view, SNMP remains hidden.


Network management software phrases operations as
commands (a point-and-click style of interaction).

Dr. Tamer Fathy 5


Simple Network Management Protocol

• PRTG network management software

Dr. Tamer Fathy 6


Simple Network Management Protocol

In practice, SNMP offers more than fetch and store


operations

Dr. Tamer Fathy 7


Simple Network Management Protocol: SNMP in network management

• SNMP follows a request-response paradigm. An exception is a

manager can configure a device to send snmpv2-trap

messages asynchronously.

Dr. Tamer Fathy 8


Simple Network Management Protocol: SNMP in network management

• SNMP protocol versions:


• SNMP V1:
• Simple security (community string) sent as a plain text.
• Access control: read-only, read-write, and trap modes.
• SNMP V2:
• Simple security (community string) sent as a plain text.
• Access control: read-only, read-write, and trap modes.
• SNMP V3:
• Users and groups security mechanism,
• access control,
• hashing, encryption.

Dr. Tamer Fathy 9


Simple Network Management Protocol: SNMP v2

PDU Format:

Dr. Tamer Fathy 10


Simple Network Management Protocol: SNMP in network management

SNMP protocol Stack: Management requests UDP port 161, traps UDP port 162.

SNMP is
Connectionless

Dr. Tamer Fathy 11


Simple Network Management Protocol: SNMP message types

SNMP message types:


• GetRequest-PDU:

• Request for information about some variables

• Its reply is “Response-PDU” with requested values or error code.

• The GetNextRequest-PDU:

• Discover the structure of a MIB view dynamically after the requested

variables.

• GetBulkRequest-PDU:

• request that the response be as large as possible given the constraints on

message size.
Dr. Tamer Fathy 12
Structure And Representation Of MIB Object Names

Dr. Tamer Fathy 13


Simple Network Management Protocol: SNMP message types

SNMP message types:


• SetRequest-PDU:
• Request altering variables values.
• Reply with “Response-PDU” message.
• The SetRequest operation is atomic: All success or error returned.
• SNMPv2-Trap-PDU:
• Agent message to managing agent when an unusual event occurs.
• It is an unconfirmed message.
• InformRequest-PDU:
• Managing agent to another managing agent information.
• Reply with “Response-PDU” message as an acknowledge

Dr. Tamer Fathy 14


Simple Network Management Protocol: SNMP v2

PDU Format:

Dr. Tamer Fathy 15


Simple Network Management Protocol: Wireshark captured SNMP messages

GetRequest-PDU:

Dr. Tamer Fathy 16


Simple Network Management Protocol: Wireshark captured SNMP messages

GetResponse-PDU for GetRequest-PDU :

Dr. Tamer Fathy 17


Simple Network Management Protocol: Wireshark captured SNMP messages

GetBulkRequest-PDU:

Dr. Tamer Fathy 18


Simple Network Management Protocol: Wireshark captured SNMP messages

GetResponse for GetBulkRequest-PDU:

Dr. Tamer Fathy 19


THANK YOU!

Your Logo

You might also like