mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
ee8297df19
* extend FS switches support * MIB compilation * HW and Ver * sensors and CPU * tests * correct version * try to handle properly "down" as not up, for OperStat like lowerLayerDown * try to handle properly "down" as not up, for OperStat like lowerLayerDown * try to handle properly "down" as not up, for OperStat like lowerLayerDown * try to replace "down" with "not up" :) * fix other ifOperStatus checks
52 lines
1.7 KiB
Plaintext
52 lines
1.7 KiB
Plaintext
GBNL2PppoePlus-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY, OBJECT-TYPE,
|
|
Integer32, Counter32,
|
|
TimeTicks, IpAddress FROM SNMPv2-SMI
|
|
DisplayString, TruthValue,RowStatus FROM SNMPv2-TC
|
|
|
|
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
|
|
|
|
gbnL2 FROM ADMIN-MASTER-MIB;
|
|
|
|
|
|
gbnL2PppoePlus MODULE-IDENTITY
|
|
LAST-UPDATED "200711220000Z" -- November 22,2007
|
|
ORGANIZATION "admin Systems, Inc."
|
|
CONTACT-INFO "admin Systems, Inc.
|
|
E-mail: support@admin.com.cn"
|
|
|
|
DESCRIPTION "ADMIN Enterprise MIB definition."
|
|
|
|
REVISION "200711220000Z" -- November 22,2007
|
|
DESCRIPTION "Initial MIB creation."
|
|
|
|
::= { gbnL2 6 }
|
|
|
|
------------------------------------------------------------------------------
|
|
-- Textual Conventions (i.e., these do not affect object encoding):
|
|
------------------------------------------------------------------------------
|
|
pppoeplusOnOff OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"start/stop pppoe plus.Default is off。"
|
|
--开启关闭 pppoe plus 功能。
|
|
::= { gbnL2PppoePlus 1 }
|
|
|
|
pppoeplusType OBJECT-TYPE
|
|
SYNTAX INTEGER{
|
|
standard(0),
|
|
huawei(1)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ppoeplus type."
|
|
--pppoeplus 类型,默认为standard.
|
|
::= { gbnL2PppoePlus 2 }
|
|
|
|
END
|