commit version 22.12.12447
This commit is contained in:
@ -10,8 +10,8 @@
|
||||
-- *****************************************************************
|
||||
--
|
||||
|
||||
|
||||
FS-AG-MIB DEFINITIONS ::= BEGIN
|
||||
-- MIB broken. Changed by Observium developers
|
||||
-- FS-AG-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
DisplayString,TEXTUAL-CONVENTION,TimeStamp
|
||||
|
@ -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
|
||||
|
@ -56,7 +56,7 @@ ctStandardCompliances OBJECT IDENTIFIER ::= { ctStandardmibmodule 3 }
|
||||
ctStandardGroup OBJECT IDENTIFIER ::= { ctStandardmibmodule 4 }
|
||||
|
||||
--**************************************************
|
||||
--* ctStandardSystemConfigTable begins * --index needs change.
|
||||
--* ctStandardSystemConfigTable begins *
|
||||
--**************************************************
|
||||
|
||||
ctStandardSystemConfigTable OBJECT-TYPE
|
||||
|
@ -182,14 +182,14 @@ fsIPPrivateMIBGroups OBJECT IDENTIFIER ::= { fsIPPrivateMIBConformance 2 }
|
||||
-- compliance statements **
|
||||
-- **
|
||||
--********************************************************************
|
||||
fsIPPrivateMIBCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The compliance statement for entities which implement
|
||||
the FS Ac Manager Ac"
|
||||
MODULE -- this module
|
||||
MANDATORY-GROUPS { fsAcIPPrivateMIBGroup, fsAcIPPrivateTrapGroup }
|
||||
::= { fsIPPrivateMIBCompliances 1 }
|
||||
-- fsIPPrivateMIBCompliance MODULE-COMPLIANCE
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "The compliance statement for entities which implement
|
||||
-- the FS Ac Manager Ac"
|
||||
-- MODULE
|
||||
-- MANDATORY-GROUPS { fsAcIPPrivateMIBGroup, fsAcIPPrivateTrapGroup }
|
||||
-- ::= { fsIPPrivateMIBCompliances 1 }
|
||||
|
||||
|
||||
--********************************************************************
|
||||
|
@ -57,7 +57,7 @@ fsMapinfoMngMIB MODULE-IDENTITY
|
||||
E-mail: https://www.fs.com/live_chat_service_mail.html"
|
||||
DESCRIPTION
|
||||
"This module defines fs Mapinf Mng mibs."
|
||||
REVISION "2016073200000Z"
|
||||
REVISION "201607032000Z"
|
||||
DESCRIPTION
|
||||
"Initial version of this MIB module."
|
||||
::= { fsMgmt 150}
|
||||
|
@ -28,8 +28,8 @@ IMPORTS
|
||||
fsEntityStateChgDesc,
|
||||
fsTemperatureWarningDesc
|
||||
FROM FS-ENTITY-MIB
|
||||
scMemberOperStatus
|
||||
FROM FS-CLUSTER-MIB
|
||||
-- scMemberOperStatus
|
||||
-- FROM FS-CLUSTER-MIB
|
||||
fsSMPSwitchIP,
|
||||
fsSMPSwitchInterfaceID,
|
||||
fsSMPSwitchInterfaceVLANID,
|
||||
@ -49,8 +49,8 @@ IMPORTS
|
||||
lineDetectStatus,
|
||||
lineDetectPosition
|
||||
FROM FS-INTERFACE-MIB
|
||||
userIpaddr
|
||||
FROM FS-AUTH-GATEWAY-MIB
|
||||
-- userIpaddr
|
||||
-- FROM FS-AUTH-GATEWAY-MIB
|
||||
fsUrpfIfDropRate
|
||||
FROM FS-URPF-MIB
|
||||
TRAP-TYPE
|
||||
@ -159,14 +159,14 @@ pimNeighborLoss TRAP-TYPE
|
||||
"while the state of entity changed or some failure happened, this trap will be sent."
|
||||
::= 10
|
||||
|
||||
clusterMemberStateChange TRAP-TYPE
|
||||
ENTERPRISE switch
|
||||
VARIABLES {scMemberOperStatus}
|
||||
DESCRIPTION
|
||||
"while the state of member switch changed, then this trap will be sent.
|
||||
either state of member switch change from active to inactive or from
|
||||
inactive to active."
|
||||
::= 11
|
||||
-- clusterMemberStateChange TRAP-TYPE
|
||||
-- ENTERPRISE switch
|
||||
-- VARIABLES {scMemberOperStatus}
|
||||
-- DESCRIPTION
|
||||
-- "while the state of member switch changed, then this trap will be sent.
|
||||
-- either state of member switch change from active to inactive or from
|
||||
-- inactive to active."
|
||||
-- ::= 11
|
||||
|
||||
temperatureWarning TRAP-TYPE
|
||||
ENTERPRISE switch
|
||||
@ -206,12 +206,12 @@ pimNeighborLoss TRAP-TYPE
|
||||
::= 15
|
||||
|
||||
|
||||
authGatewayUserLeave TRAP-TYPE
|
||||
ENTERPRISE switch
|
||||
VARIABLES {userIpaddr}
|
||||
DESCRIPTION
|
||||
"Sending Trap when the user is offline."
|
||||
::= 16
|
||||
-- authGatewayUserLeave TRAP-TYPE
|
||||
-- ENTERPRISE switch
|
||||
-- VARIABLES {userIpaddr}
|
||||
-- DESCRIPTION
|
||||
-- "Sending Trap when the user is offline."
|
||||
-- ::= 16
|
||||
|
||||
|
||||
urpfIfDropRateNotify TRAP-TYPE
|
||||
|
@ -55,9 +55,9 @@ fsVMMIB MODULE-IDENTITY
|
||||
|
||||
fsVMMIBObjects OBJECT IDENTIFIER ::= { fsVMMIB 1 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- Scalar of configuring VM support.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMFuncVMSupport OBJECT-TYPE
|
||||
SYNTAX ConfigStatus
|
||||
MAX-ACCESS read-write
|
||||
@ -122,9 +122,9 @@ fsVMBurstMax OBJECT-TYPE
|
||||
Burst Size: The maximum number of byte to allow in a burst."
|
||||
::= { fsVMMIBObjects 15 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for configuring VM information.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMInfoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -176,9 +176,9 @@ fsVMInfoRowStatus OBJECT-TYPE
|
||||
Set this object to ROW_ACTIVE, add VM to VM Group."
|
||||
::= { fsVMInfoEntry 3 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for configuring VM Group.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMGroupInfoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMGroupInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -245,9 +245,9 @@ fsVMGroupInfoRowStatus OBJECT-TYPE
|
||||
associate with this profile"
|
||||
::= { fsVMGroupInfoEntry 4 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for configuring VM Profile.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMProfileTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMProfileEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -393,9 +393,9 @@ fsVMProfileQosRxPolicyMap OBJECT-TYPE
|
||||
"Police map name of ServerPort ingress match about VM."
|
||||
::= { fsVMProfileEntry 11 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for configuring VM location.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMLocInfoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMLocInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -456,9 +456,9 @@ fsVMLocInfoRowStatus OBJECT-TYPE
|
||||
Set this object to ROW_ACTIVE, add the location of VM."
|
||||
::= { fsVMLocInfoEntry 4 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for configuring VM support ServerPort and ReflectPort.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMPortInfoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMPortInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -511,9 +511,9 @@ fsVMPortInfoReflectStatus OBJECT-TYPE
|
||||
set its value to valid(1) and this port reflectrelay function enable."
|
||||
::= { fsVMPortInfoEntry 3 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for VM support SNMP trap interface configuration.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMPortTrapCfgTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMPortTrapCfgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -555,9 +555,9 @@ fsVMPortTrapCfgNotifyStatus OBJECT-TYPE
|
||||
set its value to valid(1) and VM notification will be enabled on this port."
|
||||
::= { fsVMPortTrapCfgEntry 2 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for VM support trap information.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMInfoChgTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMInfoChgEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -626,9 +626,9 @@ fsVMInfoChgDate OBJECT-TYPE
|
||||
"The date and time when this VM is discovered or deleted."
|
||||
::= { fsVMInfoChgEntry 5 }
|
||||
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- A table for configuring VM OUI.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMOuiInfoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FSVMOuiInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -671,9 +671,9 @@ fsVMOuiInfoRowStatus OBJECT-TYPE
|
||||
Set this object to ROW_DESTORY, delete the VM OUI.
|
||||
Set this object to ROW_ACTIVE, add the VM OUI"
|
||||
::= { fsVMOuiInfoEntry 2 }
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
-- Notification of VM support.
|
||||
-- -----------------------------------------------------------------------
|
||||
--
|
||||
fsVMMIBTraps OBJECT IDENTIFIER ::= { fsVMMIB 2 }
|
||||
|
||||
fsVMsupMIBTrap NOTIFICATION-TYPE
|
||||
|
@ -239,7 +239,7 @@ FS-VPLS-BGP-MIB DEFINITIONS ::= BEGIN
|
||||
MODULE -- this module
|
||||
|
||||
MANDATORY-GROUPS {
|
||||
fsvplsBgpConfigGroup,
|
||||
-- fsvplsBgpConfigGroup,
|
||||
fsvplsBgpVEGroup,
|
||||
fsvplsBgpPwBindGroup
|
||||
}
|
||||
@ -257,25 +257,25 @@ FS-VPLS-BGP-MIB DEFINITIONS ::= BEGIN
|
||||
MODULE -- this module
|
||||
|
||||
MANDATORY-GROUPS {
|
||||
fsvplsBgpConfigGroup,
|
||||
-- fsvplsBgpConfigGroup,
|
||||
fsvplsBgpVEGroup,
|
||||
fsvplsBgpPwBindGroup
|
||||
}
|
||||
|
||||
OBJECT fsvplsBgpConfigRouteDistinguisher
|
||||
MIN-ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Write access is not required."
|
||||
-- OBJECT fsvplsBgpConfigRouteDistinguisher
|
||||
-- MIN-ACCESS read-only
|
||||
-- DESCRIPTION
|
||||
-- "Write access is not required."
|
||||
|
||||
OBJECT fsvplsBgpConfigRouteTarget
|
||||
MIN-ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Write access is not required."
|
||||
-- OBJECT fsvplsBgpConfigRouteTarget
|
||||
-- MIN-ACCESS read-only
|
||||
-- DESCRIPTION
|
||||
-- "Write access is not required."
|
||||
|
||||
OBJECT fsvplsBgpVEName
|
||||
MIN-ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Write access is not required."
|
||||
-- OBJECT fsvplsBgpVEName
|
||||
-- MIN-ACCESS read-only
|
||||
-- DESCRIPTION
|
||||
-- "Write access is not required."
|
||||
|
||||
::= { fsvplsBgpCompliances 2 }
|
||||
|
||||
|
@ -193,57 +193,57 @@ FS-VPLS-LDP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- Compliance requirement for read-only implementations.
|
||||
|
||||
fsvplsLdpCompliances
|
||||
OBJECT IDENTIFIER ::= { fsvplsLdpConformance 1 }
|
||||
|
||||
fsvplsLdpModuleFullCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Compliance requirement for implementations that
|
||||
provide full support for VPLS-LDP-DRAFT-01-MIB.
|
||||
Such devices can then be monitored and configured using
|
||||
this MIB module."
|
||||
|
||||
MODULE -- this module
|
||||
|
||||
MANDATORY-GROUPS {
|
||||
fsvplsLdpGroup,
|
||||
fsvplsLdpNotificationGroup
|
||||
}
|
||||
|
||||
::= { fsvplsLdpCompliances 1 }
|
||||
|
||||
|
||||
fsvplsLdpModuleReadOnlyCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Compliance requirement for implementations that only
|
||||
provide read-only support for VPLS-LDP-DRAFT-01-MIB.
|
||||
Such devices can then be monitored but cannot be
|
||||
configured using this MIB modules."
|
||||
|
||||
MODULE -- this module
|
||||
|
||||
MANDATORY-GROUPS {
|
||||
fsvplsLdpGroup,
|
||||
fsvplsLdpNotificationGroup
|
||||
}
|
||||
|
||||
OBJECT fsvplsLdpConfigMacAddrWithdraw
|
||||
MIN-ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Write access is not required."
|
||||
|
||||
OBJECT fsvplsLdpPwBindMacAddressLimit
|
||||
MIN-ACCESS read-only
|
||||
DESCRIPTION
|
||||
"Write access is not required."
|
||||
|
||||
::= { fsvplsLdpCompliances 2 }
|
||||
-- fsvplsLdpCompliances
|
||||
-- OBJECT IDENTIFIER ::= { fsvplsLdpConformance 1 }
|
||||
--
|
||||
-- fsvplsLdpModuleFullCompliance MODULE-COMPLIANCE
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Compliance requirement for implementations that
|
||||
-- provide full support for VPLS-LDP-DRAFT-01-MIB.
|
||||
-- Such devices can then be monitored and configured using
|
||||
-- this MIB module."
|
||||
--
|
||||
-- MODULE
|
||||
--
|
||||
-- MANDATORY-GROUPS {
|
||||
-- fsvplsLdpGroup,
|
||||
-- fsvplsLdpNotificationGroup
|
||||
-- }
|
||||
--
|
||||
-- ::= { fsvplsLdpCompliances 1 }
|
||||
--
|
||||
--
|
||||
-- fsvplsLdpModuleReadOnlyCompliance MODULE-COMPLIANCE
|
||||
-- STATUS current
|
||||
-- DESCRIPTION
|
||||
-- "Compliance requirement for implementations that only
|
||||
-- provide read-only support for VPLS-LDP-DRAFT-01-MIB.
|
||||
-- Such devices can then be monitored but cannot be
|
||||
-- configured using this MIB modules."
|
||||
--
|
||||
-- MODULE
|
||||
--
|
||||
-- MANDATORY-GROUPS {
|
||||
-- fsvplsLdpGroup,
|
||||
-- fsvplsLdpNotificationGroup
|
||||
-- }
|
||||
--
|
||||
-- OBJECT fsvplsLdpConfigMacAddrWithdraw
|
||||
-- MIN-ACCESS read-only
|
||||
-- DESCRIPTION
|
||||
-- "Write access is not required."
|
||||
--
|
||||
-- OBJECT fsvplsLdpPwBindMacAddressLimit
|
||||
-- MIN-ACCESS read-only
|
||||
-- DESCRIPTION
|
||||
-- "Write access is not required."
|
||||
--
|
||||
-- ::= { fsvplsLdpCompliances 2 }
|
||||
|
||||
-- Units of conformance.
|
||||
|
||||
fsvplsLdpGroups
|
||||
OBJECT IDENTIFIER ::= { fsvplsLdpConformance 2 }
|
||||
-- fsvplsLdpGroups
|
||||
-- OBJECT IDENTIFIER ::= { fsvplsLdpConformance 2 }
|
||||
|
||||
END
|
||||
|
@ -7395,8 +7395,8 @@ apBaseAvgTransSpeed OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"AP QOS average TX speed."
|
||||
::= { apQOSBaseStatisticsTableEntry 3 }
|
||||
---------------------------------------------------
|
||||
---------------------------------------------------
|
||||
--
|
||||
--
|
||||
apQOSBackgroundStatisticsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ApQOSBackgroundStatisticsTableEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -7462,8 +7462,8 @@ apQOSBgSvcLoss OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"AP QOS Background rob loss ratio.s"
|
||||
::= { apQOSBackgroundStatisticsTableEntry 5 }
|
||||
-------------------------------------------------
|
||||
-------------------------------------------------
|
||||
|
||||
|
||||
apQOSBestEffortStatisticsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ApQOSBestEffortStatisticsTableEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -7529,8 +7529,8 @@ apQOSBeSvcLoss OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"AP QOS BestEffort rob loss ratio."
|
||||
::= { apQOSBestEffortStatisticsTableEntry 5 }
|
||||
-------------------------------------------------
|
||||
-------------------------------------------------
|
||||
|
||||
|
||||
apQOSVoiceStatisticsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ApQOSVoiceStatisticsTableEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -7623,8 +7623,8 @@ apQOSVoiceExceedMaxUsersRequest OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"AP QOS decline counts of Voice user Exceed Max Users"
|
||||
::= { apQOSVoiceStatisticsTableEntry 8 }
|
||||
--------------------------------------------------
|
||||
--------------------------------------------------
|
||||
|
||||
|
||||
apQOSVideoStatisticsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ApQOSVideoStatisticsTableEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@ -8761,6 +8761,6 @@ apStationAssoRxSignalStrength15 OBJECT-TYPE
|
||||
--**************************************************
|
||||
--* Ap Sta Trans Speed info get ends *
|
||||
--**************************************************
|
||||
-------------------------------------------------
|
||||
-------------------------------------------------
|
||||
|
||||
|
||||
END
|
||||
|
@ -587,8 +587,8 @@ fsRESUtilization OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"ap Resource Utilization."
|
||||
::= { fsAirIfInfoStatisticsTableEntry 9 }
|
||||
---------------------------------------------------------
|
||||
---------------------------------------------------------
|
||||
|
||||
|
||||
--**************************************************
|
||||
--* apAirIfInfoStatisticsTable starts *
|
||||
--**************************************************
|
||||
|
@ -3149,7 +3149,7 @@ sMIBCompliances OBJECT IDENTIFIER ::= { sMIBConformance 2 }
|
||||
|
||||
sMIBMauGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
sIfMauSwitchIndex,
|
||||
-- sIfMauSwitchIndex,
|
||||
sIfMauIndex,
|
||||
sIfMauType,
|
||||
sIfMauMediaAvailable,
|
||||
@ -3249,7 +3249,7 @@ sMIBCompliances OBJECT IDENTIFIER ::= { sMIBConformance 2 }
|
||||
"The compliance statement for s module."
|
||||
MODULE
|
||||
MANDATORY-GROUPS {
|
||||
sMIBBaseGroup,
|
||||
-- sMIBBaseGroup,
|
||||
sMIBDot1dGroup,
|
||||
sMIBRMONGroup,
|
||||
sMIBMauGroup,
|
||||
|
@ -328,6 +328,7 @@ MirrorMacType ::= TEXTUAL-CONVENTION
|
||||
l3NextHopMacAddress MacAddress,
|
||||
l3Vlan VlanIndex,
|
||||
l3Port INTEGER,
|
||||
l3VPTag INTEGER,
|
||||
l3CreateTime DateAndTime,
|
||||
l3UpdateTime DateAndTime
|
||||
}
|
||||
@ -360,19 +361,26 @@ MirrorMacType ::= TEXTUAL-CONVENTION
|
||||
DESCRIPTION "<22><><EFBFBD>ĵij<C4B5><C4B3>˿ڡ<CBBF>"
|
||||
::= { l3Entry 4 }
|
||||
|
||||
l3VPTag OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "<22><><EFBFBD>ĵ<EFBFBD>VPTag<61><67>"
|
||||
::= { l3Entry 5 }
|
||||
|
||||
l3CreateTime OBJECT-TYPE
|
||||
SYNTAX DateAndTime
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Create Time,such as 2004-07-29,13:30:15.0"
|
||||
::= { l3Entry 5 }
|
||||
::= { l3Entry 6 }
|
||||
|
||||
l3UpdateTime OBJECT-TYPE
|
||||
SYNTAX DateAndTime
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Update Time,such as 2004-07-29,13:30:15.0"
|
||||
::= { l3Entry 6 }
|
||||
::= { l3Entry 7 }
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
--
|
||||
|
@ -39,13 +39,155 @@
|
||||
pppoeplusType OBJECT-TYPE
|
||||
SYNTAX INTEGER{
|
||||
standard(0),
|
||||
huawei(1)
|
||||
huawei(1),
|
||||
self-defined(2)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ppoeplus type."
|
||||
"pppoeplus type. standard:0;huawei:1;self-defined:2. Default is 0."
|
||||
--pppoeplus <20><><EFBFBD>ͣ<EFBFBD>Ĭ<EFBFBD><C4AC>Ϊstandard.
|
||||
::= { gbnL2PppoePlus 2 }
|
||||
|
||||
pppoeplusFormat OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus format. binary:0;ascii:1. Default is 0."
|
||||
::= { gbnL2PppoePlus 3 }
|
||||
|
||||
pppoeplusDelimiter OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..3)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus delimiter. space:0;dot:1;slash:2;colon:3. Default is 0."
|
||||
::= { gbnL2PppoePlus 4 }
|
||||
|
||||
pppoeplusCircuitidOrder OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..255))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus circuit id in global. When pppoe+ type set to self-defined, use it to set circuit id in order.
|
||||
The string is take a few numbers from 1-9, then join them in any order, separated by commas.
|
||||
0-9 means: null,vlan,port,switch mac,client mac,switch hostname,string,ont mac,ont id,ont sn.
|
||||
it is order sensitive. For example, '1,2' means first vlan then port, while '2,1' means first port then vlan."
|
||||
::= { gbnL2PppoePlus 5 }
|
||||
|
||||
pppoeplusCircuitidString OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..255))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus circuit id user defined string in global. When pppoe+ type set to self-defined, use it to set circuit id.
|
||||
The range of the string length is 1-128. "
|
||||
::= { gbnL2PppoePlus 6 }
|
||||
|
||||
pppoeplusRemoteidOrder OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..255))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus remote id in global. When pppoe+ type set to self-defined, use it to set remote id in order.
|
||||
The string is take a few numbers from 3-6, then join them in any order, separated by commas.
|
||||
0,3-6 means: null,switch mac,client mac,switch hostname,string. It is order sensitive. "
|
||||
::= { gbnL2PppoePlus 7 }
|
||||
|
||||
pppoeplusRemoteidString OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..255))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus remote id user defined string in global. When pppoe+ type set to self-defined, use it to set remote id.
|
||||
The range of the string length is 1-128. "
|
||||
::= { gbnL2PppoePlus 8 }
|
||||
|
||||
pppoeplusPortsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF pppoeplusPortsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus ports configuration table. "
|
||||
::= { gbnL2PppoePlus 9 }
|
||||
|
||||
pppoeplusPortsEntry OBJECT-TYPE
|
||||
SYNTAX pppoeplusPortsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"entry of pppoeplus ports configuration table. "
|
||||
INDEX { pppoeplusPortsIndex }
|
||||
::= { pppoeplusPortsTable 1 }
|
||||
|
||||
pppoeplusPortsEntry ::=
|
||||
SEQUENCE
|
||||
{
|
||||
pppoeplusPortsIndex INTEGER(1..255),
|
||||
pppoeplusPortsOnOff INTEGER(0..1),
|
||||
pppoeplusPortsTrust INTEGER(0..1),
|
||||
pppoeplusPortsDropPadi INTEGER(0..1),
|
||||
pppoeplusPortsDropPado INTEGER(0..1),
|
||||
pppoeplusPortsStrategy INTEGER(0..2),
|
||||
pppoeplusPortsCircuit OCTET STRING (SIZE(0..255))
|
||||
}
|
||||
|
||||
pppoeplusPortsIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER(1..255)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus ports index."
|
||||
::= { pppoeplusPortsEntry 1 }
|
||||
|
||||
pppoeplusPortsOnOff OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus ports on off."
|
||||
::= { pppoeplusPortsEntry 2 }
|
||||
|
||||
pppoeplusPortsTrust OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus ports trust."
|
||||
::= { pppoeplusPortsEntry 3 }
|
||||
|
||||
pppoeplusPortsDropPadi OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus ports drop padi and padr packet."
|
||||
::= { pppoeplusPortsEntry 4 }
|
||||
|
||||
pppoeplusPortsDropPado OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..1)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus ports drop pado and pads packet."
|
||||
::= { pppoeplusPortsEntry 5 }
|
||||
|
||||
pppoeplusPortsStrategy OBJECT-TYPE
|
||||
SYNTAX INTEGER(0..2)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"strategy of pppoeplus ports. Replace:0;keep:1;drop:2. Default:0."
|
||||
::= { pppoeplusPortsEntry 6 }
|
||||
|
||||
|
||||
pppoeplusPortsCircuit OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..255))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"pppoeplus circuit id user defined string in ports. The range of the string length is 1-63."
|
||||
::= { pppoeplusPortsEntry 7 }
|
||||
|
||||
END
|
||||
|
@ -866,7 +866,7 @@
|
||||
"A list of the Lacp channel group parameters. This is indexed
|
||||
by the group index."
|
||||
--ϵͳ<CFB5><CDB3>lacp<63><70><EFBFBD><EFBFBD><EFBFBD>ľ<EFBFBD><C4BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊͨ<CEAA><CDA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
INDEX { ChannelGroupIndex }
|
||||
INDEX { channelGroupIndex }
|
||||
::= { channelGroupTable 1 }
|
||||
|
||||
ChannelGroupEntry ::=
|
||||
@ -942,7 +942,7 @@
|
||||
|
||||
|
||||
channelGroupRowstatus OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -975,37 +975,38 @@
|
||||
"The port mode of lacp. This is indexed
|
||||
by the port number."
|
||||
--<2D>˿<EFBFBD>lacpģʽ<C4A3><CABD><EFBFBD><EFBFBD><EFBFBD>Զ˿ں<CBBF>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD>
|
||||
INDEX { portIndex }
|
||||
INDEX { lacpPortIndex }
|
||||
::= { lacpPortModeTable 1 }
|
||||
|
||||
LacpPortModeEntry ::=
|
||||
SEQUENCE {
|
||||
portIndex
|
||||
lacpPortIndex
|
||||
INTEGER,
|
||||
portLacpMode
|
||||
lacpPortMode
|
||||
INTEGER,
|
||||
portLacpRowstatus
|
||||
RowStatus
|
||||
lacpPortRowstatus
|
||||
RowStatus,
|
||||
lacpPortGroupIndex
|
||||
INTEGER,
|
||||
lacpPortState
|
||||
INTEGER
|
||||
}
|
||||
--portIndex:<3A>˿<EFBFBD><CBBF><EFBFBD><EFBFBD><EFBFBD>
|
||||
--portLacpMode:<3A>˿<EFBFBD>lacpģʽ
|
||||
--portLacpRowstatus<75><73><EFBFBD>˿<EFBFBD><CBBF><EFBFBD>״̬<D7B4><CCAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>д
|
||||
|
||||
portIndex OBJECT-TYPE
|
||||
lacpPortIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Index of the port."
|
||||
"The Index of the lacp port."
|
||||
--<2D>˿<EFBFBD><CBBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҳ<EFBFBD><D2B2><EFBFBD>Ƕ˿ں<CBBF>
|
||||
::= { lacpPortModeEntry 1 }
|
||||
|
||||
portLacpMode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
static(1),
|
||||
active(2),
|
||||
passive(3)
|
||||
}
|
||||
lacpPortMode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
static(1),
|
||||
active(2),
|
||||
passive(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -1018,14 +1019,48 @@
|
||||
--passiveΪ<65><CEAA><EFBFBD><EFBFBD>lacpģʽ<C4A3><CABD><EFBFBD>˿<EFBFBD>ֻ<EFBFBD><D6BB>ӦlacpЭ<70>̣<EFBFBD><CCA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͱ<EFBFBD><CDB1>ġ<EFBFBD>
|
||||
::= { lacpPortModeEntry 2 }
|
||||
|
||||
portLacpRowstatus OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
lacpPortRowstatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"rowstatus of port."
|
||||
"rowstatus of lacp port."
|
||||
--<2D>˿<EFBFBD><CBBF><EFBFBD>״̬
|
||||
::= { lacpPortModeEntry 3 }
|
||||
::= { lacpPortModeEntry 3 }
|
||||
|
||||
lacpPortGroupIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"channel group index of port."
|
||||
::= { lacpPortModeEntry 4 }
|
||||
|
||||
lacpPortState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
down(1),
|
||||
nobndl(2),
|
||||
bndl(3),
|
||||
standby(4)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"lacp selected state of channel group member:
|
||||
down(1) means the port is link down member of channel group.
|
||||
nobndl(2) means the port is unselected member of channel group.
|
||||
bndl(3) means the port is selected as active member of channel group.
|
||||
standby(4) means the port is selected as standby member of channel group."
|
||||
::= { lacpPortModeEntry 5 }
|
||||
|
||||
lacpPortStateChangeTrap NOTIFICATION-TYPE
|
||||
OBJECTS { lacpPortIndex, lacpPortGroupIndex, lacpPortState }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A trap is sent to the management entity when the lacp selected state of
|
||||
channel group member is changed."
|
||||
::= { gbnL2SwitchLacpPort 2 }
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
--
|
||||
-- gbnL2SwitchMLD - MLD Group
|
||||
|
@ -144,6 +144,7 @@
|
||||
arpIfIndex INTEGER,
|
||||
arpVlan INTEGER,
|
||||
arpPort INTEGER,
|
||||
arpVPTag INTEGER,
|
||||
arpType INTEGER,
|
||||
arpRowStatus RowStatus
|
||||
}
|
||||
@ -182,7 +183,14 @@
|
||||
STATUS current
|
||||
DESCRIPTION "ѧϰ<D1A7><CFB0>IP<49><50>ַ<EFBFBD>Ľ<EFBFBD><C4BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿ںš<DABA>"
|
||||
::= { arpEntry 5 }
|
||||
|
||||
|
||||
arpVPTag OBJECT-TYPE
|
||||
SYNTAX INTEGER (256..4095)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "VPTag"
|
||||
::= { arpEntry 6 }
|
||||
|
||||
arpType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
other(1),
|
||||
@ -193,7 +201,7 @@
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "<22><>ARP<52><50><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͡<EFBFBD>"
|
||||
::= { arpEntry 6 }
|
||||
::= { arpEntry 7 }
|
||||
|
||||
arpRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
@ -201,7 +209,7 @@
|
||||
STATUS current
|
||||
DESCRIPTION "<22><>ARP<52><50><EFBFBD><EFBFBD><EFBFBD><EFBFBD>״̬<D7B4><CCAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/ɾ<><C9BE><EFBFBD><EFBFBD>̬ARP<52><50><EFBFBD>ativeΪ<65><CEAA><EFBFBD>ӣ<EFBFBD>destroyΪɾ<CEAA><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD>
|
||||
<20><><EFBFBD><EFBFBD>mac<61><63>ַ<EFBFBD><D6B7>ֻ<EFBFBD><D6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>VLAN<41>Ͷ˿ں<CBBF>active<76>ſ<EFBFBD><C5BF>Է<EFBFBD><D4B7>سɹ<D8B3><C9B9><EFBFBD>"
|
||||
::= { arpEntry 7 }
|
||||
::= { arpEntry 8 }
|
||||
|
||||
arpAging OBJECT-TYPE
|
||||
SYNTAX INTEGER(3..2880)
|
||||
|
@ -91,7 +91,7 @@
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"extern config option."
|
||||
INDEX { gbnL3RipIfConfAddress }
|
||||
INDEX { gbnL3RipIfConfAddress, gbnL3RipIfConfVrIndex }
|
||||
::= { gbnL3RipTable 1 }
|
||||
|
||||
gbnL3RipEntry ::=
|
||||
@ -107,8 +107,10 @@
|
||||
gbnL3RipPreIfSend
|
||||
INTEGER,
|
||||
gbnL3RipPreIfReceive
|
||||
INTEGER
|
||||
|
||||
INTEGER,
|
||||
gbnL3RipIfConfVrIndex
|
||||
ICounter32,
|
||||
|
||||
}
|
||||
|
||||
gbnL3RipIfConfAddress OBJECT-TYPE
|
||||
@ -185,6 +187,13 @@
|
||||
"store the pre rip interface receive status, no including the disable."
|
||||
DEFVAL { rip1OrRip2 }
|
||||
::= { gbnL3RipEntry 6}
|
||||
gbnL3RipIfConfVrIndex OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
::= { gbnL3RipEntry 7}
|
||||
|
||||
gbnL3RipRedistributeTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF GbnL3RipRedistributeEntry
|
||||
|
@ -968,7 +968,8 @@ dramStatusTrap OBJECT IDENTIFIER ::= { gbnPlatformOAMSystem 29 }
|
||||
_10geponApplication(16),
|
||||
_10geponBootRom(17),
|
||||
gponApplication(18),
|
||||
gponBootRom(19)
|
||||
gponBootRom(19),
|
||||
edfaApplication(20)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
@ -1100,6 +1101,62 @@ dramStatusTrap OBJECT IDENTIFIER ::= { gbnPlatformOAMSystem 29 }
|
||||
DESCRIPTION
|
||||
"Slot ID"
|
||||
::= { gbnPlatformOAMUpDownLoad 12 }
|
||||
|
||||
loadHistoryTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF LoadHistoryEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table of load history table."
|
||||
::= { gbnPlatformOAMUpDownLoad 13 }
|
||||
|
||||
loadHistoryEntry OBJECT-TYPE
|
||||
SYNTAX LoadHistoryEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of load history parameters."
|
||||
INDEX { loadHistoryIndex }
|
||||
::= { loadHistoryTable 1 }
|
||||
|
||||
LoadHistoryEntry ::= SEQUENCE {
|
||||
loadHistoryIndex Integer32,
|
||||
loadHistoryFile DisplayString,
|
||||
loadHistoryTime DisplayString,
|
||||
loadHistoryStatus DisplayString,
|
||||
}
|
||||
|
||||
loadHistoryIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..16)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A simple index into 'loadHistoryTable'."
|
||||
::= { loadHistoryEntry 1 }
|
||||
|
||||
loadHistoryFile OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Load history file name."
|
||||
::= { loadHistoryEntry 2 }
|
||||
|
||||
loadHistoryTime OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Time of load history file."
|
||||
::= { loadHistoryEntry 3 }
|
||||
|
||||
loadHistoryStatus OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Status of load history file."
|
||||
::= { loadHistoryEntry 4 }
|
||||
------------------------------------------------------------------------------
|
||||
--
|
||||
-- gbnPlatformOAMSnmp - Snmp Group
|
||||
@ -1453,6 +1510,62 @@ dramStatusTrap OBJECT IDENTIFIER ::= { gbnPlatformOAMSystem 29 }
|
||||
--CPU CAR<41><52>ֵ, <20><><EFBFBD><EFBFBD>Ϊ0ʱ, <20><><EFBFBD><EFBFBD>CPU-CARΪĬ<CEAA><C4AC>ֵ400/4000pps
|
||||
::= { gbnPlatformOAMPortCar 6 }
|
||||
|
||||
cpuLimitTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF CpuLimitEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A Table of cpu limit."
|
||||
::= { gbnPlatformOAMPortCar 7 }
|
||||
|
||||
cpuLimitEntry OBJECT-TYPE
|
||||
SYNTAX CpuLimitEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of cpu limit."
|
||||
INDEX { cpuLimitType }
|
||||
::= { cpuLimitTable 1 }
|
||||
|
||||
CpuLimitEntry ::= SEQUENCE {
|
||||
cpuLimitType Integer32,
|
||||
cpuLimitSpeed Integer32
|
||||
}
|
||||
|
||||
cpuLimitType OBJECT-TYPE
|
||||
SYNTAX Integer32 {
|
||||
other(0),
|
||||
broadcast(1),
|
||||
switch-dst-mac(2),
|
||||
pppoe(3),
|
||||
icmp(4),
|
||||
mld(5),
|
||||
igmp(6),
|
||||
ssh(7),
|
||||
dhcp(8),
|
||||
snmp(9),
|
||||
arp(10),
|
||||
pim(11),
|
||||
ospf(12),
|
||||
rip(13),
|
||||
bgp(14),
|
||||
telnet(15),
|
||||
errp(16),
|
||||
bpdu(17)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The cpu limit type."
|
||||
::= { cpuLimitEntry 1 }
|
||||
|
||||
cpuLimitSpeed OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..10000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The CPU limit packet receive rate. value 0 is default pps"
|
||||
::= { cpuLimitEntry 2 }
|
||||
------------------------------------------------------------------------------
|
||||
--
|
||||
-- gbnPlatformOAMVctRun - Vct Run Group
|
||||
|
@ -67,7 +67,8 @@
|
||||
SYNTAX INTEGER {
|
||||
notime(1),
|
||||
uptime(2),
|
||||
datetime(3)
|
||||
datetime(3),
|
||||
rfc5424(4)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
@ -75,11 +76,13 @@
|
||||
"set timestamp type shown in output messages.
|
||||
notime: not show timestamp;
|
||||
uptime: show elapse time as timestamp;
|
||||
datetime: show datetime as timestamp."
|
||||
datetime: show datetime as timestamp;
|
||||
rfc5424: show rfc5424 format timestamps."
|
||||
--<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͡<EFBFBD>
|
||||
--notime: <20><><EFBFBD><EFBFBD>ʾʱ<CABE><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
--uptime: <20><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD>Ϊʱ<CEAA><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
--datetime: <20><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD>Ϊʱ<CEAA><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
--rfc5424: <20><>ʾrfc5424<32><34>ʽʱ<CABD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
::= { gbnPlatformOAMSyslog 3 }
|
||||
|
||||
syslogLanguageType OBJECT-TYPE
|
||||
|
2974
mibs/fscom/GPON-MIB
Normal file
2974
mibs/fscom/GPON-MIB
Normal file
File diff suppressed because it is too large
Load Diff
583
mibs/fscom/IPPDU-MIB
Normal file
583
mibs/fscom/IPPDU-MIB
Normal file
@ -0,0 +1,583 @@
|
||||
IPPDU-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
enterprises, Counter,
|
||||
TimeTicks, Gauge FROM RFC1155-SMI
|
||||
OBJECT-TYPE FROM RFC-1212
|
||||
sysUpTime, DisplayString FROM RFC1213-MIB
|
||||
TRAP-TYPE FROM RFC-1215;
|
||||
|
||||
ip-pdu OBJECT IDENTIFIER ::= { enterprises 30966 }
|
||||
ip-PDU OBJECT IDENTIFIER ::= { ip-pdu 10 }
|
||||
ipPDU OBJECT IDENTIFIER ::= { ip-PDU 3 }
|
||||
deviceInfo OBJECT IDENTIFIER ::= { ipPDU 1 }
|
||||
statusInfo OBJECT IDENTIFIER ::= { ipPDU 2 }
|
||||
|
||||
DeviceName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (255))
|
||||
ACCESS read-write
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"device name."
|
||||
::= { deviceInfo 1 }
|
||||
|
||||
mVoltageA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 1 total votage."
|
||||
::= { statusInfo 1 }
|
||||
|
||||
mVoltageB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 2 total votage."
|
||||
::= { statusInfo 2 }
|
||||
|
||||
mVoltageC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 3 total votage."
|
||||
::= { statusInfo 3 }
|
||||
|
||||
mCurrentA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 1 total current.Magnified 10 times."
|
||||
::= { statusInfo 4 }
|
||||
|
||||
mCurrentB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 2 total current.Magnified 10 times."
|
||||
::= { statusInfo 5 }
|
||||
|
||||
mCurrentC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 3 total current.Magnified 10 times."
|
||||
::= { statusInfo 6 }
|
||||
|
||||
mEnergyA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 1 energy .Magnified 10 times."
|
||||
::= { statusInfo 7 }
|
||||
mEnergyB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 2 energy .Magnified 10 times."
|
||||
::= { statusInfo 8 }
|
||||
mEnergyC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 3 energy .Magnified 10 times."
|
||||
::= { statusInfo 9 }
|
||||
mTemperature OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Temperature"
|
||||
::= { statusInfo 10 }
|
||||
mHumidity OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Humidity"
|
||||
::= { statusInfo 11 }
|
||||
|
||||
|
||||
sOneVoltageA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 1 total votage."
|
||||
::= { statusInfo 12 }
|
||||
|
||||
sOneVoltageB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 2 total votage."
|
||||
::= { statusInfo 13 }
|
||||
|
||||
sOneVoltageC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 3 total votage."
|
||||
::= { statusInfo 14 }
|
||||
|
||||
sOneCurrentA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 1 total current.Magnified 10 times."
|
||||
::= { statusInfo 15 }
|
||||
|
||||
sOneCurrentB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 2 total current.Magnified 10 times."
|
||||
::= { statusInfo 16 }
|
||||
|
||||
sOneCurrentC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 3 total current.Magnified 10 times."
|
||||
::= { statusInfo 17 }
|
||||
|
||||
sOneEnergyA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 1 energy .Magnified 10 times."
|
||||
::= { statusInfo 18 }
|
||||
sOneEnergyB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 2 energy .Magnified 10 times."
|
||||
::= { statusInfo 19 }
|
||||
sOneEnergyC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 3 energy .Magnified 10 times."
|
||||
::= { statusInfo 20 }
|
||||
sOneTem OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Temperature"
|
||||
::= { statusInfo 21 }
|
||||
sOneHum OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Humidity"
|
||||
::= { statusInfo 22 }
|
||||
|
||||
|
||||
sTwoVoltageA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 1 total votage."
|
||||
::= { statusInfo 23 }
|
||||
|
||||
sTwoVoltageB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 2 total votage."
|
||||
::= { statusInfo 24 }
|
||||
|
||||
sTwoVoltageC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 3 total votage."
|
||||
::= { statusInfo 25 }
|
||||
|
||||
sTwoCurrentA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 1 total current.Magnified 10 times."
|
||||
::= { statusInfo 26 }
|
||||
|
||||
sTwoCurrentB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 2 total current.Magnified 10 times."
|
||||
::= { statusInfo 27 }
|
||||
|
||||
sTwoCurrentC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 3 total current.Magnified 10 times."
|
||||
::= { statusInfo 28 }
|
||||
|
||||
sTwoEnergyA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 1 energy .Magnified 10 times."
|
||||
::= { statusInfo 29 }
|
||||
sTwoEnergyB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 2 energy .Magnified 10 times."
|
||||
::= { statusInfo 30 }
|
||||
sTwoEnergyC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 3 energy .Magnified 10 times."
|
||||
::= { statusInfo 31 }
|
||||
sTwoTem OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Temperature"
|
||||
::= { statusInfo 32 }
|
||||
sTwoHum OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Humidity"
|
||||
::= { statusInfo 33 }
|
||||
|
||||
|
||||
|
||||
sThreeVoltageA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 1 total votage."
|
||||
::= { statusInfo 34 }
|
||||
|
||||
sThreeVoltageB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 2 total votage."
|
||||
::= { statusInfo 35 }
|
||||
|
||||
sThreeVoltageC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 3 total votage."
|
||||
::= { statusInfo 36 }
|
||||
|
||||
sThreeCurrentA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 1 total current.Magnified 10 times."
|
||||
::= { statusInfo 37 }
|
||||
|
||||
sThreeCurrentB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 2 total current.Magnified 10 times."
|
||||
::= { statusInfo 38 }
|
||||
|
||||
sThreeCurrentC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 3 total current.Magnified 10 times."
|
||||
::= { statusInfo 39 }
|
||||
|
||||
sThreeEnergyA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 1 energy .Magnified 10 times."
|
||||
::= { statusInfo 40 }
|
||||
sThreeEnergyB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 2 energy .Magnified 10 times."
|
||||
::= { statusInfo 41 }
|
||||
sThreeEnergyC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 3 energy .Magnified 10 times."
|
||||
::= { statusInfo 42 }
|
||||
sThreeTem OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Temperature"
|
||||
::= { statusInfo 43 }
|
||||
sThreeHum OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Humidity"
|
||||
::= { statusInfo 44 }
|
||||
|
||||
|
||||
sFourVoltageA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 1 total votage."
|
||||
::= { statusInfo 45 }
|
||||
|
||||
sFourVoltageB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 2 total votage."
|
||||
::= { statusInfo 46 }
|
||||
|
||||
sFourVoltageC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 3 total votage."
|
||||
::= { statusInfo 47 }
|
||||
|
||||
sFourCurrentA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 1 total current.Magnified 10 times."
|
||||
::= { statusInfo 48 }
|
||||
|
||||
sFourCurrentB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 2 total current.Magnified 10 times."
|
||||
::= { statusInfo 49 }
|
||||
|
||||
sFourCurrentC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 3 total current.Magnified 10 times."
|
||||
::= { statusInfo 50 }
|
||||
|
||||
sFourEnergyA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 1 energy .Magnified 10 times."
|
||||
::= { statusInfo 51 }
|
||||
sFourEnergyB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 2 energy .Magnified 10 times."
|
||||
::= { statusInfo 52 }
|
||||
sFourEnergyC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 3 energy .Magnified 10 times."
|
||||
::= { statusInfo 53 }
|
||||
sFourTem OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Temperature"
|
||||
::= { statusInfo 54 }
|
||||
sFourHum OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Humidity"
|
||||
::= { statusInfo 55 }
|
||||
|
||||
mActivePowerA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 1 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 56 }
|
||||
mActivePowerB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 2 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 57 }
|
||||
mActivePowerC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Master Line 3 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 58 }
|
||||
sOneActivePowerA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 1 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 59 }
|
||||
sOneActivePowerB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 2 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 60 }
|
||||
sOneActivePowerC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveOne Line 3 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 61 }
|
||||
sTwoActivePowerA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 1 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 62 }
|
||||
sTwoActivePowerB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwo Line 2 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 63 }
|
||||
sTwoActivePowerC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveTwoLine 3 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 64 }
|
||||
|
||||
sThreeActivePowerA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 1 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 65 }
|
||||
sThreeActivePowerB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 2 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 66 }
|
||||
sThreeActivePowerC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveThree Line 3 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 67 }
|
||||
sFourActivePowerA OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 1 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 68 }
|
||||
sFourActivePowerB OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 2 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 69 }
|
||||
sFourActivePowerC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"SlaveFour Line 3 ActivePower .Magnified 10 times."
|
||||
::= { statusInfo 70 }
|
||||
sOneOnline OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Slave 1 OneOnline"
|
||||
::= { statusInfo 71 }
|
||||
sTwoOnline OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Slave 2 Online."
|
||||
::= { statusInfo 72 }
|
||||
sThreeOnline OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Slave 3 Online"
|
||||
::= { statusInfo 73 }
|
||||
sFourOnline OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
ACCESS read-only
|
||||
STATUS optional
|
||||
DESCRIPTION
|
||||
"Slave 4 Online"
|
||||
::= { statusInfo 74 }
|
||||
END
|
774
mibs/fscom/MSTP-MIB
Normal file
774
mibs/fscom/MSTP-MIB
Normal file
@ -0,0 +1,774 @@
|
||||
MSTP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32
|
||||
FROM SNMPv2-SMI
|
||||
TruthValue, RowStatus, DisplayString
|
||||
FROM SNMPv2-TC
|
||||
TimeTicks
|
||||
FROM RFC1155-SMI
|
||||
BridgeId, Timeout, dot1dBridge
|
||||
FROM BRIDGE-MIB;
|
||||
--gbnL2 FROM ADMIN-MASTER-MIB;
|
||||
|
||||
mstpMib MODULE-IDENTITY
|
||||
LAST-UPDATED "0412050000Z"
|
||||
ORGANIZATION "IETF Bridge MIB Working Group"
|
||||
CONTACT-INFO
|
||||
"Email: Bridge-mib@ietf.org"
|
||||
DESCRIPTION
|
||||
" The Bridge MIB Extension module for managing Sdevices
|
||||
that support the Multiple Spanning Tree Protocol defined
|
||||
by IEEE 802.1s."
|
||||
REVISION "0412050000Z"
|
||||
DESCRIPTION
|
||||
"Draft 1"
|
||||
::= { dot1dBridge 8 }
|
||||
|
||||
mstpMIBObjects OBJECT IDENTIFIER ::= { mstpMib 1 }
|
||||
dot1sStp OBJECT IDENTIFIER ::= { mstpMIBObjects 1 }
|
||||
|
||||
dot1sStpName OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..32))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The configuration name that identifies the MST
|
||||
region and is used as one of the inputs in the
|
||||
computation of the MST Configuration Identifier.
|
||||
This object does not have any default value."
|
||||
REFERENCE
|
||||
"IEEE 802.1s clause 13.7"
|
||||
::= { dot1sStp 1 }
|
||||
|
||||
dot1sStpRevision OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..65535)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object identifies the MST revision that
|
||||
identifies the MST region and is used as one
|
||||
of the inputs in the computation of the MST
|
||||
configuration Identifier. This object does not
|
||||
have any default value."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.7"
|
||||
::= { dot1sStp 2 }
|
||||
|
||||
dot1sStpEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This parameter is used for enabling or disabling
|
||||
MST globally on all the bridging ports."
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
DEFVAL { 2 }
|
||||
::= { dot1sStp 3 }
|
||||
|
||||
dot1sStpBridgeMaxAge OBJECT-TYPE
|
||||
SYNTAX Timeout (6..40)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value that all bridges use for MaxAge when
|
||||
this bridge is acting as the root. This parameter
|
||||
is applicable for all MST Instances including CIST."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.4, 13.23.10"
|
||||
DEFVAL { 20 }
|
||||
::= { dot1sStp 4 }
|
||||
|
||||
dot1sStpBridgeHelloTime OBJECT-TYPE
|
||||
SYNTAX Timeout (1..10)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value that all bridges use for HelloTime when
|
||||
this bridge is acting as the root. This parameter
|
||||
is applicable for all MST Instances including CIST."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.4, 13.23.10"
|
||||
DEFVAL { 2 }
|
||||
::= { dot1sStp 5 }
|
||||
|
||||
dot1sStpBridgeForwardDelay OBJECT-TYPE
|
||||
SYNTAX Timeout (4..30)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value that all bridges use for ForwardDelay
|
||||
when this bridge is acting as the root. This parameter
|
||||
is applicable for all MST Instances including CIST."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.4, 13.23.10"
|
||||
DEFVAL { 15 }
|
||||
::= { dot1sStp 6 }
|
||||
|
||||
dot1sStpBridgeMaxHops OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..255)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The maximum number of hops that the information for a
|
||||
particular Spanning Tree instance may traverse (via
|
||||
relay of BPDUs within the applicable MST region) before
|
||||
being discarded. This value is used only if this bridge
|
||||
is the CIST Regional Root and/or the MSTI Regional Root
|
||||
for one or more Multiple Spanning Tree instances."
|
||||
DEFVAL { 20 }
|
||||
::= { dot1sStp 7 }
|
||||
|
||||
dot1sStpTxHoldCount OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..15)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value used by the Port Transmit state machine to
|
||||
limit the maximum transmission rate of MST BPDUs within
|
||||
the hello interval."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.22"
|
||||
DEFVAL { 3 }
|
||||
::= { dot1sStp 8 }
|
||||
|
||||
dot1sStpProtocolSpecification OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
unknown(1),
|
||||
decLb100(2),
|
||||
ieee8021d(3),
|
||||
ieee8021w(4),
|
||||
ieee8021s(5)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An indication of what version of the Spanning
|
||||
Tree Protocol is being run. The value
|
||||
'decLb100(2)' indicates the DEC LANbridge 100
|
||||
Spanning Tree protocol. IEEE 802.1w
|
||||
implementations will return 'ieee8021w(4)'. IEEE
|
||||
802.1s implementations will return 'ieee8021s(5). If
|
||||
future versions of the IEEE Spanning Tree Protocol
|
||||
are released that are incompatible with the
|
||||
current version a new value will be defined."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.22"
|
||||
DEFVAL { 5 }
|
||||
::= { dot1sStp 9 }
|
||||
|
||||
dot1sStpInstTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF Dot1sStpInstEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table that contains MST instance-specific
|
||||
configuration and operational information."
|
||||
::= { dot1sStp 10 }
|
||||
|
||||
dot1sStpInstEntry OBJECT-TYPE
|
||||
SYNTAX Dot1sStpInstEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of information maintained by every mst instance
|
||||
about the STP topology for that instance."
|
||||
INDEX { dot1sStpInstId }
|
||||
::= { dot1sStpInstTable 1 }
|
||||
|
||||
Dot1sStpInstEntry ::=
|
||||
SEQUENCE {
|
||||
dot1sStpInstId
|
||||
Integer32,
|
||||
dot1sStpPriority
|
||||
Integer32,
|
||||
dot1sStpInstTimeSinceTopologyChange
|
||||
TimeTicks,
|
||||
dot1sStpInstTopChanges
|
||||
Counter32,
|
||||
dot1sStpInstDesignatedRoot
|
||||
BridgeId,
|
||||
dot1sStpInstRootCost
|
||||
Integer32,
|
||||
dot1sStpInstRootPort
|
||||
Integer32,
|
||||
dot1sStpInstMaxAge
|
||||
Timeout,
|
||||
dot1sStpInstHelloTime
|
||||
Timeout,
|
||||
dot1sStpInstForwardDelay
|
||||
Timeout,
|
||||
dot1sStpInstAdminEnable
|
||||
TruthValue,
|
||||
dot1sStpInstOperEnable
|
||||
TruthValue
|
||||
}
|
||||
|
||||
dot1sStpInstId OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..64)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Identifier of this MST Instance"
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
::= { dot1sStpInstEntry 1 }
|
||||
|
||||
dot1sStpPriority OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..61440)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of the write-able portion of the Bridge
|
||||
ID, i.e., the first two octets, out of which the
|
||||
priority is the most significant 4 bits of the first
|
||||
octet of the (8 octet long) Bridge ID. The other
|
||||
(last) 6 octets of the Bridge ID are given by the
|
||||
value of dot1dBaseBridgeAddress in the BRIDGE-MIB.
|
||||
The value of this object should always be a multiple
|
||||
of 4096."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.2"
|
||||
DEFVAL { 32768 }
|
||||
::= { dot1sStpInstEntry 2 }
|
||||
|
||||
dot1sStpInstTimeSinceTopologyChange OBJECT-TYPE
|
||||
SYNTAX TimeTicks
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The time (in hundredths of a second) since the
|
||||
last time a topology change was detected by the
|
||||
bridge entity running MSTP."
|
||||
REFERENCE
|
||||
" IEEE 802.1D-1990: Section 6.8.1.1.3"
|
||||
::= { dot1sStpInstEntry 3 }
|
||||
|
||||
dot1sStpInstTopChanges OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The total number of topology changes detected by
|
||||
this bridge entity running MST since the management
|
||||
entity was last reset or initialized."
|
||||
REFERENCE
|
||||
" IEEE 802.1D-1990: Section 6.8.1.1.3"
|
||||
::= { dot1sStpInstEntry 4 }
|
||||
|
||||
dot1sStpInstDesignatedRoot OBJECT-TYPE
|
||||
SYNTAX BridgeId
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The bridge identifier of the root of the
|
||||
corresponding spanning tree instance as determined
|
||||
by the Spanning Tree Protocol for that instance.
|
||||
This value is used as the CIST Root Identifier or MSTI
|
||||
regional root identifier parameter in all MST BPDUs
|
||||
originated by this node."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.6, 13.23.12"
|
||||
::= { dot1sStpInstEntry 5 }
|
||||
|
||||
dot1sStpInstRootCost OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The cost of the path to the root as seen from
|
||||
this bridge for this instance."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.6, 13.23.12"
|
||||
::= { dot1sStpInstEntry 6 }
|
||||
|
||||
dot1sStpInstRootPort OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The port number of the port which offers the
|
||||
lowest cost path from this bridge to the root
|
||||
bridge for this instance."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.6, 13.23.12"
|
||||
::= { dot1sStpInstEntry 7 }
|
||||
|
||||
dot1sStpInstMaxAge OBJECT-TYPE
|
||||
SYNTAX Timeout
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The maximum age of Spanning Tree Protocol
|
||||
information learned from the network on any port
|
||||
before it is discarded, in units of hundredths of
|
||||
a second. This is the actual value, which is
|
||||
advertised by the Root bridge and is currently
|
||||
used for this MST Instance."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.7, 13.23.13"
|
||||
::= { dot1sStpInstEntry 8 }
|
||||
|
||||
dot1sStpInstHelloTime OBJECT-TYPE
|
||||
SYNTAX Timeout
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The period of time between the transmission of
|
||||
MST BPDUs by this node on any port when it is the
|
||||
root of the spanning tree or trying to become so,
|
||||
in units of hundredths of a second. This is the actual
|
||||
value, which is advertised by the Root bridge and is
|
||||
currently used for this MST Instance."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.7, 13.23.13"
|
||||
::= { dot1sStpInstEntry 9 }
|
||||
|
||||
dot1sStpInstForwardDelay OBJECT-TYPE
|
||||
SYNTAX Timeout
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This time value, measured in units of hundredths
|
||||
of a second, controls how fast a port changes its
|
||||
spanning state when moving towards the Forwarding
|
||||
state. The value determines how long the port
|
||||
stays in each of the Discarding and Learning
|
||||
states, which precede the Forwarding state. This
|
||||
value is also used, when a topology change has
|
||||
been detected and is underway, to age all dynamic
|
||||
entries in the Forwarding Database. [Note that
|
||||
this value is the one that this bridge is
|
||||
currently using, in contrast to
|
||||
dot1sStpBridgeForwardDelay which is the value that
|
||||
this bridge and all others would start using
|
||||
if/when this bridge were to become the root.]"
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.23.7, 13.23.13"
|
||||
::= { dot1sStpInstEntry 10 }
|
||||
|
||||
dot1sStpInstAdminEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The administrative enabled/disabled status of the
|
||||
instance"
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
DEFVAL { 2 }
|
||||
::= { dot1sStpInstEntry 11 }
|
||||
|
||||
dot1sStpInstOperEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The operational enabled/disabled status of the
|
||||
instance. An MST Instance may be administratively
|
||||
enabled but may not be operationally running, for
|
||||
example, when no VLAN is mapped to that MST Instance."
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
DEFVAL { 2 }
|
||||
::= { dot1sStpInstEntry 12 }
|
||||
|
||||
dot1sStpPortTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF Dot1sStpPortEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table that contains MSTP ports' information."
|
||||
::= { dot1sStp 11 }
|
||||
|
||||
dot1sStpPortEntry OBJECT-TYPE
|
||||
SYNTAX Dot1sStpPortEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of information maintained by every MST port
|
||||
about the Spanning Tree Protocol state for that port."
|
||||
INDEX { dot1sStpPort }
|
||||
::= { dot1sStpPortTable 1 }
|
||||
|
||||
Dot1sStpPortEntry ::=
|
||||
SEQUENCE {
|
||||
dot1sStpPort
|
||||
Integer32,
|
||||
dot1sStpPortAdminEdgePort
|
||||
TruthValue,
|
||||
dot1sStpPortAdminPointToPoint
|
||||
INTEGER,
|
||||
dot1sStpPortOperEdgePort
|
||||
TruthValue,
|
||||
dot1sStpPortOperPointToPoint
|
||||
TruthValue,
|
||||
dot1sStpPortExterPathCost
|
||||
Integer32,
|
||||
dot1sStpVersion
|
||||
INTEGER,
|
||||
dot1sStpPortSnoopingEnable
|
||||
TruthValue
|
||||
}
|
||||
|
||||
dot1sStpPort OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..65535)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The port number of the port for which this entry
|
||||
contains Spanning Tree Protocol management
|
||||
information."
|
||||
REFERENCE
|
||||
" IEEE 802.1s: Section 13.24.21"
|
||||
::= { dot1sStpPortEntry 1 }
|
||||
|
||||
|
||||
dot1sStpPortAdminEdgePort OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The administrative value of the Edge Port parameter. A
|
||||
value of TRUE(1) indicates that this port should be
|
||||
assumed as an edge-port and a value of FALSE(2) indicates
|
||||
that this port should be assumed as a non-edge-port."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 12.8.2.1.3"
|
||||
::= { dot1sStpPortEntry 2 }
|
||||
|
||||
dot1sStpPortAdminPointToPoint OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
forceTrue(1),
|
||||
forceFalse(2),
|
||||
auto(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The administrative point-to-point status of the LAN segment
|
||||
attached to this port. A value of forceTrue(1) indicates that
|
||||
this port should always be treated as if it is connected to
|
||||
a point-to-point link. A value of forceFalse(2) indicates
|
||||
that this port should be treated as having a shared media
|
||||
connection. A value of auto(3) indicates that this port is
|
||||
considered to have a point-to-point link if it is an Aggregator
|
||||
and all of its members are aggregatable, or if the MAC entity
|
||||
is configured for full duplex operation, either through
|
||||
auto-negotiation or by management means."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.18"
|
||||
::= { dot1sStpPortEntry 3 }
|
||||
|
||||
dot1sStpPortOperEdgePort OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The operational value of the Edge Port parameter. A
|
||||
value of TRUE(1) indicates that this port should be
|
||||
assumed as an edge-port and a value of FALSE(2) indicates
|
||||
that this port should be assumed as a non-edge-port."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 12.8.2.1.3"
|
||||
::= { dot1sStpPortEntry 4 }
|
||||
|
||||
dot1sStpPortOperPointToPoint OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The operational point-to-point status of the LAN segment
|
||||
attached to this port. It indicates whether a port is
|
||||
considered to have a point-to-point connection or not.
|
||||
The value is determined by management or by auto-detection,
|
||||
as described in the dot1dStpPortAdminPointToPoint object."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.18"
|
||||
::= { dot1sStpPortEntry 5 }
|
||||
|
||||
dot1sStpPortExterPathCost OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..200000000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The contribution of this port to the path cost of
|
||||
paths towards the spanning tree root which include
|
||||
this port. 802.1D-1990 recommends that the
|
||||
default value of this parameter be in inverse
|
||||
proportion to the speed of the attached LAN."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.8, 13.24.17"
|
||||
::= { dot1sStpPortEntry 6 }
|
||||
|
||||
dot1sStpVersion OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
stpCompatible(0),
|
||||
rstp-mstp(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The version of Spanning Tree Protocol the bridge is
|
||||
currently running. The value 'stpCompatible(0)'
|
||||
indicates the Spanning Tree Protocol specified in
|
||||
IEEE 802.1D and 'rstp/mstp(2)' indicates the Rapid
|
||||
Spanning Tree Protocol specified in IEEE 802.1w and
|
||||
Multiple Spanning Tree Protocol specified in IEEE
|
||||
802.1s. New value may be defined as future versions
|
||||
of the protocol become available."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 14.2"
|
||||
DEFVAL { rstp-mstp }
|
||||
::= { dot1sStpPortEntry 7 }
|
||||
|
||||
dot1sStpInstPortTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF Dot1sStpInstPortEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table that contains MST port and instance
|
||||
information."
|
||||
::= { dot1sStp 12 }
|
||||
|
||||
dot1sStpInstPortEntry OBJECT-TYPE
|
||||
SYNTAX Dot1sStpInstPortEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of information maintained by every MST port
|
||||
for each MST instance it belongs to about the Spanning
|
||||
Tree Protocol state for that port."
|
||||
INDEX { dot1sStpInstId, dot1sStpPort }
|
||||
::= { dot1sStpInstPortTable 1 }
|
||||
|
||||
Dot1sStpInstPortEntry ::=
|
||||
SEQUENCE {
|
||||
dot1sStpInstPortPriority
|
||||
Integer32,
|
||||
dot1sStpInstPortState
|
||||
INTEGER,
|
||||
dot1sStpInstPortPathCost
|
||||
Integer32,
|
||||
dot1sStpInstPortDesignatedRoot
|
||||
BridgeId,
|
||||
dot1sStpInstPortDesignatedCost
|
||||
Integer32,
|
||||
dot1sStpInstPortDesignatedBridge
|
||||
BridgeId,
|
||||
dot1sStpInstPortDesignatedPort
|
||||
OCTET STRING,
|
||||
dot1sStpInstPortForwardTransitions
|
||||
Counter32,
|
||||
dot1sStpInstPortRole
|
||||
INTEGER
|
||||
|
||||
}
|
||||
|
||||
dot1sStpInstPortPriority OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..240)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of the priority field which is
|
||||
contained in the most significant 4 bits
|
||||
of the first (in network byte order)
|
||||
octet of the (2 octet long) Port ID. As it is
|
||||
contained only in 4 bits, the value has to be
|
||||
a multiple of 16. The other octet of the Port
|
||||
ID is given by the value of dot1dStpPort."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.21"
|
||||
::= { dot1sStpInstPortEntry 1 }
|
||||
|
||||
dot1sStpInstPortState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disabled(1),
|
||||
discarding(2),
|
||||
learning(3),
|
||||
forwarding(4)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The port's current state as defined by
|
||||
application of the Spanning Tree Protocol. This
|
||||
state controls what action a port takes on
|
||||
reception of a frame. For ports which
|
||||
are disabled (see dot1dStpPortEnable), this object
|
||||
will have a value of disabled(1)."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.16"
|
||||
::= { dot1sStpInstPortEntry 2 }
|
||||
|
||||
dot1sStpInstPortPathCost OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..200000000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The contribution of this port to the path cost of
|
||||
paths towards the spanning tree root which include
|
||||
this port. 802.1D-1990 recommends that the
|
||||
default value of this parameter be in inverse
|
||||
proportion to the speed of the attached LAN."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.8, 13.24.17"
|
||||
::= { dot1sStpInstPortEntry 3 }
|
||||
|
||||
dot1sStpInstPortDesignatedRoot OBJECT-TYPE
|
||||
SYNTAX BridgeId
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The unique Bridge Identifier of the Bridge
|
||||
recorded as the Root in the Configuration BPDUs
|
||||
transmitted by the Designated Bridge for the
|
||||
segment to which the port is attached."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.4, 13.24.11"
|
||||
::= { dot1sStpInstPortEntry 4 }
|
||||
|
||||
dot1sStpInstPortDesignatedCost OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The path cost of the Designated Port of the
|
||||
segment connected to this port. This value is
|
||||
compared to the Root Path Cost field in received
|
||||
bridge PDUs."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.4, 13.24.11"
|
||||
::= { dot1sStpInstPortEntry 5 }
|
||||
|
||||
dot1sStpInstPortDesignatedBridge OBJECT-TYPE
|
||||
SYNTAX BridgeId
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Bridge Identifier of the bridge which this
|
||||
port considers to be the Designated Bridge for
|
||||
this port's segment."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.4, 13.24.11"
|
||||
::= { dot1sStpInstPortEntry 6 }
|
||||
|
||||
dot1sStpInstPortDesignatedPort OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (2))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Port Identifier of the port on the Designated
|
||||
Bridge for this port's segment."
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.4, 13.24.11"
|
||||
::= { dot1sStpInstPortEntry 7 }
|
||||
|
||||
dot1sStpInstPortForwardTransitions OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of times this port has transitioned
|
||||
from the Learning state to the Forwarding state."
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
::= { dot1sStpInstPortEntry 8 }
|
||||
|
||||
dot1sStpInstPortRole OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
master(0),
|
||||
alternate-backup(1),
|
||||
root(2),
|
||||
designated(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The role of the port. As per IEEE 802.1s, the
|
||||
port can have any of the following roles:
|
||||
Disabled, Root, Designated, Alternate, Backup,
|
||||
Master"
|
||||
REFERENCE
|
||||
"IEEE 802.1s: Section 13.24.25"
|
||||
::= { dot1sStpInstPortEntry 9 }
|
||||
|
||||
dot1sStpVlanTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF Dot1sStpVlanEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table that contains MSTI-VLAN mapping."
|
||||
::= { dot1sStp 13 }
|
||||
|
||||
dot1sStpVlanEntry OBJECT-TYPE
|
||||
SYNTAX Dot1sStpVlanEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of information maintained by every MST instance
|
||||
about the VLANs mapped to that instance."
|
||||
INDEX { dot1sStpVlanIndex }
|
||||
::= { dot1sStpVlanTable 1 }
|
||||
|
||||
Dot1sStpVlanEntry ::=
|
||||
SEQUENCE {
|
||||
dot1sStpVlanIndex
|
||||
Integer32,
|
||||
dot1sStpVlanInstId
|
||||
Integer32
|
||||
}
|
||||
|
||||
dot1sStpVlanIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..4094)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This is the primary index to the MSTI-VLAN Table.
|
||||
It signifies the index to the VLAN range entry in
|
||||
the table."
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
::= { dot1sStpVlanEntry 1 }
|
||||
|
||||
dot1sStpVlanInstId OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..15)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The MST Instance value the VLAN mapped to."
|
||||
REFERENCE
|
||||
"IEEE 802.1s"
|
||||
::= { dot1sStpVlanEntry 2 }
|
||||
|
||||
dot1sStpPortSnoopingEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This parameter is used for enabling or disabling
|
||||
digest snooping on the bridge port."
|
||||
--ʹ<>ܻ<EFBFBD><DCBB>ر<EFBFBD>ժҪ<D5AA><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
::= { dot1sStpPortEntry 8}
|
||||
|
||||
dot1sStpTrapTable OBJECT IDENTIFIER ::= { dot1sStp 14 }
|
||||
|
||||
dot1sStpTrapEntry OBJECT IDENTIFIER ::= { dot1sStpTrapTable 1 }
|
||||
|
||||
dot1sStpInstNewRoot NOTIFICATION-TYPE
|
||||
OBJECTS { dot1sStpInstDesignatedRoot }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Root bridge changed for the mstp."
|
||||
::= { dot1sStpTrapEntry 1 }
|
||||
|
||||
dot1sStpInstPortForwarding NOTIFICATION-TYPE
|
||||
OBJECTS { dot1sStpPort }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Port status is turned from blocking to forwarding."
|
||||
::= { dot1sStpTrapEntry 2 }
|
||||
|
||||
|
||||
END
|
11997
mibs/fscom/NGPON-MIB
Normal file
11997
mibs/fscom/NGPON-MIB
Normal file
File diff suppressed because it is too large
Load Diff
241
mibs/fscom/NSCRTV-EPON-EPONLINKEDEOC-MGM-MIB
Normal file
241
mibs/fscom/NSCRTV-EPON-EPONLINKEDEOC-MGM-MIB
Normal file
@ -0,0 +1,241 @@
|
||||
|
||||
NSCRTV-EPON-EPONLINKEDEOC-MGM-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE,Counter32, Unsigned32, TimeTicks
|
||||
FROM SNMPv2-SMI
|
||||
DateAndTime, MacAddress, TimeStamp, RowStatus, TruthValue, DisplayString, TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-TC
|
||||
EponDeviceIndex, EponCardIndex, EponPortIndex, EponAlarmCode, EponAlarmInstance, EponSeverityType,
|
||||
AutoNegotiationTechAbility, TAddress, EponStats15MinRecordType, EponStats24HourRecordType, EponStatsThresholdType
|
||||
FROM NSCRTV-EPONEOC-EPON-MIB
|
||||
eponLinkedEoCManagementObjects
|
||||
FROM NSCRTV-EPONEOC-EPON-MIB;
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- eponLinkedEoCManagementObjects[EPON/EoC<6F><43><EFBFBD>ܻ<EFBFBD>ͨ<EFBFBD><CDA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>](1.3.6.1.4.1.17409.2.3.11)
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
eocDevInfoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF EocDevInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"EoC<6F>豸<EFBFBD><E8B1B8>Ϣ<EFBFBD><CFA2>"
|
||||
::= { eponLinkedEoCManagementObjects 1 }
|
||||
|
||||
eocDevInfoEntry OBJECT-TYPE
|
||||
SYNTAX EocDevInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION " "
|
||||
INDEX { eDeviceIndex, eCardIndex, ePortIndex }
|
||||
::= { eocDevInfoTable 1 }
|
||||
EocDevInfoEntry ::=
|
||||
SEQUENCE {
|
||||
eDeviceIndex
|
||||
EponDeviceIndex,
|
||||
eCardIndex
|
||||
EponCardIndex,
|
||||
ePortIndex
|
||||
EponPortIndex,
|
||||
eocDeviceTechnologyProject
|
||||
OCTET STRING,
|
||||
eocDeviceVendorName
|
||||
OCTET STRING,
|
||||
eocDeviceProductType
|
||||
OCTET STRING,
|
||||
eocDeviceSoftwareVersion
|
||||
OCTET STRING,
|
||||
eocDeviceHardwareVersion
|
||||
OCTET STRING,
|
||||
eocSeriesNumber
|
||||
OCTET STRING,
|
||||
eocDeviceIpAddress
|
||||
IpAddress,
|
||||
eocDeviceMacAddress
|
||||
MacAddress,
|
||||
eocDeviceMibVersion
|
||||
OCTET STRING,
|
||||
eocDeviceSnmpVersion
|
||||
INTEGER,
|
||||
eocDeviceMngVlan
|
||||
INTEGER,
|
||||
eocDeviceGateWay
|
||||
IpAddress,
|
||||
eocDeviceSubnetMask
|
||||
IpAddress,
|
||||
eocDeviceReadCommunity
|
||||
DisplayString,
|
||||
eocDeviceWriteCommunity
|
||||
DisplayString
|
||||
}
|
||||
|
||||
eDeviceIndex OBJECT-TYPE
|
||||
SYNTAX EponDeviceIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>忨<EFBFBD><E5BFA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 1 }
|
||||
|
||||
eCardIndex OBJECT-TYPE
|
||||
SYNTAX EponCardIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
<20>忨<EFBFBD><E5BFA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 2 }
|
||||
|
||||
ePortIndex OBJECT-TYPE
|
||||
SYNTAX EponPortIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
uni<6E>˿<EFBFBD><CBBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 3 }
|
||||
|
||||
eocDeviceTechnologyProject OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 4 }
|
||||
|
||||
eocDeviceVendorName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 5 }
|
||||
|
||||
eocDeviceProductType OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸<EFBFBD><E8B1B8>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 6 }
|
||||
|
||||
eocDeviceSoftwareVersion OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD>汾"
|
||||
::= { eocDevInfoEntry 7 }
|
||||
|
||||
eocDeviceHardwareVersion OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸Ӳ<E8B1B8><D3B2><EFBFBD>汾"
|
||||
::= { eocDevInfoEntry 8 }
|
||||
|
||||
eocSeriesNumber OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..64))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>ֶ<EFBFBD><D6B6>豸SN"
|
||||
::= { eocDevInfoEntry 9 }
|
||||
|
||||
eocDeviceIpAddress OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸IP<49><50>ַ"
|
||||
::= { eocDevInfoEntry 10 }
|
||||
|
||||
eocDeviceMacAddress OBJECT-TYPE
|
||||
SYNTAX MacAddress
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸Mac<61><63>ַ"
|
||||
::= { eocDevInfoEntry 11 }
|
||||
|
||||
eocDeviceMibVersion OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸 MIB version"
|
||||
::= { eocDevInfoEntry 12 }
|
||||
|
||||
eocDeviceSnmpVersion OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{ v1(1),v2c(2),v3(3) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸֧<E8B1B8>ֵ<EFBFBD>SNMPЭ<50><D0AD><EFBFBD>汾"
|
||||
::= { eocDevInfoEntry 13 }
|
||||
|
||||
eocDeviceMngVlan OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD>VLAN"
|
||||
::= { eocDevInfoEntry 14 }
|
||||
|
||||
eocDeviceGateWay OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EoC<6F>豸<EFBFBD><E8B1B8><EFBFBD>ص<EFBFBD>ַ"
|
||||
::= { eocDevInfoEntry 15 }
|
||||
|
||||
eocDeviceSubnetMask OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EOC<4F>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
::= { eocDevInfoEntry 16 }
|
||||
|
||||
eocDeviceReadCommunity OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EOC<4F>豸<EFBFBD><E8B1B8><EFBFBD><EFBFBD>ͬ<EFBFBD><CDAC>"
|
||||
::= { eocDevInfoEntry 17 }
|
||||
|
||||
eocDeviceWriteCommunity OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
EOC<4F>豸д<E8B1B8><D0B4>ͬ<EFBFBD><CDAC>"
|
||||
::= { eocDevInfoEntry 18 }
|
||||
|
||||
--
|
||||
-- END of NSCRTV-EPON-EPONLINKEDEOC-MGM-MIB
|
||||
--
|
||||
|
||||
END
|
1374
mibs/fscom/NSCRTV-EPON-ONU-MIB
Normal file
1374
mibs/fscom/NSCRTV-EPON-ONU-MIB
Normal file
File diff suppressed because it is too large
Load Diff
1015
mibs/fscom/NSCRTV-EPON-PON-PORT-MIB
Normal file
1015
mibs/fscom/NSCRTV-EPON-PON-PORT-MIB
Normal file
File diff suppressed because it is too large
Load Diff
880
mibs/fscom/NSCRTV-EPON-UNI-MIB
Normal file
880
mibs/fscom/NSCRTV-EPON-UNI-MIB
Normal file
@ -0,0 +1,880 @@
|
||||
|
||||
NSCRTV-EPON-UNI-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Unsigned32, TimeTicks
|
||||
FROM SNMPv2-SMI
|
||||
DateAndTime, MacAddress, TimeStamp, RowStatus, TruthValue, DisplayString, TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-TC
|
||||
EponDeviceIndex, EponCardIndex, EponPortIndex, EponAlarmCode, EponAlarmInstance, EponSeverityType,
|
||||
AutoNegotiationTechAbility, TAddress, EponStats15MinRecordType, EponStats24HourRecordType, EponStatsThresholdType
|
||||
FROM NSCRTV-EPONEOC-EPON-MIB
|
||||
uniObjects
|
||||
FROM NSCRTV-EPONEOC-EPON-MIB;
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- uniObjects[UNI<4E>û<EFBFBD><C3BB>˿<EFBFBD><CBBF><EFBFBD><EFBFBD>Թ<EFBFBD><D4B9><EFBFBD><EFBFBD><EFBFBD>](1.3.6.1.4.1.17409.2.3.5)
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
uniAttributeTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniAttributeEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of uniAttributeTable entries."
|
||||
::= {uniObjects 1 }
|
||||
|
||||
uniAttributeEntry OBJECT-TYPE
|
||||
SYNTAX UniAttributeEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The uniAttributeEntry Information"
|
||||
INDEX { uniAttributeDeviceIndex, uniAttributeCardIndex,uniAttributePortIndex }
|
||||
::={uniAttributeTable 1 }
|
||||
|
||||
UniAttributeEntry ::= SEQUENCE {
|
||||
uniAttributeDeviceIndex EponDeviceIndex,
|
||||
uniAttributeCardIndex EponCardIndex,
|
||||
uniAttributePortIndex EponPortIndex,
|
||||
uniAdminStatus INTEGER,
|
||||
uniOperationStatus INTEGER,
|
||||
uniAutoNegotiationEnable TruthValue,
|
||||
uniAutoNegotiationLocalTechAbility AutoNegotiationTechAbility,
|
||||
uniAutoNegotiationRestart INTEGER
|
||||
}
|
||||
|
||||
uniAttributeDeviceIndex OBJECT-TYPE
|
||||
SYNTAX EponDeviceIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Device Index
|
||||
|
||||
For OLT, set to corresponding ONU ID
|
||||
For ONU, set to 0
|
||||
"
|
||||
::= {uniAttributeEntry 1 }
|
||||
|
||||
uniAttributeCardIndex OBJECT-TYPE
|
||||
SYNTAX EponCardIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Card Index
|
||||
The value of this cardIndex depends on onuType.
|
||||
fixed(1) - set to 0, to indicate slot num is meaningless.
|
||||
chassisBased(2) - MUST NOT be zero
|
||||
"
|
||||
::= {uniAttributeEntry 2 }
|
||||
|
||||
uniAttributePortIndex OBJECT-TYPE
|
||||
SYNTAX EponPortIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Port Index"
|
||||
::= {uniAttributeEntry 3 }
|
||||
|
||||
uniAdminStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
up(1),
|
||||
down(2),
|
||||
testing(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Admin Status"
|
||||
::= {uniAttributeEntry 4 }
|
||||
|
||||
uniOperationStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
up(1),
|
||||
down(2),
|
||||
testing(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Operation Status"
|
||||
::= {uniAttributeEntry 5 }
|
||||
|
||||
uniAutoNegotiationEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Whether or not to enable auto negotiation on the uni port"
|
||||
::= {uniAttributeEntry 6 }
|
||||
|
||||
uniAutoNegotiationLocalTechAbility OBJECT-TYPE
|
||||
SYNTAX AutoNegotiationTechAbility
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This indicates the technology ability of the local device"
|
||||
::= {uniAttributeEntry 7 }
|
||||
|
||||
uniAutoNegotiationRestart OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
restart(1)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Restart the autonegotiation"
|
||||
::= {uniAttributeEntry 9 }
|
||||
|
||||
uniMacAddressManagement OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
::= { uniObjects 2 }
|
||||
|
||||
uniMacAddressManagementNode OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
" MacAddressManagement global parameters. "
|
||||
::= { uniMacAddressManagement 1 }
|
||||
|
||||
uniMacAddrAgingTime OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "Seconds"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Table Aging Time"
|
||||
::= { uniMacAddressManagementNode 1 }
|
||||
|
||||
uniMacAddrClear OBJECT-TYPE
|
||||
SYNTAX INTEGER { allDynamic(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Table Clear"
|
||||
::= { uniMacAddressManagementNode 2 }
|
||||
|
||||
|
||||
uniMacAddressTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniMacAddressEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of MacAddress entries."
|
||||
::= { uniMacAddressManagement 2 }
|
||||
|
||||
uniMacAddressEntry OBJECT-TYPE
|
||||
SYNTAX UniMacAddressEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Mac Address Information"
|
||||
INDEX { uniMacAddrIndex, uniMacAddrVlanIdIndex }
|
||||
::= { uniMacAddressTable 1 }
|
||||
|
||||
UniMacAddressEntry ::=
|
||||
SEQUENCE {
|
||||
uniMacAddrIndex MacAddress,
|
||||
uniMacAddrVlanIdIndex INTEGER,
|
||||
uniMacAddrType INTEGER,
|
||||
uniMacAddrPortId OCTET STRING,
|
||||
uniMacAddrRowStatus RowStatus
|
||||
}
|
||||
|
||||
uniMacAddrIndex OBJECT-TYPE
|
||||
SYNTAX MacAddress
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Index"
|
||||
::= { uniMacAddressEntry 1 }
|
||||
|
||||
uniMacAddrVlanIdIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Vlan Id Index"
|
||||
::= { uniMacAddressEntry 2 }
|
||||
|
||||
uniMacAddrType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
static(1),
|
||||
dynamic(2),
|
||||
other(3)}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Type"
|
||||
::= { uniMacAddressEntry 3 }
|
||||
|
||||
uniMacAddrPortId OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (2))
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Port Id
|
||||
The first octet is slot ID, the second octet is port ID.
|
||||
If the device is fixed (not modulized), set slot ID to 0.
|
||||
Note that, slot here shall follow the last byte definition of
|
||||
EponCardIndex to indicate the main-slot and sub-slot index.
|
||||
For example, for modulized port 10/3, set to 0x0A 03
|
||||
For fix box port 3, set to 0x00 03
|
||||
"
|
||||
::= { uniMacAddressEntry 4 }
|
||||
|
||||
uniMacAddrRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"delete,create. Update is not supported"
|
||||
::= { uniMacAddressEntry 5 }
|
||||
|
||||
uniTrunkManagement OBJECT-IDENTITY
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
::= { uniObjects 3 }
|
||||
|
||||
|
||||
uniTrunkGroupConfigTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniTrunkGroupConfigEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of uniTrunkGroupConfigTable entries."
|
||||
::= {uniTrunkManagement 1 }
|
||||
|
||||
uniTrunkGroupConfigEntry OBJECT-TYPE
|
||||
SYNTAX UniTrunkGroupConfigEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The uniTrunk Group Config Entry Information"
|
||||
INDEX { uniTrunkGroupConfigIndex }
|
||||
::={uniTrunkGroupConfigTable 1 }
|
||||
UniTrunkGroupConfigEntry ::= SEQUENCE {
|
||||
uniTrunkGroupConfigIndex INTEGER,
|
||||
uniTrunkGroupConfigName DisplayString,
|
||||
uniTrunkGroupConfigMember OCTET STRING,
|
||||
uniTrunkGroupConfigPolicy INTEGER,
|
||||
uniTrunkGroupConfigRowstatus RowStatus
|
||||
}
|
||||
|
||||
uniTrunkGroupConfigIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Config Index"
|
||||
::= {uniTrunkGroupConfigEntry 1 }
|
||||
|
||||
uniTrunkGroupConfigName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Config Name"
|
||||
::= {uniTrunkGroupConfigEntry 2 }
|
||||
|
||||
uniTrunkGroupConfigMember OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Config Member.
|
||||
It is presented by member port list. Each member port is identified
|
||||
by 2-byte format, One for slot ID, the last for port ID. The actual
|
||||
length of this string depends of the number of member ports in the
|
||||
trunk group. If the ONU is fixed (not modulized), set slot ID to 0,
|
||||
the NMS could ignore the slot info.
|
||||
Note that, slot here shall follow the last byte definition of
|
||||
EponCardIndex to indicate the main-slot and sub-slot index.
|
||||
The relationship is:
|
||||
Length of the string = 2 * (NUM of member ports)
|
||||
For example, if port 1/2 and 3/4 is the member ports of the
|
||||
trunk, then the object is presented as:
|
||||
01 02 03 04
|
||||
"
|
||||
::= {uniTrunkGroupConfigEntry 3 }
|
||||
|
||||
uniTrunkGroupConfigPolicy OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
srcMac(1),
|
||||
destMac(2),
|
||||
srcMacNDestMac(3),
|
||||
srcIp(4),
|
||||
destIp(5),
|
||||
srcIpNDestIp(6)
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Config Policy"
|
||||
::= {uniTrunkGroupConfigEntry 4 }
|
||||
|
||||
uniTrunkGroupConfigRowstatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Config Rowstatus"
|
||||
::= {uniTrunkGroupConfigEntry 5 }
|
||||
|
||||
uniTrunkGroupTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniTrunkGroupEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"a list of uniTrunkGroupConfigTable entries."
|
||||
::= {uniTrunkManagement 2 }
|
||||
|
||||
uniTrunkGroupEntry OBJECT-TYPE
|
||||
SYNTAX UniTrunkGroupEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Entry"
|
||||
INDEX { uniTrunkGroupIndex }
|
||||
::={uniTrunkGroupTable 1 }
|
||||
|
||||
UniTrunkGroupEntry ::= SEQUENCE {
|
||||
uniTrunkGroupIndex INTEGER,
|
||||
uniTrunkGroupOperationStatus INTEGER,
|
||||
uniTrunkGroupActualSpeed INTEGER,
|
||||
uniTrunkGroupAdminStatus INTEGER
|
||||
}
|
||||
|
||||
uniTrunkGroupIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Index"
|
||||
::= {uniTrunkGroupEntry 1 }
|
||||
|
||||
uniTrunkGroupOperationStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
up(1),
|
||||
down(2),
|
||||
testing(3)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Operation Status"
|
||||
::= {uniTrunkGroupEntry 2 }
|
||||
|
||||
uniTrunkGroupActualSpeed OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "Mbps"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group Actual Speed.
|
||||
The speed is the aggregated rates of all operational UP member
|
||||
ports of the trunk.
|
||||
For example, 4 member ports of the trunk, two are UP, each is 1000M
|
||||
then the SUN is 2000M. As a result, the return of the MIB shall be
|
||||
2000Mbps"
|
||||
::= {uniTrunkGroupEntry 3 }
|
||||
|
||||
|
||||
uniTrunkGroupAdminStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
up(1),
|
||||
down(2),
|
||||
testing(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk Group AdminStatus"
|
||||
::= {uniTrunkGroupEntry 4 }
|
||||
|
||||
|
||||
uniPortRateLimitTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniPortRateLimitEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of PortRateLimit entries."
|
||||
::= { uniObjects 4 }
|
||||
|
||||
uniPortRateLimitEntry OBJECT-TYPE
|
||||
SYNTAX UniPortRateLimitEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Port Rate Limit Information"
|
||||
INDEX { uniPortRateLimitDeviceIndex, uniPortRateLimitCardIndex, uniPortRateLimitPortIndex }
|
||||
::= { uniPortRateLimitTable 1 }
|
||||
|
||||
UniPortRateLimitEntry ::=
|
||||
SEQUENCE {
|
||||
uniPortRateLimitDeviceIndex EponDeviceIndex,
|
||||
uniPortRateLimitCardIndex EponCardIndex,
|
||||
uniPortRateLimitPortIndex EponPortIndex,
|
||||
uniPortInCIR INTEGER,
|
||||
uniPortInCBS INTEGER,
|
||||
uniPortInEBS INTEGER,
|
||||
uniPortOutCIR INTEGER,
|
||||
uniPortOutPIR INTEGER,
|
||||
uniPortInRateLimitEnable TruthValue,
|
||||
uniPortOutRateLimitEnable TruthValue
|
||||
}
|
||||
uniPortRateLimitDeviceIndex OBJECT-TYPE
|
||||
SYNTAX EponDeviceIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"device Index
|
||||
|
||||
For OLT, set to corresponding ONU ID
|
||||
For ONU, set to 0
|
||||
"
|
||||
::= { uniPortRateLimitEntry 1 }
|
||||
|
||||
uniPortRateLimitCardIndex OBJECT-TYPE
|
||||
SYNTAX EponCardIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"card Index
|
||||
The value of this cardIndex depends on onuType.
|
||||
fixed(1) - set to 0, to indicate slot num is meaningless.
|
||||
chassisBased(2) - MUST NOT be zero
|
||||
"
|
||||
::= { uniPortRateLimitEntry 2 }
|
||||
|
||||
uniPortRateLimitPortIndex OBJECT-TYPE
|
||||
SYNTAX EponPortIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"port Index"
|
||||
::= { uniPortRateLimitEntry 3 }
|
||||
|
||||
uniPortInCIR OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "kbps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Committed Information Rate(CIR) in kbps."
|
||||
::= { uniPortRateLimitEntry 4 }
|
||||
|
||||
uniPortInCBS OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "Kbytes"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Committed Burst Rate(CBS) in kbyte."
|
||||
::= { uniPortRateLimitEntry 5 }
|
||||
|
||||
uniPortInEBS OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "Kbytes"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ebs in kbytes."
|
||||
::= { uniPortRateLimitEntry 6 }
|
||||
|
||||
uniPortOutCIR OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "Kbps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Committed Information Rate(CIR) in kbps."
|
||||
::= { uniPortRateLimitEntry 7 }
|
||||
|
||||
uniPortOutPIR OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "Kbps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"PIR in kbps."
|
||||
::= { uniPortRateLimitEntry 8 }
|
||||
|
||||
uniPortInRateLimitEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Whether or not to enable or disable ingress rate limit for the UNI."
|
||||
::= { uniPortRateLimitEntry 9 }
|
||||
|
||||
uniPortOutRateLimitEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Whether or not to enable or disable egress rate limit for the UNI."
|
||||
::= { uniPortRateLimitEntry 10 }
|
||||
|
||||
uniMirrorTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniMirrorEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"a list of uniMirrorTable entries."
|
||||
::= {uniObjects 5 }
|
||||
|
||||
uniMirrorEntry OBJECT-TYPE
|
||||
SYNTAX UniMirrorEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Mirror Information."
|
||||
INDEX { uniMirrorGroupIndex }
|
||||
::={uniMirrorTable 1 }
|
||||
|
||||
UniMirrorEntry ::= SEQUENCE {
|
||||
uniMirrorGroupIndex INTEGER,
|
||||
uniMirrorGroupName DisplayString,
|
||||
uniMirrorGroupDstPortList OCTET STRING,
|
||||
uniMirrorGroupSrcInPortList OCTET STRING,
|
||||
uniMirrorGroupSrcOutPortList OCTET STRING,
|
||||
uniMirrorGroupRowstatus RowStatus
|
||||
}
|
||||
|
||||
uniMirrorGroupIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mirror Group Index"
|
||||
::= {uniMirrorEntry 1 }
|
||||
|
||||
uniMirrorGroupName OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mirror Group Name"
|
||||
::= {uniMirrorEntry 2 }
|
||||
|
||||
uniMirrorGroupDstPortList OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mirror Group Dst Port List.
|
||||
It is presented by port list. Each port is identified by
|
||||
2-byte format, One for slot ID, the last for port ID. The
|
||||
actual length of this string depends of the number of
|
||||
ports in destination port list of the mirror group,
|
||||
If the ONU is fixed (not modulized), set slot ID to 0,
|
||||
the NMS could ignore the slot info.
|
||||
Note that, slot here shall follow the last byte definition of
|
||||
EponCardIndex to indicate the main-slot and sub-slot index.
|
||||
The relationship is:
|
||||
Length of the string = 2 * (NUM of ports)
|
||||
For example, if port 1/2 and 3/4 is the destination ports of
|
||||
the mirror group, then the object is presented as:
|
||||
01 02 03 04
|
||||
"
|
||||
::= {uniMirrorEntry 3 }
|
||||
|
||||
uniMirrorGroupSrcInPortList OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mirror Group Src In Port List.
|
||||
It is presented by port list. Each port is identified by
|
||||
2-byte format, One for slot ID, the last for port ID. The
|
||||
actual length of this string depends of the number of
|
||||
ports in source ingress list of the mirror group,
|
||||
If the ONU is fixed (not modulized), set slot ID to 0,
|
||||
the NMS could ignore the slot info.
|
||||
Note that, slot here shall follow the last byte definition of
|
||||
EponCardIndex to indicate the main-slot and sub-slot index.
|
||||
The relationship is:
|
||||
Length of the string = 2 * (NUM of ports)
|
||||
For example, if port 1/2 and 3/4 is the source ingress ports of
|
||||
the mirror group, then the object is presented as:
|
||||
01 02 03 04
|
||||
"
|
||||
::= {uniMirrorEntry 4 }
|
||||
|
||||
uniMirrorGroupSrcOutPortList OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mirror Group Src Out Port List.
|
||||
It is presented by port list. Each port is identified by
|
||||
2-byte format, One for slot ID, the last for port ID. The
|
||||
actual length of this string depends of the number of
|
||||
ports in source egress list of the mirror group,
|
||||
If the ONU is fixed (not modulized), set slot ID to 0,
|
||||
the NMS could ignore the slot info.
|
||||
Note that, slot here shall follow the last byte definition of
|
||||
EponCardIndex to indicate the main-slot and sub-slot index.
|
||||
The relationship is:
|
||||
Length of the string = 2 * (NUM of ports)
|
||||
For example, if port 1/2 and 3/4 is the source egress ports of
|
||||
the mirror group, then the object is presented as:
|
||||
01 02 03 04
|
||||
"
|
||||
::= {uniMirrorEntry 5 }
|
||||
|
||||
uniMirrorGroupRowstatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mirror Group Rowstatus"
|
||||
::= {uniMirrorEntry 6 }
|
||||
|
||||
|
||||
uniBroadcastStormSuppressionTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniBroadcastStormSuppressionEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of BroadcastStormSuppression entries."
|
||||
::= { uniObjects 6 }
|
||||
|
||||
uniBroadcastStormSuppressionEntry OBJECT-TYPE
|
||||
SYNTAX UniBroadcastStormSuppressionEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Broadcast Storm Suppression Information"
|
||||
INDEX { uniBroadcastStormSuppressionCardIndex, uniBroadcastStormSuppressionPortIndex }
|
||||
::= { uniBroadcastStormSuppressionTable 1 }
|
||||
|
||||
UniBroadcastStormSuppressionEntry ::=
|
||||
SEQUENCE {
|
||||
uniBroadcastStormSuppressionCardIndex EponCardIndex,
|
||||
uniBroadcastStormSuppressionPortIndex EponPortIndex,
|
||||
uniUnicastStormEnable TruthValue,
|
||||
uniUnicastStormInPacketRate INTEGER,
|
||||
uniUnicastStormOutPacketRate INTEGER,
|
||||
uniMulticastStormEnable TruthValue,
|
||||
uniMulticastStormInPacketRate INTEGER,
|
||||
uniMulticastStormOutPacketRate INTEGER,
|
||||
uniBroadcastStormEnable TruthValue,
|
||||
uniBroadcastStormInPacketRate INTEGER,
|
||||
uniBroadcastStormOutPacketRate INTEGER
|
||||
}
|
||||
|
||||
uniBroadcastStormSuppressionCardIndex OBJECT-TYPE
|
||||
SYNTAX EponCardIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"card Index
|
||||
|
||||
The value of this cardIndex depends on onuType.
|
||||
fixed(1) - set to 0, to indicate slot num is meaningless.
|
||||
chassisBased(2) - MUST NOT be zero
|
||||
"
|
||||
::= { uniBroadcastStormSuppressionEntry 1 }
|
||||
|
||||
|
||||
uniBroadcastStormSuppressionPortIndex OBJECT-TYPE
|
||||
SYNTAX EponPortIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"port Index"
|
||||
::= { uniBroadcastStormSuppressionEntry 2 }
|
||||
|
||||
uniUnicastStormEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Cast Storm Enable"
|
||||
::= { uniBroadcastStormSuppressionEntry 3 }
|
||||
|
||||
uniUnicastStormInPacketRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "pps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Cast Storm In Packet Rate"
|
||||
::= { uniBroadcastStormSuppressionEntry 4 }
|
||||
|
||||
uniUnicastStormOutPacketRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "pps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Cast Storm Out Packet Rate"
|
||||
::= { uniBroadcastStormSuppressionEntry 5 }
|
||||
|
||||
uniMulticastStormEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"true(1) false(2)"
|
||||
::= { uniBroadcastStormSuppressionEntry 6 }
|
||||
|
||||
uniMulticastStormInPacketRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "pps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Multicast Storm In Packet Rate"
|
||||
::= { uniBroadcastStormSuppressionEntry 7 }
|
||||
|
||||
uniMulticastStormOutPacketRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "pps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Multicast Storm Out Packet Rate"
|
||||
::= { uniBroadcastStormSuppressionEntry 8 }
|
||||
|
||||
uniBroadcastStormEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"true(1) false(2)"
|
||||
::= { uniBroadcastStormSuppressionEntry 9 }
|
||||
|
||||
uniBroadcastStormInPacketRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "pps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Broadcast Storm In Packet Rate"
|
||||
::= { uniBroadcastStormSuppressionEntry 10 }
|
||||
|
||||
uniBroadcastStormOutPacketRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
UNITS "pps"
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Broadcast Storm Out Packet Rate"
|
||||
::= { uniBroadcastStormSuppressionEntry 11 }
|
||||
|
||||
uniExtAttributeTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF UniExtAttributeEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The extended attribute list for each UNI. "
|
||||
::= { uniObjects 7 }
|
||||
|
||||
uniExtAttributeEntry OBJECT-TYPE
|
||||
SYNTAX UniExtAttributeEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX { uniExtAttributeCardIndex, uniExtAttributePortIndex }
|
||||
::= { uniExtAttributeTable 1 }
|
||||
|
||||
UniExtAttributeEntry ::= SEQUENCE {
|
||||
uniExtAttributeCardIndex EponCardIndex,
|
||||
uniExtAttributePortIndex EponPortIndex,
|
||||
uniPerfStats15minuteEnable TruthValue,
|
||||
uniPerfStats24hourEnable TruthValue,
|
||||
uniLastChangeTime TimeTicks,
|
||||
uniIsolationEnable TruthValue,
|
||||
uniMacAddrLearnMaxNum INTEGER,
|
||||
uniAutoNegotiationAdvertisedTechAbility AutoNegotiationTechAbility,
|
||||
uniMacAddrClearByPort INTEGER
|
||||
}
|
||||
|
||||
uniExtAttributeCardIndex OBJECT-TYPE
|
||||
SYNTAX EponCardIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Card index
|
||||
The value of this cardIndex depends on onuType.
|
||||
fixed(1) - set to 0, to indicate slot num is meaningless.
|
||||
chassisBased(2) - MUST NOT be zero
|
||||
"
|
||||
::= {uniExtAttributeEntry 1 }
|
||||
|
||||
uniExtAttributePortIndex OBJECT-TYPE
|
||||
SYNTAX EponPortIndex
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
::= {uniExtAttributeEntry 2 }
|
||||
|
||||
uniPerfStats15minuteEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"true(1) false(2)"
|
||||
::= {uniExtAttributeEntry 3 }
|
||||
|
||||
uniPerfStats24hourEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"true(1) false(2)"
|
||||
::= {uniExtAttributeEntry 4 }
|
||||
|
||||
uniLastChangeTime OBJECT-TYPE
|
||||
SYNTAX TimeTicks
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Last Change Time"
|
||||
::= {uniExtAttributeEntry 5 }
|
||||
|
||||
uniIsolationEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"true(1) false(2)"
|
||||
::= {uniExtAttributeEntry 6 }
|
||||
|
||||
uniMacAddrLearnMaxNum OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mac Address Learn Max Num"
|
||||
::= {uniExtAttributeEntry 7 }
|
||||
uniAutoNegotiationAdvertisedTechAbility OBJECT-TYPE
|
||||
SYNTAX AutoNegotiationTechAbility
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Refer to clause 30.6.1.1.6 of IEEE 802.3 2005 edition"
|
||||
::= {uniExtAttributeEntry 8 }
|
||||
|
||||
uniMacAddrClearByPort OBJECT-TYPE
|
||||
SYNTAX INTEGER { clearDynamic(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Clear MAC address by UNI port.
|
||||
clearDynamic(1) - Clear all dynamic MAC address learned on the UNI port"
|
||||
::= {uniExtAttributeEntry 9 }
|
||||
|
||||
--
|
||||
-- END of NSCRTV-EPON-UNI-MIB
|
||||
--
|
||||
|
||||
END
|
Reference in New Issue
Block a user