UX-OBJECTS-MIB

File: UX-OBJECTS-MIB.mib (45127 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB PerfHist-TC-MIB DS0-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress enterprises Counter32
Counter64 Integer32 TimeTicks
TEXTUAL-CONVENTION DisplayString MODULE-COMPLIANCE
OBJECT-GROUP InterfaceIndex InterfaceIndexOrZero
ifIndex PerfCurrentCount PerfIntervalCount
PerfTotalCount dsx0ConfigEntry

Defined Types

UxAlarmCfgEntry  
SEQUENCE    
  uxAlarmIndex INTEGER
  uxAlarmID INTEGER
  uxAlarmSubID INTEGER
  uxAlarmCondition DisplayString
  uxAlarmSeverity INTEGER
  uxAlarmCategory INTEGER
  uxAlarmCancelType INTEGER
  uxAlarmEvtType INTEGER
  uxAlarmDecodeKey DisplayString
  uxAlarmClrID INTEGER
  uxAlarmClrSubID INTEGER
  uxAlarmDescription DisplayString

UxActAlarmEntry  
SEQUENCE    
  uxAlarmActiveIndex INTEGER
  uxAlarmConfigIndex INTEGER
  uxAlarmActiveID INTEGER
  uxAlarmActiveSubID INTEGER
  uxAlarmActiveCondition DisplayString
  uxAlarmActiveSeverity INTEGER
  uxAlarmActiveCategory INTEGER
  uxAlarmActiveCancelType INTEGER
  uxAlarmActiveFirstOccur Counter64
  uxAlarmActiveLastOccur Counter64
  uxAlarmActiveCount INTEGER
  uxAlarmActiveDecodeKey DisplayString
  uxAlarmActiveSourceInstance DisplayString
  uxAlarmActiveState INTEGER
  uxAlarmActiveClrEvtID INTEGER
  uxAlarmActiveClrEvtSubID INTEGER
  uxAlarmActiveDescription DisplayString
  uxAlarmActiveHighestSeverityAlarm INTEGER
  uxAlarmActiveHardWareID DisplayString

UxDSPResourceEntry  
SEQUENCE    
  uxDSPIndex INTEGER
  uxDSPModType DisplayString
  uxDSPIsPresent INTEGER
  uxDSPCPUUsage INTEGER
  uxDSPChannelsInUse INTEGER
  uxDSPServiceStatus INTEGER
  uxCodecsSupported DisplayString

UxDSX0ConfigEntry  
SEQUENCE    
  uxDSX0Type INTEGER
  uxDSX0Speed INTEGER
  uxDSX0Lastchange INTEGER
  uxDSX0AdminState INTEGER

UxModuleEntry  
SEQUENCE    
  uxModuleIndex INTEGER
  uxModuleType INTEGER
  uxModulePartNumber DisplayString
  uxModuleVersionNumber DisplayString
  uxModuleSerialNumber DisplayString
  uxModuleMfgWeek INTEGER
  uxModuleMfgYear INTEGER

UxPSUEntry  
SEQUENCE    
  uxPSUIndex INTEGER
  uxPSUIsPresent INTEGER
  uxPSUIsInputGood INTEGER
  uxPSUInputType INTEGER
  uxPSUPowerIn INTEGER
  uxPSUPowerOut INTEGER
  uxPSUVoltageIn INTEGER
  uxPSUVoltageOut INTEGER
  uxPSUCurrentIn INTEGER
  uxPSUCurrentOut INTEGER
  uxPSUTemperature INTEGER
  uxPSUFanSpeed1 INTEGER
  uxPSUFanSpeed2 INTEGER

UxFanEntry  
SEQUENCE    
  uxFanIndex INTEGER
  uxFanSpeed INTEGER

UxCardEntry  
SEQUENCE    
  uxCardIndex INTEGER
  uxCardType INTEGER
  uxCardServiceStatus INTEGER

UxSystemUsageIntervalEntry  
SEQUENCE    
  uxSystemUsageIntervalNumber INTEGER
  uxSystemUsageIntervalCPUUsage PerfTotalCount
  uxSystemUsageIntervalMemoryUsage PerfTotalCount

UxDSPPeakUsageIntervalEntry  
SEQUENCE    
  uxDSPPeakUsageIntervalIndex INTEGER
  uxDSPPeakIntervalUsage PerfCurrentCount

UxUserStatsIntervalEntry  
SEQUENCE    
  uxUserStatsIntervalNumber INTEGER
  uxUserStatsPeakSessions INTEGER

Defined Values

ux 1.3.6.1.4.1.177.15
The MIB module for net.com entities.
MODULE-IDENTITY    

net 1.3.6.1.4.1.177
OBJECT IDENTIFIER    

uxObjects 1.3.6.1.4.1.177.15.1
OBJECT IDENTIFIER    

uxTraps 1.3.6.1.4.1.177.15.2
OBJECT IDENTIFIER    

uxChassis 1.3.6.1.4.1.177.15.1.1
OBJECT IDENTIFIER    

ipTelephony 1.3.6.1.4.1.177.15.1.5
OBJECT IDENTIFIER    

chasiDescUX2000 1.3.6.1.4.1.177.15.1.1.1
The description for the UX2000 chassis type
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString  

chasiDescUX1000 1.3.6.1.4.1.177.15.1.1.2
The description for the UX1000 chassis type
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString  

chasiType 1.3.6.1.4.1.177.15.1.1.3
The chassis type for the system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxAlarmCfgTable 1.3.6.1.4.1.177.15.1.2
This table gives the information about the alarms and events that this device is capable of generating. When a condition satisfying the alarms configured in this table occurs, an alarm is posted in uxActAlarmTable with associated information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxAlarmCfgEntry

uxAlarmCfgEntry 1.3.6.1.4.1.177.15.1.2.1
An entry in the alarm table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxAlarmCfgEntry  

uxAlarmIndex 1.3.6.1.4.1.177.15.1.2.1.1
Index of this alarm/event in the config table. This will be the combination of uxAlarmID and uxAlarmSubID uxAlarmIndex =uxAlarmID *65536+ uxAlarmSubID
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147418112  

uxAlarmID 1.3.6.1.4.1.177.15.1.2.1.2
Event ID of this alarm/event.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..32767  

uxAlarmSubID 1.3.6.1.4.1.177.15.1.2.1.3
Event SubID of this alarm/event.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxAlarmCondition 1.3.6.1.4.1.177.15.1.2.1.4
Alarm/event name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxAlarmSeverity 1.3.6.1.4.1.177.15.1.2.1.5
Alarm severity level. Eg: none warning minor major critical
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), warning(1), minor(2), major(3), critical(4)  

