initial commit; version 22.5.12042

This commit is contained in:
2022-12-12 23:28:25 -05:00
commit af1b03d79f
17653 changed files with 22692970 additions and 0 deletions

17099
mibs/utstarcom/UTCONFIGURE-MIB Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,460 @@
--- *****************************************************************************
-- Filename: ut-epon-4000-fault.mib
-- Description: Contains iSwitch MIB Extension.
-- MIB Version: 1.00
--
-- Copyright (C) 2001 by UTStarcom, Inc. All rights reserved.
-- Reproduction of this document is authorized on the condition that
-- the foregoing copyright notice is included.
--
-- NOTE: The contents of this document are subject to change without notice
-- *****************************************************************************
-- *****************************************************************************
-- Version: $Id: $
-- Last Modified: $DateTime: $
-- Change List #: $Change: $
-- *****************************************************************************
UTEPON4000FAULT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
NOTIFICATION-TYPE,
OBJECT-TYPE, IpAddress FROM SNMPv2-SMI
Counter, TimeTicks FROM RFC1155-SMI
RowStatus, TruthValue FROM SNMPv2-TC
ifIndex, DisplayString FROM RFC1213-MIB
MacAddress, BridgeId, Timeout FROM BRIDGE-MIB
utsGeponBBS4000 FROM UTS-BBS-COMMON-MIB
utsDot3Security8021xRadiusSvrPrimaryOnuAuthIP FROM UTSECURITY-MIB
alarmModule,
alarmPort,
alarmLogicalPort,
alarmSeqNo,
alarmType,
alarmSeverity,
alarmErrorData,
alarmErrorDataStr,
alarmIgmpIIf,
alarmIgmpGrpAddr,
alarmIgmpOIf,
alarmIgmpProxyStatus,
alarmFanNumber,
alarmTaskName,
alarmResourceInt,
alarmDiagStatus,
alarmRdsSvrIp,
alarmPowerSlotStatus,
alarmPowerSlotNumber,
alarmRdsSvrIdx,
alarmBBS4000ModuleType,
alarmSessionId FROM EPONOAMINIT-ALARM-MIB
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType FROM UTS-FAULT-MIB;
utsGeponBBS4000Fault MODULE-IDENTITY
LAST-UPDATED "200511211045Z" -- Wed Nov. 21 10:45:00 2005
ORGANIZATION "UTSTARcom Inc"
CONTACT-INFO
"Postal: UTSTARcom Inc
Alameda, California 9xxxx
Tel: +1 510 555 1212
E-Mail: mibs@utstar.com "
DESCRIPTION
"Contains UT EPON 4000 MIB Extensions."
::= { utsGeponBBS4000 3 }
--
-- BBS 4000 only realted alarms
--
utsBBS4000FaultAlarm OBJECT IDENTIFIER ::= { utsGeponBBS4000Fault 1 }
utsChassisMgmChannelCommOk NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmSessionId
}
STATUS current
DESCRIPTION
"Serial bus com OK."
::= { utsBBS4000FaultAlarm 0 1 }
utsChassisMgmChannelCommAbnormal NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmSessionId
}
STATUS current
DESCRIPTION
"Serial bus com abnormal"
::= { utsBBS4000FaultAlarm 0 3 }
utsChassisInvalidCardPlugout NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmModule,
alarmSessionId
}
STATUS current
DESCRIPTION
"when the invalid card plug out, clear the alarm!"
::= { utsBBS4000FaultAlarm 0 4 }
utsChassisInvalidCardInsert NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmModule,
alarmSessionId
}
STATUS current
DESCRIPTION
"when the card insert and detect the invalid card that system do not recognize."
::= { utsBBS4000FaultAlarm 0 6 }
-- utsDownloadMgmImgOK NOTIFICATION-TYPE
-- OBJECTS {
-- utAlarmSeqNo,
-- utAlarmOccurrenceTime,
-- utAlarmSeverity,
-- utAlarmProbableCause,
-- utAlarmType,
-- utAlarmClearType,
-- utAlarmResourceType,
-- alarmModule
--
-- }
-- STATUS current
-- DESCRIPTION
-- "when download the image ok, clear the alarm!"
-- ::= { utsBBS4000FaultAlarm 0 8 }
--
-- utsDownloadMgmImgFail NOTIFICATION-TYPE
-- OBJECTS {
-- utAlarmSeqNo,
-- utAlarmOccurrenceTime,
-- utAlarmSeverity,
-- utAlarmProbableCause,
-- utAlarmType,
-- utAlarmClearType,
-- utAlarmResourceType,
-- alarmModule
-- }
-- STATUS current
-- DESCRIPTION
-- "when downlaod image to the slot fail, raise the alarm"
-- ::= { utsBBS4000FaultAlarm 0 10 }
utsTemperatureNormal NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmModule,
alarmSessionId
}
STATUS current
DESCRIPTION
"when temperature back to normal, clear the alarm!"
::= { utsBBS4000FaultAlarm 0 12 }
utsTemperatureTooHigh NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmModule,
alarmSessionId
}
STATUS current
DESCRIPTION
"when temperature too high, raise the alarm"
::= { utsBBS4000FaultAlarm 0 14 }
utsFanNormal NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmFanNumber,
alarmSessionId
}
STATUS current
DESCRIPTION
"when fan normal, clear the alarm!"
::= { utsBBS4000FaultAlarm 0 16 }
utsFanAbnormal NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmFanNumber,
alarmSessionId
}
STATUS current
DESCRIPTION
"when fam abnormal, raise the alarm"
::= { utsBBS4000FaultAlarm 0 18 }
utsSysPowerNormal NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmPowerSlotNumber,
alarmSessionId
}
STATUS current
DESCRIPTION
"when fan normal, clear the alarm!"
::= { utsBBS4000FaultAlarm 0 20 }
utsSysPowerAbnormal NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmPowerSlotNumber,
alarmSessionId
}
STATUS current
DESCRIPTION
"when fam abnormal, raise the alarm"
::= { utsBBS4000FaultAlarm 0 22 }
-- utsCardAbnormalRemove NOTIFICATION-TYPE
-- OBJECTS {
-- utAlarmSeqNo,
-- utAlarmOccurrenceTime,
-- utAlarmSeverity,
-- utAlarmProbableCause,
-- utAlarmType,
-- utAlarmClearType,
-- utAlarmResourceType,
-- alarmModule,
-- alarmBBS4000ModuleType
-- }
-- STATUS current
-- DESCRIPTION
-- "Raise when card has been detected not present without hotswap or card failure, need manual clear!"
-- ::= { utsBBS4000FaultAlarm 0 26 }
utsDownloadPonImgOK NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmModule,
alarmPort,
alarmSessionId
}
STATUS current
DESCRIPTION
"when download the pon image ok, clear the alarm!"
::= { utsBBS4000FaultAlarm 0 28 }
utsDownloadPonImgFail NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmModule,
alarmPort,
alarmSessionId
}
STATUS current
DESCRIPTION
"when downlaod image to the pon port fail, raise the alarm"
::= { utsBBS4000FaultAlarm 0 30 }
utsOnuUNILinkUp NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmModule,
alarmPort,
alarmLogicalPort,
alarmMacAddress,
alarmEponOnuHwType,
alarmSessionId
}
STATUS current
DESCRIPTION
"Clear when PON shutdown or ONU shutdown or ONU link down or UNI link up."
::= { utsBBS4000FaultAlarm 0 32 }
utsOnuUNILinkDown NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmModule,
alarmPort,
alarmLogicalPort,
alarmMacAddress,
alarmEponOnuHwType,
alarmSessionId
}
STATUS current
DESCRIPTION
"Raise when ONU link up but UNI port link down."
::= { utsBBS4000FaultAlarm 0 34 }
utsBBS4000CardInsertAlarm NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmModule,
alarmBBS4000ModuleType,
alarmSessionId
}
STATUS current
DESCRIPTION
"Card Insert for bbs 4000!"
::= { utsBBS4000FaultAlarm 0 36 }
utsBBS4000CardRemoveAlarm NOTIFICATION-TYPE
OBJECTS {
utAlarmSeqNo,
utAlarmOccurrenceTime,
utAlarmSeverity,
utAlarmProbableCause,
utAlarmType,
utAlarmClearType,
utAlarmResourceType,
alarmModule,
alarmBBS4000ModuleType,
alarmSessionId
}
STATUS current
DESCRIPTION
"Card remove for bbs 4000"
::= { utsBBS4000FaultAlarm 0 38 }
--
-- BBS 4000 only realted event
--
utsBBS4000CardInsertEvent NOTIFICATION-TYPE
OBJECTS {
utEventSeqNo,
utEventOccurrenceTime,
alarmModule,
alarmBBS4000ModuleType
}
STATUS current
DESCRIPTION
"BBS 4000 Card Insert Event!"
::= { utsBBS4000FaultAlarm 0 40 }
utsBBS4000CardRemoveEvent NOTIFICATION-TYPE
OBJECTS {
utEventSeqNo,
utEventOccurrenceTime,
alarmModule,
alarmBBS4000ModuleType
}
STATUS current
DESCRIPTION
"BBS 4000 card Remove Event!"
::= { utsBBS4000FaultAlarm 0 42 }
utsCardAbnormalRemoveEvent NOTIFICATION-TYPE
OBJECTS {
utEventSeqNo,
utEventOccurrenceTime,
alarmModule,
alarmBBS4000ModuleType
}
STATUS current
DESCRIPTION
"Send out when card has been detected not present without hotswap or card failure!"
::= { utsBBS4000FaultAlarm 0 45 }
END

