CISCO-WIRELESS-P2MP-RF-METRICS-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-WIRELESS-P2MP-RF-METRICS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoWirelessRfMetricsMIB 1.3.6.1.4.1.9.9.180
This is the MIB Module for the Cisco Wireless Radio Point to MultiPoint interface specification.
         p2mpRadioHistoryGroup 1.3.6.1.4.1.9.9.180.1
             p2mpHistCtrlTable 1.3.6.1.4.1.9.9.180.1.1 no-access
This table contains information about histograms configured in hardware.
                 p2mpHistCtrlEntry 1.3.6.1.4.1.9.9.180.1.1.1 no-access
This represents one entry in the p2mpHistCtrlTable. This table is indexed by ifIndex, p2mpHistSuMacAddress, and p2mpHistClass. At the head end: Histograms can be created on each upstream channel either on a per channel or per subscriber unit basis. When histograms are created on a per subscriber unit basis, the user must specify the subscriber unit's MAC address and the ifIndex of the MAC layer (propDocsWirelessMaclayer) at the head end. When histograms are created on a per channel basis, the user must set the MAC address to zero(00 00 00 00 00 00). The channel ID is specified by the ifIndex of the upstream channel. Hence, when creating histograms on a per channel basis, the ifIndex must be set to the ifIndex of the upstream channel (propDocsWirelessUpstream) on which the histogram is to be created. At the subscriber end: Histograms can only be created on the downstream channel. Since there is only one downstream channel, histograms cannot be created per channel ID. Hence, when a histogram is created, the user must set the MAC address (p2mpHistSuMacAdress) to zero(00 00 00 00 00 00). The ifIndex must be set to the ifIndex of the downstream channel (propDocsWirelessDownstream).
                     p2mpHistSuMacAddress 1.3.6.1.4.1.9.9.180.1.1.1.1 macaddress no-access
This object is used to index this table. At the head end: When a histogram is created on a per subscriber unit basis, this object should reflect the MAC address of the subscriber unit. When a histogram is created on a per channel basis, this object must be set to zero(00 00 00 00 00 00). At the subscriber end: When creating a histogram, this object must always be set to zero (00 00 00 00 00 00).
                     p2mpHistClass 1.3.6.1.4.1.9.9.180.1.1.1.2 p2mpradiosignalattribute no-access
This objects used to index this table. It represents the attribute that is being histogrammed.
                     p2mpHistSize 1.3.6.1.4.1.9.9.180.1.1.1.3 integer read-only
This object lets the user select the granularity of the histogram. The number of bins used for the capture in each category is hardware dependent. Enumeration: 'fine': 1, 'coarse': 2.
                     p2mpHistSumScale 1.3.6.1.4.1.9.9.180.1.1.1.4 cwrfixedpointscale read-only
This variable indicates the exponent to apply to the fixed-point values in the histogram summary table.
                     p2mpHistSumPrecision 1.3.6.1.4.1.9.9.180.1.1.1.5 cwrfixedpointprecision read-only
This variable indicates the number of decimal places used for precision when interpreting the fixed-point values in the histogram summary table.
                     p2mpStartBinValue 1.3.6.1.4.1.9.9.180.1.1.1.6 integer32 read-only
This object represents the maximum of the values that will be collected in the first bin of the histogram. All values <= p2mpStartBinValue are kept in the first histogram bin.
                     p2mpEndBinValue 1.3.6.1.4.1.9.9.180.1.1.1.7 integer32 read-only
This object represents the minimum of the values that will be collected in the last bin of the histogram. All values >= p2mpEndBinValue are kept in the last histogram bin.
                     p2mpCollDuration 1.3.6.1.4.1.9.9.180.1.1.1.8 cwrupdatetime read-only
This object specifies the duration for which this histogram must be accumulated. After successfully accumulating data for this amount of time the collection stops and the p2mpHistStatus changes to statusCaptured.
                     p2mpUpdateRate 1.3.6.1.4.1.9.9.180.1.1.1.9 cwrupdatetime read-only
