CISCO-WIRELESS-P2MP-RF-METRICS-MIB
- Registered at
- 1.3.6.1.4.1.9.9.180
- Last updated
- 2000-04-19 19:10
- Organization
- Cisco Systems Inc.
- Namespace
- cisco
- Source file
CISCO-WIRELESS-P2MP-RF-METRICS-MIB- Digest
sha256:29c951b34d54c455241ed52dc0616f31ece4d04a415c06fb78fb7c602054740f
Description
This is the MIB Module for the Cisco Wireless Radio Point to MultiPoint interface specification.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: wireless-nms@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| CISCO-WIRELESS-TC-MIB | CwrCollectionAction, CwrCollectionStatus, CwrFixedPointPrecision, CwrFixedPointScale, CwrFixedPointValue, CwrThreshLimitType, CwrUpdateTime, P2mpRadioSignalAttribute, P2mpSnapshotAttribute |
| IF-MIB | OwnerString, ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION, TimeInterval, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-SMI CISCO-WIRELESS-P2MP-RF-METRICS-MIB CISCO-WIRELESS-TC-MIB IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| p2mpRadioHistoryGroup OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.180.1 | |||
| p2mpHistCtrlTable OBJECT-TYPE This table contains information about histograms configured in hardware. | 1.3.6.1.4.1.9.9.180.1.1 | not-accessible | current | |
| p2mpHistCtrlEntry OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.180.1.1.1 | not-accessible | current | |
| p2mpHistSuMacAddress OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.180.1.1.1.1 | MacAddress | not-accessible | current |
| p2mpHistClass OBJECT-TYPE This objects used to index this table. It represents the attribute that is being histogrammed. | 1.3.6.1.4.1.9.9.180.1.1.1.2 | P2mpRadioSignalAttribute | not-accessible | current |
| p2mpHistSize OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.1.1.1.3 | INTEGER {fine(1), coarse(2)} | read-create | current |
| p2mpHistSumScale OBJECT-TYPE This variable indicates the exponent to apply to the fixed-point values in the histogram summary table. | 1.3.6.1.4.1.9.9.180.1.1.1.4 | CwrFixedPointScale | read-only | current |
| p2mpHistSumPrecision OBJECT-TYPE This variable indicates the number of decimal places used for precision when interpreting the fixed-point values in the histogram summary table. | 1.3.6.1.4.1.9.9.180.1.1.1.5 | CwrFixedPointPrecision | read-only | current |
| p2mpStartBinValue OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.1.1.1.6 | Integer32 (-2147483647..2147483647) | read-create | current |
| p2mpEndBinValue OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.1.1.1.7 | Integer32 (-2147483647..2147483647) | read-create | current |
| p2mpCollDuration OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.1.1.1.8 | CwrUpdateTime | read-create | current |
| p2mpUpdateRate OBJECT-TYPE This object represents rate at which snapshots of the histogram will be available. | 1.3.6.1.4.1.9.9.180.1.1.1.9 | CwrUpdateTime | read-create | current |
| p2mpPeriodicSum OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.1.1.1.10 | TruthValue | read-create | current |
| p2mpHistOwner OBJECT-TYPE This object identifies management station that created this histogram specification. | 1.3.6.1.4.1.9.9.180.1.1.1.11 | OwnerString | read-create | current |
| p2mpHistAction OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.1.1.1.12 | CwrCollectionAction | read-create | current |
| p2mpHistStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.1.1.1.13 | CwrCollectionStatus | read-only | current |
| p2mpHistRowStatus OBJECT-TYPE This object may be used to create or delete a histogram control specification. | 1.3.6.1.4.1.9.9.180.1.1.1.14 | RowStatus | read-create | current |
| p2mpHistSummaryTable OBJECT-TYPE This table contains histogram Summary collected based on the specifications in the p2mpHistCtrlTable. | 1.3.6.1.4.1.9.9.180.1.2 | not-accessible | current | |
| p2mpHistSummaryEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.1.2.1 | not-accessible | current | |
| p2mpHistUpdateTime OBJECT-TYPE This object represents the sysUpTime when this histogram was retrieved from hardware. | 1.3.6.1.4.1.9.9.180.1.2.1.1 | CwrUpdateTime | read-only | current |
| p2mpHistMin OBJECT-TYPE This object represents minimum value seen in this histogram. | 1.3.6.1.4.1.9.9.180.1.2.1.2 | CwrFixedPointValue | read-only | current |
| p2mpHistMax OBJECT-TYPE This object represents maximum value seen in this histogram. | 1.3.6.1.4.1.9.9.180.1.2.1.3 | CwrFixedPointValue | read-only | current |
| p2mpHistMean OBJECT-TYPE This object represents mean of the values in this histogram. | 1.3.6.1.4.1.9.9.180.1.2.1.4 | CwrFixedPointValue | read-only | current |
| p2mpHistDataTable OBJECT-TYPE This table contains histogram values collected based on the specifications in the p2mpHistCtrlTable. | 1.3.6.1.4.1.9.9.180.1.3 | not-accessible | current | |
| p2mpHistDataEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.1.3.1 | not-accessible | current | |
| p2mpHistBinIndex OBJECT-TYPE This object represents the histogram bin number for the value in p2mpValue. | 1.3.6.1.4.1.9.9.180.1.3.1.1 | Integer32 (1..50) | not-accessible | current |
| p2mpValue OBJECT-TYPE This object represents the value in the histogram bin p2mpHistBinIndex. | 1.3.6.1.4.1.9.9.180.1.3.1.2 | Integer32 (0..2147483647) | read-only | current |
| p2mpRadioTimelineGroup OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.180.2 | |||
| p2mpTlCtrlTable OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.2.1 | not-accessible | current | |
| p2mpTlCtrlEntry OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.180.2.1.1 | not-accessible | current | |
| p2mpTlSuMacAddress OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.180.2.1.1.1 | MacAddress | not-accessible | current |
| p2mpTlClass OBJECT-TYPE This object represents the attribute for which a timline capture is requested. When a timeline is requested p2mpBufSize worth of data will be captured. | 1.3.6.1.4.1.9.9.180.2.1.1.2 | P2mpRadioSignalAttribute | not-accessible | current |
| p2mpTlThreshAttribute OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.2.1.1.3 | P2mpRadioSignalAttribute | read-create | current |
| p2mpTlThreshType OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.2.1.1.4 | CwrThreshLimitType | read-create | current |
| p2mpTlNumDataValues OBJECT-TYPE This object indicates the number of data values to be captured for this timeline. The captured data can be viewed by reading the p2mpTlDataTable. | 1.3.6.1.4.1.9.9.180.2.1.1.5 | Integer32 (1..2147483647) | read-create | current |
| p2mpTlDataScale OBJECT-TYPE This variable indicates the exponent to apply to the fixed-point values in the timeline data table. | 1.3.6.1.4.1.9.9.180.2.1.1.6 | CwrFixedPointScale | read-only | current |
| p2mpTlDataPrecision OBJECT-TYPE This variable indicates the number of decimal places used for precision when interpreting the fixed-point values in the timeline data table. | 1.3.6.1.4.1.9.9.180.2.1.1.7 | CwrFixedPointPrecision | read-only | current |
| p2mpTlSamplePeriod OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.2.1.1.8 | Integer32 (0..2147483647) | read-create | current |
| p2mpTlAction OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.2.1.1.9 | CwrCollectionAction | read-create | current |
| p2mpTlPostTrigBufMgmt OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.2.1.1.10 | INTEGER {preTrigger(1), postTrigger(2)} | read-create | current |
| p2mpTlOwner OBJECT-TYPE This object identifies the management station that created this timeline specification. | 1.3.6.1.4.1.9.9.180.2.1.1.11 | OwnerString | read-create | current |
| p2mpTlStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.2.1.1.12 | CwrCollectionStatus | read-only | current |
| p2mpTlRowStatus OBJECT-TYPE This object may be used to create or delete a timeline control specification. Once created data sampling starts based on the value of p2mpTlAction. | 1.3.6.1.4.1.9.9.180.2.1.1.13 | RowStatus | read-create | current |
| p2mpTlSummaryTable OBJECT-TYPE This table contains Timeline Summary collected based on the specifications in the p2mpTlCtrlTable. | 1.3.6.1.4.1.9.9.180.2.2 | not-accessible | current | |
| p2mpTlSummaryEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.2.2.1 | not-accessible | current | |
| p2mpTlUpdateTime OBJECT-TYPE This object represents the sysUpTime when this timeline capture was completed. | 1.3.6.1.4.1.9.9.180.2.2.1.1 | CwrUpdateTime | read-only | current |
| p2mpTlNumValues OBJECT-TYPE This object represents the number of values available in the timeline | 1.3.6.1.4.1.9.9.180.2.2.1.2 | Integer32 (0..2147483647) | read-only | current |
| p2mpTlTriggerLoc OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.2.2.1.3 | Integer32 (0..2147483647) | read-only | current |
| p2mpTlDataTable OBJECT-TYPE This table contains timeline values collected based on the specifications in the p2mpTlCtrlTable. | 1.3.6.1.4.1.9.9.180.2.3 | not-accessible | current | |
| p2mpTlDataEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.2.3.1 | not-accessible | current | |
| p2mpTlValueIndex OBJECT-TYPE This object is the index into the timeline data. | 1.3.6.1.4.1.9.9.180.2.3.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| p2mpTlValue OBJECT-TYPE This object represents the radio signal data sampled. | 1.3.6.1.4.1.9.9.180.2.3.1.2 | CwrFixedPointValue | read-only | current |
| p2mpRadioThresholdGroup OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.180.3 | |||
| p2mpThresholdTable OBJECT-TYPE This table enables the user to establish thresholds for the radio signals analyzed on the radio interface. | 1.3.6.1.4.1.9.9.180.3.1 | not-accessible | current | |
| p2mpThresholdEntry OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.180.3.1.1 | not-accessible | current | |
| p2mpThreshSuMacAddr OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.180.3.1.1.1 | MacAddress | not-accessible | current |
| p2mpThreshAttribute OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.3.1.1.2 | P2mpRadioSignalAttribute | not-accessible | current |
| p2mpThreshType OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.3.1.1.3 | CwrThreshLimitType | not-accessible | current |
| p2mpThreshValue OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.3.1.1.4 | Integer32 (-2147483647..2147483647) | read-create | current |
| p2mpThreshHysteresisTime OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.3.1.1.5 | TimeInterval | read-create | current |
| p2mpThreshLimitTime OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.3.1.1.6 | TimeInterval | read-create | current |
| p2mpThreshRowStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.3.1.1.7 | RowStatus | read-create | current |
| p2mpRfMetricsMIBNotificationPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.180.3.2 | |||
| p2mpRfMetricsMIBNotification OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.180.3.2.0 | |||
| p2mpRadioSnapshotGroup OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.180.4 | |||
| p2mpSnapshotCtrlTable OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.4.1 | not-accessible | current | |
| p2mpSnapshotCtrlEntry OBJECT-TYPE This represents one entry in the p2mpSnapshotCntrlTable It is indexed by the ifIndex of the MAC layer (propDocsWirelessMaclayer) and p2mpSnapshotDspNum. | 1.3.6.1.4.1.9.9.180.4.1.1 | not-accessible | current | |
| p2mpSnapshotDspNum OBJECT-TYPE This object represents the DSP on which the snapshot needs to be collected. | 1.3.6.1.4.1.9.9.180.4.1.1.1 | Integer32 (1..8) | not-accessible | current |
| p2mpSnapshotType OBJECT-TYPE This identfies the set of radio signal attributes being monitored in this snapshot. | 1.3.6.1.4.1.9.9.180.4.1.1.2 | P2mpSnapshotAttribute | read-create | current |
| p2mpSnapshotDataScale OBJECT-TYPE This variable indicates the exponent to apply to the fixed-point values in the snapshot data table. | 1.3.6.1.4.1.9.9.180.4.1.1.3 | CwrFixedPointScale | read-only | current |
| p2mpSnapshotDataPrecision OBJECT-TYPE This variable indicates the number of decimal places used for precision when interpreting the fixed-point values in the snapshot data table. | 1.3.6.1.4.1.9.9.180.4.1.1.4 | CwrFixedPointPrecision | read-only | current |
| p2mpSnapshotOwner OBJECT-TYPE This object identifies management station that created this snapshot specification. | 1.3.6.1.4.1.9.9.180.4.1.1.5 | OwnerString | read-create | current |
| p2mpSnapshotAction OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.4.1.1.6 | CwrCollectionAction | read-create | current |
| p2mpSnapshotStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.4.1.1.7 | CwrCollectionStatus | read-only | current |
| p2mpSnapshotRowStatus OBJECT-TYPE This object may be used to create or delete this snapshot specification. | 1.3.6.1.4.1.9.9.180.4.1.1.8 | RowStatus | read-create | current |
| p2mpSnapSummaryTable OBJECT-TYPE This table contains summary information for captured snapshots defined in p2mpSnapshotCtrlTable. | 1.3.6.1.4.1.9.9.180.4.2 | not-accessible | current | |
| p2mpSnapSummaryEntry OBJECT-TYPE This represents one entry in the p2mpSnapSummaryTable. It is indexed by the ifIndex of the MAC layer (propDocsWirelessMaclayer) and p2mpSnapshotDspNum. | 1.3.6.1.4.1.9.9.180.4.2.1 | not-accessible | current | |
| p2mpSnapAttr1Id OBJECT-TYPE This object represents the bit in the P2mpSnapshotAttribute bitmask that identifies the first attribute value. | 1.3.6.1.4.1.9.9.180.4.2.1.2 | Integer32 (1..2147483647) | read-only | current |
| p2mpSnapAttr1Size OBJECT-TYPE This object represents the number of values captured for the snapshot p2mpSnapAttr1Id. | 1.3.6.1.4.1.9.9.180.4.2.1.3 | Integer32 (0..4096) | read-only | current |
| p2mpSnapAttr2Id OBJECT-TYPE This object represents the bit in the P2mpSnapshotAttribute bitmask that identifies the second attribute value. | 1.3.6.1.4.1.9.9.180.4.2.1.4 | Integer32 (1..2147483647) | read-only | current |
| p2mpSnapAttr2Size OBJECT-TYPE This object represents the number of values captured for the snapshot p2mpSnapAttr2Id. | 1.3.6.1.4.1.9.9.180.4.2.1.5 | Integer32 (0..4096) | read-only | current |
| p2mpSnapAttr3Id OBJECT-TYPE This object represents the bit in the P2mpSnapshotAttribute bitmask that identifies the third attribute value. | 1.3.6.1.4.1.9.9.180.4.2.1.6 | Integer32 (1..2147483647) | read-only | current |
| p2mpSnapAttr3Size OBJECT-TYPE This object represents the number of values captured for the snapshot p2mpSnapAttr3Id. | 1.3.6.1.4.1.9.9.180.4.2.1.7 | Integer32 (0..4096) | read-only | current |
| p2mpSnapAttr4Id OBJECT-TYPE This object represents the bit in the P2mpSnapshotAttribute bitmask that identifies the fourth attribute value. | 1.3.6.1.4.1.9.9.180.4.2.1.8 | Integer32 (1..2147483647) | read-only | current |
| p2mpSnapAttr4Size OBJECT-TYPE This object represents the number of values captured for the snapshot p2mpSnapAttr4Id. | 1.3.6.1.4.1.9.9.180.4.2.1.9 | Integer32 (0..4096) | read-only | current |
| p2mpSnapDataTable OBJECT-TYPE This table contains snapshot values collected based on the specifications in the p2mpSnapshotCtrlTable. | 1.3.6.1.4.1.9.9.180.4.3 | not-accessible | current | |
| p2mpSnapDataEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.180.4.3.1 | not-accessible | current | |
| p2mpSnapValueIndex OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.180.4.3.1.1 | Integer32 (1..4096) | not-accessible | current |
| p2mpRealPart OBJECT-TYPE The data sample value. Real part. | 1.3.6.1.4.1.9.9.180.4.3.1.2 | CwrFixedPointValue | read-only | current |
| p2mpImaginaryPart OBJECT-TYPE The data sample value. Imaginary part of the attribute is represented by a complex number. | 1.3.6.1.4.1.9.9.180.4.3.1.3 | CwrFixedPointValue | read-only | current |
| p2mpRadioRfConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.180.5 | |||
| p2mpRadioRfCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.180.5.1 | |||
| p2mpRadioRfGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.180.5.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| p2mpTrapThresh NOTIFICATION-TYPE 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 | 1.3.6.1.4.1.9.9.180.3.2.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| p2mpRadioRfCompliance MODULE-COMPLIANCE The compliance statement for devices that are Point to MultiPoint wireless interfaces. | 1.3.6.1.4.1.9.9.180.5.1.1 | current |
| p2mpComplianceHistogramGroup OBJECT-GROUP Group of objects implemented in the point to multipoint wireless system for capturing histograms and snapshots of radio signal parameters on the radio interface. | 1.3.6.1.4.1.9.9.180.5.2.1 | current |
| p2mpComplianceThresholdGroup OBJECT-GROUP Group of objects implemented in the point to multipoint wireless system to set thresholds on the radio interface. | 1.3.6.1.4.1.9.9.180.5.2.2 | current |
| p2mpComplianceTimelineGroup OBJECT-GROUP Group of objects implemented in the point to point wireless system for establishing thresholds and capturing timeline data. | 1.3.6.1.4.1.9.9.180.5.2.3 | current |
| p2mpComplianceSnapshotGroup OBJECT-GROUP Group of objects implemented in the point to multi point wireless system for capturing snapshots of various parameters on the radio interface. | 1.3.6.1.4.1.9.9.180.5.2.4 | current |