SHE-RMON-MIB

File: SHE-RMON-MIB.mib (22466 bytes)

Imported modules

AN-MIB RFC1213-MIB RMON-MIB
SHE-TC-MIB SNMPv2-CONF SNMPv2-SMI
SNMPv2-TC

Imported symbols

she DisplayString alarmVariable
alarmRisingThreshold alarmFallingThreshold OwnerString
SheControlStatusType OBJECT-GROUP MODULE-COMPLIANCE
NOTIFICATION-GROUP Unsigned32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE TEXTUAL-CONVENTION

Defined Types

SheRmonControlRequestType  
The type for SHE-RMON control commands.
TEXTUAL-CONVENTION    
  INTEGER createSample(1), deleteSample(2), resetStatisticCounters(3)  

SheRmonControlRequestResultType  
The result type for RMON control commands.
TEXTUAL-CONVENTION    
  INTEGER commExecStarted(30), paramFaulty(31), requestBusy(32), setDataFailed(34), aswTimeout(35), commandFailed(36), commandSucceeded(37)  

SheRmonAlarmSampleType  
The type for SHE-RMON alarm sample.
TEXTUAL-CONVENTION    
  INTEGER absoluteValue(1), deltaValue(2)  

SheRmonAlarmStartupAlarm  
The type for SHE-RMON alarm startup.
TEXTUAL-CONVENTION    
  INTEGER risingAlarm(1), fallingAlarm(2), risingOrFallingAlarm(3)  

SheRmonEventType  
The type for SHE-RMON events.
TEXTUAL-CONVENTION    
  INTEGER none(1), log(2), snmpTrap(3), logAndTrap(4)  

SheRmonSevProfileIndex  
The type for the alarm severity profile index.
TEXTUAL-CONVENTION    
  INTEGER 1..100  

Defined Values

sheRmon 1.3.6.1.4.1.231.7.1.2.1.8
The MIB module is the proprietary extension of RMON-MIB defining control groups for configuration.
MODULE-IDENTITY    

sheRmonConfigurationObjects 1.3.6.1.4.1.231.7.1.2.1.8.1
OBJECT IDENTIFIER    

sheRmonControl 1.3.6.1.4.1.231.7.1.2.1.8.1.1
OBJECT IDENTIFIER    

sheRmonControlRequest 1.3.6.1.4.1.231.7.1.2.1.8.1.1.1
This attribute identifies the control commands. createSample: this command starts periodical data sampling at a specific data source object. An entry in the table historyControlTable is created. deleteSample: to stop a sampling. The entry in the historyControlTable is selected. This entry is deleted and also all associated entries in the EtherHistoryTable are also deleted. resetStatisticCounters: to clear one entry in the etherStatsTable of the rmon-Mib. Notifications : sampleCreated / sampleDeleted , sheEtherStatsCountersCleared
Status: current Access: read-write
OBJECT-TYPE    
  SheRmonControlRequestType  

sheRmonControlStatus 1.3.6.1.4.1.231.7.1.2.1.8.1.1.2
The status of a control request.
Status: current Access: read-only
OBJECT-TYPE    
  SheControlStatusType  

sheRmonControlTimer 1.3.6.1.4.1.231.7.1.2.1.8.1.1.3
The maximum wait time for the manager for command ending. For long running commands. The manager reads this value from the DSLAM.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sheRmonControlControlReqResult 1.3.6.1.4.1.231.7.1.2.1.8.1.1.4
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SheRmonControlRequestResultType  

sheRmonControlTimeStamp 1.3.6.1.4.1.231.7.1.2.1.8.1.1.5
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sheRmonControlDataSource 1.3.6.1.4.1.231.7.1.2.1.8.1.1.6
This object identifies the data source for which historical data shall be collected. Possible sources can be - any Ethernet interface on this device. For example, if an entry were to receive data from interface #1, this object would be set to ifIndex.1. - any subscriber side bridgePort of the device
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

sheRmonControlBucketsRequested 1.3.6.1.4.1.231.7.1.2.1.8.1.1.7
The requested number of discrete time intervals over which data is to be saved in the part of the media-specific table associated with this historyControlEntry. When this object is created or modified, the probe should set historyControlBucketsGranted as closely to this object as is possible for the particular probe implementation and available resources.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

