0% found this document useful (0 votes)
27 views22 pages

SNMP Guide

Uploaded by

dexterargento
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)
27 views22 pages

SNMP Guide

Uploaded by

dexterargento
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/ 22

Grandstream Networks, Inc.

SNMP Guide
Table of Contents
SUPPORTED DEVICES ................................................................................................. 4

SUPPORTED SNMP VERSIONS ................................................................................... 5

SUPPORTED SNMP MESSAGES ................................................................................. 6

INTRODUCTION ............................................................................................................. 7

SNMP COMPONENTS ................................................................................................... 8

Manager (NMS) ................................................................................................................................ 8

Agents .............................................................................................................................................. 8

Management Information Base (MIB) ................................................................................................ 8

SNMP VERSIONS ........................................................................................................ 10

SNMPv1 ......................................................................................................................................... 10

SNMPv2c ....................................................................................................................................... 10

SNMPv3 ......................................................................................................................................... 10

SNMP MESSAGES ....................................................................................................... 11

Get ................................................................................................................................................. 11

GetNext .......................................................................................................................................... 11

Set ................................................................................................................................................. 11

GetBulk .......................................................................................................................................... 11

Response ....................................................................................................................................... 11

Inform ............................................................................................................................................. 12

Traps .............................................................................................................................................. 12

GRANDSTREAM CLIENT CONFIGURATION EXAMPLES......................................... 13

GRP261X Example......................................................................................................................... 13

GXW42XX Example ....................................................................................................................... 16

TESTING SNMP FEATURE .......................................................................................... 20

PRODUCT MIB REFERENCE ...................................................................................... 22

Page 2
SNMP Guide
Table of Figures

Table 2: Supported SNMP versions.......................................................................................................... 5

Figure 1 : SNMP components .................................................................................................................. 9

Figure 2 : SNMP Traps .......................................................................................................................... 12

Figure 3 : GRP261X SNMP Configuration .............................................................................................. 13

Table 4 : SNMP Settings on GRP261x ................................................................................................... 14

Figure 4 : GXW42XX SNMP Configuration............................................................................................. 17

Table 5 : SNMP Parameters on GXW42xx ............................................................................................. 17

Figure 5 : Settings Icon .......................................................................................................................... 20

Figure 6 : Trap Receiver Settings ........................................................................................................... 21

Figure 7 : Received Traps Example ....................................................................................................... 21

Table of tables
Table 1: Supported products .................................................................................................................... 4

Table 2: Supported SNMP versions.......................................................................................................... 5

Table 3: Supported SNMP messages ....................................................................................................... 6

Table 4 : SNMP Settings on GRP261x ................................................................................................... 14

Table 5 : SNMP Parameters on GXW42xx ............................................................................................. 17

Page 3
SNMP Guide
SUPPORTED DEVICES

Table 1: Supported products

Model Supported Firmware

GXP16xx Yes 1.0.4.128 or higher

GXP21xx Yes 1.0.9.148 or higher

GRP261x/GRP2624/GRP2634 Yes 1.0.1.7 or higher

GRP260x Yes 1.0.3.18 or higher

DP75X/GRP Yes 1.0.13.0 or higher

HT8XX Yes 1.0.5.11 or higher

GXW42XX Yes 1.0.5.5 or higher

Page 4
SNMP Guide
SUPPORTED SNMP VERSIONS

Table 2: Supported SNMP versions

SNMP Version Version 1 Version 2 Version 3

GXP16xx Yes Yes Yes

GXP21xx Yes Yes Yes

GRP261x/GRP2624/GRP2634 Yes Yes Yes

GRP260x Yes Yes Yes

DP75x Yes Yes Yes

HT8xx Yes Yes Yes

GXW42xx Yes Yes Yes

Page 5
SNMP Guide
SUPPORTED SNMP MESSAGES

Table 3: Supported SNMP messages

SNMP Message Get GetNext GetBulk Set Response

GXP16xx Yes Yes Yes No Yes

GXP21xx Yes Yes Yes No Yes

