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

36 lines
1.3 KiB
Plaintext

LINKSYS-MULTISESSIONTERMINAL-MIB DEFINITIONS ::= BEGIN
-- Title: LINKSYS ROS
-- Private Multi Session Terminal MIB
-- Version: 7.46
-- Date: 15-Jan-2007
IMPORTS
rnd FROM LINKSYS-MIB
OBJECT-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI
DisplayString FROM SNMPv2-TC;
rlMultiSessionTerminal MODULE-IDENTITY
LAST-UPDATED "200701020000Z"
ORGANIZATION "
Linksys LLC."
CONTACT-INFO
"www.linksys.com/business/support"
DESCRIPTION
"This private MIB module defines Multi Session Terminal private MIBs."
REVISION "200701020000Z"
DESCRIPTION
"Initial revision."
::= { rnd 69 }
rlTerminalDebugModePassword OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..20))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"When a user wants to change the terminal mode
from debug mode to ASCII he must enter this password first"
::= { rlMultiSessionTerminal 1 }
END