<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.remote.other.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'book.snmp.php',
    1 => 'SNMP',
    2 => 'SNMP',
  ),
  'up' => 
  array (
    0 => 'refs.remote.other.php',
    1 => 'Diğer Hizmetler',
  ),
  'prev' => 
  array (
    0 => 'function.scoutapm-list-instrumented-functions.php',
    1 => 'scoutapm_list_instrumented_functions',
  ),
  'next' => 
  array (
    0 => 'snmp.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/snmp/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.snmp.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.snmp" class="book">
 
 <h1 class="title">SNMP</h1>

 
 <div id="intro.snmp" class="preface">
  <h1 class="title">Giriş</h1>
  <p class="simpara">
   The SNMP extension provides a very simple and easily usable toolset for
   managing remote devices via the Simple Network Management Protocol.
  </p>
  <p class="simpara">
   As it is a wrapper around the underlying Net-SNMP
   library, all basic concepts are the same and the PHP functions change their
   behaviour depending on the Net-SNMP configuration files and environment variables.
  </p>
  <p class="simpara">
   More information about Net-SNMP can be found at
   <a href="http://www.net-snmp.org/" class="link external">&raquo;&nbsp;http://www.net-snmp.org/</a>
  </p>
 </div>
 

 




 






 







 




 




<ul class="chunklist chunklist_book"><li><a href="snmp.setup.php">Yapılandırma/Kurulum</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="snmp.requirements.php">Gereksinimler</a></li><li><a href="snmp.installation.php">Kurulum</a></li></ul></li><li><a href="snmp.constants.php">&Ouml;ntanımlı Sabitler</a></li><li><a href="ref.snmp.php">SNMP İşlevleri</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.snmp-get-quick-print.php">snmp_get_quick_print</a> — Fetches the current value of the NET-SNMP library's quick_print setting</li><li><a href="function.snmp-get-valueretrieval.php">snmp_get_valueretrieval</a> — Return the method how the SNMP values will be returned</li><li><a href="function.snmp-read-mib.php">snmp_read_mib</a> — Reads and parses a MIB file into the active MIB tree</li><li><a href="function.snmp-set-enum-print.php">snmp_set_enum_print</a> — Return all values that are enums with their enum value instead of the raw integer</li><li><a href="function.snmp-set-oid-numeric-print.php">snmp_set_oid_numeric_print</a> — Takma Adı: snmp_set_oid_output_format</li><li><a href="function.snmp-set-oid-output-format.php">snmp_set_oid_output_format</a> — Set the OID output format</li><li><a href="function.snmp-set-quick-print.php">snmp_set_quick_print</a> — Set the value of enable within the NET-SNMP library</li><li><a href="function.snmp-set-valueretrieval.php">snmp_set_valueretrieval</a> — Specify the method how the SNMP values will be returned</li><li><a href="function.snmp2-get.php">snmp2_get</a> — Fetch an SNMP object</li><li><a href="function.snmp2-getnext.php">snmp2_getnext</a> — Fetch the SNMP object which follows the given object id</li><li><a href="function.snmp2-real-walk.php">snmp2_real_walk</a> — Return all objects including their respective object ID within the specified one</li><li><a href="function.snmp2-set.php">snmp2_set</a> — Set the value of an SNMP object</li><li><a href="function.snmp2-walk.php">snmp2_walk</a> — Fetch all the SNMP objects from an agent</li><li><a href="function.snmp3-get.php">snmp3_get</a> — Fetch an SNMP object</li><li><a href="function.snmp3-getnext.php">snmp3_getnext</a> — Fetch the SNMP object which follows the given object id</li><li><a href="function.snmp3-real-walk.php">snmp3_real_walk</a> — Return all objects including their respective object ID within the specified one</li><li><a href="function.snmp3-set.php">snmp3_set</a> — Set the value of an SNMP object</li><li><a href="function.snmp3-walk.php">snmp3_walk</a> — Fetch all the SNMP objects from an agent</li><li><a href="function.snmpget.php">snmpget</a> — Fetch an SNMP object</li><li><a href="function.snmpgetnext.php">snmpgetnext</a> — Fetch the SNMP object which follows the given object id</li><li><a href="function.snmprealwalk.php">snmprealwalk</a> — Return all objects including their respective object ID within the specified one</li><li><a href="function.snmpset.php">snmpset</a> — Set the value of an SNMP object</li><li><a href="function.snmpwalk.php">snmpwalk</a> — Fetch all the SNMP objects from an agent</li><li><a href="function.snmpwalkoid.php">snmpwalkoid</a> — Query for a tree of information about a network entity</li></ul></li><li><a href="class.snmp.php">SNMP</a> — The SNMP class<ul class="chunklist chunklist_book chunklist_children"><li><a href="snmp.close.php">SNMP::close</a> — Close SNMP session</li><li><a href="snmp.construct.php">SNMP::__construct</a> — Creates SNMP instance representing session to remote SNMP agent</li><li><a href="snmp.get.php">SNMP::get</a> — Fetch an SNMP object</li><li><a href="snmp.geterrno.php">SNMP::getErrno</a> — Get last error code</li><li><a href="snmp.geterror.php">SNMP::getError</a> — Get last error message</li><li><a href="snmp.getnext.php">SNMP::getnext</a> — Fetch an SNMP object which
  follows the given object id</li><li><a href="snmp.set.php">SNMP::set</a> — Set the value of an SNMP object</li><li><a href="snmp.setsecurity.php">SNMP::setSecurity</a> — Configures security-related SNMPv3 session parameters</li><li><a href="snmp.walk.php">SNMP::walk</a> — Fetch SNMP object subtree</li></ul></li><li><a href="class.snmpexception.php">SNMPException</a> — The SNMPException class</li></ul></div><?php manual_footer($setup); ?>