This object represents rate at which snapshots of the histogram will be available.
                     p2mpPeriodicSum 1.3.6.1.4.1.9.9.180.1.1.1.10 truthvalue read-only
The histogram data is updated every p2mpUpdateRate seconds. When set to true(1), the latest histogram data set is summed with the previous histogram data set and the p2mpHistSummaryTable will reflect cumulative values. When set to false(2), only the latest data set is made available and the p2mpHistSummarytable will reflect the latest values.
                     p2mpHistOwner 1.3.6.1.4.1.9.9.180.1.1.1.11 ownerstring read-only
This object identifies management station that created this histogram specification.
                     p2mpHistAction 1.3.6.1.4.1.9.9.180.1.1.1.12 cwrcollectionaction read-only
This object represents the action to be carried out on this histogram specification. If a histogram has been successfully captured then it must be cleared before an other capture may be initiated.
                     p2mpHistStatus 1.3.6.1.4.1.9.9.180.1.1.1.13 cwrcollectionstatus read-only
This object represents the current state of this histogram. Once the histogram collection is complete the status changes to statusCaptured and the data is available for use. None of the parameters of a histogram specification may be modified when the specification is in statusInProgress. A statusCaptured or statusStopped histogram must be actionClear'ed before it can be restarted. The histogram may be read accurately between the p2mpUpdateRate intervals. If the read spans across the update time data from the previous and current updates can be mingled.
                     p2mpHistRowStatus 1.3.6.1.4.1.9.9.180.1.1.1.14 rowstatus read-only
This object may be used to create or delete a histogram control specification.
             p2mpHistSummaryTable 1.3.6.1.4.1.9.9.180.1.2 no-access
This table contains histogram Summary collected based on the specifications in the p2mpHistCtrlTable.
                 p2mpHistSummaryEntry 1.3.6.1.4.1.9.9.180.1.2.1 no-access
This represents one entry in the p2mpHistSummaryTable. At the head end: When viewing the summary of a histogram that was created for a specific subscriber unit, the user must specify the subscriber unit's MAC address and the ifIndex of the MAC layer at the head end. When viewing the summary of a histogram created for a specific channel, the user must set the MAC address to zero (00 00 00 00 00 00). The ifIndex is the upstream channel on which the histogram was created. At the subscriber end: The user sets the MAC address (p2mpHistSuMacAdress) to zero(00 00 00 00 00 00). The ifIndex is the channel ID of the downstream channel.
                     p2mpHistUpdateTime 1.3.6.1.4.1.9.9.180.1.2.1.1 cwrupdatetime read-only
This object represents the sysUpTime when this histogram was retrieved from hardware.
                     p2mpHistMin 1.3.6.1.4.1.9.9.180.1.2.1.2 cwrfixedpointvalue read-only
This object represents minimum value seen in this histogram.
                     p2mpHistMax 1.3.6.1.4.1.9.9.180.1.2.1.3 cwrfixedpointvalue read-only
This object represents maximum value seen in this histogram.
                     p2mpHistMean 1.3.6.1.4.1.9.9.180.1.2.1.4 cwrfixedpointvalue read-only
This object represents mean of the values in this histogram.
             p2mpHistDataTable 1.3.6.1.4.1.9.9.180.1.3 no-access
This table contains histogram values collected based on the specifications in the p2mpHistCtrlTable.
                 p2mpHistDataEntry 1.3.6.1.4.1.9.9.180.1.3.1 no-access
This represents one entry in the p2mpHistDataTable. At the head end: When viewing the data of a histogram that was created for a specific subscriber unit, the user must specify the subscriber unit's MAC address and the ifIndex of the MAC layer at the head end. When viewing the data of a histogram created for a specific channel, the user must set the MAC address to zero (00 00 00 00 00 00). The ifIndex is the upstream channel on which the histogram was created. At the subscriber end: The user sets the MAC address (p2mpHistSuMacAdress) to zero(00 00 00 00 00 00). The ifIndex is the channel ID of the downstream channel.
                     p2mpHistBinIndex 1.3.6.1.4.1.9.9.180.1.3.1.1 integer32 no-access