uxAlarmCategory 1.3.6.1.4.1.177.15.1.2.1.6
Alarm/event category number. As per Bell Core Standard GR-1248-CORE
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER communication(1), equipment(2), processing(3), general(4), environmental(5), qos(6), security(7)  

uxAlarmCancelType 1.3.6.1.4.1.177.15.1.2.1.7
When an alarm is configured as auto-cancel(1), it clears from the UX active alarm table, when the condition causing it goes away. These alarms do not need explicit user intervention to cancel (clear) them. Non-auto-cancel(0) alarm requires user intervention to clear from the active alarm table. User needs to cancel (clear) it explicitly by setting the corresponding column object in the active alarm table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER autoCancel(1), nonAutoCancel(0)  

uxAlarmEvtType 1.3.6.1.4.1.177.15.1.2.1.8
Type of the evnt, whether it is an alarm or a normal event
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER alarm(1), event(2)  

uxAlarmDecodeKey 1.3.6.1.4.1.177.15.1.2.1.9
Decode key that is used to interpret alarm/event instances when the alarms are posted to active alarm Table. The index attribute uxAlarmInstanceID is decoded based on the value of this attribute. Eg: Decode Key - shelf;card;port Possible decode keys are: shelf, shelf;card, shelf;interface;card;port, service, channel, username, IPAddress, etc.. AFFECTS: uxAlarmInstanceID This attribute affects uxAlarmInstanceID as explained in the example above.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxAlarmClrID 1.3.6.1.4.1.177.15.1.2.1.10
Clearing event Event ID of this alarm. Applicable to the alarms for which the auto clear is set
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..32767  

uxAlarmClrSubID 1.3.6.1.4.1.177.15.1.2.1.11
Clearing event Event sub ID of this alarm. Applicable to the alarms for which the auto clear is set.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxAlarmDescription 1.3.6.1.4.1.177.15.1.2.1.12
Alarm description. Any info user wants to note
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxActAlarmTable 1.3.6.1.4.1.177.15.1.3
Active Alarm table in the system
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxActAlarmEntry

