Observium_CE/mibs/lancom/LANCOM-BONJOUR-MIB

76 lines
2.4 KiB
Plaintext

LANCOM-BONJOUR-MIB DEFINITIONS ::= BEGIN
-- Broadcom FASTPATH BONJOUR MIB
-- Copyright 2017 Broadcom.
-- This SNMP Management Information Specification
-- embodies Broadcom's confidential and proprietary
-- intellectual property. Broadcom retains all title
-- and ownership in the Specification including any revisions.
-- This Specification is supplied "AS IS", Broadcom
-- makes no warranty, either expressed or implied,
-- as to the use, operation, condition, or performance of the
-- Specification.
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI
fastPath FROM LANCOM-REF-MIB;
fastPathBonjour MODULE-IDENTITY
LAST-UPDATED "201706060000Z" -- 06 June 2017 12:00:00 GMT
ORGANIZATION "Broadcom "
CONTACT-INFO
" Customer Support
Postal: Broadcom
1030 Swabia Court
Suite 400
Durham, NC 27703
Tel: +1 919 865 2700"
DESCRIPTION
"The Broadcom Private MIB for Bonjour"
-- Revision history.
REVISION
"201706060000Z" -- 06 June 2017 12:00:00 GMT
DESCRIPTION
"Initial version."
::= { fastPath 71 }
-- ***************************************************************************
--
-- The Bonjour Objects Group
-- Manage Bonjour settings.
--
-- ***************************************************************************
agentBonjourObjects OBJECT IDENTIFIER ::= { fastPathBonjour 1 }
-- ***************************************************************************
--
-- The Bonjour Global Group
-- Manage Global Bonjour settings.
--
-- ***************************************************************************
agentBonjourGlobal OBJECT IDENTIFIER ::= { agentBonjourObjects 1 }
-- ****************************************************************************
--
-- The Bonjour Admin Mode
--
-- ****************************************************************************
agentBonjourAdminMode OBJECT-TYPE
SYNTAX INTEGER {
disable(0),
enable(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"An indication of whether the Bonjour Protocol
is currently running."
DEFVAL { enable }
::= { agentBonjourGlobal 1 }
END