87 lines
2.9 KiB
Plaintext
87 lines
2.9 KiB
Plaintext
-- *****************************************************************
|
|
-- MY-SMI.mib: MY-SMI
|
|
-- My Enterprise Structure of Management Information
|
|
--
|
|
-- $Copyright$
|
|
--
|
|
--
|
|
-- *****************************************************************
|
|
--
|
|
|
|
DES7200-SMI DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY,
|
|
OBJECT-IDENTITY,
|
|
enterprises
|
|
FROM SNMPv2-SMI;
|
|
|
|
-- My Snmpagent Enterprise Specific Objects
|
|
my OBJECT IDENTIFIER ::= { enterprises 171 }
|
|
|
|
products OBJECT IDENTIFIER ::= { my 10 }
|
|
|
|
switchMib MODULE-IDENTITY
|
|
LAST-UPDATED "200203190000Z"
|
|
ORGANIZATION "D-Link Crop."
|
|
CONTACT-INFO
|
|
"
|
|
http://support.dlink.com"
|
|
DESCRIPTION
|
|
"The Structure of Management Information for the
|
|
My enterprise."
|
|
REVISION "200203190000Z"
|
|
DESCRIPTION
|
|
"Initial version of this MIB module."
|
|
::= { products 97 }
|
|
|
|
mySwitchProducts OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"mySwitchProducts is the root OBJECT IDENTIFIER from
|
|
which sysObjectID values are assigned for switch. Actual
|
|
values are defined in DES7200-PRODUCTS-MIB."
|
|
::= { switchMib 1 }
|
|
|
|
myMgmt OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"myMgmt is the main subtree for those functional mib."
|
|
::= { switchMib 2 }
|
|
|
|
myAgentCapability OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"myAgentCapability provides a root object identifier
|
|
from which AGENT-CAPABILITIES values may be assigned."
|
|
::= { switchMib 3 }
|
|
|
|
myModules OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"myModules provides a root object identifier
|
|
from which MODULE-IDENTITY values may be assigned."
|
|
::= { switchMib 4 }
|
|
|
|
myExperiment OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"myExperiment provides a root object identifier
|
|
from which experimental mibs may be temporarily
|
|
based. mibs are typicially based here if they
|
|
fall in one of two categories
|
|
1) are IETF work-in-process mibs which have not
|
|
been assigned a permanent object identifier by
|
|
the IANA.
|
|
2) are my work-in-process which has not been
|
|
assigned a permanent object identifier by the
|
|
my assigned number authority, typicially because
|
|
the mib is not ready for deployment.
|
|
|
|
NOTE WELL: support for mibs in the myExperiment
|
|
subtree will be deleted when a permanent object
|
|
identifier assignment is made."
|
|
::= { switchMib 5 }
|
|
|
|
END
|