uxActAlarmEntry 1.3.6.1.4.1.177.15.1.3.1
An entry in the active alarm table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxActAlarmEntry  

uxAlarmActiveIndex 1.3.6.1.4.1.177.15.1.3.1.1
Index of Active alarm table
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147418112  

uxAlarmConfigIndex 1.3.6.1.4.1.177.15.1.3.1.2
Index value of Alarm configuration number
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147418112  

uxAlarmActiveID 1.3.6.1.4.1.177.15.1.3.1.3
EventID of the active alarm
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..32767  

uxAlarmActiveSubID 1.3.6.1.4.1.177.15.1.3.1.4
EventID of the active alarm
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxAlarmActiveCondition 1.3.6.1.4.1.177.15.1.3.1.5
Active alarm/event name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxAlarmActiveSeverity 1.3.6.1.4.1.177.15.1.3.1.6
Alarm severity level. Eg: none warning minor major critical
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), warning(1), minor(2), major(3), critical(4)  

uxAlarmActiveCategory 1.3.6.1.4.1.177.15.1.3.1.7
Alarm/event category number. As per Bell Core Standard GR-1248-CORE
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER communication(1), equipment(2), processing(3), general(4), environmental(5), qos(6), security(7)  

uxAlarmActiveCancelType 1.3.6.1.4.1.177.15.1.3.1.8
When an alarm is configured as auto-cancel(1), it clears from the UX active alarm table, when the condition causing it goes away. These alarms do not need explicit user intervention to cancel (clear) them. Non-auto-cancel(0) alarm requires user intervention to clear from the active alarm table. User needs to cancel (clear) it explicitly by setting the corresponding column object in the active alarm table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER autoCancel(1), nonAutoCancel(0)  

uxAlarmActiveFirstOccur 1.3.6.1.4.1.177.15.1.3.1.9
Alarm first occurrence Time displayed in milli sec.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

uxAlarmActiveLastOccur 1.3.6.1.4.1.177.15.1.3.1.10
Alarm last occurrence Time displayed in milli sec.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

uxAlarmActiveCount 1.3.6.1.4.1.177.15.1.3.1.11
Number of times this alert occurred. This count is relevant only for non-auto-cancelling alerts.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

uxAlarmActiveDecodeKey 1.3.6.1.4.1.177.15.1.3.1.12
Decode key that is used to interpret alarm/event instances when the alarms are posted to active alarm Table. The index attribute uxAlarmInstanceID is decoded based on the value of this attribute. Eg: Decode Key - shelf;card;port Possible decode keys are: shelf, shelf;card, shelf;interface;card;port, service, channel, username, IPAddress, etc.. AFFECTS: uxAlarmInstanceID This attribute affects uxAlarmInstanceID as explained in the example above.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxAlarmActiveSourceInstance 1.3.6.1.4.1.177.15.1.3.1.13
Instance that has generated this alert. This is encoded as illustrated in the following example : decode key = shelf;card;port Source instance = 1;1;1 indicates that the alert is generated on shelf 1 card 1 and port 1 DEPENDS ON: uxAlarmDecodeKey Management station will use uxAlarmDecodeKey to decode this instance.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxAlarmActiveState 1.3.6.1.4.1.177.15.1.3.1.14
Informs if an active alarm is acknowledged/unacknowledged/cancelled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER acklnowledged(1), unacknowledged(2), cancel(3)  

uxAlarmActiveClrEvtID 1.3.6.1.4.1.177.15.1.3.1.15
Clearing event Event ID of this alarm. Applicable to the alarms for which the auto clear is set
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..32767  

uxAlarmActiveClrEvtSubID 1.3.6.1.4.1.177.15.1.3.1.16
Clearing event Event sub ID of this alarm. Applicable to the alarms for which the auto clear is set.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxAlarmActiveDescription 1.3.6.1.4.1.177.15.1.3.1.17
Alarm description. Any info user wants to note
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxAlarmActiveHighestSeverityAlarm 1.3.6.1.4.1.177.15.1.3.1.18
Highest Severity Active alarm
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..5  

uxAlarmActiveHardWareID 1.3.6.1.4.1.177.15.1.3.1.19
Hardware ID of the node
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxDSPResourceTable 1.3.6.1.4.1.177.15.1.6
This table gives the information about the DSP resources in UX.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxDSPResourceEntry

uxDSPResourceEntry 1.3.6.1.4.1.177.15.1.6.1
An entry in the DSP resource table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxDSPResourceEntry  