This object represents the histogram bin number for the value in p2mpValue.
                     p2mpValue 1.3.6.1.4.1.9.9.180.1.3.1.2 integer32 read-only
This object represents the value in the histogram bin p2mpHistBinIndex.
         p2mpRadioTimelineGroup 1.3.6.1.4.1.9.9.180.2
             p2mpTlCtrlTable 1.3.6.1.4.1.9.9.180.2.1 no-access
This table contains information about timelines configured in hardware. When radio signal data is collected it will be stored in a buffer of size p2mpTlNumDataValues which may be later retrieved.
                 p2mpTlCtrlEntry 1.3.6.1.4.1.9.9.180.2.1.1 no-access
This represents one entry in the p2mpTlCtrlTable. This table is indexed by ifIndex, p2mpTlSuMacAddress, and p2mpTlClass. At the head end: Timelines can be created on each upstream channel either on a per channel or per subscriber unit basis. When timelines are created on a per subscriber unit basis, the user must specify the subscriber unit's MAC address and the ifIndex of the MAC layer (propDocsWirelessMaclayer) at the head end. When timelines are created on a per channel basis, the user must set the MAC address to zero(00 00 00 00 00 00). The channel ID is specified by the ifIndex of the upstream channel. Hence, when creating timelines on a per channel basis, the ifIndex must be set to the ifIndex of the upstream channel on which the timeline is to be created At the subscriber end: Timelines can only be created on the downstream channel. Since there is only one downstream channel, timelines cannot be created per channel ID. Hence, when a timeline is created, the user must set the MAC address (p2mpTlSuMacAdress) to zero(00 00 00 00 00 00). The ifIndex must be set to the ifIndex of the downstream channel (propDocsWirelessDownstream).
                     p2mpTlSuMacAddress 1.3.6.1.4.1.9.9.180.2.1.1.1 macaddress no-access
This object is used to index this table. At the head end: When a timeline is created on a per subscriber unit basis, this object should reflect the MAC address of the subscriber unit. When a timeline is created on a per channel basis, this object must be set to zero(00 00 00 00 00 00). At the subscriber end: When creating a timeline, this object must always be set to zero (00 00 00 00 00 00).
                     p2mpTlClass 1.3.6.1.4.1.9.9.180.2.1.1.2 p2mpradiosignalattribute no-access
This object represents the attribute for which a timline capture is requested. When a timeline is requested p2mpBufSize worth of data will be captured.
                     p2mpTlThreshAttribute 1.3.6.1.4.1.9.9.180.2.1.1.3 p2mpradiosignalattribute read-only
This object, along with p2mpTlThreshType, identifies the threshold in the p2mpThresholdTable responsible for trigerring this timeline. When this object's value is none(0), it implies that there is no threshold associated with this timeline.
                     p2mpTlThreshType 1.3.6.1.4.1.9.9.180.2.1.1.4 cwrthreshlimittype read-only
This object, along with p2mpTlThreshAttribute, identifies the threshold in the p2mpThresholdTable responsible for trigerring this timeline. When this object's value is none(0), it implies that there is no threshold associated with this timeline.
                     p2mpTlNumDataValues 1.3.6.1.4.1.9.9.180.2.1.1.5 integer32 read-only
This object indicates the number of data values to be captured for this timeline. The captured data can be viewed by reading the p2mpTlDataTable.
                     p2mpTlDataScale 1.3.6.1.4.1.9.9.180.2.1.1.6 cwrfixedpointscale read-only
This variable indicates the exponent to apply to the fixed-point values in the timeline data table.
                     p2mpTlDataPrecision 1.3.6.1.4.1.9.9.180.2.1.1.7 cwrfixedpointprecision read-only
This variable indicates the number of decimal places used for precision when interpreting the fixed-point values in the timeline data table.
                     p2mpTlSamplePeriod 1.3.6.1.4.1.9.9.180.2.1.1.8 integer32 read-only
