-- extracted from draft-ietf-bridge-rstpmib-00.txt -- at Fri Jul 20 06:05:34 2001 U-BRIDGE-MIB DEFINITIONS ::= BEGIN -- ------------------------------------------------------------- -- MIB for IEEE 802.1u Restricted Group Registration -- ------------------------------------------------------------- IMPORTS MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI TruthValue FROM SNMPv2-TC MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF dot1dBridge, dot1dBasePortEntry FROM BRIDGE-MIB dot1qPortVlanEntry FROM Q-BRIDGE-MIB; uBridgeMIB MODULE-IDENTITY LAST-UPDATED "200107130000Z" ORGANIZATION "IETF Bridge MIB Working Group" CONTACT-INFO "Email: Bridge-mib@ietf.org" DESCRIPTION "The Bridge MIB Extension module for managing devices that allow control over dynamic VLAN registration through Restricted VLAN Registration as defined by IEEE 802.1u." REVISION "200107130000Z" DESCRIPTION "Draft 0" ::= { dot1dBridge 12 } -- ------------------------------------------------------------- -- Augmentation to the dot1qPortVlanTable -- ------------------------------------------------------------- dot1qExtPortVlanTable OBJECT-TYPE SYNTAX SEQUENCE OF Dot1qExtPortVlanEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing per port Restricted VLAN Registration control information." ::= { dot1qVlan 11 } dot1qExtPortVlanEntry OBJECT-TYPE SYNTAX Dot1qExtPortVlanEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information controlling VLAN Registration for a port on the device. This is indexed by dot1dBasePort." AUGMENTS { dot1dBasePortEntry } ::= { dot1qExtPortVlanTable 1 } Dot1qExtPortVlanEntry ::= SEQUENCE { dot1qPortRestrictedRegistration TruthValue } dot1qPortRestrictedRegistration OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "The state of Restricted Registration on this port. If the value of this control is true(1), then creation of a new dynamic VLAN entry is permitted only if there is a Static VLAN Registration Entry for the VLAN concerned, in which the Registrar Administrative Control value for this port is Normal Registration." REFERENCE "IEEE 802.1u clause 11.2.3.2.3, 12.10.1.7." DEFVAL { false } ::= { dot1qExtPortVlanEntry 1 } -- ------------------------------------------------------------- -- uBridgeMIB - Conformance Information -- ------------------------------------------------------------- uBridgeConformance OBJECT IDENTIFIER ::= { uBridgeMIB 1 } uBridgeGroups OBJECT IDENTIFIER ::= { uBridgeConformance 1 } uBridgeCompliances OBJECT IDENTIFIER ::= { uBridgeConformance 2 } -- ------------------------------------------------------------- -- Units of conformance -- ------------------------------------------------------------- uBridgePortGroup OBJECT-GROUP OBJECTS { dot1qPortRestrictedRegistration } STATUS current DESCRIPTION "Per-port Restricted VLAN Registration Control parameter" ::= { uBridgeGroups 1 } -- ------------------------------------------------------------- -- Compliance statements -- ------------------------------------------------------------- uBridgeCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for device support of bridging services." MODULE MANDATORY-GROUPS { uBridgePortGroup } ::= { uBridgeCompliances 1 } END