GRP261x/GRP
Yes Yes Yes No Yes
2624/GRP2634

GRP260x Yes Yes Yes No Yes

DP75x Yes Yes Yes No Yes

HT8xx Yes Yes Yes No Yes

GXW42xx Yes Yes Yes No Yes

Page 6
SNMP Guide
INTRODUCTION

SNMP (Simple Network Management Protocol) is an Internet-standard protocol for managing devices on

IP networks. It is used mostly in network management systems to monitor network-attached devices for

conditions that warrant administrative attention. SNMP exposes management data in the form of variables

on the managed systems, which describe the system configuration. These variables can then be queried

(and sometimes set) by managing applications. The variables accessible via SNMP are organized in

hierarchies, which are described by Management Information Bases (MIBs).

Three significant versions of SNMP have been developed and deployed. SNMPv1 is the original version of

the protocol. More recent versions, SNMPv2c and SNMPv3, feature improvements in performance,

flexibility, and security.

Page 7
SNMP Guide
SNMP COMPONENTS

Manager (NMS)

The Manager component is simply a piece of software that is installed on a machine (which when combined,

is called the Network Management System) that polls devices on your network however often you specify

for information.

The Manager has the correct credentials to access information stored by Agents (which is explained in the

next section) and then compiles them in a readable format for the Network Engineer or Administrator to

monitor or diagnose for problems or bottlenecks. Some NMS software suites are more complex than others,

allowing you to configure Email or SMS messages to alert you of malfunctioning devices on your network,

while others simply poll devices for more basic information.

Agents

SNMP Agent is a piece of software that is bundled with the network device (router, switch, IP phone, server,

etc..) that, when enabled and configured, does all the Heavy work for the Manager, by compiling and storing

all the data from its given device into a database (MIB).

This database is properly structured to allow the Manager software to easily poll information and even send

information to the Manager if an error has occurred.

Management Information Base (MIB)

In short, MIB files are the set of questions that a SNMP Manager can ask the agent. Agent collects these

data locally and stores it, as defined in the MIB. So, the SNMP Manager should be aware of these standard

and private questions for every type of agent.

Agents, as explained above, maintains an organized database of its devices parameters, settings, and

more. The NMS (Network Management system) polls/requests the Agent of a given device, which then

shares its organized information from the database it is made with the NMS, which then further translates

it into alerts, reports, graphs and more. The database that the Agent shares between the Agent is called

the Management Information Base, or MIB.

Page 8
SNMP Guide
Figure 1 : SNMP components

Page 9
SNMP Guide
SNMP VERSIONS

SNMPv1

Version 1 was the first version of the protocol defined in RFCs 1155 and 1157. This version is the simplest

of the 3 versions of the protocol, and the most insecure, due to its plain text authentication.

SNMPv2c

This is the revised protocol, which includes enhancements of SNMPv1 in the areas of protocol packet types,

transport mappings, MIB structure elements but using the existing SNMPv1 administration structure

("community based" and hence SNMPv2c). It is defined in RFC 1901, RFC 1905, RFC 1906, RFC 2578.

SNMPv3

Version 3 of the protocol has made greater strides to securing the protocol suite by implementing what is

called “user-based security”. This security feature allows you to set authentication based on the user

requirements. The 3 levels of authentication are as follows:

 NoAuthNoPriv: Users who use this mode/level have No Authentication and No privacy when they

send/receive messages.

 AuthNoPriv: This Level requires the user to Authenticate but will not Encrypt Sent/Received

Messages.

 AuthPriv: Finally, the most secure level, where Authentication is Required and Sent/Received

Messages Are Encrypted.

P a g e 10
SNMP Guide
SNMP MESSAGES

Get

A Get message is sent by a manager to an agent to request the value of a specific OID. This request is

answered with a Response message that is sent back to the manager with the data.

GetNext

A GetNext message allows a manager to request the next sequential object in the MIB. This is a way that

you can traverse the structure of the MIB without worrying about what OIDs to query.

Set

A Set message is sent by a manager to an agent in order to change the value held by a variable on the

