Site icon i2tutorials

CDCS – Simple Network Management Protocol

Simple Network Management Protocol

 

Simple Network Management Protocol or SNMP, is an application layer protocol that is used to monitor the network and configure remote devices.

The components of SNMP are:

 

 

It is also known as NMS or Network Management Station and is used to monitor networks.

 

 

It is a software module installed on a managed dec\vice for software management. 

 

 

MIB manages information of resources.

 

SNMP Variables

Different variables in SNMP messages are as follows:

 

VariablesMeaning
GetRequest It is sent to request data from the SNMP agent.
GetNextRequestIt discovers the data available at the SNMP agent.
GetBulkRequestIt retrieves large data.
TrapThe message sent by the agent without any request from the manager is known as a Trap.
SetRequestIt sets the value of an object instance.
ResponseThe message sent by the agent at the request of the manager is known as a response.
InformRequestIt identifies if the trap message is received by the manager.

 

SNMP Security Levels

The different types of security levels in SNMP protocol are as follows:

  1. noAuthnoPriv (No authentication, no privacy)
  2. authNoPriv (Authentication, no privacy)
  3. authPriv (Authentication, Privacy)

 

SNMP Versions

The versions of SNMP are as follows:

  1. SNMPv1
  2. SNMPv2c
  3. SNMPv3

 

Reference 

Simple Network Management Protocol

Exit mobile version