librenms/mibs/linksys/LINKSYS-WeightedRandomTailDrop-MIB
PipoCanaja 36e709ebab Improved Linksys support, including POE (#10075)
Fixes #9718 

This PR adds POE graphs, even if not all the values that are polled on other OSes are available on this one.  

DO NOT DELETE THIS TEXT

#### Please note

> Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting.

- [X] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/)

#### Testers

If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 10075`
After you are done testing, you can remove the changes with `./scripts/github-remove`.  If there are schema changes, you can ask on discord how to revert.
2019-04-09 20:32:57 +01:00

46 lines
1.3 KiB
Plaintext

LINKSYS-WeightedRandomTailDrop-MIB DEFINITIONS ::= BEGIN
-- Title: Linksys Switch Interfaces Private
-- Version: 7.50
-- Date: 29 Sep 2009
IMPORTS
rnd FROM LINKSYS-MIB
OBJECT-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI;
rlWeightedRandomTailDrop MODULE-IDENTITY
LAST-UPDATED "200909290000Z"
ORGANIZATION "Linksys LLC."
CONTACT-INFO
"www.linksys.com/business/support"
DESCRIPTION
"<description>"
REVISION "200909290000Z"
DESCRIPTION
"The private MIB module definition for Weighted Random Tail Drop MIB."
::= { rnd 146 }
rlWeightedRandomTailDropCurrentStatus OBJECT-TYPE
SYNTAX INTEGER {
enable(0),
disable(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Show the current Weighted Random Tail Drop status"
::= { rlWeightedRandomTailDrop 1 }
rlWeightedRandomTailDropStatusAfterReset OBJECT-TYPE
SYNTAX INTEGER {
enable(0),
disable(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Set the Weighted Random Tail Drop status after reset"
::= { rlWeightedRandomTailDrop 2 }
END