agent. This can be used to control configuration information or otherwise modify the state of remote hosts.

This is the only write operation defined by the protocol.

GetBulk

This manager to agent request functions as if multiple GetNext requests were made. The reply back to the

manager will contain as much data as possible (within the constraints set by the request) as the packet

allows.

Response

This message, sent by an agent, is used to send any requested information back to the manager. It serves

as both a transport for the data requested, as well as an acknowledgement of receipt of the request. If the

requested data cannot be returned, the response contains error fields that can be set with further

information. A response message must be returned for any of the above requests, as well as Inform

messages.

P a g e 11
SNMP Guide
Inform

To confirm the receipt of a trap, a manager sends an Inform message back to the agent. If the agent does

not receive this message, it may continue to resend the trap message.

Traps

The Trap messages are the main form of communication between an SNMP Agent and SNMP Manager.

They are used to inform an SNMP manager when a significant event occurs at the Agent level.

What makes the Trap unique from other messages is that they are triggered instantaneously by an agent,

rather than waiting for a status request from the SNMP Manager.

Figure 2 : SNMP Traps

P a g e 12
SNMP Guide
GRANDSTREAM CLIENT CONFIGURATION EXAMPLES

GRP261X Example

Please refer to below steps to configure SNMP feature in GRP261x:

1. Access phone’s web GUI under Network  SNMP Settings.

2. Set Enable SNMP to Yes.

3. Choose the Version and enter the Community string (Should be the same as set in the receiver

station).

4. Enter the IP address of the NMS (Monitoring station) in SNMP Trap IP field (in our example it is

192.168.5.106)

Figure 3 : GRP261X SNMP Configuration

P a g e 13
SNMP Guide
The Table below is describing all the SNMP parameters available on the GRP261x:

Table 4 : SNMP Settings on GRP261x

Setting Description

Enable SNMP Enables/Disables the SNMP feature. Default settings is “No”.

SNMP version. Select Version 1, Version 2 or Version 3.


Version
Default is “Version 3”.

Port SNMP port. The valid range is 161, 1025-65535. The default value is “161”.

Community SNMP Community.

Trap version of the SNMP trap receiver.

 Trap Version 1

SNMP Trap Version  Trap Version 2

 Trap Version 3

The default is “Trap Version 2”.

SNMP Trap IP IP address of the SNMP trap receiver.

Port of the SNMP trap receiver. The valid range is 162, 1025-65535. The
SNMP Trap Port
default value is “162”.

The interval between each trap sent to the trap receiver. The valid range is 1
SNMP Trap Interval
– 1440.The default value is “5”.

SNMP Trap Community string associated to the trap. It must match the community string

Community of the trap receiver.

SNMP Username Username for SNMPv3

 noAuthUser: Users with security level noAuthnoPriv and context name


Security Level
as noAuth.

P a g e 14
SNMP Guide
 authUser: Users with security level authNoPriv and context name as

auth.

 privUser: Users with security level authPriv and context name as priv.

Select the Authentication Protocol:

 None
Authentication
 MD5
Protocol
 SHA

The default setting is “None”.

Select the Privacy Protocol:

 None

Privacy Protocol  DES

 AES

The default setting is “None”.

Authentication Key Enter the Authentication Key.

Privacy Key Enter the Privacy Key.

SNMP Trap Username Username for SNMPv3 Trap.

 noAuthUser: Users with security level noAuthnoPriv and context name

as noAuth.

Trap Security Level  authUser: Users with security level authNoPriv and context name as

auth.

 privUser: Users with security level authPriv and context name as priv.

Trap Authentication Select the Trap Authentication Protocol:

Protocol  None

P a g e 15
SNMP Guide
 MD5

 SHA

The default setting is “None”.

Select the Trap Privacy Protocol:

 None

Trap Privacy Protocol  DES

 AES

The default setting is “None”.

Trap Authentication
Enter the Trap Authentication Key
Key

Trap Privacy Key Enter the Trap Privacy Key.

GXW42XX Example

Please refer to below steps to configure SNMP feature in GXW42XX:

1. Access gateway’s web GUI under Maintenance  SNMP

2. Set Enable SNMP to Yes.

3. Choose the Version and enter the Community string (Should be the same as set in the receiver

station).

4. Enter the IP address of the NMS (Monitoring station) in SNMP Trap IP field (in our example it is

192.168.5.182)

P a g e 16
SNMP Guide
Figure 4 : GXW42XX SNMP Configuration

The Table below is describing all the SNMP parameters available on the GXW42xx series:
Table 5 : SNMP Parameters on GXW42xx

Setting Description

Enable SNMP Enables/Disables the SNMP feature. Default settings is No.

Version Version of SNMP Agent.

Port SNMP port (Default 161).

IP address of the SNMP trap receiver. Users can set up to 3 different servers

SNMP Trap IP to send SNMP trap to. The trap servers’ addresses should be separated by a

comma.

SNMP Trap Port Port of the SNMP trap receiver (Default 162).

P a g e 17
SNMP Guide
SNMP Trap version Version of SNMP Trap.

SNMP Trap Interval The interval between each trap sent to the trap receiver.

SNMPv1/v2c Community Name of SNMPv1/v2c community.

SNMPv1/v2c Trap Name of SNMPv1/v2c trap community. It must match the community string of

Community the trap receiver.

SNMPv3 User Name User Name for SNMPv3.

 noAuthUser: Users with security level noAuthnoPriv and context name


as noAuth.
SNMPv3 Security Level  authUser: Users with security level authNoPriv and context name as
auth.
 privUser: Users with security level authPriv and context name as priv.

SNMPv3 Authentication
Select the Authentication Protocol: “None” or “MD5” or “SHA”.
Protocol

SNMPv3 Privacy Protocol Select the Privacy Protocol: “None” or “DES” or “AES”.

SNMPv3 Authentication
Enter the Authentication Key.
Key

SNMPv3 Privacy Key Enter the Privacy Key.

SNMPv3 Trap Username User name for SNMPv3 Trap.

 noAuthUser: Users with security level noAuthnoPriv and context name


as noAuth.
SNMPv3 Trap Security
 authUser: Users with security level authNoPriv and context name as
Level auth.
 privUser: Users with security level authPriv and context name as priv.

P a g e 18
SNMP Guide
SNMPv3 Trap
Select the Authentication Protocol: “None” or “MD5” or “SHA”.
Authentication Protocol

SNMPv3 Trap Privacy


Select the Privacy Protocol: “None” or “DES” or “AES”.
Protocol

SNMPv3 Trap
Enter the Trap Authentication Key
Authentication Key

SNMPv3 Trap Privacy


Enter the Trap Privacy Key.
Key

Download MIB Click on download to download the MIB file.

P a g e 19
SNMP Guide
TESTING SNMP FEATURE

After configuring SNMP on client devices, you can test SNMP feature using your enterprise management

system or a free SNMP test tool.

In this document we will be using “iReasoning MIB browser” which is a free and easy to use SNMP tester

that include a Trap receiver.

You can follow the steps below in order to test SNMP Traps using iReasoning TRAP receiver:

1. Download MIB Browser Personal Edition from this link: http://ireasoning.com/download.shtml

2. Double click “setup.exe” to start the installation

3. Once the installation is done, the tool will be launched.

4. Click on the “Trap receiver settings” menu as shown in the below screenshot

Figure 5 : Settings Icon

P a g e 20
SNMP Guide
Figure 6 : Trap Receiver Settings

5. Enter the Community password (It should be the same as set on the client device)

6. Enter the IP address and SNMP port for Trap receiving (162 is the default)

After configuring the parameters as shown above, you will start receiving traps at the interval set on the

client devices.

Below screenshot is an example of the Traps received from the GXW42XX device:

Figure 7 : Received Traps Example

P a g e 21
SNMP Guide
PRODUCT MIB REFERENCE

To retrieve the MIB of a certain Grandstream product, please Submit a technical support ticket at

https://helpdesk.grandstream.com/

P a g e 22
SNMP Guide

You might also like