sheRmonControlInterval 1.3.6.1.4.1.231.7.1.2.1.8.1.1.8
The interval in seconds over which the data is sampled for each bucket in the part of the media-specific table associated with this historyControlEntry. This interval can be set to any number of seconds between 1 and 3600 (1 hour). Because the counters in a bucket may overflow at their maximum value with no indication, a prudent manager will take into account the possibility of overflow in any of the associated counters. It is important to consider the minimum time in which any counter could overflow on a particular media type and set the historyControlInterval object to a value less than this interval. This is typically most important for the 'octets' counter in any media-specific table. For example, on an Ethernet network, the etherHistoryOctets counter could overflow in about one hour at the Ethernet's maximum utilization.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..3600  

sheRmonControlOwner 1.3.6.1.4.1.231.7.1.2.1.8.1.1.9
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString  

sheRmonControlIndex 1.3.6.1.4.1.231.7.1.2.1.8.1.1.10
An index that uniquely identifies an entry in the historyControl table. Each such entry defines a set of samples at a particular interval for an interface on the device. This is used to delete a sample..
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

sheRmonNotifications 1.3.6.1.4.1.231.7.1.2.1.8.1.2
OBJECT IDENTIFIER    

sheSampleCreated 1.3.6.1.4.1.231.7.1.2.1.8.1.2.1
Notification for command execution.
Status: current Access: read-write
NOTIFICATION-TYPE    

sheSampleDeleted 1.3.6.1.4.1.231.7.1.2.1.8.1.2.2
Notification for command execution.
Status: current Access: read-write
NOTIFICATION-TYPE    

sheEtherStatsCountersCleared 1.3.6.1.4.1.231.7.1.2.1.8.1.2.3
One entry in the EtherStatsTable of the Rmon-Mib was cleared.
Status: current Access: read-write
NOTIFICATION-TYPE    

sheAlarmSampleCreated 1.3.6.1.4.1.231.7.1.2.1.8.1.2.4
Notification for command execution.
Status: current Access: read-write
NOTIFICATION-TYPE    

sheAlarmSampleDeleted 1.3.6.1.4.1.231.7.1.2.1.8.1.2.5
Notification for command execution.
Status: current Access: read-write
NOTIFICATION-TYPE    

sheEventSampleCreated 1.3.6.1.4.1.231.7.1.2.1.8.1.2.6
Notification for command execution.
Status: current Access: read-write
NOTIFICATION-TYPE    

sheEventSampleDeleted 1.3.6.1.4.1.231.7.1.2.1.8.1.2.7
Notification for command execution.
Status: current Access: read-write
NOTIFICATION-TYPE    

sheRmonRisingThreshold 1.3.6.1.4.1.231.7.1.2.1.8.1.2.8
Notification for command execution.
Status: current Access: read-write
NOTIFICATION-TYPE    

sheRmonFallingThreshold 1.3.6.1.4.1.231.7.1.2.1.8.1.2.9
Notification for command execution.
Status: current Access: read-write
NOTIFICATION-TYPE    

sheRmonConformance 1.3.6.1.4.1.231.7.1.2.1.8.1.3
OBJECT IDENTIFIER    

sheRmonCompliances 1.3.6.1.4.1.231.7.1.2.1.8.1.3.1
OBJECT IDENTIFIER    

sheRmonCompliance 1.3.6.1.4.1.231.7.1.2.1.8.1.3.1.1
Description.
Status: current Access: read-write
MODULE-COMPLIANCE    

sheRmonGroups 1.3.6.1.4.1.231.7.1.2.1.8.1.3.2
OBJECT IDENTIFIER    

sheRmonControlGroup 1.3.6.1.4.1.231.7.1.2.1.8.1.3.2.1
Description.
Status: current Access: read-write
OBJECT-GROUP    

sheRmonNotificationGroup 1.3.6.1.4.1.231.7.1.2.1.8.1.3.2.2
Description.
Status: current Access: read-write
NOTIFICATION-GROUP    

sheRmonAlarmControl 1.3.6.1.4.1.231.7.1.2.1.8.1.4
OBJECT IDENTIFIER    

sheRmonAlarmControlRequest 1.3.6.1.4.1.231.7.1.2.1.8.1.4.1
Specifies the user command. createSample: this command create an entry is RMON alarmTable. deleteSample: this command delete an entry is RMON alarmTable.
Status: current Access: read-write
OBJECT-TYPE    
  SheRmonControlRequestType  

sheRmonAlarmControlStatus 1.3.6.1.4.1.231.7.1.2.1.8.1.4.2
The status of a control request
Status: current Access: read-only
OBJECT-TYPE    
  SheControlStatusType  

