Observium_CE/mibs/zyxel/ZYXEL-LLDP-MIB

86 lines
2.5 KiB
Plaintext

-- ZyXEL Communications Corporation
-- Private Enterprise MIB definition
-- This file describes the ZyXEL Communications Corporation Enterprise MIB.
-- It contains ZyXEL products OIDs, and common managed objects.
-- $Log: ZYXEL-LLDP-MIB.mib $
-- Revision 1.5 2013/12/06 07:06:44 ccho
-- remove uncessary imports
-- Revision 1.4 2013/11/08 03:39:02 Kevin
-- add clear entries
-- Revision 1.3 2012/09/19 07:40:09 Kevin
-- if it's leaf node, revise the vender name from zyxel to zy
-- Revision 1.2 2012/07/05 06:23:23 Kevin
-- 1. upgrade from SNMP to SNMPv2
-- 2. clean warning
-- Revision 1.1 2012/05/30 07:49:45 Kevin
-- Initial revision
ZYXEL-LLDP-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE
FROM SNMPv2-SMI -- RFC2578
MODULE-IDENTITY
FROM SNMPv2-SMI
EnabledStatus
FROM P-BRIDGE-MIB
PortList
FROM Q-BRIDGE-MIB
esMgmt
FROM ZYXEL-ES-SMI;
zyxelLldp MODULE-IDENTITY
LAST-UPDATED "201207010000Z"
ORGANIZATION "Enterprise Solution ZyXEL"
CONTACT-INFO
""
DESCRIPTION
"The subtree for Link Layer Discovery Protocol (LLDP)"
::= { esMgmt 43 }
zyxelLldpSetup OBJECT IDENTIFIER ::= { zyxelLldp 1 }
zyxelLldpStatus OBJECT IDENTIFIER ::= { zyxelLldp 2 }
zyLldpState OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/Disable LLDP on the switch.
The Link Layer Discover Protocol (LLDP) is to discover and make available physical topology
information for network management. This protocol will advertise information useful for
discovering pertinent information about a remote port and to populate topology MIB."
::= { zyxelLldpSetup 1 }
zyLldpRemoteInfoClear OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Clear all the LLDP remote information."
::= { zyxelLldpStatus 1 }
zyLldpRemoteInfoClearPorts OBJECT-TYPE
SYNTAX PortList
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Clear the LLDP remote informationof of the port(s)."
::= { zyxelLldpStatus 2 }
zyLldpStatisticsClear OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Clear all the LLDP statistics."
::= { zyxelLldpStatus 3 }
END