GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Encoding::BER::SNMP(3) User Contributed Perl Documentation Encoding::BER::SNMP(3)

Encoding::BER::SNMP - adds SNMP specific tags to Encoding::BER

  use Encoding::BER::SNMP;
  my $enc  = Encoding::BER::SNMP->new();
  my $snmp = $enc->encode( [ 1, 'public',
                             { type  => 'get_request',
                               value => [ $reqid, 0, 0, 
                                          [ [ { type  => 'oid',
                                                value => '1.3.6.1.2.1.2.2.1.10.4' },
                                              undef ] ] ] };
  send(UDP, $snmp, 0);

This is a subclass of Encoding::BER, and the following tags are made available:

  ip_address counter32 gauge32 timeticks opaque counter64
  get_request get_next_request get_response set_request
  trap get_bulk_request inform_request snmpv2_trap report

There are no known bugs in this module.

  Encoding::BER

Jeff Weisberg - http://www.tcp4me.com/
2007-03-06 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.