MIBs Depot

ARRIS-CMTS-FFT-MIB

Registered at
1.3.6.1.4.1.4115.1.4.5.1
Last updated
2004-02-27 00:00
Organization
Arris International
Namespace
arris
Source file
ARRIS-CMTS-FFT-MIB
Digest
sha256:3bb3ec899bccad0bc4454efb79fd7f145abb92274b76b68a5a576c3e9a36d116

Description

This MIB manages the FFT software on the Arris CMTS

Contact

Network Management Postal: Arris International. 4400 Cork Airport Business Park Cork Airport, Kinsale Road Cork, Ireland. Tel: +353 21 7305 800 Fax: +353 21 4321 972

Imports

FromSymbols
ARRIS-MIBcmtsCommon
IF-MIBifIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, enterprises, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, 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.

ARRIS-CMTS-FFT-MIB
ARRIS-MIB
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
DcxFftPayloadBuffer
TEXTUAL-CONVENTION
A buffer that contains upstream FFT payload data.
current

Objects

NameOIDSyntaxAccessStatus
dcxFftObjects
OBJECT-IDENTITY
1.3.6.1.4.1.4115.1.4.5.1.1
dcxFftUpstreamChannelTable
OBJECT-TYPE
Arris CMTS FFT upstream channel configuration table. An entry in this table exists for each ifEntry with an ifType of docsCableUpstreamInterface (129) that supports FFT collection and reporting.
1.3.6.1.4.1.4115.1.4.5.1.1.1not-accessiblecurrent
dcxFftUpstreamChannelEntry
OBJECT-TYPE
Arris FFT upstream channel entry.
1.3.6.1.4.1.4115.1.4.5.1.1.1.1not-accessiblecurrent
dcxFftSize
OBJECT-TYPE
Number of samples to be collected for FFT. Valid values are 256, 512, 1024, 2048. The FFT payload size will be the number of samples multiplied by the number of bytes per sample as determined by dcxFftOutputFormat. The duration of the FFT sample will be the number of samples divided by the sample rate as determined by dcxFftSampleRate.
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.1Unsigned32read-writecurrent
dcxFftSampleRate
OBJECT-TYPE
FFT sample rate based on the input source to the FFT. The input to the FFT can be the ADC output, the ADC output followed by a down-mixer and half-band filter, the ADC output followed by a down-mixer and quarter-band filter, or the received channel's Nyquist filter output.
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.2INTEGER {adcRate(1), halfAdcRate(2), quarterAdcRate(3), quadrupleSymbolRate(4)}read-writecurrent
dcxFftCentreFrequency
OBJECT-TYPE
FFT centre frequency. This object is used only if dcxFftSampleRate is set to halfAdcRate or quarterAdcRate to set the down-mixer frequency.
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.3Integer32read-writecurrent
dcxFftWindowing
OBJECT-TYPE
Set the frequency-domain windowing filter.
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.4INTEGER {rectangular(1), hanning(2), hamming(3), blackman(4), blackmanHarris(5)}read-writecurrent
dcxFftLogAveragingTimeConstant
OBJECT-TYPE
Time averaging constant exponent, M. Constant is 2^M. Setting this object to zero disables averaging.
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.5Unsigned32 (0..7)read-writecurrent
dcxFftOutputFormat
OBJECT-TYPE
FFT processor output format. Format can be i. raw complex time-domain I/Q format ii. FFT data in I/Q format iii. FFT data in power format iv. FFT data in amplitude format. The sample sizes are 4 bytes (i. - iii.) and 2 bytes (iv.)
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.6INTEGER {raw(1), fftIQ(2), fftPower(3), fftAmplitude(4)}read-writecurrent
dcxFftOperatingMode
OBJECT-TYPE
Operating mode of FFT process. Determines whether the FFT measurement takes place while no CMs are transmitting (measuring noise floor), during a CM burst, or by periodically sampling the spectrum without regard to scheduling of the upstream.
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.7INTEGER {baseSpectrum(1), burstSpectrum(2), periodicSpectrum(3)}read-writecurrent
dcxFftIdleInterval
OBJECT-TYPE
Interval in microseconds between consecutive FFT triggers when dcxFftOperatingMode is baseSpectrum or periodicSpectrum. This object is not used if dcxFftOperatingMode is set to burstSpectrum or if dcxFftTriggerCount is 1.
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.8Unsigned32read-writecurrent
dcxFftBurstSid
OBJECT-TYPE
SID on which to trigger the FFT process. This object is used only if dcxFftOperatingMode is set to burstSpectrum.
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.9Unsigned32 (0..16383)read-writecurrent
dcxFftBurstIUC
OBJECT-TYPE
IUC type on which to trigger the FFT process. This object is used only if dcxFftOperatingMode is set to burstSpectrum or periodicSpectrum. A value of 0 means trigger on any IUC type.
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.10INTEGER (0..15)read-writecurrent
dcxFftLogicalChannel
OBJECT-TYPE
Logical channel on which to trigger the FFT process. This object is used only if dcxFftOperatingMode is set to periodicSpectrum. A value of -1 means trigger on any logical channel.
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.11INTEGER (-1..3)read-writecurrent
dcxFftTriggerCount
OBJECT-TYPE
Number of times to trigger FFT when dcxFftEnable and dcxFftApplyConfig are set to true. Set this object to zero to trigger FFT continuously.
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.12Unsigned32read-writecurrent
dcxFftEnable
OBJECT-TYPE
Set to true to enable FFT on this channel. Set to false to disable. Setting will take effect when dcxFftApplyConfig is set to true
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.13TruthValueread-writecurrent
dcxFftApplyConfig
OBJECT-TYPE
Set to true to trigger an FFT process with configuration determined by the other objects in this group. An SNMP GET of this object will always return false
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.14TruthValueread-writecurrent
dcxFftInProgress
OBJECT-TYPE
This object will return true if an FFT process is currently in progress (having been started by a SET to dcxFftApplyConfig) for this upstream channel. Returns false otherwise
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.15TruthValueread-onlycurrent
dcxFftCurrentTriggers
OBJECT-TYPE
Number of FFT triggers since the last FFT process was started.
1.3.6.1.4.1.4115.1.4.5.1.1.1.1.16Unsigned32read-onlycurrent
dcxFftPayloadTable
OBJECT-TYPE
Arris CMTS FFT upstream channel payload table.
1.3.6.1.4.1.4115.1.4.5.1.1.2not-accessiblecurrent
dcxFftPayloadEntry
OBJECT-TYPE
Arris CMTS FFT upstream channel payload entry. Multiple entries in this table exist for each ifEntry with an ifType of docsCableUpstreamInterface (129) that supports the FFT collection and currently has FFT data to report.
1.3.6.1.4.1.4115.1.4.5.1.1.2.1not-accessiblecurrent
dcxFftPayloadIndex
OBJECT-TYPE
An identifier for the 256-byte buffer available at the dcxFftPayloadData object.
1.3.6.1.4.1.4115.1.4.5.1.1.2.1.1Unsigned32not-accessiblecurrent
dcxFftPayloadData
OBJECT-TYPE
The FFT payload data in the buffer identified by dcxFftPayloadIndex.
1.3.6.1.4.1.4115.1.4.5.1.1.2.1.2DcxFftPayloadBufferread-onlycurrent