commit version 22.12.12447

This commit is contained in:
2023-01-01 22:36:12 -05:00
parent af1b03d79f
commit b948283a96
744 changed files with 620715 additions and 27381 deletions

View File

@ -913,177 +913,5 @@ fsClusterMemberMaximumAllowedTrap NOTIFICATION-TYPE
then this trap will be sent."
::= { fsClusterTraps 4}
-- Conformance Information
fsClusterMIBConformance OBJECT IDENTIFIER ::= { fsClusterMIB 3 }
fsClusterMIBCompliances OBJECT IDENTIFIER
::= { fsClusterMIBConformance 1 }
fsClusterMIBGroups OBJECT IDENTIFIER
::= { fsClusterMIBConformance 2 }
-- Compliance statements
fsClusterCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for the CLUSTER MIB."
MODULE -- this module
MANDATORY-GROUPS { fsClusterStatusGroup,
fsClusterMemberStatusGroup,
fsClusterMemberGroup,
fsClusterCandidateGroup,
fsClusterMemberAddGroup,
fsClusterBlackListGroup,
uijieClusterPasswordAuthPoolGroup,
fsDeviceAuthPasswordGroup,
fsClusterCandidateStatusGroup
}
::= { fsClusterMIBCompliances 1 }
-- MIB groupings
fsClusterStatusGroup OBJECT-GROUP
OBJECTS {
fsClusterName,
fsClusterCmdMacAddress,
fsClusterIpPool,
fsClusterIpMask,
fsClusterVlan,
fsClusterHopsLimit,
fsClusterHopsLimit,
fsClusterTimerTopo,
fsClusterTimerHello,
fsClusterTimerHold,
fsClusterTftpServer,
fsClusterNumberOfMembers,
fsClusterMaxNumberOfMembers,
fsClusterDevMaxCapicity
}
STATUS current
DESCRIPTION
"The collection of objects which are used to represent
the status of the cluster."
::= { fsClusterMIBGroups 1 }
fsClusterMemberStatusGroup OBJECT-GROUP
OBJECTS {
fsClusterName,
fsClusterDeviceEnable,
fsClusterDeviceRole,
fsClusterDeviceIP,
fsClusterDeviceSn
}
STATUS current
DESCRIPTION
"The collection of objects which are used to represent
the status of the cluster member. These objects are accessible
on the cluster members and the manager device."
::= { fsClusterMIBGroups 2 }
fsClusterCandidateStatusGroup OBJECT-GROUP
OBJECTS {
fsClusterName,
fsClusterDeviceRole,
fsClusterDeviceEnable
}
STATUS current
DESCRIPTION
"The collection of objects which are used to represent
the status of single devices which are not in any cluster.
These objects are accessible on any single device."
::= { fsClusterMIBGroups 3 }
fsClusterMemberGroup OBJECT-GROUP
OBJECTS {
fsClusterMemberSn,
fsClusterMemberMacAddress,
fsClusterMemberLcIfx ,
fsClusterMemberUpIfx ,
fsClusterMemberLcPort,
fsClusterMemberUpPort,
fsClusterMemberName,
fsClusterMemberIp,
fsClusterMemberHops,
fsClusterMemberState,
fsClusterMemberUpSn,
fsClusterMemberUpMAC,
fsClusterMemberLastTopoUpdateTime,
fsClusterMemberLastUdpUpdateTime,
fsClusterMemberNoRecvTopoRspCount,
fsClusterMemberNoRecvUdpRspCount,
fsClusterMemberReload
}
STATUS current
DESCRIPTION
"The collection of objects which are used to represent
the members of a cluster."
::= { fsClusterMIBGroups 4 }
fsClusterCandidateGroup OBJECT-GROUP
OBJECTS {
fsClusterCandidateMacAddress,
fsClusterCandidateUpMAC,
fsClusterCandidateLcIfx,
fsClusterCandidateUpIfx,
fsClusterCandidateLcPort,
fsClusterCandidateUpPort,
fsClusterCandidateHops,
fsClusterCandidateUpSn,
fsClusterCandidateState
}
STATUS current
DESCRIPTION
"The collection of objects which are used to represent
cluster candidates. These objects are accessible
on the manager device only."
::= { fsClusterMIBGroups 5 }
fsClusterMemberAddGroup OBJECT-GROUP
OBJECTS {
fsClusterMemberAddMacAddress,
fsClusterMemberAddSn,
fsClusterMemberAddRowStatus
}
STATUS current
DESCRIPTION
"The collection of objects which are used to represent
cluster Member add operate. These objects are accessible
on the manager device only."
::= { fsClusterMIBGroups 6 }
fsClusterBlackListGroup OBJECT-GROUP
OBJECTS {
fsClusterBlacklistMacAddress
}
STATUS current
DESCRIPTION
"The collection of objects which are used to represent
cluster blackList. These objects are accessible
on the manager device only."
::= { fsClusterMIBGroups 7 }
fsClusterPasswordAuthPoolGroup OBJECT-GROUP
OBJECTS {
fsClusterPasswordSn,
fsClusterPassword
}
STATUS current
DESCRIPTION
"The collection of objects which are used to represent
cluster auth password pool. These objects are accessible
on the manager device only."
::= { fsClusterMIBGroups 8 }
fsClsuterDeviceAuthPasswordGroup OBJECT-GROUP
OBJECTS {
fsClusterDeviceMacAddress,
fsClusterDevicePassword
}
STATUS current
DESCRIPTION
"The collection of objects which are used to represent
cluster device auth Password. These objects are accessible
on the manager device only."
::= { fsClusterMIBGroups 9 }
END