0% found this document useful (0 votes)
77 views3 pages

Simple Network Management Protocol (SNMP)

Simple Network Management Protocol (SNMP) is used to monitor and manage network devices. It allows a network administrator to retrieve information from routers, switches, servers and other network devices using SNMP managers and agents. SNMP uses UDP ports 161 and 162 to transmit messages between managers and agents. These messages include get, get-next, set, and trap messages. Newer versions of SNMP add security features like authentication and encryption to secure the management of network devices.

Uploaded by

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

Simple Network Management Protocol (SNMP)

Simple Network Management Protocol (SNMP) is used to monitor and manage network devices. It allows a network administrator to retrieve information from routers, switches, servers and other network devices using SNMP managers and agents. SNMP uses UDP ports 161 and 162 to transmit messages between managers and agents. These messages include get, get-next, set, and trap messages. Newer versions of SNMP add security features like authentication and encryption to secure the management of network devices.

Uploaded by

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

Simple Network Management Protocol (SNMP):

o SNMP is term which is stands for Simple Network Management Protocol.


o SNMP is used to monitor and manage devices on your whole networks.
o It has several uses, from monitoring & generating alerts to device configuration.
o Simple Network Management Protocol (SNMP) is the application layer protocol.
o SNMP is the key protocol used to retrieve information from the network devices.
o SNMP is used to retrieve information from routers, switches & network servers etc.
o SNMP can be configured as Read-Only mode to retrieve only information from devices.
o SNMP Read-Write mode can be used to retrieve or configure the network devices.
o All the SNMP messages are transported via User Datagram Protocol (UDP).
o SNMP agent receives requests on User Datagram Protocol (UDP) port 161.
o SNMP Traps, information to manager over Port User Datagram Protocol UDP 162.

SNMP Manager:
o A software that runs on the device of the Network administrator System.
o A Computer to monitor network, also called Network Management System.

SNMP Agent:
o A software runs on network devices that we want to monitor router, firewall, etc.

Management Information Base (MIB):


o Management Information Base (MIB) is the collection of managed objects.
o MIB contains a set of questions that the SNMP Manager can ask the Agent.
o MIB contains a set of questions that the Agent can understand them.
o MIB is commonly shared between the Agent and the SNMP Manager.

1 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 056 430 3717


SNMP Messages:
o SNMP Messages are used to communicate between the SNMP Manager and Agents.
o SNMPv1 supports five basic SNMP messages Get, Get-Next, Get-Response, Set & Trap.
o SNMPv2c, two new messages were added Inform message and Getbulk message.
o GET Messages are sent by the SNMP Manager to retrieve info from SNMP Agents.
o SET Messages are used by the SNMP Manager to assign the value to SNMP Agents.
o GET-NEXT retrieves the value of the next object in the Management Information Base.
o GET-RESPONSE Message is used by SNMP Agents to reply to GET & GET-NEXT messages.
o TRAP Messages are initiated from the SNMP Agents to inform the SNMP Manager on event.
o Inform Message, SNMP Manager acknowledge that the message has been received.
o Getbulk operation efficiently retrieve large blocks of data, such as multiple rows in a table.

2 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 056 430 3717


SNMP Version 1:
o An SNMP version 1 security is based on community strings.
o An SNMP community string can be considered as password.

SNMP Version 2c:


o SNMPv2c is an update SNMPv2 and SNMP Version 1.
o SNMPv2c uses the community-based security model of SNMPv1.
o SNMPv2c "c" in SNMPv2c stands for "community".
o SMMPv2c sends the community strings in clear text.

SNMP Version 3:
o SNMP Version 3 is the most secure version among other SNMP versions.
o SNMP V3 provides secure access to devices using authentication & encryption.
o Authentication security feature makes sure that message is from a valid source.
o Integrity security feature makes sure that the message has not been tampered.
o Encryption security feature provides confidentiality by encrypting the contents.
o SNMP Version 3 will never send the user and the password in the clear text.
o SNMP Version 3 uses the SHA1 or the MD5 hash-based authentication methods.
o SNMP Version 3 encryption is done using the methods AES, 3DES and the DES.
o SNMP offers three security levels: noAuthNoPriv, AuthNoPriv and AuthPriv.
o Auth stands for Authentication and Priv stand for Privacy in SNMP Version 3.
o NoAuthNoPriv = no authentication & no encryption of the messages send & receive.
o AuthNoPriv = authentication but no encryption of the messages send and receive.
o AuthPriv = authentication necessary and messages are encrypted send and receive.

3 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 056 430 3717

You might also like