ChrComPSPPeerMem-MIB --FORCE-INCLUDE --FORCE-INCLUDE --FORCE-INCLUDE "mibhand.h" DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE, Counter32 FROM SNMPv2-SMI Integer32, Unsigned32 FROM SNMPv2-SMI chrComProtectSinglePath FROM Chromatis-MIB TruthValue FROM ChrTyp-MIB WorkingStatusEnum FROM ProtectionTypes-MIB RowStatusEnum FROM ProtectionTypes-MIB; -- chrComPSPPeerMem Table chrComPSPPeerMemTable OBJECT-TYPE SYNTAX SEQUENCE OF ChrComPSPPeerMemEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { chrComProtectSinglePath 2} chrComPSPPeerMemEntry OBJECT-TYPE SYNTAX ChrComPSPPeerMemEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { chrComPSPPathPeerSetID, chrComPSPPathPeerMemberID } --DEFAULT get-function-async MNIL_GetRoutine --DEFAULT set-function-async MNIL_SetRoutine --DEFAULT next-function-async MNIL_NextRoutine --DEFAULT test-function-async MNIL_TestRoutine --DEFAULT cookie "SP_PeerMembers" ::= { chrComPSPPeerMemTable 1 } ChrComPSPPeerMemEntry ::= SEQUENCE { chrComPSPPathPeerSetID Unsigned32 (0..4294967295), chrComPSPPathPeerMemberID Unsigned32 (0..4294967295), chrComPSPDefaultWorking TruthValue, chrComPSPWorkingStatus WorkingStatusEnum } chrComPSPPathPeerSetID OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS read-write STATUS current DESCRIPTION "Path PeerSet is a virtual Sonet path (VSP), that represents the whole paths PeerSet ." ::= { chrComPSPPeerMemEntry 1 } chrComPSPPathPeerMemberID OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS read-write STATUS current DESCRIPTION "The id of the real Sonet path interface, for which there is an entry in the interface table." ::= { chrComPSPPeerMemEntry 2 } chrComPSPDefaultWorking OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "A true value means that the path is initially working, when the protection is configured. (The other path is initially the protecting). The default working is also the one that remains the only working when protection is disabled. " ::= { chrComPSPPeerMemEntry 3 } chrComPSPWorkingStatus OBJECT-TYPE SYNTAX WorkingStatusEnum MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { chrComPSPPeerMemEntry 4 } END