ChrComProtectionGroupPeerMembers-MIB --FORCE-INCLUDE --FORCE-INCLUDE --FORCE-INCLUDE "mibhand.h" DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE, Counter32 FROM SNMPv2-SMI Integer32, Unsigned32 FROM SNMPv2-SMI chrComProtectionGroup FROM Chromatis-MIB TruthValue FROM ChrTyp-MIB WorkingStatusEnum FROM ProtectionTypes-MIB; -- chrComProtectionGroupPeerMembers Table chrComProtectionGroupPeerMembersTable OBJECT-TYPE SYNTAX SEQUENCE OF ChrComProtectionGroupPeerMembersEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { chrComProtectionGroup 2} chrComProtectionGroupPeerMembersEntry OBJECT-TYPE SYNTAX ChrComProtectionGroupPeerMembersEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { chrComProtectionGroupVirtualInterfaceID, chrComProtectionGroupPeerMemberID } --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 "PeerMembers" ::= { chrComProtectionGroupPeerMembersTable 1 } ChrComProtectionGroupPeerMembersEntry ::= SEQUENCE { chrComProtectionGroupVirtualInterfaceID Unsigned32 (0..4294967295), chrComProtectionGroupPeerMemberID Unsigned32 (0..4294967295), chrComProtectionGroupDefaultWorking TruthValue, chrComProtectionGroupWorkingStatus WorkingStatusEnum } chrComProtectionGroupVirtualInterfaceID OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS read-only STATUS current DESCRIPTION "The ID of a virtual interface (path, DS3 or Ethernet), for which there is an entry in the interface table. Virtual interface id = ,,, if-type, VS " ::= { chrComProtectionGroupPeerMembersEntry 1 } chrComProtectionGroupPeerMemberID OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS read-only STATUS current DESCRIPTION "The id of the real interface, for which there is an entry in the interface table." ::= { chrComProtectionGroupPeerMembersEntry 2 } chrComProtectionGroupDefaultWorking 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. " ::= { chrComProtectionGroupPeerMembersEntry 3 } chrComProtectionGroupWorkingStatus OBJECT-TYPE SYNTAX WorkingStatusEnum MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { chrComProtectionGroupPeerMembersEntry 4 } END