This lets the user specify the time in milliseconds between consecutive timeline samples. The special value of '0' indicates that the timeline will be sampled on every burst of data. The number of bursts in one milliseconds depends on the modulation profile.
                     p2mpTlAction 1.3.6.1.4.1.9.9.180.2.1.1.9 cwrcollectionaction read-only
This object represents the action to be carried out on this timeline specification. If a timeline has been successfully captured then it must be cleared before another capture may be initiated.
                     p2mpTlPostTrigBufMgmt 1.3.6.1.4.1.9.9.180.2.1.1.10 integer read-only
Once a trigger fires, this object determines which portion of the collected data to capture for use. If it is: preTrigger(1) : Then most of the data collected prior to trigger is captured. postTrigger(2): Then most of the data collected after the trigger is captured. Enumeration: 'postTrigger': 2, 'preTrigger': 1.
                     p2mpTlOwner 1.3.6.1.4.1.9.9.180.2.1.1.11 ownerstring read-only
This object identifies the management station that created this timeline specification.
                     p2mpTlStatus 1.3.6.1.4.1.9.9.180.2.1.1.12 cwrcollectionstatus read-only
This object represents the current state of this timeline. Once the timeline collection is complete the status changes to statusCaptured and the data is available for use. None of the parameters of a timeline specification may be modified when the specification is in statusInProgress. A statusCaptured or statusStopped timeline must be actionClear'ed before it can be restarted.
                     p2mpTlRowStatus 1.3.6.1.4.1.9.9.180.2.1.1.13 rowstatus read-only
This object may be used to create or delete a timeline control specification. Once created data sampling starts based on the value of p2mpTlAction.
             p2mpTlSummaryTable 1.3.6.1.4.1.9.9.180.2.2 no-access
This table contains Timeline Summary collected based on the specifications in the p2mpTlCtrlTable.
                 p2mpTlSummaryEntry 1.3.6.1.4.1.9.9.180.2.2.1 no-access
This represents one entry in the p2mpTlSummaryTable. At the head end: When viewing the summary of a timeline created for a specific subscriber unit, the user must specify the subscriber unit's MAC address and the ifIndex of the MAC layer at the head end. When viewing the summary of a timeline created for a specific channel, the user must set the MAC address to zero(00 00 00 00 00 00). The ifIndex is the upstream channel on which the timeline was created. At the subscriber end: The user sets the MAC address (p2mpTlSuMacAdress) to zero(00 00 00 00 00 00). The ifIndex is the channel ID of the downstream channel.
                     p2mpTlUpdateTime 1.3.6.1.4.1.9.9.180.2.2.1.1 cwrupdatetime read-only
This object represents the sysUpTime when this timeline capture was completed.
                     p2mpTlNumValues 1.3.6.1.4.1.9.9.180.2.2.1.2 integer32 read-only
This object represents the number of values available in the timeline
                     p2mpTlTriggerLoc 1.3.6.1.4.1.9.9.180.2.2.1.3 integer32 read-only
This object contains the value of p2mpTlValueIndex which represents the entry in the p2mpTlDataTable that caused the stop trigger to fire, thereby resulting in this timeline to be collected.
             p2mpTlDataTable 1.3.6.1.4.1.9.9.180.2.3 no-access
This table contains timeline values collected based on the specifications in the p2mpTlCtrlTable.
                 p2mpTlDataEntry 1.3.6.1.4.1.9.9.180.2.3.1 no-access
This represents one entry in the p2mpTlDataTable. At the head end: When viewing the data of a timeline created for a specific subscriber unit, the user must specify the subscriber unit's MAC address and the ifIndex of the MAC layer at the head end. When viewing the data of a timeline created for a specific channel, the user must set the MAC address to zero(00 00 00 00 00 00). The ifIndex is the upstream channel on which the timeline was created. At the subscriber end: The user sets the MAC address (p2mpTlSuMacAdress) to zero(00 00 00 00 00 00). The ifIndex is the channel ID of the downstream channel.
                     p2mpTlValueIndex 1.3.6.1.4.1.9.9.180.2.3.1.1 integer32 no-access
