-- =========================================================== -- Customer Backbone Port (CBP) configuration table -- =========================================================== ieee8021PbbCbpTable OBJECT-TYPE SYNTAX SEQUENCE OF Ieee8021PbbCbpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table is a sparse augmentation of ieee802BridgeBasePortTable and controls the creation of the CBP." REFERENCE "IEEE 802.1ah Section 12.16.1.5 12.16.1.7" ::= { ieee8021PbbProviderBackboneBridge xxx } ieee8021PbbCbpEntry OBJECT-TYPE SYNTAX Ieee8021PbbCbpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Each entry consists of a Row Status to control creation." INDEX { ieee8021BridgeBasePortComponentId, ieee8021BridgeBasePort } ::= { ieee8021PbbCbpTable 1 } Ieee8021PbbCbpEntry ::= SEQUENCE { ieee8021PbbCbpRowStatus RowStatus } ieee8021PbbCbpRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to create and delete entries in this table and the base port table." ::= { ieee8021PbbCbpEntry 1 } -- =========================================================== -- 12.16.4.1/2 Provider Instance Port (PIP) configuration -- table -- =========================================================== ieee8021PbbPipTable OBJECT-TYPE SYNTAX SEQUENCE OF Ieee8021PbbPipEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains the parameters for each PIP, and can be used to configure the PIP port names. All writable objects in this table must be persistent over power up restart/reboot." REFERENCE "IEEE 802.1ah Section 12.16.4.1/2" ::= { ieee8021PbbProviderBackboneBridge 4 } ieee8021PbbPipEntry OBJECT-TYPE SYNTAX Ieee8021PbbPipEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The parameters for a PIP. " INDEX { ieee8021PbbPipIfIndex } ::= { ieee8021PbbPipTable 1 } Ieee8021PbbPipEntry ::= SEQUENCE { ieee8021PbbPipIfIndex InterfaceIndex, ieee8021PbbPipBMACAddress MacAddress, ieee8021PbbPipName SnmpAdminString, ieee8021PbbPipIComponentId IEEE8021PbbComponentIdentifierTC, ieee8021PbbPipVipMap OCTET STRING, ieee8021PbbPipRowStatus RowStatus } ieee8021PbbPipIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "The number identifying the PIP." ::= { ieee8021PbbPipEntry 1 } ieee8021PbbPipBMACAddress OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The B-MAC used by this PIP for the B-SA." ::= { ieee8021PbbPipEntry 2 } ieee8021PbbPipName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE(0..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "A text string of local significance which identifies the PIP within a BEB." ::= { ieee8021PbbPipEntry 3 } ieee8021PbbPipIComponentId OBJECT-TYPE SYNTAX IEEE8021PbbComponentIdentifierTC MAX-ACCESS read-only STATUS current DESCRIPTION "Identifies the I-component associated with this PIP." ::= { ieee8021PbbPipEntry 4 } ieee8021PbbPipVipMap OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..512)) MAX-ACCESS read-write STATUS current DESCRIPTION "This object contains a bitmap indicating all the VIPs associated with this PIP. The bits correspond to bridge port numbers in the range 1 through 4094. The high-order bit of the first octet corresponds to port number 1, and subsequent bits of the octet string correspond to subsequent port numbers. The following formula can be used to find the bit corresponding to a particular port number B: octet[(B-1)/8] & (1 >> ((B-1)%8)) If the bit for a particular port number is 1, that VIP is associated with this PIP. The value of this object may be truncated to remove trailing octets of all zeroes." ::= { ieee8021PbbPipEntry 5 } ieee8021PbbPipRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to create and delete entries in this table and the interfaces table." REFERENCE "IEEE 802.1ah Section 12.16.1.6 12.16.1.8" ::= { ieee8021PbbPipEntry 6 }