librenms/mibs/linksys/LINKSYS-Dlf-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

33 lines
947 B
Plaintext

LINKSYS-Dlf-MIB DEFINITIONS ::= BEGIN
-- Title: Linksys Switch Interfaces Private
-- Version: 7.47
-- Date: 15 Sep 2008
IMPORTS
OBJECT-TYPE FROM SNMPv2-SMI
PortList FROM Q-BRIDGE-MIB
rnd FROM LINKSYS-MIB;
rlDlf MODULE-IDENTITY
LAST-UPDATED "200809151234Z"
ORGANIZATION "Linksys LLC."
CONTACT-INFO
"www.linksys.com/business/support"
DESCRIPTION
"The private MIB module definition for DLF Ports MIB.
unknown unicast egress filtering "
::= { rnd 135 }
--rlDlfPortList
rlDlfPortList OBJECT-TYPE
SYNTAX PortList
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A port bitmap containing entries of unknown unicas egress filtering"
::= { rlDlf 1 }
END