-- =========================================================== -- Provider Network Port (PNP) configuration table -- =========================================================== ieee8021PbPnpTable OBJECT-TYPE SYNTAX SEQUENCE OF Ieee8021PbPnpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table is a sparse augmentation of ieee802BridgeBasePortTable and controls the creation of the PNP." REFERENCE "IEEE 802.1ah Section 12.16.1.5 12.16.1.7" ::= { ieee8021PbObjects xxx } ieee8021PbPnpEntry OBJECT-TYPE SYNTAX Ieee8021PbPnpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Each entry consists of a Row Status to control creation." INDEX { ieee8021BridgeBasePortComponentId, ieee8021BridgeBasePort } ::= { ieee8021PbPnpTable 1 } Ieee8021PbPnpEntry ::= SEQUENCE { ieee8021PbPnpRowStatus RowStatus } ieee8021PbPnpRowStatus 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." ::= { ieee8021PbPnpEntry 1 } -- =========================================================== -- Customer Network Port (CNP) configuration table -- =========================================================== ieee8021PbCnpTable OBJECT-TYPE SYNTAX SEQUENCE OF Ieee8021PbCnpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table is a sparse augmentation of ieee802BridgeBasePortTable and controls the creation of the CNP." REFERENCE "IEEE 802.1ah Section 12.16.1.5 12.16.1.7" ::= { ieee8021PbObjects xxxx } ieee8021PbCnpEntry OBJECT-TYPE SYNTAX Ieee8021PbCnpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Each entry consists of a Row Status to control creation." INDEX { ieee8021BridgeBasePortComponentId, ieee8021BridgeBasePort } ::= { ieee8021PbCnpTable 1 } Ieee8021PbCnpEntry ::= SEQUENCE { ieee8021PbCnpRowStatus RowStatus } ieee8021PbCnpRowStatus 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." ::= { ieee8021PbCnpEntry 1 }