Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

NetSNMP::ASN (3)

Name

NetSNMP::ASN - Perl extension for SNMP ASN.1 types

Synopsis

use NetSNMP::ASN qw(:all);
my $asn_int = ASN_INTEGER;

Description

User Contributed Perl Documentation                                     ASN(3)



NAME
       NetSNMP::ASN - Perl extension for SNMP ASN.1 types

SYNOPSIS
         use NetSNMP::ASN qw(:all);
         my $asn_int = ASN_INTEGER;

DESCRIPTION
       The NetSNMP::ASN module provides the ASN.1 types for SNMP.

   EXPORT
       None by default.

   Exportable constants
         ASN_APPLICATION
         ASN_BIT_STR
         ASN_BOOLEAN
         ASN_COUNTER
         ASN_COUNTER64
         ASN_DOUBLE
         ASN_FLOAT
         ASN_GAUGE
         ASN_INTEGER
         ASN_INTEGER64
         ASN_IPADDRESS
         ASN_NULL
         ASN_OBJECT_ID
         ASN_OCTET_STR
         ASN_OPAQUE
         ASN_SEQUENCE
         ASN_SET
         ASN_TIMETICKS
         ASN_UNSIGNED
         ASN_UNSIGNED64

AUTHOR
       Wes Hardaker, <hardaker@users.sourceforge.net>


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+---------------------------------+
       |ATTRIBUTE TYPE |        ATTRIBUTE VALUE          |
       +---------------+---------------------------------+
       |Availability   | system/management/snmp/net-snmp |
       +---------------+---------------------------------+
       |Stability      | Volatile                        |
       +---------------+---------------------------------+

SEE ALSO
       SNMP(3pm), NetSNMP::OID(3pm)

       perl(1).



NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from  https://sourceforge.net/projects/net-
       snmp/files/net-snmp/5.8/net-snmp-5.8.tar.gz.

       Further information about this software can be found on the open source
       community website at http://www.net-snmp.org/.



perl v5.32.0                      2018-07-16                            ASN(3)