View File

@ -0,0 +1,162 @@
-- *****************************************************************************
-- Filename: ut-epon-4000-perf.mib
-- Description: Contains iSwitch MIB Extension.
-- MIB Version: 1.00
--
-- Copyright (C) 2001 by UTStarcom, Inc. All rights reserved.
-- Reproduction of this document is authorized on the condition that
-- the foregoing copyright notice is included.
--
-- NOTE: The contents of this document are subject to change without notice
-- *****************************************************************************
-- *****************************************************************************
-- Version: $Id: $
-- Last Modified: $DateTime: $
-- Change List #: $Change: $
-- *****************************************************************************
UTEPON4000PERF-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, IpAddress,
Counter64 FROM SNMPv2-SMI
Counter, TimeTicks FROM RFC1155-SMI
RowStatus, TruthValue FROM SNMPv2-TC
DisplayString FROM RFC1213-MIB
ifIndex FROM IF-MIB
MacAddress, BridgeId, Timeout FROM BRIDGE-MIB
utsGeponBBS4000 FROM UTS-BBS-COMMON-MIB;
utsGeponBBS4000Performance MODULE-IDENTITY
LAST-UPDATED "9407272253Z" -- Wed Jul 27 22:53:04 PDT 1994
ORGANIZATION "UTStarcom Inc"
CONTACT-INFO
"Postal: UTStarcom Inc
Alameda, California 9xxxx
Tel: +1 510 555 1212
E-Mail: mibs@utstar.com "
DESCRIPTION
"Contains UT EPON MIB Extensions."
::= { utsGeponBBS4000 4 }
--
-- epon objects extersion
--
utsEthIfPerfExt OBJECT IDENTIFIER ::= { utsGeponBBS4000Performance 1 }
utsEfmPonPerfExt OBJECT IDENTIFIER ::= { utsGeponBBS4000Performance 2 }
utsLayer3PerfExt OBJECT IDENTIFIER ::= { utsGeponBBS4000Performance 3 }
utsSystemPerfExt OBJECT IDENTIFIER ::= { utsGeponBBS4000Performance 4 }
--
-- ethernet interface extersion
--
utsEthIfStatsExtObjects OBJECT IDENTIFIER ::= { utsEthIfPerfExt 1 }
--
-- Ether-like interface extension private MIB objects--
utsSystemStatsExtObjects OBJECT IDENTIFIER ::= { utsSystemPerfExt 1 }
--
-- System perf extension private MIB objects--
--
-- CPU and Mem Util, temperature for each board info
--
utsSystemPerfTable OBJECT-TYPE
SYNTAX SEQUENCE OF UtsSystemPerfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of the util of cpu and memory, and temperature information in each board."
::= { utsSystemStatsExtObjects 1 }
utsSystemPerfEntry OBJECT-TYPE
SYNTAX UtsSystemPerfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry contains the util of cpu, memory, and temperature on each board."
INDEX { utsSystemPerfBoardPhyId }
::= { utsSystemPerfTable 1 }
UtsSystemPerfEntry ::=
SEQUENCE {
utsSystemPerfBoardPhyId
INTEGER,
utsSystemPerfBoardType
INTEGER,
utsSystemPerfCpuUtil
INTEGER,
utsSystemPerfMemUtil
INTEGER,
utsSystemPerfTemperature
INTEGER
}
utsSystemPerfBoardPhyId OBJECT-TYPE
SYNTAX INTEGER (1..14)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical module number, 1-12 means service card, 13 means CSM A, 14 means CSM B. "
::= { utsSystemPerfEntry 1 }
utsSystemPerfBoardType OBJECT-TYPE
SYNTAX INTEGER
{
other(1),
csm(2),
epm04a(3),
epm04b(4),
epm04c(5),
gem04a(6),
gem04b(7)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The line card type. In bbs4000, current 4 kind board are supported:
csm(2) -- controller and switch fabric card,
epm04a(3) -- epon service access line card using the Passave Chip,
epm04b(4) -- epon service access line card using the ImmenStar Chip,
epm04c(5) -- epon service access line card(reserved),
gem04(6) -- giga Ethernet service card,
gem04a(8) -- giga Ethernet service card with opper port only.
"
::= { utsSystemPerfEntry 2 }
utsSystemPerfCpuUtil OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The util of cpu, the value should be from 0 to 1000."
::= { utsSystemPerfEntry 3 }
utsSystemPerfMemUtil OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The util of memory, the value should be from 0 to 1000."
::= { utsSystemPerfEntry 4 }
utsSystemPerfTemperature OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The temperature of the board."
::= { utsSystemPerfEntry 5 }
END

View File

@ -0,0 +1,59 @@
-- *****************************************************************************
-- Filename: epon-security.mib
-- Description: Contains iSwitch MIB Extension.
-- MIB Version: 1.00
--
-- Copyright (C) 2001 by UTStarcom, Inc. All rights reserved.
-- Reproduction of this document is authorized on the condition that
-- the foregoing copyright notice is included.
--
-- NOTE: The contents of this document are subject to change without notice
-- *****************************************************************************
-- *****************************************************************************
-- Version: $Id: $
-- Last Modified: $DateTime: $
-- Change List #: $Change: $
-- *****************************************************************************
UTEPON4000SECURITY-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, IpAddress FROM SNMPv2-SMI
Counter, TimeTicks FROM RFC1155-SMI
RowStatus, TruthValue FROM SNMPv2-TC
ifIndex, DisplayString FROM RFC1213-MIB
MacAddress, BridgeId, Timeout FROM BRIDGE-MIB
utsGeponBBS4000 FROM UTS-BBS-COMMON-MIB;
utsGeponBBS4000Security MODULE-IDENTITY
LAST-UPDATED "9407272253Z" -- Wed Jul 27 22:53:04 PDT 1994
ORGANIZATION "UTSTARcom Inc"
CONTACT-INFO
"Postal: UTSTARcom Inc
Alameda, California 9xxxx
Tel: +1 510 555 1212
E-Mail: mibs@utstar.com "
DESCRIPTION
"Contains UT EPON MIB Extensions."
::= { utsGeponBBS4000 5 }
utsEfmPonSecurityExt OBJECT IDENTIFIER ::= { utsGeponBBS4000Security 1 }
utsEponSecExtObjects OBJECT IDENTIFIER ::= { utsEfmPonSecurityExt 1 }
------
------ 1. Security
------
utsDot3SecurityMIB OBJECT IDENTIFIER ::= { utsEponSecExtObjects 1 }
utsDot3SecurityObjects OBJECT IDENTIFIER ::= { utsDot3SecurityMIB 1 }
utsDot3SecurityOltObjects OBJECT IDENTIFIER ::= { utsDot3SecurityObjects 1 }
END

2160
mibs/utstarcom/UTFAULT-MIB Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,275 @@
-- *****************************************************************
-- uts-bbs-common.my: UTStarcom Broadband Switch Common MIB
-- This MIB contains the common definitions used across the
-- the UTStarcom Broadband Switch line.
--
-- September 2003, Sunitha Nagendra
--
-- Copyright (c) 2003 by UTStarcom, Inc.
-- All rights reserved.
-- *****************************************************************
--
UTS-BBS-COMMON-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
MODULE-COMPLIANCE,
OBJECT-GROUP
FROM SNMPv2-CONF
utBroadbandModules,
utsBroadbandSwitch
FROM UTS-COMMON-MIB;
utBBSCommonModule MODULE-IDENTITY
LAST-UPDATED "200309291200Z" -- 29 September 2003 12:00:00 EST
ORGANIZATION "UTStarcom, Inc."
CONTACT-INFO
" Postal: UTStarcom Inc
33 Wood Ave South, 3rd Floor
Iselin, NJ 08830
WEB: http://www.utstar.com"
DESCRIPTION
"MIB module includes common definitions and object identifiers assigned to
to different MIB components of Broadband switch."
REVISION "200309291200Z" -- 29 September 2003 12:00:00 EST
DESCRIPTION
"Initial version of this MIB."
::= { utBroadbandModules 1 }
--
-- MIB Classification
--
utBBSMIB OBJECT IDENTIFIER ::= { utsBroadbandSwitch 1}
-- BBS Chassis MIB
utBBSChassis OBJECT IDENTIFIER ::= { utBBSMIB 1}
-- BBS Products
utBBSProducts OBJECT IDENTIFIER ::= { utBBSMIB 2}
-- Entity Instance
BBSEntityInstance ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Instance of an Entity in the NE. For example, the slot number
is the entity instance of the entity type slot. Entity Instance
is provided to aid in locating MO in the EMS. For now, the
Entity Instance will correspond to the Cfgdb DN. It will look
something like this for slot-4:
;vr=0;chassis;chassisView=front;slot=4; "
SYNTAX OCTET STRING (SIZE(0..255))
-- BBS Alarm and Event (Trap) Objects
utBBSTrapObjects OBJECT IDENTIFIER ::= { utBBSMIB 3}
-- utBBS Entity Instance for Alarms and Events
utBBSTrapEntityInstance OBJECT-TYPE
SYNTAX BBSEntityInstance
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Reserved for traps. This indicates the source of the problem
reported by this trap (for now, the Cfg DN)."
::= { utBBSTrapObjects 1 }
utsBBSProductSysId OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsBroadbandSwitch 2 }
utBBS1000 OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsBBSProductSysId 1 }
utBBS5000 OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsBBSProductSysId 2 }
utBBS4000 OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsBBSProductSysId 3 }
utBBS2000 OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsBBSProductSysId 4 }
utBBS1000plus OBJECT-IDENTITY
STATUS current
DESCRIPTION
"bbs1000+ system id."
::= { utsBBSProductSysId 5 }
utBBSEponOnuSysId OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsBBSProductSysId 100 }
utBBSGepon OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsBroadbandSwitch 3}
utBBSGeponOnu OBJECT-IDENTITY
STATUS current
DESCRIPTION
"the root of gepon onu manangement information base"
::= { utsBroadbandSwitch 100}
utAccounting OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utBBSGepon 1 }
utConfiguration OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utBBSGepon 2 }
utFault OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utBBSGepon 3 }
utPerformance OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utBBSGepon 4 }
utSecurity OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utBBSGepon 5 }
--
-- ONU branch
--
utBBSEponOnuSysId200A OBJECT-IDENTITY
STATUS current
DESCRIPTION
"gepon onu 200a system objet ID"
::= { utBBSEponOnuSysId 1 }
utBBSEponOnuSysId2024 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"gepon onu 2024 system objet ID"
::= { utBBSEponOnuSysId 2 }
utBBSEponOnuSysId2004 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"gepon onu 2004 system objet ID"
::= { utBBSEponOnuSysId 6 }
utBBSGeponOnu200A OBJECT-IDENTITY
STATUS current
DESCRIPTION
"the root of gepon onu 200a manangement information base"
::= { utBBSGeponOnu 1}
utBBSGeponOnu2024 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"the root of gepon onu 2024 manangement information base"
::= { utBBSGeponOnu 2}
utBBSGeponOnu2004 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"the root of gepon onu 2004 manangement information base"
::= { utBBSGeponOnu 6}
--
-- OLT branch
--
utsGeponBBS OBJECT-IDENTITY
STATUS current
DESCRIPTION
"the root of gepon olt manangement information base"
::= { utsBroadbandSwitch 200}
utsGeponBBS1000 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"the root of gepon olt 1000 manangement information base"
::= { utsGeponBBS 1}
utsGeponBBS1000plus OBJECT-IDENTITY
STATUS current
DESCRIPTION
"the root of gepon olt 1000plus manangement information base"
::= { utsGeponBBS 2}
utsGeponBBS4000 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"the root of gepon olt 4000 manangement information base"
::= { utsGeponBBS 6}
utsGeponBBS4000Accounting OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Peculiar Accounting for BBS Olt 4000"
::= { utsGeponBBS4000 1 }
utsGeponBBS4000Configuration OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Peculiar Configuration for BBS Olt 4000"
::= { utsGeponBBS4000 2 }
utsGeponBBS4000Fault OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Peculiar Fault for BBS Olt 4000"
::= { utsGeponBBS4000 3 }
utsGeponBBS4000Performance OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Peculiar Performance for BBS Olt 4000"
::= { utsGeponBBS4000 4 }
utsGeponBBS4000Security OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Peculiar Security for BBS Olt 4000"
::= { utsGeponBBS4000 5 }
utsGeponBBS4000V5TG OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Peculiar V5TG for BBS Olt 4000"
::= { utsGeponBBS4000 6 }
END

View File

@ -0,0 +1,533 @@
-- This MIB file defines UTStarcom's generic management object model. PDS Handle: UTSI-NJTC-200411800100
UTS-COMMON-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY, enterprises
FROM SNMPv2-SMI;
utCommonMib MODULE-IDENTITY
LAST-UPDATED "200204280000Z"
ORGANIZATION
"UTStarcom, Inc."
CONTACT-INFO
" UTStarcom Inc., Corporate Headquarters
1275 Harbor Bay Parkway
Alameda, CA 94502 USA
Phone: 1 (510) 864-8800
Fax: 1 (510) 864-8802
UTStarcom Inc., New Jersey R&D Center
33 Wood Avenue South 3rd floor
Iselin, NJ 08830 USA
Phone: 1 (732) 767-5200
Fax: 1 (732) 548-1099
UTStarcom (China) Ltd.
10F, Tower E2, The Towers, Oriental Plaza
No. 1 East Chang An Ave
DongCheng district, Beijing, China
Post code: 100738
Phone: +86-10-8520-5588
Fax: +86-10-8520-5599
UTStarcom Hangzhou R&D Center
Building 3, Yile Industrial Park
No. 129, Wenyi Road
Hangzhou 310012, P.R. China
Phone: 86-571-88862342
Fax: 86-571-88862349
UTStarcom Shenzhen R&D Center
3/F, Legend Building,
High-tech Industrial Park,
Nanshan Shenzhen, 518057, PRC
Phone: 86-755-6983555
Fax: 86-755-6983786
http://www.utstar.com
"
DESCRIPTION
"The root MIB module for UTStarcom, Inc.
Copyright (c) 2002 UTStarcom, Inc.
All rights reserved.
Reproduction of this document is authorized on the condition that the
foregoing copyright notice is included.
This SNMP MIB module (Specification) embodies UTStarcom proprietary
intellectual property. UTStarcom retains all title and ownership in
the Specification, including any revisions.
UTStarcom grants all interested parties a non-exclusive license to use
and distribute an unmodified copy of this Specification in connection
with management of UTStarcom products, and without fee, provided this
copyright notice and license appear on all copies.
This Specification is supplied 'AS IS' and UTStarcom makes no warranty,
either express or implied, as to the use, operation, condition, or
performance of the Specification."
REVISION "200204280000Z"
DESCRIPTION
"Initial version of the root MIB module UTS-COMMON-MIB."
REVISION "200408190000Z"
DESCRIPTION
"The people who have been involved in this changes:
UNMS committee
The following changes are made:
1. Add 'utsCdma2000 (17)' and 'utsMsan (18)' under the node 'utsProducts'.
2. Add 'utiAN8000 (1)' under the node 'utsMsan'.
The updated MIB file has been uploaded to PDS (UTSI-NJTC-200411800100).
"
REVISION "200409210000Z"
DESCRIPTION
"The people who have been involved in this changes:
UNMS committee
The following changes are made:
1. Add 'utDslamCommon (2)' under the node 'utsDslam';
2. Add 'utsPwlan (19)' under the node 'utsProducts';
"
REVISION "200505080000Z"
DESCRIPTION
"The people who have been involved in this changes:
Bingjun Li
The following changes are made:
1. Add 'utsRfOverlay (20)' under the node 'utsProducts';
"
::= { utModules 1 }
-- ********************
-- * UTSTARCOM ROOT *
-- ********************
utstarcom OBJECT IDENTIFIER ::= { enterprises 1949 }
utsRoot OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Root for Utstarcom MIB tree."
::= { utstarcom 1 }
-- ********************
-- * Registration *
-- ********************
-- Midnight 28 April 2002
-- **************************************************
-- * The top level registrations for the enterprise *
-- **************************************************
utsReg OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for registering UTStarcom MIB administration entitities,
including MIB modules, products, product components, and other MIB
related items (like Agent capabilities, etc.)."
::= { utsRoot 1 }
utModules OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree to register the values assigned to modules with the
MODULE-IDENTITY construct.
The MODULE-IDENTITY construct, like the MODULE-COMPLIANCE, and
AGENT-CAPABILITIES constructs, is expanded during the implementation,
not at runtime.
The modules can be arranged in a hierarchical structure. The sub-oid
1 is used by this module, as defined in the MODULE-IDENTITY construct
of this file.
"
::= { utsReg 1 }
utUmtsModules OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree to register the MIB modules under UMTS product line."
::= { utModules 2 }
utEmbeddedPlatformModules OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree to register the MIB modules for Embedded common platform."
::= { utModules 5 }
utServerPlatformModules OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree to register the MIB modules for Serrver common platform."
::= { utModules 6 }
utCommonPlatformModules OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree to register the MIB modules for common protocols."
::= { utModules 7 }
utBroadbandModules OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utModules 8 }
utMediaSwitchModules OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utModules 9 }
utMswitchModules OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utModules 10 }
utAgentCap OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for identifying agent implementation profiles."
::= { utsReg 2 }
utsGeneric OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for generic properties of UTStarcom MIB tree."
::= { utsRoot 2 }
utsProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for defining objects and events that are specific to
particular UTStarcom product lines.
Each product line is partitioned into a functional view and a service
view. The functional view is mainly for Element Management, while the
service view is mainly for Service Management (which may span across
multiple Network Elements)."
::= { utsRoot 3 }
utsAn2K OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for products AN2000."
::= { utsProducts 1 }
utsWll OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for products WLL."
::= { utsProducts 2 }
utsIpDslam OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for products IP DSLAM."
::= { utsProducts 3 }
utsiAN4000 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for products iAN4000."
::= { utsProducts 4 }
utsVas OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for products Vas."
::= { utsProducts 5 }
utsMiniDslam OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for products Mini DSLAM."
::= { utsProducts 6 }
utsL2Switch OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for products L2Switch."
::= { utsProducts 7 }
utsUmts OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for products UMTS."
::= { utsProducts 8 }
-- ************************************************
-- * First level expansion for UMTS product line *
-- ************************************************
utUmtsFunctions OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree to cover UMTS functional elements, such as CS and PS
functions."
::= { utsUmts 1 }
utUmtsServices OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree to cover UMTS service management aspects, which will be
realized at various UTStarcom UMTS network elements. For example,
the APN profile management (its scope spans across OSS, NMS, DNS,
IP network, and one or more GGSNs)."
::= { utsUmts 2 }
utsSp8000 OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsProducts 9 }
utsBroadbandSwitch OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsProducts 10 }
utsMediaSwitch OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsProducts 11 }
utsAirStarEp OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsProducts 12 }
utsMswitch OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsProducts 13 }
utsDslam OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsProducts 14 }
utsAN2000B300 OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsDslam 1 }
utDslamCommon OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsDslam 2 }
utsWlan OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsProducts 15 }
utsCpe OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsProducts 16 }
utsCdma2000 OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsProducts 17 }
-- ************************************************
-- * First level expansion for CDMA2000 product line *
-- ************************************************
utCdma2000Functions OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree to cover CDMA2000 functional elements, such as MSC, BSC and BTS
functions."
::= { utsCdma2000 1 }
utCdma2000Services OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree to cover CDMA2000 service management aspects, which will be
realized at various UTStarcom CDMA2000 network elements."
::= { utsCdma2000 2 }
-- ****************************************************
-- * First level expansion for CDMA2000 Functional View *
-- ****************************************************
utBtsFunctions OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utCdma2000Functions 1 }
utBscFunctions OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utCdma2000Functions 2 }
utMscFunctions OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utCdma2000Functions 3 }
-- *****************************************************
-- * Second level expansion for CDMA2000 Functional View *
-- *****************************************************
utiCellBtsFunctions OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utBtsFunctions 1 }
utHsiBtsFunctions OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utBtsFunctions 2 }
utiCellBscFunctions OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utBscFunctions 1 }
utHsiBscFunctions OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utBscFunctions 2 }
utSonataMscFunctions OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utMscFunctions 1 }
-- ************************************************
-- * End of expansion for CDMA2000 product line *
-- ************************************************
utsMsan OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsProducts 18 }
utiAN8000 OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsMsan 1 }
utsPwlan OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsProducts 19 }
utsRfOverlay OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsProducts 20 }
-- MIB_REGION_BEGIN
utsPlatform OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for defining platform objects and events that are shared by
all UTStarcom product lines, including Chassis management objects,
common protocol stacks, etc."
::= { utstarcom 2 }
-- ******************
-- * Platforms *
-- ******************
utEmbeddedPlatform OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for Embedded platforms management."
::= { utsPlatform 1 }
utChassis OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for Embedded platform chassis management."
::= { utEmbeddedPlatform 1 }
utRem OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for Embedded platform rem board management."
::= { utEmbeddedPlatform 100 }
utServerPlatform OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for Server platforms management."
::= { utsPlatform 2 }
utCommonPlatform OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utsPlatform 3 }
-- MIB_REGION_BEGIN
utCommonProtocol OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utCommonPlatform 1 }
-- MIB_REGION_BEGIN
utCommonOam OBJECT-IDENTITY
STATUS current
DESCRIPTION
""
::= { utCommonPlatform 2 }
utCommonSyslog OBJECT IDENTIFIER ::= { utCommonPlatform 3 }
utsExperiment OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for defining objects and events that are experimental in
nature."
::= { utstarcom 100 }
END
-- This MIB was created using NuDesign Team's Visual MIBuilder (Ver 4.3).

