ENTERASYS-IETF-P-BRIDGE-MIB-EXT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
dot1dBasePortEntry
FROM BRIDGE-MIB
EnabledStatus
FROM P-BRIDGE-MIB
etsysModules
FROM ENTERASYS-MIB-NAMES;
etsysIetfpBridgeMibExtMIB MODULE-IDENTITY
LAST-UPDATED "200212202216Z" ORGANIZATION "Enterasys Networks, Inc"
CONTACT-INFO
"Postal: Enterasys Networks
35 Industrial Way, P.O. Box 5005
Rochester, NH 03867-0505
Phone: +1 603 332 9400
E-mail: support@enterasys.com
WWW: http://www.enterasys.com"
DESCRIPTION
"This MIB module defines a portion of the SNMP MIB under
Enterasys Networks' enterprise OID pertaining to proprietary
extensions to the IETF P-BRIDGE-MIB as specified in RFC2674."
REVISION "200212202216Z" DESCRIPTION
"The initial version of this MIB module"
::= { etsysModules 33 }
etsysIetfpBridgeMibExt
OBJECT IDENTIFIER ::= { etsysIetfpBridgeMibExtMIB 1 }
etsysDot1dPriority
OBJECT IDENTIFIER ::= { etsysIetfpBridgeMibExt 1 }
etsysDot1dPortPriorityTable OBJECT-TYPE
SYNTAX SEQUENCE OF EtsysDot1dPortPriorityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Extensions to the table that contains information about
every port that is associated with this transparent bridge."
::= { etsysDot1dPriority 1 }
etsysDot1dPortPriorityEntry OBJECT-TYPE
SYNTAX EtsysDot1dPortPriorityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of extensions that support the management of
proprietary features for each port of a transparent
bridge. This is indexed by dot1dBasePort."
AUGMENTS { dot1dBasePortEntry }
::= { etsysDot1dPortPriorityTable 1 }
EtsysDot1dPortPriorityEntry ::=
SEQUENCE {
etsysDot1dPortPriorityRewrite INTEGER
}
etsysDot1dPortPriorityRewrite OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The enabled/disabled status of the rewriting of the 802.1P
priority in tagged frames on the port."
DEFVAL { disabled }
::= { etsysDot1dPortPriorityEntry 1 }
etsysIetfpBridgeConformance
OBJECT IDENTIFIER ::= { etsysIetfpBridgeMibExtMIB 2 }
etsysIetfpBridgeGroups
OBJECT IDENTIFIER ::= { etsysIetfpBridgeConformance 1 }
etsysIetfpBridgeCompliances
OBJECT IDENTIFIER ::= { etsysIetfpBridgeConformance 2 }
etsysDot1dPriorityRewriteGroup OBJECT-GROUP
OBJECTS {
etsysDot1dPortPriorityRewrite
}
STATUS current
DESCRIPTION
"A collection of objects relating to the User Priority
applicable to each port."
::= { etsysIetfpBridgeGroups 1 }
etsysIetfpBridgeCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for devices that support the
IETF P-BRIDGE-MIB Extension MIB."
MODULE
GROUP etsysDot1dPriorityRewriteGroup
DESCRIPTION
"Support for this group is optional and only applies
to products that wish to allow the rewriting of the
802.1P priority in tagged frames."
::= { etsysIetfpBridgeCompliances 1 }
END