uxDSPIndex 1.3.6.1.4.1.177.15.1.6.1.1
DSP Resource table index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxDSPModType 1.3.6.1.4.1.177.15.1.6.1.2
DSP module type
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxDSPIsPresent 1.3.6.1.4.1.177.15.1.6.1.3
If the DSP resource is present. This is because we list all the possible DSP resources through this table and this object specifies if the DSP resource is actually installed on UX.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

uxDSPCPUUsage 1.3.6.1.4.1.177.15.1.6.1.4
DSP Resource usage in % rounded of to the next integer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxDSPChannelsInUse 1.3.6.1.4.1.177.15.1.6.1.5
Number of channels in use by this DSP
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxDSPServiceStatus 1.3.6.1.4.1.177.15.1.6.1.6
Service state of the DSP
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(0), up(1)  

uxCodecsSupported 1.3.6.1.4.1.177.15.1.6.1.7
Codecs supported by this DSP, displayed as a '|' seperated string
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxDSX0ConfigTable 1.3.6.1.4.1.177.15.1.7
The DS0 Configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxDSX0ConfigEntry

uxDSX0ConfigEntry 1.3.6.1.4.1.177.15.1.7.1
An entry in the DS0 Configuration table. There is an entry in this table for each DS0 interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  UxDSX0ConfigEntry  

uxDSX0Type 1.3.6.1.4.1.177.15.1.7.1.1
Type of DS0
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER e1(0), t1(1)  

uxDSX0Speed 1.3.6.1.4.1.177.15.1.7.1.2
Speed of DS0
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxDSX0Lastchange 1.3.6.1.4.1.177.15.1.7.1.3
Last change of status on this DS0 in EPOCH secs
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxDSX0AdminState 1.3.6.1.4.1.177.15.1.7.1.4
Admin state of this DS0
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(0), up(1)  

uxModuleTable 1.3.6.1.4.1.177.15.1.8
This table gives the information about all the installed Modules in UX.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxModuleEntry

uxModuleEntry 1.3.6.1.4.1.177.15.1.8.1
An entry in the Module table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxModuleEntry  

uxModuleIndex 1.3.6.1.4.1.177.15.1.8.1.1
Index of the Module. It also represents the physical location of the card/module on the system. NOTE: For different UX Chassis, the index of modules/cards may differ.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxModuleType 1.3.6.1.4.1.177.15.1.8.1.2
Module type indicating the physical module type. Integer values 7, 8, 9, 10, 15 - reserved for future modules.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), dS1-2Spans(1), dS1-4Spans(2), dS1-8Spans(3), eX(4), mSPDC910DSP(5), mSPDC300DSP(6), reservedModule1(7), reservedModule2(8), reservedModule3(9), reservedModule4(10), aSM(11), mainBoard(12), chassis(13), powerSupply(14), reservedModule5(15), node(16), fXS-8PortsLineCard(17), fXS-16PortsLineCard(18), fXS-24PortsLineCard(19), fXS-4PortsLowerBoard(20), fXS-4PortsUpperBoard(21), fXO-4PortsLowerBoard(22), fXO-4PortsUpperBoard(23), bRI-4PortsBoard(24), dS1-1SpanBoard(25), dS1-2SpansBoard(26), fXS-4PortsNRLowerBoard(27)  

uxModulePartNumber 1.3.6.1.4.1.177.15.1.8.1.3
Module part information Example: 404-40001
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxModuleVersionNumber 1.3.6.1.4.1.177.15.1.8.1.4
Module version information Example: 001
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxModuleSerialNumber 1.3.6.1.4.1.177.15.1.8.1.5
Module serial number information Example: A4000110040059
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

uxModuleMfgWeek 1.3.6.1.4.1.177.15.1.8.1.6
Module manufacturing week number NOTE: This object is not applicable for uxModuleType of PowerSupply type. For PowerSupply Modules, 0 will be returned.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxModuleMfgYear 1.3.6.1.4.1.177.15.1.8.1.7
Module manufacturing year number NOTE: This object is not applicable for uxModuleType of PowerSupply type. For PowerSupply Modules, 0 will be returned.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxPSUTable 1.3.6.1.4.1.177.15.1.9
This table provides health and runtime information on all Power Supplies on UX. This table returns all applicable power supply slots. NOTE: THIS MIB IS NOT SUPPORTED FOR UX1000 MODEL
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxPSUEntry

uxPSUEntry 1.3.6.1.4.1.177.15.1.9.1
An entry in the PSU table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxPSUEntry  

uxPSUIndex 1.3.6.1.4.1.177.15.1.9.1.1
Index of the Power Supply. NOTE: UX2000: Index 1, is the left PSU Index 2, is the right PSU
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2  

uxPSUIsPresent 1.3.6.1.4.1.177.15.1.9.1.2
Provides indication if the power supply is present on the device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER present(1), notpresent(2)  

uxPSUIsInputGood 1.3.6.1.4.1.177.15.1.9.1.3
Provides status of PSU Input health. This could be used to deduce the health state of the Power Supply as following: uxPSUIsPresent(1) and yes(1) - Power Supply is Up no(2) - Power Supply is Down
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

uxPSUInputType 1.3.6.1.4.1.177.15.1.9.1.4
Provides the type of PSU Input i.e. AC or DC
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notapplicable(0), ac(1), dc(2)  

uxPSUPowerIn 1.3.6.1.4.1.177.15.1.9.1.5
Provides Power (W) coming into the supply
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..500  

uxPSUPowerOut 1.3.6.1.4.1.177.15.1.9.1.6
Provides Power (W) going out from the supply
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..500  

uxPSUVoltageIn 1.3.6.1.4.1.177.15.1.9.1.7
Provides Voltage coming into the supply
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..300  

uxPSUVoltageOut 1.3.6.1.4.1.177.15.1.9.1.8
Provides Voltage going out from the supply This information is returned in 1000s of the unit value
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..15000  

uxPSUCurrentIn 1.3.6.1.4.1.177.15.1.9.1.9
Provides Current (A) coming into the supply This information is returned in 1000s of the unit value
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..10000  

uxPSUCurrentOut 1.3.6.1.4.1.177.15.1.9.1.10
Provides Current (A) going out from the supply This information is returned in 1000s of the unit value
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..10000  

uxPSUTemperature 1.3.6.1.4.1.177.15.1.9.1.11
Provides temperature (C) of the supply
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

uxPSUFanSpeed1 1.3.6.1.4.1.177.15.1.9.1.12
Provides speed (RPM) of the Fan 1 of the supply
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

uxPSUFanSpeed2 1.3.6.1.4.1.177.15.1.9.1.13
Provides speed (RPM) of the Fan 2 of the supply
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

uxFanTable 1.3.6.1.4.1.177.15.1.10
This table gives the information about all the installed Fans on UX. NOTE: THIS MIB IS NOT SUPPORTED FOR UX1000 MODEL
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxFanEntry

uxFanEntry 1.3.6.1.4.1.177.15.1.10.1
An entry in the Fan table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxFanEntry  

uxFanIndex 1.3.6.1.4.1.177.15.1.10.1.1
Index of the installed Fan.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..9  

uxFanSpeed 1.3.6.1.4.1.177.15.1.10.1.2
Speed (RPM) of the Fan Note: Fan can be considered Down if the speed is 0
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

uxCardTable 1.3.6.1.4.1.177.15.1.11
This table gives information about all the installed Cards on UX. NOTE: THIS MIB IS NOT SUPPORTED FOR UX1000 MODEL
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxCardEntry

uxCardEntry 1.3.6.1.4.1.177.15.1.11.1
An entry in the Card table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxCardEntry  

uxCardIndex 1.3.6.1.4.1.177.15.1.11.1.1
Index of the installed Card.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxCardType 1.3.6.1.4.1.177.15.1.11.1.2
Card type indicating the physical card type. Integer values 5 to 16 do not indicate a physical card type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), dS1-2Spans(1), dS1-4Spans(2), dS1-8Spans(3), eX(4), fXS-8PortsLineCard(17), fXS-16PortsLineCard(18), fXS-24PortsLineCard(19), fXS-4PortsLowerBoard(20), fXS-4PortsUpperBoard(21), fXO-4PortsLowerBoard(22), fXO-4PortsUpperBoard(23), bRI-4PortsBoard(24), dS1-1SpanBoard(25), dS1-2SpansBoard(26), fXS-4PortsNRLowerBoard(27)  

uxCardServiceStatus 1.3.6.1.4.1.177.15.1.11.1.3
Operational status of the installed card. Note: This attribute is not applicable for cards/modules on UX1000 hardware.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(0), up(1), notapplicable(2)  