sheRmonAlarmControlTimer 1.3.6.1.4.1.231.7.1.2.1.8.1.4.3
The maximum wait time for the manager for command ending. For long running commands. The manager reads this value from the DSLAM.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sheRmonAlarmControlReqResult 1.3.6.1.4.1.231.7.1.2.1.8.1.4.4
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SheRmonControlRequestResultType  

sheRmonAlarmControlTimeStamp 1.3.6.1.4.1.231.7.1.2.1.8.1.4.5
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sheRmonAlarmControlIndex 1.3.6.1.4.1.231.7.1.2.1.8.1.4.6
Index of sampling
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

sheRmonAlarmControlInterval 1.3.6.1.4.1.231.7.1.2.1.8.1.4.7
To specify the sampling interval
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sheRmonAlarmControlVariable 1.3.6.1.4.1.231.7.1.2.1.8.1.4.8
The object identifier of the particular variable to be sampled.
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

sheRmonAlarmControlSampleType 1.3.6.1.4.1.231.7.1.2.1.8.1.4.9
The method of sampling the selected variable and calculating the value to be compared against the thresholds.
Status: current Access: read-write
OBJECT-TYPE    
  SheRmonAlarmSampleType  

sheRmonAlarmControlStartupAlarm 1.3.6.1.4.1.231.7.1.2.1.8.1.4.10
The alarm that may be sent when this entry is first set to valid.
Status: current Access: read-write
OBJECT-TYPE    
  SheRmonAlarmStartupAlarm  

sheRmonAlarmControlRisingThreshold 1.3.6.1.4.1.231.7.1.2.1.8.1.4.11
A threshold for the sampled statistic.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sheRmonAlarmControlFallingThreshold 1.3.6.1.4.1.231.7.1.2.1.8.1.4.12
A threshold for the sampled statistic.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sheRmonAlarmControlRisingEventIndex 1.3.6.1.4.1.231.7.1.2.1.8.1.4.13
The index of the eventEntry that is used when a rising threshold is crossed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sheRmonAlarmControlFallingEventIndex 1.3.6.1.4.1.231.7.1.2.1.8.1.4.14
The index of the eventEntry that is used when a falling threshold is crossed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sheRmonAlarmControlOwner 1.3.6.1.4.1.231.7.1.2.1.8.1.4.15
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString  

sheRmonEventControl 1.3.6.1.4.1.231.7.1.2.1.8.1.5
OBJECT IDENTIFIER    

sheRmonEventControlRequest 1.3.6.1.4.1.231.7.1.2.1.8.1.5.1
Specifies the user command. createSample: this command create an entry is RMON eventTable. deleteSample: this command delete an entry is RMON eventTable.
Status: current Access: read-write
OBJECT-TYPE    
  SheRmonControlRequestType  

sheRmonEventControlStatus 1.3.6.1.4.1.231.7.1.2.1.8.1.5.2
The status of a control request
Status: current Access: read-only
OBJECT-TYPE    
  SheControlStatusType  

sheRmonEventControlTimer 1.3.6.1.4.1.231.7.1.2.1.8.1.5.3
The maximum wait time for the manager for command ending. For long running commands. The manager reads this value from the DSLAM.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sheRmonEventControlReqResult 1.3.6.1.4.1.231.7.1.2.1.8.1.5.4
The result of the last user command
Status: current Access: read-only
OBJECT-TYPE    
  SheRmonControlRequestResultType  

sheRmonEventControlTimeStamp 1.3.6.1.4.1.231.7.1.2.1.8.1.5.5
The time stamp of the last command (end of command)
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sheRmonEventControlIndex 1.3.6.1.4.1.231.7.1.2.1.8.1.5.6
Index of sampling
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

sheRmonEventControlDescription 1.3.6.1.4.1.231.7.1.2.1.8.1.5.7
A comment describing this event entry
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

sheRmonEventControlType 1.3.6.1.4.1.231.7.1.2.1.8.1.5.8
The type of notification that the probe will make about this event
Status: current Access: read-write
OBJECT-TYPE    
  SheRmonEventType  

sheRmonEventControlCommunity 1.3.6.1.4.1.231.7.1.2.1.8.1.5.9
If an SNMP trap is to be sent, it will be sent to the SNMP community specified by this octet string.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

sheRmonEventControlOwner 1.3.6.1.4.1.231.7.1.2.1.8.1.5.10
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString