mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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.
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
LINKSYS-DHCPv6 DEFINITIONS ::= BEGIN
|
|
|
|
-- Version: 7.60
|
|
|
|
-- Date: 10-May-2012
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY, OBJECT-TYPE,
|
|
Unsigned32, IpAddress, Counter32 FROM SNMPv2-SMI
|
|
InterfaceIndex, ifIndex FROM IF-MIB
|
|
RowStatus, TEXTUAL-CONVENTION, MacAddress,
|
|
DisplayString, TruthValue FROM SNMPv2-TC
|
|
InetAddressType,InetAddress,InetAddressIPv6 FROM INET-ADDRESS-MIB -- RFC2851
|
|
rnd FROM LINKSYS-MIB;
|
|
|
|
rlDhcpv6 MODULE-IDENTITY
|
|
LAST-UPDATED "200604020000Z"
|
|
ORGANIZATION ""
|
|
CONTACT-INFO ""
|
|
DESCRIPTION
|
|
"The private MIB module definition for DHCP v6 features."
|
|
::= { rnd 214}
|
|
|
|
rlDhcpv6Common OBJECT IDENTIFIER ::= { rlDhcpv6 1}
|
|
|
|
rlDhcpv6Client OBJECT IDENTIFIER ::= { rlDhcpv6 2}
|
|
|
|
rlDhcpv6Relay OBJECT IDENTIFIER ::= { rlDhcpv6 3}
|
|
|
|
------------------------------
|
|
-- DHCP DUID
|
|
------------------------------
|
|
|
|
-- rlDhcpv6DuidEn --
|
|
|
|
rlDhcpv6DuidEn OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE(7..38))
|
|
MAX-ACCESS read-create
|
|
STATUS current
|
|
DESCRIPTION ""
|
|
::= { rlDhcpv6Common 1 }
|
|
|
|
END
|