8284

Get a Live Demo

You need to see DPS gear in action. Get a live demo with our engineers.

Get the SNMP Fast Track GuideBook

Download our free SNMP White Paper. Featuring SNMP Expert Marshall DenHartog.

This guidebook has been created to give you the information you need to successfully implement SNMP-based alarm monitoring in your network.

DPS is here to help.

1-800-693-0351

Have a specific question? Ask our team of expert engineers and get a specific answer!

Learn the Easy Way

Sign up for the next DPS Factory Training!

DPS Factory Training

Whether you're new to our equipment or you've used it for years, DPS factory training is the best way to get more from your monitoring.

Reserve Your Seat Today

Part 4: Understanding Packet Types and Structure

Previous Page: Part 3: Understanding the MIB (Management Information Base)
PDFDownload White Paper

Let's examine the communication between managers and agents. Basic serial telemetry protocols, like TBOS, are byte-oriented, with a single byte exchanged to communicate. Expanded serial telemetry protocols, like TABS, are packet oriented with packets of bytes exchanged to communicate. The packets contain header, data and checksum bytes. SNMP is also packet oriented with the following SNMP v1 packets (Protocol Data Units or PDUs) used to communicate:

  • Get
  • GetNext
  • Set
  • GetResponse
  • Trap

The manager sends a Get or GetNext to read a variable or variables and the agent's response contains the requested information if managed. The manager sends a Set to change a variable or variables and the agent's response confirms the change if allowed. The agent sends a Trap when a specific event occurs.

SNMP Message Format
The SNMP data packet is
enclosed in the UDP data
packet, which is enclosed
in the IP data packet.

The above illustration shows the packet formats. Each variable binding contains an identifier, a type and a value (if a Set or GetResponse). The agent checks each identifier against its MIB to determine whether the object is managed and changeable (if processing a Set). The manager uses its MIB to display the readable name of the variable and sometimes interpret its value.


Reality Check: 4 Signs You Need Protocol Mediation

  1. You have a lot of non-SNMP equipment: Before planning your SNMP implementation, do a site survey and find out how much non-SNMP equipment you have in your network. Changing out a large number of non-SNMP devices can add hundreds of thousands of dollars to your project costs. Protocol mediation saves you money by keeping your non-SNMP equipment in place.
  2. You want to gradually migrate from your old system: It's time to replace your older system - the master is starting to fail, and it's hard to get new remotes. But you can't afford a forklift swapout of your whole system. Protocol mediation lets you integrate your old remotes to an SNMP manager, so you can replace your legacy system step by step.
  3. You inherited someone else's incompatible system: If your company has merged with another, you might find yourself responsible for a whole new network of incompatible equipment. You can't afford to replace this network, but you need to integrate it into your existing operations. Protocol mediation will merge your two networks at minimal expense.
  4. You don't want to pay license fees: You may have to pay a separate license fee for every device you monitor with your SNMP manager. If you have a large network, that can get real expensive real fast. A protocol mediator can take input from your whole network and consolidate it to one SNMP input, at only one license fee.
Next Page: Part 5: Understanding Layered Communication
PDFDownload White Paper