This object is the index into the timeline data.
                     p2mpTlValue 1.3.6.1.4.1.9.9.180.2.3.1.2 cwrfixedpointvalue read-only
This object represents the radio signal data sampled.
         p2mpRadioThresholdGroup 1.3.6.1.4.1.9.9.180.3
             p2mpThresholdTable 1.3.6.1.4.1.9.9.180.3.1 no-access
This table enables the user to establish thresholds for the radio signals analyzed on the radio interface.
                 p2mpThresholdEntry 1.3.6.1.4.1.9.9.180.3.1.1 no-access
This represents one entry in the p2mpThresholdTable. At the head end: Thresholds can be created on each upstream channel either on a per channel or per subscriber unit basis. When creating thresholds on a per subscriber unit basis, the user must specify the subscriber unit's MAC address and the ifIndex of the MAC layer (propDocsWirelessMaclayer) at the head end. When creating thresholds on a per channel basis, the user must set the MAC address to zero(00 00 00 00 00 00). The channel ID is specified by the ifIndex of the upstream channel. Hence, when creating thresholds on a per channel basis, the ifIndex must be set to the ifIndex of the upstream channel (propDocsWirelessUpstream) on which the threshold is created. At the subscriber end: Thresholds can only be created on the downstream channel. Since there is only one downstream channel, thresholds cannot be created per channel ID. Hence, when a thresholds is created, the users sets the MAC address (p2mpThreshSuMacAdress) to zero(00 00 00 00 00 00). The ifIndex must be set to the ifIndex of the downstream channel (propDocsWirelessDownstream).
                     p2mpThreshSuMacAddr 1.3.6.1.4.1.9.9.180.3.1.1.1 macaddress no-access
This object is used to index this table. At the head end: When a threshold is created on a per subscriber unit basis, this object should reflect the MAC address of the subscriber unit. When a threshold is created on a per channel basis, this object must be set to zero(00 00 00 00 00 00). At the subscriber end: When creating a threshold , this object must always be set to zero (00 00 00 00 00 00).
                     p2mpThreshAttribute 1.3.6.1.4.1.9.9.180.3.1.1.2 p2mpradiosignalattribute no-access
This represents the attribute of a radio link which needs to be thresholded. For each of these attributes, the p2mpThreshType identifies the type of change to monitor. When that threshold is exceeded a Trap with appropriate parameters will be generated.
                     p2mpThreshType 1.3.6.1.4.1.9.9.180.3.1.1.3 cwrthreshlimittype no-access
This object represents the kind of change that needs to be monitored for the p2mpThreshAttribute. An event is generated when the specified condition is met.
                     p2mpThreshValue 1.3.6.1.4.1.9.9.180.3.1.1.4 integer32 read-only
This object represents the value to be compared against. The p2mpThreshType determines the way in which it is used. It is used as follows: if p2mpThreshType is .. highThresh : Notify if data sample exceeds the p2mpThreshValue. lowThresh : Notify if data sample recedes below the p2mpThreshValue. upChange : Notify if data sample increases by more than p2mpThreshValue. downChange : Notify if data sample decreases by more than p2mpThreshValue. upLimit : Notify if data sample crosses p2mpThreshValue while increasing in value. lowLimit : Notify if data sample crosses p2mpThreshValue while decreasing in value.
                     p2mpThreshHysteresisTime 1.3.6.1.4.1.9.9.180.3.1.1.5 timeinterval read-only
When radio signals oscillate around threshold values, they potentially flood the system with notifications. This object specifies the amount of time to wait before sending an identical notification if the oscillations continue.
                     p2mpThreshLimitTime 1.3.6.1.4.1.9.9.180.3.1.1.6 timeinterval read-only
It is desirable to know when a radio signal has stabilized. This object specifies the amount of time that the radio signal should stay below the threshold after crossing it. If it does then a 'clear' notification is sent.
                     p2mpThreshRowStatus 1.3.6.1.4.1.9.9.180.3.1.1.7 rowstatus read-only
