Files

24 lines
1.1 KiB
PHP
Raw Permalink Normal View History

2016-06-29 00:14:21 +01:00
<?php
2016-06-29 00:29:11 +01:00
/*
* LibreNMS
*
* Copyright (c) 2016 Neil Lathwood <[email protected]>
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation, either version 3 of the License, or (at your
* option) any later version. Please see LICENSE.txt at the top level of
* the source code distribution for details.
*/
2016-06-29 00:14:21 +01:00
echo 'JnxDomCurrentEntry ';
2019-03-04 17:31:17 +00:00
$pre_cache['junos_oids'] = snmpwalk_cache_multi_oid($device, 'JnxDomCurrentEntry', [], 'JUNIPER-DOM-MIB', 'junos');
echo 'JnxDomCurrentLaneEntry ';
2019-03-04 17:31:17 +00:00
$pre_cache['junos_multilane_oids'] = snmpwalk_cache_multi_oid($device, 'JnxDomCurrentLaneEntry', [], 'JUNIPER-DOM-MIB', 'junos');
2017-12-13 03:27:10 +01:00
echo 'jnxoptIfOTNPMFECCurrentTable';
2019-03-04 17:31:17 +00:00
$pre_cache['junos_ifotn_oids'] = snmpwalk_cache_multi_oid($device, 'jnxoptIfOTNPMFECCurrentTable', [], 'JNX-OPT-IF-EXT-MIB', 'junos', '-OQUsb');
2017-12-13 03:27:10 +01:00
echo 'JnxoptIfOTNPMFECCurrentEntry ';
2019-03-04 17:31:17 +00:00
$pre_cache['junos_prefec_oids'] = snmpwalk_cache_multi_oid($device, 'jnxoptIfOTNPMCurrentFECMinBERMantissa', [], 'JNX-OPT-IF-EXT-MIB', 'junos');