mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-23 10:48:47 +02:00
11 lines
479 B
PHP
11 lines
479 B
PHP
<?php
|
|
/**
|
|
* @package Include/help/en
|
|
*/
|
|
?>
|
|
<h1>SNMP walk</h1>
|
|
|
|
<?php echo get_product_name(); ?> has also a simple SNMP browser that allows to walk the MIB of a remote device by a SNMP Walk.
|
|
<br /><br />
|
|
Walking ("SNMP Walk") over a device will make all MIB variables available, so you can choose one. You can also enter a MIB using numerical OID or human understandable format, if you have the correct MIB installed in your <?php echo get_product_name(); ?> Network Server.
|