This object represents the status of this threshold entry. It may be used to create a new threshold specification. For every p2mpThreshAttribute one threshold of p2mpThreshType on one DSP may be created.
             p2mpRfMetricsMIBNotificationPrefix 1.3.6.1.4.1.9.9.180.3.2
                 p2mpRfMetricsMIBNotification 1.3.6.1.4.1.9.9.180.3.2.0
                     p2mpTrapThresh 1.3.6.1.4.1.9.9.180.3.2.0.1
The radio subsystem generates this trap when a threshold crosses its specified limit. The parameters identify the following: p2mpThreshValue - The value that was crossed. p2mpThreshHysteresisTime - The specified hysteresis time p2mpThreshLimitTime - The specified limit time
         p2mpRadioSnapshotGroup 1.3.6.1.4.1.9.9.180.4
             p2mpSnapshotCtrlTable 1.3.6.1.4.1.9.9.180.4.1 no-access
This table contains information about the snapshots configured in hardware. When data is collected it will be stored in p2mpSnapDataTable. Snapshots can only be captured per DSP.
                 p2mpSnapshotCtrlEntry 1.3.6.1.4.1.9.9.180.4.1.1 no-access
This represents one entry in the p2mpSnapshotCntrlTable It is indexed by the ifIndex of the MAC layer (propDocsWirelessMaclayer) and p2mpSnapshotDspNum.
                     p2mpSnapshotDspNum 1.3.6.1.4.1.9.9.180.4.1.1.1 integer32 no-access
This object represents the DSP on which the snapshot needs to be collected.
                     p2mpSnapshotType 1.3.6.1.4.1.9.9.180.4.1.1.2 p2mpsnapshotattribute read-only
This identfies the set of radio signal attributes being monitored in this snapshot.
                     p2mpSnapshotDataScale 1.3.6.1.4.1.9.9.180.4.1.1.3 cwrfixedpointscale read-only
This variable indicates the exponent to apply to the fixed-point values in the snapshot data table.
                     p2mpSnapshotDataPrecision 1.3.6.1.4.1.9.9.180.4.1.1.4 cwrfixedpointprecision read-only
This variable indicates the number of decimal places used for precision when interpreting the fixed-point values in the snapshot data table.
                     p2mpSnapshotOwner 1.3.6.1.4.1.9.9.180.4.1.1.5 ownerstring read-only
This object identifies management station that created this snapshot specification.
                     p2mpSnapshotAction 1.3.6.1.4.1.9.9.180.4.1.1.6 cwrcollectionaction read-only
This object represents the action to be carried out on this snapshot specification. If a snapshot has been successfully captured then it must be cleared before another capture may be initiated.
                     p2mpSnapshotStatus 1.3.6.1.4.1.9.9.180.4.1.1.7 cwrcollectionstatus read-only
This object represents the current status of this snapshot specification. When the status in statusInProgress none of the snapshot parameters can be configured. When the status is statusCaptured then data is available for use.
                     p2mpSnapshotRowStatus 1.3.6.1.4.1.9.9.180.4.1.1.8 rowstatus read-only
This object may be used to create or delete this snapshot specification.
             p2mpSnapSummaryTable 1.3.6.1.4.1.9.9.180.4.2 no-access
This table contains summary information for captured snapshots defined in p2mpSnapshotCtrlTable.
                 p2mpSnapSummaryEntry 1.3.6.1.4.1.9.9.180.4.2.1 no-access
This represents one entry in the p2mpSnapSummaryTable. It is indexed by the ifIndex of the MAC layer (propDocsWirelessMaclayer) and p2mpSnapshotDspNum.
                     p2mpSnapAttr1Id 1.3.6.1.4.1.9.9.180.4.2.1.2 integer32 read-only
This object represents the bit in the P2mpSnapshotAttribute bitmask that identifies the first attribute value.
                     p2mpSnapAttr1Size 1.3.6.1.4.1.9.9.180.4.2.1.3 integer32 read-only
This object represents the number of values captured for the snapshot p2mpSnapAttr1Id.
                     p2mpSnapAttr2Id 1.3.6.1.4.1.9.9.180.4.2.1.4 integer32 read-only
This object represents the bit in the P2mpSnapshotAttribute bitmask that identifies the second attribute value.
                     p2mpSnapAttr2Size 1.3.6.1.4.1.9.9.180.4.2.1.5 integer32 read-only
This object represents the number of values captured for the snapshot p2mpSnapAttr2Id.
                     p2mpSnapAttr3Id 1.3.6.1.4.1.9.9.180.4.2.1.6 integer32 read-only
This object represents the bit in the P2mpSnapshotAttribute bitmask that identifies the third attribute value.
                     p2mpSnapAttr3Size 1.3.6.1.4.1.9.9.180.4.2.1.7 integer32 read-only
This object represents the number of values captured for the snapshot p2mpSnapAttr3Id.
                     p2mpSnapAttr4Id 1.3.6.1.4.1.9.9.180.4.2.1.8 integer32 read-only
This object represents the bit in the P2mpSnapshotAttribute bitmask that identifies the fourth attribute value.
                     p2mpSnapAttr4Size 1.3.6.1.4.1.9.9.180.4.2.1.9 integer32 read-only
This object represents the number of values captured for the snapshot p2mpSnapAttr4Id.
             p2mpSnapDataTable 1.3.6.1.4.1.9.9.180.4.3 no-access
This table contains snapshot values collected based on the specifications in the p2mpSnapshotCtrlTable.
                 p2mpSnapDataEntry 1.3.6.1.4.1.9.9.180.4.3.1 no-access
This represents one entry in the P2mpSnapDataTable. It is indexed by ifIndex of the MAC layer (propDocsWirelessMaclayer), p2mpSnapshotIndex, and p2mpSnapValueIndex. The values in this table represent real and complex numbers. If they are real numbers then p2mpRealPart contains the data and p2mpImaginaryPart is undefined.
                     p2mpSnapValueIndex 1.3.6.1.4.1.9.9.180.4.3.1.1 integer32 no-access
This object represents the snapshot entry value number. The hardware provides a maximum of 1024 data points for any snapshot attribute. Since we can capture a maximum of 4 attributes in a single snapshot, this object can have a maximum value of 4096 (1024 * 4).
                     p2mpRealPart 1.3.6.1.4.1.9.9.180.4.3.1.2 cwrfixedpointvalue read-only
The data sample value. Real part.
                     p2mpImaginaryPart 1.3.6.1.4.1.9.9.180.4.3.1.3 cwrfixedpointvalue read-only
The data sample value. Imaginary part of the attribute is represented by a complex number.
         p2mpRadioRfConformance 1.3.6.1.4.1.9.9.180.5
             p2mpRadioRfCompliances 1.3.6.1.4.1.9.9.180.5.1
                 p2mpRadioRfCompliance 1.3.6.1.4.1.9.9.180.5.1.1
The compliance statement for devices that are Point to MultiPoint wireless interfaces.
             p2mpRadioRfGroups 1.3.6.1.4.1.9.9.180.5.2
                 p2mpComplianceHistogramGroup 1.3.6.1.4.1.9.9.180.5.2.1
Group of objects implemented in the point to multipoint wireless system for capturing histograms and snapshots of radio signal parameters on the radio interface.
                 p2mpComplianceThresholdGroup 1.3.6.1.4.1.9.9.180.5.2.2
Group of objects implemented in the point to multipoint wireless system to set thresholds on the radio interface.
                 p2mpComplianceTimelineGroup 1.3.6.1.4.1.9.9.180.5.2.3
Group of objects implemented in the point to point wireless system for establishing thresholds and capturing timeline data.
                 p2mpComplianceSnapshotGroup 1.3.6.1.4.1.9.9.180.5.2.4
Group of objects implemented in the point to multi point wireless system for capturing snapshots of various parameters on the radio interface.