View File

@ -0,0 +1,391 @@
UTS-COMMON-TC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, Integer32, Unsigned32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC
utModules
FROM UTS-COMMON-MIB;
utCommonTCModules MODULE-IDENTITY
LAST-UPDATED "200204280000Z"
ORGANIZATION
"UTStarcom, Inc."
CONTACT-INFO
"Contact: UTStarcom Customer Support Group
Postal: UTStarcom Shenzhen R&D Center
3/F, Legend Building,
High-tech Industrial Park,
Nanshan Shenzhen, 518057, PRC
Tel: +86 (755) 6983555
Fax: +86 (755) 6983786
WEB: http://www.utstar.com
"
DESCRIPTION
"The root MIB module for UTStarcom UMTS project text convention definitions.
Copyright (c) 2002 UTStarcom, Inc.
All rights reserved.
Reproduction of this document is authorized on the condition that the
foregoing copyright notice is included.
This SNMP MIB module (Specification) embodies UTStarcom proprietary
intellectual property. UTStarcom retains all title and ownership in
the Specification, including any revisions.
UTStarcom grants all interested parties a non-exclusive license to use
and distribute an unmodified copy of this Specification in connection
with management of UTStarcom products, and without fee, provided this
copyright notice and license appear on all copies.
This Specification is supplied 'AS IS' and UTStarcom makes no warranty,
either express or implied, as to the use, operation, condition, or
performance of the Specification."
REVISION "200204280000Z"
DESCRIPTION
"Initial version of the root MIB module UTS-COMMON-MIB."
REVISION "200312151351Z"
DESCRIPTION
"define ProcedualStatus and UsageState and AdministrativeState according to X.721
Added ActionCorrelationNo"
::= { utModules 3 }
ActionCorrelationNo ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
""
SYNTAX OCTET STRING
ActionMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
""
SYNTAX INTEGER {
sychronization (0),
asychronization (1)
}
ActionStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
""
SYNTAX INTEGER {
processing (0),
action-success (1),
action-failure (2),
action-partial-failure (3)
}
AdministrativeState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The administration of managed objects operates independently of the
operability and usage of managed objects and isdescribed by the
administrative state attribute, which has three values.
Unlock:
This event consists of an operation being performed at the managed
object boundary to unlock the managed object's corresponding resource.
It can occur only if the managed object's administrative state is
locked or shutting down. It causes a transition to the unlocked
administrative state.
Lock:
This event consists of an operation being performed at the managed
object boundary to lock the managed object's corresponding resource.
It can occur only if the managed object's administrative state is
unlocked or shutting down. It causes a transition to the locked
administrative state.
Shut down:
This event consists of an operation being performed at the managed
object boundary to shut down the managed object's corresponding
resource. It can occur only if the managed object's administrative
state is unlocked. It causes a state transition as follows:
- if, at the time of the event, the resource has existing users,
the administrative state becomes shutting down;
- if, at the time of the event, the resource has no users,
the administrative state becomes locked."
SYNTAX INTEGER {
lock (0),
unlock (1),
shutdown (2)
}
AlarmStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"When the value of this attribute is empty set, this implies that none of the status conditions described below are present.
- under repair: The resource is currently being repaired. When under repair value is present, the operational
state is either disabled or enabled.
- critical: One or more critical alarms indicating a fault have been detected in the resource, and have not
been cleared. The operational state of the managed object can be disabled or enabled.
- major: One or more major alarms indicating a fault have been detected in the resource, and have not yet
been cleared. The operational state of the managed object can be disabled or enabled.
- minor: One or more minor alarms indicating a fault have been detected in the resource, and have not yet
been cleared. The operational state of the managed object can be disabled or enabled.
- alarm outstanding: One or more alarms have been detected in the resource. The condition may or may not
be disabling. If the operational state is enabled, additional attributes, particular to the managed object
class, may indicate the nature and cause of the condition and the services that are affected.
31 ... 6 5 4 3 2 1 0
bit0:underRepair
bit1:warning
bit2:minor
bit3:major
bit4:critical
bit5:alarmOutstanding
"
SYNTAX Unsigned32
AvailableStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"- in test: The resource is undergoing a test procedure. If the
administrative state is locked or shutting downthen normal users
are precluded from using the resource and the control status
attribute has the valuereserved for test. Tests that do not
exclude additional users can be present in any operational or
administrative state but the reserved for test condition should
not be present.
- failed: The resource has an internal fault that prevents it
from operating. The operational state is disabled.
- power off: The resource requires power to be applied and is
not powered on. For example, a fuse or other protection device
is known to have removed power or a low voltage condition has
been detected. The operational state is disabled.
- off line: The resource requires a routine operation to be
performed to place it online and make it available for use.
The operation may be manual or automatic, or both. The
operational state is disabled.
- off duty: The resource has been made inactive by an internal
control process in accordance with a predetermined time schedule.
Under normal conditions the control process can be expected to
reactivate the resource at some scheduled time, and it is
therefore considered to be optional. The operational state is
enabled or disabled.
- dependency: The resource cannot operate because some other
resource on which it depends is (i.e. aresource not represented
by the same managed object) unavailable. For example, a device
is not accessible because its controller is powered off. The
operational state is disabled.
- degraded: The service available from the resource is degraded
in some respect, such as in speed or operating capacity.
Failure of a test or an unacceptable performance measurement
has established that some or all services are not functional
or are degraded due to the presence of a defect. However, the
resource remains available for service, either because some
services are satisfactory or because degraded service is
preferable to no service at all. Object specific attributes
may be defined to represent further information indicating,
for example, which services are not functional and the nature
of the degradation. The operational state is enabled.
- not installed: The resource represented by the managed object
is not present, or is incomplete. For example, a plug-in module
is missing, a cable is disconnected or a software module is not
loaded. The operational state is disabled.
- log full: This indicates a log full condition the semantics
of which are defined in CCITT Rec. X.735 | ISO/IEC 10164-6.
31 ... 9 8 7 6 5 4 3 2 1 0
bit0:inTest
bit1:failed
bit2:powerOff
bit3:offLine
bit4:offDuty
bit5:dependency
bit6:degarded
bit7:notInstalled
bit8:logFull
"
SYNTAX Unsigned32
BOOL ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
""
SYNTAX INTEGER {
false (0),
true (1)
}
BYTE ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The data type BYTE definition"
SYNTAX Integer32 (0..255)
ControlStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The control status attribute is read-write and set-valued. It can have zero or more of the following values, not all of
which are applicable to every class of managed object.
When the value of this attribute is empty set, this implies
that none of the status conditions described below are present.
- subject to test:
The resource is available to normal users, but tests may be conducted on it simultaneously
at unpredictable times, which may cause it to exhibit unusual characteristics to users.
- part of services locked:
This value indicates whether a manager has administratively restricted a particular
part of a service from the user(s) of a resource. The administrative state is unlocked. Examples are
incoming service barred, outgoing service barred, write locked by media key, read locked.
- reserved for test:
The resource has been made administratively unavailable to normal users because it is
undergoing a test procedure. The administrative state is locked.
- suspended:
Service has been administratively suspended to the users of the resource. The resource may
retain knowledge of current users and/or requests for usage, depending upon the managed object class
definition, but does not resume performing services until the suspended condition is revoked. The
administrative state in unlocked.
31 ... 4 3 2 1 0
bit0:subjectToTest
bit1:pastOfServicesLocked
bit2:reservedForTest
bit3:suspended
"
SYNTAX Unsigned32
-- **************************
-- * TEXT CONVENTION *
-- **************************
OperationalState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The administration of managed objects operates independently of the
operability and usage of managed objects and isdescribed by the
administrative state attribute, which has three values.
"
SYNTAX INTEGER {
disabled (0),
enabled (1)
}
ProceduralStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"31 ... 9 8 7 6 5 4 3 2 1 0
bit0:
initialized required
bit1:not initialized
bit2:initializing
bit3:reporting
bit4:terminating
in test,
failed,
power off,
off line,
off duty,
dependency,
degraded,
not installed,
log full"
SYNTAX Unsigned32
StandbyStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The standby status attribute is single-valued and read-only. It shall have one of the following values.
The value is only
meaningful when the back-up relationship role exists.
- hot standby:
The resource is not providing service, but is operating in synchronism with another resource
that is to be backed-up (e.g., a computer shadowing another computer). A resource with a hot standby
status will be immediately able to take over the role of the resource to be backed-up, without the need for
initialization activity, and will contain the same information as the resource to be backed up. The hot
standby condition is mutually exclusive with the cold standby and providing service conditions.
- cold standby:
The resource is to back-up another resource, but is not synchronized with that resource. A
resource with a cold standby status will not be immediately able to take over the role of a resource to be
backed up, and will require some initialization activity. The cold standby condition is mutually exclusive
with the hot standby and providing service conditions.
- providing service:
The back-up resource is providing service and is backing up another resource. The
providing service condition is mutually exclusive with the hot standby and cold standby conditions."
SYNTAX INTEGER {
hot-standby (1),
cold-standby (2),
providing-service (3)
}
UsageState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The usage of a resource is described by the usage state attribute,
which has three possible values: idle, active and busy."
SYNTAX INTEGER {
idle (0),
active (1),
busy (2),
not-available (3)
}
WORD ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
""
SYNTAX Integer32 (0..65535)
END
-- This MIB was created using NuDesign Team's Visual MIBuilder (Ver 4.3).
-- update list
-- 02-11-26 11:20 Modified UsageState "busy" instead of "standby"

View File

@ -0,0 +1,50 @@
-- *****************************************************************************
-- Filename: uts-epon.mib
-- Description: Contains iSwitch node registrations
-- MIB Version: 1.00
--
-- Copyright (C) 2001 by UTStarcom, Inc. All rights reserved.
-- Reproduction of this document is authorized on the condition that
-- the foregoing copyright notice is included.
--
-- NOTE: The contents of this document are subject to change without notice
-- *****************************************************************************
-- *****************************************************************************
-- Version: $Id: $
-- Last Modified: $DateTime: $
-- Change List #: $Change: $
-- *****************************************************************************
UTS-EPON-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY FROM SNMPv2-SMI
wacos FROM WACOS-GW-ROOT-MIB;
uts-epon MODULE-IDENTITY
LAST-UPDATED "9407272253Z" -- Wed Jul 27 22:53:04 PDT 1994
ORGANIZATION "UTSTARcom Inc"
CONTACT-INFO
" Postal: UTSTARcom Inc
Alameda, California 9xxxx
Tel: +1 510 555 1212
E-Mail: mibs@utstar.com "
DESCRIPTION
"Contains iSwitch MIB Extensions."
::= { wacos 1800}
--
-- epon node registrations
--
utAccounting OBJECT IDENTIFIER ::= { uts-epon 1 }
utConfigure OBJECT IDENTIFIER ::= { uts-epon 2 }
utFault OBJECT IDENTIFIER ::= { uts-epon 3 }
utPerformance OBJECT IDENTIFIER ::= { uts-epon 4 }
utSecurity OBJECT IDENTIFIER ::= { uts-epon 5 }
END

1393
mibs/utstarcom/UTS-FAULT-MIB Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,509 @@
-- *****************************************************************************
-- Filename: epon-security.mib
-- Description: Contains iSwitch MIB Extension.
-- MIB Version: 1.00
--
-- Copyright (C) 2001 by UTStarcom, Inc. All rights reserved.
-- Reproduction of this document is authorized on the condition that
-- the foregoing copyright notice is included.
--
-- NOTE: The contents of this document are subject to change without notice
-- *****************************************************************************
-- *****************************************************************************
-- Version: $Id: $
-- Last Modified: $DateTime: $
-- Change List #: $Change: $
-- *****************************************************************************
UTSECURITY-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, IpAddress FROM SNMPv2-SMI
Counter, TimeTicks FROM RFC1155-SMI
RowStatus, TruthValue FROM SNMPv2-TC
ifIndex, DisplayString FROM RFC1213-MIB
MacAddress, BridgeId, Timeout FROM BRIDGE-MIB
uts-epon FROM UTS-EPON-MIB;
-- utsGeponBBS1000plus FROM UTS-BBS-COMMON-MIB;
utSecurity MODULE-IDENTITY
LAST-UPDATED "9407272253Z" -- Wed Jul 27 22:53:04 PDT 1994
ORGANIZATION "UTSTARcom Inc"
CONTACT-INFO
"Postal: UTSTARcom Inc
Alameda, California 9xxxx
Tel: +1 510 555 1212
E-Mail: mibs@utstar.com "
DESCRIPTION
"Contains UT EPON MIB Extensions."
::= { uts-epon 5 }
utsEfmPonSecurityExt OBJECT IDENTIFIER ::= { utSecurity 1 }
utsEponSecExtObjects OBJECT IDENTIFIER ::= { utsEfmPonSecurityExt 1 }
------
------ 1. Security
------
utsDot3SecurityMIB OBJECT IDENTIFIER ::= { utsEponSecExtObjects 1 }
utsDot3SecurityObjects OBJECT IDENTIFIER ::= { utsDot3SecurityMIB 1 }
utsDot3SecurityOltObjects OBJECT IDENTIFIER ::= { utsDot3SecurityObjects 1 }
------
------ OLT
------
--utsDot3SecurityOltTable OBJECT-TYPE
--SYNTAX SEQUENCE OF UtsDot3SecurityOltEntry
-- MAX-ACCESS not-accessible
-- STATUS current
-- DESCRIPTION
--"Table for dot3 OLT security MIBs."
-- ::= { utsDot3SecurityOltObjects 2 }
--
--utsDot3SecurityOltEntry OBJECT-TYPE
--SYNTAX UtsDot3SecurityOltEntry
-- MAX-ACCESS not-accessible
-- STATUS current
-- DESCRIPTION
--"An entry in the dot3 OLT MIBs table."
-- INDEX { ifIndex }
-- ::= { utsDot3SecurityOltTable 1 }
--
--UtsDot3SecurityOltEntry ::=
-- SEQUENCE {
-- utsDot3SecurityOltAuthState INTEGER
-- }
--
--utsDot3SecurityOltAuthState OBJECT-TYPE
--SYNTAX INTEGER {
-- enabled(1),
-- disabled(2)
--}
-- MAX-ACCESS read-only
-- STATUS current
-- DESCRIPTION
--"OLT Authenticator state."
-- ::= { utsDot3SecurityOltEntry 1 }
------
------ ONU
------
--utsDot3SecurityTable OBJECT-TYPE
--SYNTAX SEQUENCE OF UtsDot3SecurityEntry
-- MAX-ACCESS not-accessible
-- STATUS current
-- DESCRIPTION
--"Table for dot3 ONU security MIBs."
-- ::= { utsDot3SecurityObjects 3 }
--
--utsDot3SecurityEntry OBJECT-TYPE
--SYNTAX UtsDot3SecurityEntry
-- MAX-ACCESS not-accessible
-- STATUS current
-- DESCRIPTION
--"An entry in the dot3 OLT MIBs table."
-- INDEX { ifIndex }
-- ::= { utsDot3SecurityTable 1 }
--
--UtsDot3SecurityEntry ::=
-- SEQUENCE {
-- utsDot3SecurityAuthState INTEGER,
-- utsDot3SecurityAuthMethod INTEGER,
-- utsDot3SecurityAuthParamIndex INTEGER,
-- utsDot3SecurityEncryAuthState INTEGER,
-- utsDot3SecurityEncryEnable TruthValue,
-- utsDot3SecurityEncryDirection INTEGER,
-- utsDot3SecurityEncryKeyUpdateMethod INTEGER,
-- utsDot3SecurityEncryKey OCTET STRING(SIZE(0..16))
--
-- }
--
--utsDot3SecurityAuthState OBJECT-TYPE
--SYNTAX INTEGER {
-- authorized(1),
-- unauthorized(2)
--}
-- MAX-ACCESS read-only
-- STATUS current
-- DESCRIPTION
--"Authentication state."
-- ::= { utsDot3SecurityEntry 1 }
--
--utsDot3SecurityAuthMethod OBJECT-TYPE
--SYNTAX INTEGER {
-- deny-always(1),
-- authorize-always(2),
-- sec-802-1x-radius(3)
--}
-- MAX-ACCESS read-write
-- STATUS current
-- DESCRIPTION
--"A ONU will be authorized if the method is disabled. If 802_1x_radius is
--selected, then the supported authentication algorithm is EAP-MD5."
-- ::= { utsDot3SecurityEntry 2 }
--
--utsDot3SecurityAuthParamIndex OBJECT-TYPE
--SYNTAX INTEGER
-- MAX-ACCESS read-write
-- STATUS current
-- DESCRIPTION
--"It's a index pointing to the entry in the corresponding authentication
--parameter table for the specified authentication method. So multiple ONUs
--can either share a same authentication setting or have its own
--authentication setting."
-- ::= { utsDot3SecurityEntry 3 }
--
--utsDot3SecurityEncryAuthState OBJECT-TYPE
--SYNTAX INTEGER {
-- enabled(1),
-- disabled(2)
--}
-- MAX-ACCESS read-write
-- STATUS current
-- DESCRIPTION
--"Encryption state."
-- ::= { utsDot3SecurityEntry 4 }
--
--
--utsDot3SecurityEncryEnable OBJECT-TYPE
--SYNTAX TruthValue
-- MAX-ACCESS read-write
-- STATUS current
-- DESCRIPTION
--"Encryption state."
-- ::= { utsDot3SecurityEntry 5 }
--
--utsDot3SecurityEncryDirection OBJECT-TYPE
--SYNTAX INTEGER {
-- downlink(1),
-- bothlinks(2)
--}
-- MAX-ACCESS read-write
-- STATUS current
-- DESCRIPTION
--"Encryption direction."
--::= { utsDot3SecurityEntry 6 }
--
--
--utsDot3SecurityEncryKeyUpdateMethod OBJECT-TYPE
--SYNTAX INTEGER {
-- passave(0),
-- disabled(1)
--}
-- MAX-ACCESS read-write
-- STATUS current
-- DESCRIPTION
--"Encryption key update method."
-- ::= { utsDot3SecurityEntry 7 }
--
--utsDot3SecurityEncryKey OBJECT-TYPE
--SYNTAX OCTET STRING(SIZE(0..16))
-- MAX-ACCESS read-write
-- STATUS current
-- DESCRIPTION
--"Encryption key. The initial value is from the authentication bit sequence
--in ONU registration message."
-- ::= { utsDot3SecurityEntry 8 }
------
------
------
utsDot3Security802RadiusObjects OBJECT IDENTIFIER ::= { utsDot3SecurityMIB 2}
------
------ radius server's Group
------
utsDot3Security802RadiusGroup OBJECT IDENTIFIER ::= { utsDot3Security802RadiusObjects 1 }
utsDot3Security8021xRadiusAutoSwitch OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enabled or Disabled auto switch to primary or secondary."
::= { utsDot3Security802RadiusGroup 1 }
utsDot3Security8021xRadiusRetryTimes OBJECT-TYPE
SYNTAX INTEGER (1..10)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius server retry times, range 1..10."
::= { utsDot3Security802RadiusGroup 2 }
utsDot3Security8021xRadiusTimeout OBJECT-TYPE
SYNTAX INTEGER (1..15)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius server message sent time out seconds."
::= { utsDot3Security802RadiusGroup 3 }
utsDot3Security8021xRadiusBackToPrimary OBJECT-TYPE
SYNTAX INTEGER (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius server back to run on primary after X minutes."
::= { utsDot3Security802RadiusGroup 4 }
utsDot3Security8021xRadiusRealm OBJECT-TYPE
SYNTAX DisplayString(SIZE(0..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius server realm."
::= { utsDot3Security802RadiusGroup 5}
utsDot3Security8021xRadiusNasIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Radius server nsa ip address."
::= { utsDot3Security802RadiusGroup 6}
utsDot3Security8021xRadiusSvrPrimaryOnuAuthIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's primary IP address."
::= { utsDot3Security802RadiusGroup 11 }
utsDot3Security8021xRadiusSvrPrimaryOnuAuthPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's primary port number."
::= { utsDot3Security802RadiusGroup 12 }
utsDot3Security8021xRadiusPrimaryOnuAuthSharedKey OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Primary shared secret key."
::= { utsDot3Security802RadiusGroup 13 }
utsDot3Security8021xRadiusSvrSecondaryOnuAuthIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's secondary IP address."
::= { utsDot3Security802RadiusGroup 14 }
utsDot3Security8021xRadiusSvrSecondaryOnuAuthPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's secondary port number."
::= { utsDot3Security802RadiusGroup 15 }
utsDot3Security8021xRadiusSecondaryOnuAuthSharedKey OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Secondary hared secret key."
::= { utsDot3Security802RadiusGroup 16 }
utsDot3Security8021xRadiusSvrPrimaryOnuAcctIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's primary IP address."
::= { utsDot3Security802RadiusGroup 17 }
utsDot3Security8021xRadiusSvrPrimaryOnuAcctPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's primary port number."
::= { utsDot3Security802RadiusGroup 18 }
utsDot3Security8021xRadiusPrimaryOnuAcctSharedKey OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Primary shared secret key."
::= { utsDot3Security802RadiusGroup 19 }
utsDot3Security8021xRadiusSvrSecondaryOnuAcctIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's secondary IP address."
::= { utsDot3Security802RadiusGroup 20 }
utsDot3Security8021xRadiusSvrSecondaryOnuAcctPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's secondary port number."
::= { utsDot3Security802RadiusGroup 21 }
utsDot3Security8021xRadiusSecondaryOnuAcctSharedKey OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Secondary hared secret key."
::= { utsDot3Security802RadiusGroup 22 }
utsDot3Security8021xRadiusSvrPrimaryCliAuthIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's primary IP address."
::= { utsDot3Security802RadiusGroup 23 }
utsDot3Security8021xRadiusSvrPrimaryCliAuthPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's primary port number."
::= { utsDot3Security802RadiusGroup 24 }
utsDot3Security8021xRadiusPrimaryCliAuthSharedKey OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Primary shared secret key."
::= { utsDot3Security802RadiusGroup 25 }
utsDot3Security8021xRadiusSvrSecondaryCliAuthIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's secondary IP address."
::= { utsDot3Security802RadiusGroup 26 }
utsDot3Security8021xRadiusSvrSecondaryCliAuthPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's secondary port number."
::= { utsDot3Security802RadiusGroup 27 }
utsDot3Security8021xRadiusSecondaryCliAuthSharedKey OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Secondary hared secret key."
::= { utsDot3Security802RadiusGroup 28 }
utsDot3Security8021xRadiusSvrPrimaryCliAcctIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's primary IP address."
::= { utsDot3Security802RadiusGroup 29 }
utsDot3Security8021xRadiusSvrPrimaryCliAcctPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's primary port number."
::= { utsDot3Security802RadiusGroup 30 }
utsDot3Security8021xRadiusPrimaryCliAcctSharedKey OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Primary shared secret key."
::= { utsDot3Security802RadiusGroup 31 }
utsDot3Security8021xRadiusSvrSecondaryCliAcctIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's secondary IP address."
::= { utsDot3Security802RadiusGroup 32 }
utsDot3Security8021xRadiusSvrSecondaryCliAcctPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"RADIUS server's secondary port number."
::= { utsDot3Security802RadiusGroup 33 }
utsDot3Security8021xRadiusSecondaryCliAcctSharedKey OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..31))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Secondary hared secret key."
::= { utsDot3Security802RadiusGroup 34 }
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,46 @@
UTSTARCOM-ROOT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, enterprises FROM SNMPv2-SMI;
utstarcom MODULE-IDENTITY
LAST-UPDATED "200509011621Z"
ORGANIZATION "UTStarcom, Inc."
CONTACT-INFO " "
DESCRIPTION " "
REVISION "200509011621Z"
DESCRIPTION "Initial version"
::= { enterprises 1949 }
utsRoot OBJECT IDENTIFIER ::= { utstarcom 1 }
utsProducts OBJECT IDENTIFIER ::= { utsRoot 3 }
utsBroadbandSwitch OBJECT IDENTIFIER ::= { utsProducts 10 }
utsBBSProductSysId OBJECT IDENTIFIER ::= { utsBroadbandSwitch 2 }
utBBSEponOnuSysId OBJECT IDENTIFIER ::= { utsBBSProductSysId 100 }
utBBSEponOnuSysId2004 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"gepon onu 2004 system objet ID"
::= { utBBSEponOnuSysId 6 }
utBBSGeponOnu OBJECT-IDENTITY
STATUS current
DESCRIPTION
"the root of gepon onu manangement information base"
::= { utsBroadbandSwitch 100}
utBBSGeponOnu2004 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"the root of gepon onu 2004 manangement information base"
::= { utBBSGeponOnu 6}
utBBSGeponOnu404 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"the root of gepon onu 404 manangement information base"
::= { utBBSGeponOnu 7}
END

View File

@ -0,0 +1,7 @@
WACOS-GW-ROOT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, enterprises FROM SNMPv2-SMI;
wacos ::= { enterprises 7064 }
END