CISCO-WIRELESS-P2MP-RF-METRICS-MIB
AI MIB Summary
The CISCO-WIRELESS-P2MP-RF-METRICS-MIB enables monitoring of RF performance metrics and operational status for Cisco Wireless Point-to-Multipoint (P2MP) interfaces. It provides granular visibility into link quality, signal strength, and throughput statistics essential for maintaining the stability of wireless backhaul and distribution networks.
This is the MIB Module for the Cisco Wireless Radio Point to MultiPoint interface specification.
Main OID:
ciscoWirelessRfMetricsMIB.1.3.6.1.4.1.9.9.180
95
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
95 total| Object Name |
|---|
ciscoWirelessRfMetricsMIBThis is the MIB Module for the Cisco Wireless Radio
Point to MultiPoint interface specification. MODULE-IDENTITY .1.3.6.1.4.1.9.9.180 |
p2mpRadioHistoryGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.180.1 |
p2mpHistCtrlTableThis table contains information about histograms configured in
hardware. SEQUENCE OF P2mpHistCtrlEntry .1.3.6.1.4.1.9.9.180.1.1 |
p2mpHistCtrlEntryThis 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). P2mpHistCtrlEntry .1.3.6.1.4.1.9.9.180.1.1.1 |
p2mpHistSuMacAddressThis 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). MacAddress (SNMPv2-TC) .1.3.6.1.4.1.9.9.180.1.1.1.1 |
p2mpHistClassThis objects used to index this table. It represents the
attribute that is being histogrammed. P2mpRadioSignalAttribute .1.3.6.1.4.1.9.9.180.1.1.1.2 |
p2mpHistSizeThis object lets the user select the granularity of the
histogram. The number of bins used for the capture in
each category is hardware dependent.rw Enumeration .1.3.6.1.4.1.9.9.180.1.1.1.3 |
p2mpHistSumScaleThis variable indicates the exponent to apply to the
fixed-point values in the histogram summary table.ro CwrFixedPointScale .1.3.6.1.4.1.9.9.180.1.1.1.4 |
p2mpHistSumPrecisionThis variable indicates the number of decimal places used for
precision when interpreting the fixed-point values in the
histogram summary table.ro CwrFixedPointPrecision .1.3.6.1.4.1.9.9.180.1.1.1.5 |
p2mpStartBinValueThis 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.rw Integer32 (-2147483647..2147483647) .1.3.6.1.4.1.9.9.180.1.1.1.6 |
p2mpEndBinValueThis 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.rw Integer32 (-2147483647..2147483647) .1.3.6.1.4.1.9.9.180.1.1.1.7 |
p2mpCollDurationThis 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.rw CwrUpdateTime UNITS "seconds" .1.3.6.1.4.1.9.9.180.1.1.1.8 |
p2mpUpdateRateThis object represents rate at which snapshots of the histogram
will be available.rw CwrUpdateTime UNITS "seconds" .1.3.6.1.4.1.9.9.180.1.1.1.9 |
p2mpPeriodicSumThe 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.180.1.1.1.10 |
p2mpHistOwnerThis object identifies management station that created this
histogram specification.rw OwnerString (IF-MIB) .1.3.6.1.4.1.9.9.180.1.1.1.11 |
p2mpHistActionThis 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.rw CwrCollectionAction .1.3.6.1.4.1.9.9.180.1.1.1.12 |
p2mpHistStatusThis 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.ro CwrCollectionStatus .1.3.6.1.4.1.9.9.180.1.1.1.13 |
p2mpHistRowStatusThis object may be used to create or delete a histogram control
specification.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.180.1.1.1.14 |
p2mpHistSummaryTableThis table contains histogram Summary collected based on the
specifications in the p2mpHistCtrlTable. SEQUENCE OF P2mpHistSummaryEntry .1.3.6.1.4.1.9.9.180.1.2 |
p2mpHistSummaryEntryThis 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. P2mpHistSummaryEntry .1.3.6.1.4.1.9.9.180.1.2.1 |
p2mpHistUpdateTimeThis object represents the sysUpTime when this histogram
was retrieved from hardware.ro CwrUpdateTime UNITS "seconds" .1.3.6.1.4.1.9.9.180.1.2.1.1 |
p2mpHistMinThis object represents minimum value seen in this histogram.ro CwrFixedPointValue .1.3.6.1.4.1.9.9.180.1.2.1.2 |
p2mpHistMaxThis object represents maximum value seen in this histogram.ro CwrFixedPointValue .1.3.6.1.4.1.9.9.180.1.2.1.3 |
p2mpHistMeanThis object represents mean of the values in this histogram.ro CwrFixedPointValue .1.3.6.1.4.1.9.9.180.1.2.1.4 |
p2mpHistDataTableThis table contains histogram values collected based on the
specifications in the p2mpHistCtrlTable. SEQUENCE OF P2mpHistDataEntry .1.3.6.1.4.1.9.9.180.1.3 |
p2mpHistDataEntryThis 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. P2mpHistDataEntry .1.3.6.1.4.1.9.9.180.1.3.1 |
p2mpHistBinIndexThis object represents the histogram bin number for the value
in p2mpValue. Integer32 .1.3.6.1.4.1.9.9.180.1.3.1.1 |
p2mpValueThis object represents the value in the histogram bin
p2mpHistBinIndex.ro Integer32 .1.3.6.1.4.1.9.9.180.1.3.1.2 |
p2mpRadioTimelineGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.180.2 |
p2mpTlCtrlTableThis 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. SEQUENCE OF P2mpTlCtrlEntry .1.3.6.1.4.1.9.9.180.2.1 |
p2mpTlCtrlEntryThis 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). P2mpTlCtrlEntry .1.3.6.1.4.1.9.9.180.2.1.1 |
p2mpTlSuMacAddressThis 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). MacAddress (SNMPv2-TC) .1.3.6.1.4.1.9.9.180.2.1.1.1 |
p2mpTlClassThis object represents the attribute for which a timline capture
is requested.
When a timeline is requested p2mpBufSize worth of data will be
captured. P2mpRadioSignalAttribute .1.3.6.1.4.1.9.9.180.2.1.1.2 |
p2mpTlThreshAttributeThis 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.rw P2mpRadioSignalAttribute .1.3.6.1.4.1.9.9.180.2.1.1.3 |
p2mpTlThreshTypeThis 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.rw CwrThreshLimitType .1.3.6.1.4.1.9.9.180.2.1.1.4 |
p2mpTlNumDataValuesThis object indicates the number of data values to be captured
for this timeline. The captured data can be viewed by reading
the p2mpTlDataTable.rw Integer32 .1.3.6.1.4.1.9.9.180.2.1.1.5 |
p2mpTlDataScaleThis variable indicates the exponent to apply to the
fixed-point values in the timeline data table.ro CwrFixedPointScale .1.3.6.1.4.1.9.9.180.2.1.1.6 |
p2mpTlDataPrecisionThis variable indicates the number of decimal places used for
precision when interpreting the fixed-point values in the
timeline data table.ro CwrFixedPointPrecision .1.3.6.1.4.1.9.9.180.2.1.1.7 |
p2mpTlSamplePeriodThis 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.rw Integer32 .1.3.6.1.4.1.9.9.180.2.1.1.8 |
p2mpTlActionThis 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.rw CwrCollectionAction .1.3.6.1.4.1.9.9.180.2.1.1.9 |
p2mpTlPostTrigBufMgmtOnce 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.rw Enumeration .1.3.6.1.4.1.9.9.180.2.1.1.10 |
p2mpTlOwnerThis object identifies the management station that created this
timeline specification.rw OwnerString (IF-MIB) .1.3.6.1.4.1.9.9.180.2.1.1.11 |
p2mpTlStatusThis 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.ro CwrCollectionStatus .1.3.6.1.4.1.9.9.180.2.1.1.12 |
p2mpTlRowStatusThis object may be used to create or delete a timeline control
specification. Once created data sampling starts based on the
value of p2mpTlAction.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.180.2.1.1.13 |
p2mpTlSummaryTableThis table contains Timeline Summary collected based on the
specifications in the p2mpTlCtrlTable. SEQUENCE OF P2mpTlSummaryEntry .1.3.6.1.4.1.9.9.180.2.2 |
p2mpTlSummaryEntryThis 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. P2mpTlSummaryEntry .1.3.6.1.4.1.9.9.180.2.2.1 |
p2mpTlUpdateTimeThis object represents the sysUpTime when this timeline
capture was completed.ro CwrUpdateTime UNITS "seconds" .1.3.6.1.4.1.9.9.180.2.2.1.1 |
p2mpTlNumValuesThis object represents the number of values available in the
timelinero Integer32 .1.3.6.1.4.1.9.9.180.2.2.1.2 |
p2mpTlTriggerLocThis 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.ro Integer32 .1.3.6.1.4.1.9.9.180.2.2.1.3 |
p2mpTlDataTableThis table contains timeline values collected based on the
specifications in the p2mpTlCtrlTable. SEQUENCE OF P2mpTlDataEntry .1.3.6.1.4.1.9.9.180.2.3 |
p2mpTlDataEntryThis 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. P2mpTlDataEntry .1.3.6.1.4.1.9.9.180.2.3.1 |
p2mpTlValueIndexThis object is the index into the timeline data. Integer32 .1.3.6.1.4.1.9.9.180.2.3.1.1 |
p2mpTlValueThis object represents the radio signal data sampled.ro CwrFixedPointValue .1.3.6.1.4.1.9.9.180.2.3.1.2 |
p2mpRadioThresholdGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.180.3 |
p2mpThresholdTableThis table enables the user to establish thresholds for the
radio signals analyzed on the radio interface. SEQUENCE OF P2mpThresholdEntry .1.3.6.1.4.1.9.9.180.3.1 |
p2mpThresholdEntryThis 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). P2mpThresholdEntry .1.3.6.1.4.1.9.9.180.3.1.1 |
p2mpThreshSuMacAddrThis 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). MacAddress (SNMPv2-TC) .1.3.6.1.4.1.9.9.180.3.1.1.1 |
p2mpThreshAttributeThis 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. P2mpRadioSignalAttribute .1.3.6.1.4.1.9.9.180.3.1.1.2 |
p2mpThreshTypeThis object represents the kind of change that needs to be
monitored for the p2mpThreshAttribute. An event is generated
when the specified condition is met. CwrThreshLimitType .1.3.6.1.4.1.9.9.180.3.1.1.3 |
p2mpThreshValueThis 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.rw Integer32 (-2147483647..2147483647) .1.3.6.1.4.1.9.9.180.3.1.1.4 |
p2mpThreshHysteresisTimeWhen 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.rw TimeInterval (SNMPv2-TC) .1.3.6.1.4.1.9.9.180.3.1.1.5 |
p2mpThreshLimitTimeIt 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.rw TimeInterval (SNMPv2-TC) .1.3.6.1.4.1.9.9.180.3.1.1.6 |
p2mpThreshRowStatusThis 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.180.3.1.1.7 |
p2mpRfMetricsMIBNotificationPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.180.3.2 |
p2mpRfMetricsMIBNotification OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.180.3.2.0 |
p2mpTrapThreshThe 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 NOTIFICATION-TYPE .1.3.6.1.4.1.9.9.180.3.2.0.1 |
p2mpRadioSnapshotGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.180.4 |
p2mpSnapshotCtrlTableThis 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. SEQUENCE OF P2mpSnapshotCtrlEntry .1.3.6.1.4.1.9.9.180.4.1 |
p2mpSnapshotCtrlEntryThis represents one entry in the p2mpSnapshotCntrlTable
It is indexed by the ifIndex of the MAC layer
(propDocsWirelessMaclayer) and p2mpSnapshotDspNum. P2mpSnapshotCtrlEntry .1.3.6.1.4.1.9.9.180.4.1.1 |
p2mpSnapshotDspNumThis object represents the DSP on which the snapshot needs to
be collected. Integer32 .1.3.6.1.4.1.9.9.180.4.1.1.1 |
p2mpSnapshotTypeThis identfies the set of radio signal attributes being
monitored in this snapshot.rw P2mpSnapshotAttribute .1.3.6.1.4.1.9.9.180.4.1.1.2 |
p2mpSnapshotDataScaleThis variable indicates the exponent to apply to the
fixed-point values in the snapshot data table.ro CwrFixedPointScale .1.3.6.1.4.1.9.9.180.4.1.1.3 |
p2mpSnapshotDataPrecisionThis variable indicates the number of decimal places used for
precision when interpreting the fixed-point values in the
snapshot data table.ro CwrFixedPointPrecision .1.3.6.1.4.1.9.9.180.4.1.1.4 |
p2mpSnapshotOwnerThis object identifies management station that created this
snapshot specification.rw OwnerString (IF-MIB) .1.3.6.1.4.1.9.9.180.4.1.1.5 |
p2mpSnapshotActionThis 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.rw CwrCollectionAction .1.3.6.1.4.1.9.9.180.4.1.1.6 |
p2mpSnapshotStatusThis 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.ro CwrCollectionStatus .1.3.6.1.4.1.9.9.180.4.1.1.7 |
p2mpSnapshotRowStatusThis object may be used to create or delete this snapshot
specification.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.180.4.1.1.8 |
p2mpSnapSummaryTableThis table contains summary information for captured snapshots
defined in p2mpSnapshotCtrlTable. SEQUENCE OF P2mpSnapSummaryEntry .1.3.6.1.4.1.9.9.180.4.2 |
p2mpSnapSummaryEntryThis represents one entry in the p2mpSnapSummaryTable. It is
indexed by the ifIndex of the MAC layer
(propDocsWirelessMaclayer) and p2mpSnapshotDspNum. P2mpSnapSummaryEntry .1.3.6.1.4.1.9.9.180.4.2.1 |
p2mpSnapAttr1IdThis object represents the bit in the P2mpSnapshotAttribute
bitmask that identifies the first attribute value.ro Integer32 .1.3.6.1.4.1.9.9.180.4.2.1.2 |
p2mpSnapAttr1SizeThis object represents the number of values captured for the
snapshot p2mpSnapAttr1Id.ro Integer32 .1.3.6.1.4.1.9.9.180.4.2.1.3 |
p2mpSnapAttr2IdThis object represents the bit in the P2mpSnapshotAttribute
bitmask that identifies the second attribute value.ro Integer32 .1.3.6.1.4.1.9.9.180.4.2.1.4 |
p2mpSnapAttr2SizeThis object represents the number of values captured for the
snapshot p2mpSnapAttr2Id.ro Integer32 .1.3.6.1.4.1.9.9.180.4.2.1.5 |
p2mpSnapAttr3IdThis object represents the bit in the P2mpSnapshotAttribute
bitmask that identifies the third attribute value.ro Integer32 .1.3.6.1.4.1.9.9.180.4.2.1.6 |
p2mpSnapAttr3SizeThis object represents the number of values captured for the
snapshot p2mpSnapAttr3Id.ro Integer32 .1.3.6.1.4.1.9.9.180.4.2.1.7 |
p2mpSnapAttr4IdThis object represents the bit in the P2mpSnapshotAttribute
bitmask that identifies the fourth attribute value.ro Integer32 .1.3.6.1.4.1.9.9.180.4.2.1.8 |
p2mpSnapAttr4SizeThis object represents the number of values captured for the
snapshot p2mpSnapAttr4Id.ro Integer32 .1.3.6.1.4.1.9.9.180.4.2.1.9 |
p2mpSnapDataTableThis table contains snapshot values collected based on the
specifications in the p2mpSnapshotCtrlTable. SEQUENCE OF P2mpSnapDataEntry .1.3.6.1.4.1.9.9.180.4.3 |
p2mpSnapDataEntryThis 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. P2mpSnapDataEntry .1.3.6.1.4.1.9.9.180.4.3.1 |
p2mpSnapValueIndexThis 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). Integer32 .1.3.6.1.4.1.9.9.180.4.3.1.1 |
p2mpRealPartThe data sample value. Real part.ro CwrFixedPointValue .1.3.6.1.4.1.9.9.180.4.3.1.2 |
p2mpImaginaryPartThe data sample value. Imaginary part of the attribute is
represented by a complex number.ro CwrFixedPointValue .1.3.6.1.4.1.9.9.180.4.3.1.3 |
p2mpRadioRfConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.180.5 |
p2mpRadioRfCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.180.5.1 |
p2mpRadioRfGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.180.5.2 |