uxSystem 1.3.6.1.4.1.177.15.1.12
OBJECT IDENTIFIER    

uxSystemHighestSeverityAlarm 1.3.6.1.4.1.177.15.1.12.1
Provides highest severity of all active alarms in the system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), normal(1), warning(2), minor(3), major(4), critical(5)  

uxSystemCoreSwitchTemp 1.3.6.1.4.1.177.15.1.12.2
Provides core switch temperature (C).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

uxSystemCurrentCPUUsage 1.3.6.1.4.1.177.15.1.12.3
Provides CPU Usage statistics for the current interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxSystemCurrentMemoryUsage 1.3.6.1.4.1.177.15.1.12.4
Provides Memory Usage statistics for the current interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxLicenseCurrentPeakSIPCall 1.3.6.1.4.1.177.15.1.12.5
Peak value of used SIP call licenses for the current 1 hour interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxLicenseCurrentPeakSIPRegistration 1.3.6.1.4.1.177.15.1.12.6
Peak value of used SIP Registrations licenses for the current interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxDSPPeakCurrentUsage 1.3.6.1.4.1.177.15.1.12.7
Peak DSP usage for the current 1 hour interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfTotalCount  

uxLicenseCurrentPeakTDMChannel 1.3.6.1.4.1.177.15.1.12.8
Peak value of used TDM channel licenses.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxLicenseCurrentPeakDSP 1.3.6.1.4.1.177.15.1.12.9
Peak value of used DSP licenses.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxSystemUsageStatsIntervalTable 1.3.6.1.4.1.177.15.1.5.9
The System Usage Interval table contains various system usage statitics collected over the previous 4 hours.The past 4 hours are broken into 240 completed 1 minute intervals. Each row in this table represents one such interval .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxSystemUsageIntervalEntry

uxSystemUsageIntervalEntry 1.3.6.1.4.1.177.15.1.5.9.1
An entry in the System Usage Interval table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxSystemUsageIntervalEntry  

uxSystemUsageIntervalNumber 1.3.6.1.4.1.177.15.1.5.9.1.1
A number between 1 and 240, where 1 is the most recently completed 1 minute interval and 240 is the 1 minute interval completed 239 minutes prior to interval 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..240  

uxSystemUsageIntervalCPUUsage 1.3.6.1.4.1.177.15.1.5.9.1.2
CPU Usage statistics for 1 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfTotalCount  

uxSystemUsageIntervalMemoryUsage 1.3.6.1.4.1.177.15.1.5.9.1.3
Memory Usage statistics for 1 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfTotalCount  

uxDSPPeakUsageStatsIntervalTable 1.3.6.1.4.1.177.15.1.5.14
The DSP Usage Stats table contains various statistics being collected by DSP for the previous 24 hours. The past 24 hours are broken into 24 completed 1 hour intervals. Each row in this table represents one such interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxDSPPeakUsageIntervalEntry

uxDSPPeakUsageIntervalEntry 1.3.6.1.4.1.177.15.1.5.14.1
An entry in the System Usage Current table
Status: current Access: not-accessible
OBJECT-TYPE    
  UxDSPPeakUsageIntervalEntry  

uxDSPPeakUsageIntervalIndex 1.3.6.1.4.1.177.15.1.5.14.1.1
The Index value which identifies the interval.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..24  

uxDSPPeakIntervalUsage 1.3.6.1.4.1.177.15.1.5.14.1.2
Peak DSP usage.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount  

uxUserStatsPeakSessionsCurrentInerval 1.3.6.1.4.1.177.15.1.12.10
Provides peak number of user sessions in the current interval.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

uxUserStatsIntervalTable 1.3.6.1.4.1.177.15.1.12.11
Provides peak number of user sessions for the specified interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UxUserStatsIntervalEntry

uxUserStatsIntervalEntry 1.3.6.1.4.1.177.15.1.12.11.1
An entry in the user statistics interval table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UxUserStatsIntervalEntry  

uxUserStatsIntervalNumber 1.3.6.1.4.1.177.15.1.12.11.1.1
A number between 1 and 24, where 1 is the most recently completed 1 hour interval and 24 is the 1 hour interval completed 23 hours and 45 minutes prior to interval 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..24  

uxUserStatsPeakSessions 1.3.6.1.4.1.177.15.1.12.11.1.2
Peak user sessions during the requested interval.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER