XF-RADIOLINK-PTP-RADIO-MIB
AI MIB Summary
The XF-RADIOLINK-PTP-RADIO-MIB provides SNMP management objects for monitoring and configuring Point-to-Point (PTP) Radio Access Units (RAUs), specifically exposing performance metrics such as link status, signal strength, error counters, and interface statistics for Xirrus wireless infrastructure.
This MIB defines objects for point-to-point Radio Link RAUs.
Main OID:
xfRadioLinkPtpRadioMIB.1.3.6.1.4.1.193.81.3.4.3
206
Objects
Active
Status
7
Dependencies
Imported Objects
Objects
206 total| Object Name |
|---|
xfRadioLinkPtpRadioMIBThis MIB defines objects for point-to-point Radio Link RAUs. MODULE-IDENTITY .1.3.6.1.4.1.193.81.3.4.3 |
xfRadioLinkPtpRadioObjects OBJECT IDENTIFIER .1.3.6.1.4.1.193.81.3.4.3.1 |
xfRAUTableTable for Radiolink point-to-point radios managed objects. Table indexed with entPhysicalIndex. SEQUENCE OF XfRAUEntry .1.3.6.1.4.1.193.81.3.4.3.1.1 |
xfRAUEntryAn entry in xfRadioTable. XfRAUEntry .1.3.6.1.4.1.193.81.3.4.3.1.1.1 |
xfRAUAlarmStatusThis object shows the alarm status of the radio unit. atpcCability - The terminal is configured for ATPC, but the radio does not support ATPC. This alarm is activated only if ATPC is turned on (any direction). sdcHwErrorMain - Received RF input signal level for Main path (of SDC TRX) has dropped below the threshold for the receiver. sdcHwErrorDiv - Received RF input signal level for Diversity path (of SDC TRX) has dropped below the threshold for the receiver. sdcDadeCalMismatch - A TRX is connected and its Serial Number doesn't match with the serial number stored into MO xfTRXSdcSerialNumber. insufficientResourceRauXpic - Connected RAU is missing capabilities for XPIC. companionRauMismatch - Connected RAU does not match with the companion one, either in 1+1 RLP or XPIC.ro Bits .1.3.6.1.4.1.193.81.3.4.3.1.1.1.1 |
xfRAURfLoopAvailableThis object inidicates if RF loop is available in radio unit.ro RAURfLoopAvailable .1.3.6.1.4.1.193.81.3.4.3.1.1.1.2 |
xfRAUAtpcCapabilityThis object indicates if the radio unit supports ATPC or not.ro RAUAtpcCapability .1.3.6.1.4.1.193.81.3.4.3.1.1.1.3 |
xfRAULocalCtrlCapabilityThis object indicates if the radio unit supports local transmit power control or not.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.1.1.4 |
xfRAUModCapabilityThis object shows the modulation methods supported by the radio unit.ro RAUModCapability .1.3.6.1.4.1.193.81.3.4.3.1.1.1.5 |
xfRAUFrequencybandThis object shows the frequency band for the radio unit.ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.1.1.6 |
xfRAUSubBandThis object shows the sub band (Index) for the radio unit.rw Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.1.1.7 |
xfRAUTemperatureThis object shows the temperature, in degree Celsius, inside the radio unit.ro Integer32 (-127..127) .1.3.6.1.4.1.193.81.3.4.3.1.1.1.8 |
xfRAUProtectionPathThis object indicates what radio path the radio belongs to.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.1.1.9 |
xfRAURxCapabilityThis object indicates if the radio unit support RX configuration.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.1.1.10 |
xfRAUNotesYou can add information in this description field, for example polarization, antenna type or logging a site visit.rw OCTET STRING .1.3.6.1.4.1.193.81.3.4.3.1.1.1.11 |
xfRauAtpcVersionThis object represents the RAU ATPC version.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.1.1.12 |
xfRauBoosterCapabilityThis object represents the Booster capability for a link.ro BoosterCapability .1.3.6.1.4.1.193.81.3.4.3.1.1.1.13 |
xfRauBoosterSelectedIndexThis object represents the Booster selected index for a link.rw Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.1.1.14 |
xfRFIFTableTable for Radiolink point-to-point radios RF IF managed objects. Table indexed with ifIndex. SEQUENCE OF XfRFIFEntry .1.3.6.1.4.1.193.81.3.4.3.1.2 |
xfRFIFEntryAn entry in the xfRFIFTable. XfRFIFEntry .1.3.6.1.4.1.193.81.3.4.3.1.2.1 |
xfRFBaseTxFrequencyThis object shows the Tx frequency in KHz when frequency step number is 0.ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.2.1.1 |
xfRFBaseRxFrequencyThis object shows the Rx frequency in KHz when frequency. step number is 0ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.2.1.2 |
xfRFStepSizeThis object shows the frequency step size in KHz.ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.2.1.3 |
xfRFStepLimitLowThis object shows the lowest allowed frequency step number.ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.2.1.4 |
xfRFStepLimitHighThis object shows the highest allowed frequency step number.ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.2.1.5 |
xfRFCurrentStepNumberThis object sets/shows the frequency step number. 0 = frequency not yet defined. For Classic RAUs, TX and RX frequencies can not be set individually. The span between them is always fixed and depends on different frequency and sub band. - To calculate step number for TX and RX, use the following formulas: New step number = (TX frequency - XfRAUBaseTxFrequency) / XfRAUStepSize New step number = (RX frequency - xfRAUBaseRxFrequency) / XfRAUStepSize - To calculate TX and RX frequencies, use the following formulas: TX frequency = XfRAUBaseTxFrequency + XfRAUCurrentStepNumber * XfRAUStepSize RX frequency = XfRAUBaseRxFrequency + XfRAUCurrentStepNumber * XfRAUStepSize For Agile RAUs, the TX and RX frequencies can be set individually. Above formulas are only valid for TX frequency. For RX frequency, xfRFCurrentStepNumberRx must be used. Default value: 0rw Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.2.1.6 |
xfRFTxOperStatusThis object shows the operational status of the transmitter.ro RFTxOperStatus .1.3.6.1.4.1.193.81.3.4.3.1.2.1.7 |
xfRFTxAdminStatusThis object sets the desired status of the transmitter. Value other(1) not settable. Especially for far end: txOff(2), requests far end transmitter to be turned off. txOn(3), requests far end transmitter to be turned on. Default value: txOff(2) - near end. other(1) - far end.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.2.1.8 |
xfRFLoopEnableThis object manage RF loop. Default value: disable(3). Near end access: read-write. Far end access: no access.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.2.1.9 |
xfRFAlarmsThis TC enumerates the alarms for RF interface. txFrequency - Transmitter frequency synthesizer loop is unlocked. rxFrequency - Receiver frequency synthesizer loop is unlocked. rfOutputLevel - Major degradation of transmitter output power is detected. rxAfc - The frequency of the received signal is outside the range of the Automatic Frequency Control in the RAU receiver. rfInputLevel - Receiver RF input signal level has dropped below the threshold for the receiver. rfInputThreshold - The RF input level has dropped below the xfRFInputAlarmThreshold. rfOutputLevelATPC - The transmitter output power has been continuously at 'Patpc,max' for too long. This can occur due to several reasons: * The operator has set 'Patpc,max' too low. * The hop attenuation has increased (steady-state). * The transmitter PA is v. * The LNA in Rx is deteriorating.ro Bits .1.3.6.1.4.1.193.81.3.4.3.1.2.1.10 |
xfRFStatusThis object shows the RAU status. rfLoop - Warns if RF-loop is enabled on RAU txOff - Warns if TX is manually set to offro Bits .1.3.6.1.4.1.193.81.3.4.3.1.2.1.11 |
xfRFStepSizeRxThis object shows the Rx frequency step size in KHz.ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.2.1.12 |
xfRFStepLimitLowRxThis object shows the Rx lowest allowed frequency step number.ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.2.1.13 |
xfRFStepLimitHighRxThis object shows the Rx highest allowed frequency step number.ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.2.1.14 |
xfRFCurrentStepNumberRxThis object sets/shows the RX frequency step number for Agile RAUs. 0 = frequency not yet defined. - To calculate step number for RX, use the following formula: New step number Rx = (RX frequency - xfRAUBaseRxFrequency) / XfRAUStepSizeRx - To calculate RX frequency, use the following formula: RX frequency = XfRAUBaseRxFrequency + XfRAUCurrentStepNumberRx * XfRAUStepSizeRx Default value: 0rw Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.2.1.15 |
xfRFDuplexTypeThis object tells the duplex frequency mode for the RAU: - fixed: Tx frequency only can be set by operator, Rx frequency is automatically set on the basis of (fixed) RAU duplex frequency - variable: duplex frequency can be configured by operatorro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.2.1.16 |
xfRFDuplexConfigThis object enables setting of duplex frequency for the RAU. It is always disabled(3) and can not be overwritten if xfRFDuplexType = fixed(2).rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.2.1.17 |
xfRFDuplexDistanceThis object is aimed to select the duplex distance for the RAU. It can only be set if xfRFDuplexConfig = enabled(2), so that: xfRFDuplexDistance = Tx Frequency - Rx Frequency Otherwise, it is automatically filled on the basis of Tx and Rx frequency settings, and can not be overwritten.rw Integer32 (-2147483647..2147483647) .1.3.6.1.4.1.193.81.3.4.3.1.2.1.18 |
xfRFPowerTableTable for Radiolink point-to-point radios managed objects. Table indexed with ifIndex. SEQUENCE OF XfRFPowerEntry .1.3.6.1.4.1.193.81.3.4.3.1.3 |
xfRFPowerEntryAn entry in the xfRFPowerTable. XfRFPowerEntry .1.3.6.1.4.1.193.81.3.4.3.1.3.1 |
xfRFCurrentOutputPowerThis object shows the output power in dBm including attenuator.ro Integer32 (-100..45|255) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.1 |
xfRFRtpcMinOutputPowerThis object shows the minimum output power in dBm including attenuator. Value -100 indicate that RAU Tx on is not possible due to power supply limitations.ro Integer32 (-100..45|255) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.2 |
xfRFRtpcMaxOutputPowerThis object shows the maximum output power in dBm including attenuator. Value -100 indicate that RAU Tx on is not possible due to power supply limitations.ro Integer32 (-100..45|255) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.3 |
xfRFRtpcSelectedOutputPowerThis object set/shows the selected output power in dBm including attenuator. Value 254 indicates that the selected power is set to maximum. Default value: 254rw Integer32 (-100..45|254) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.4 |
xfRFAtpcMinOutputPowerThis object shows the minimum output power in dBm in ATPC. mode for radio contained in the radio terminal.ro Integer32 (-100..45|255) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.5 |
xfRFAtpcMaxOutputPowerThis object sets/shows the ATPC maximum output power in dBm for radio contained in the radio terminal. Value 254 indicates that the power is set to maximum. Default value: 254.rw Integer32 (-100..45|254) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.6 |
xfRFAtpcMinInputPowerFarThis object shows the ATPC minimum input target power level for far end radio.ro Integer32 (-99..-30|255) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.7 |
xfRFAtpcSelectedInputPowerFarThis object sets/shows the ATPC selected input target level for far end radio. Default value: -30.rw Integer32 (-99..-30) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.8 |
xfRFAttenuatorThis object sets/shows the value in dBm for fixed attenuator mounted in antenna. Default value: 0.rw Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.3.1.9 |
xfRFCurrentInputPowerThis object shows RF input level = value/10 dBm. Domain: [-20.0 .. -99.9 dBm].ro Integer32 (-999..-200) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.10 |
xfRFMaxInputPowerLast7DaysThis object shows maximum RF input level last 7 days. RF input level = value/10 dBm. Domain: [-99.9 ... -20.0 dBm]. 0 (zero) indicates invalid value.ro Integer32 (-999..-200|0) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.11 |
xfRFMinInputPowerLast7DaysThis object shows minimum RF input level last 7 days. RF input level = value/10 dBm. Domain: [-99.9 ... -20.0 dBm]. 0 (zero) indicates invalid value.ro Integer32 (-999..-200|0) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.12 |
xfRFMaxInputPowerSinceResetThis object shows maximum RF input level since reset. RF input level = value/10 dBm. Domain: [-20.0 .. -99.9 dBm].ro Integer32 (-999..-200) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.13 |
xfRFMinInputPowerSinceResetThis object shows minimum RF input level since reset. RF input level = value/10 dBm. Domain: [-20.0 .. -99.9 dBm].ro Integer32 (-999..-200) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.14 |
xfRFInputPowerResetThis object reset the registers for the RF input level and All Time High level this seven days period and counters for the next seven days period of time Note. For protected rlMLE and rlXfMLE terminals this command will reset both Ra1 and Ra2 values. Near end access: read-write Far end access: read-write (Traffic Node only)rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.3.1.15 |
xfRFInputAlarmThresholdThis object shows RF input level threshold. Default value: -93.rw Integer32 (-99..-30) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.16 |
xfRFOutputPower4QAMOutput power for 4QAM.ro Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.3.1.17 |
xfRFOutputPower8QAMOutput power for 8QAM.ro Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.3.1.18 |
xfRFOutputPower16QAMOutput power for 16QAM.ro Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.3.1.19 |
xfRFOutputPower32QAMOutput power for 32QAM.ro Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.3.1.20 |
xfRFOutputPower64QAMOutput power for 64QAM.ro Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.3.1.21 |
xfRFOutputPower128QAMOutput power for 128QAM.ro Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.3.1.22 |
xfRFOutputPower256QAMOutput power for 256QAM.ro Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.3.1.23 |
xfRFOutputPower512QAMOutput power for 512QAM.ro Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.3.1.24 |
xfRFAtpcFallbackOutputPowerThis object sets maximum output power in dBm in ATPCFallback mode for radio contained in the radio terminal. Value = 254 indicates that the power is set to maximum. Default value: 254.rw Integer32 (-100..45|254) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.25 |
xfRFAtpcFallbackEnableEnable/disable ATPCFallback.rw ATPCFallbackEnable .1.3.6.1.4.1.193.81.3.4.3.1.3.1.26 |
xfRFAtpcFallbackTimerATPC Fallback Timer specifies how long the output power can be at PATPC, MAX before ATPC fallback is triggered Default value: 15 minrw Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.3.1.27 |
xfRFOutputPower1024QAMOutput power for 1024QAM.ro Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.3.1.28 |
xfRFMaxOutputPowerNotLimitedMax output power in dBm including attenuator that the RAU can give if it is not power supply limited.ro Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.3.1.29 |
xfRFMaxOutputPowerNotPossibleunknown(0) isPossible(1) Max output power is possible due to power supply limitations isNotPossible(2) Max output power is not possible due to power supply limitationsro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.3.1.30 |
xfRFCurrentInputPowerSdcMainThis object shows RF input level for SDC Main path = value/10 dBm. Domain: [-20.0 .. -99.9 dBm]. 0 (zero) indicates invalid value (e.g. SDC not available).ro Integer32 (-999..-200|0) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.31 |
xfRFCurrentInputPowerSdcDivThis object shows RF input level for SDC Diversity path = value/10 dBm. Domain: [-20.0 .. -99.9 dBm]. 0 (zero) indicates invalid value (e.g. SDC not available).ro Integer32 (-999..-200|0) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.32 |
xfRFMeanInputPower1mThis object shows RF input mean level for last minute. RF input level = value/10 dBm. Domain: [-99.9 ... -20.0 dBm] 0 (zero) indicates invalid value.ro Integer32 (-999..-200|0) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.33 |
xfRFMaxOutputPowerLast7DaysThis object shows maximum RF output level last 7 days. RF output level = value dBm. Domain: [-100 ... 45 dBm] 255 indicates invalid value.ro Integer32 (-100..45|255) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.34 |
xfRFMinOutputPowerLast7DaysThis object shows minimum RF output level last 7 days. RF output level = value dBm. Domain: [-100 ... 45 dBm] 255 indicates invalid value.ro Integer32 (-100..45|255) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.35 |
xfRFMaxOutputPowerSinceResetThis object shows maximum RF output level since reset RF output level = value dBm. Domain: [-100 ... 45 dBm] 255 indicates invalid value.ro Integer32 (-100..45|255) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.36 |
xfRFMinOutputPowerSinceResetThis object shows minimum RF output level since reset RF output level = value dBm. Domain: [-100 ... 45 dBm] 255 indicates invalid value.ro Integer32 (-100..45|255) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.37 |
xfRFMaxMSELast7DaysIndicate Max MSE level last 7 days. Input level = value/10 dB. Domain: [-100.0 ... 100.0 dB] 2000 indicates invalid value.ro Integer32 (-1000..1000|2000) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.38 |
xfRFMinMSELast7DaysIndicate Min MSE level last 7 days. Input level = value/10 dB. Domain: [-100.0 ... 100.0 dB] 2000 indicates invalid value.ro Integer32 (-1000..1000|2000) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.39 |
xfRFMaxXPILast7DaysIndicate Max Cross-Polar Interference (XPI) level last 7 days. Input level = value/10 dB. Domain: [-100.0 ... 100.0 dB] 2000 indicates invalid value.ro Integer32 (-1000..1000|2000) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.40 |
xfRFMinXPILast7DaysIndicate Min Cross-Polar Interference (XPI) level last 7 days. Input level = value/10 dB. Domain: [-100.0 ... 100.0 dB] 2000 indicates invalid value.ro Integer32 (-1000..1000|2000) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.41 |
xfRFOutputPowerResetThis object reset the registers for the RF output level and All Time High level this seven days period and counters for the next seven days period of time.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.3.1.42 |
xfRFBoosterGainValue of the Gain of the Boosterro Integer32 ( 0..255) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.43 |
xfRFBoosterMaxInputPowerValue of the Max Input Power admitted towards the Boosterro Integer32 (-100..35|255) .1.3.6.1.4.1.193.81.3.4.3.1.3.1.44 |
xfRFBoosterCapabilityValue of Booster capability according to the systemro BoosterCapability .1.3.6.1.4.1.193.81.3.4.3.1.3.1.45 |
xfRFBoosterProductNumberProduct Number of the Booster connected to the specific RF IFrw DisplayString .1.3.6.1.4.1.193.81.3.4.3.1.3.1.46 |
xfRFBoosterHWRevisionHW Revision of the Booster connected to the specific RF IFrw DisplayString .1.3.6.1.4.1.193.81.3.4.3.1.3.1.47 |
xfRAUCapabilityTableTable for RAU capability information. Table indexed with entPhysicalIndex and xfTermRowIndex. SEQUENCE OF XfRAUCapabilityEntry .1.3.6.1.4.1.193.81.3.4.3.1.4 |
xfRAUCapabilityEntryAn entry in xfRAUCapabilityTable. XfRAUCapabilityEntry .1.3.6.1.4.1.193.81.3.4.3.1.4.1 |
xfRAUChannelSpacingChannel spacing. ETSI: 3.5, 7, 14, 28, 40, 56 MHz ANSI: 10, 20, 30, 40, 50 MHzro RAUChannelSpacingCapability .1.3.6.1.4.1.193.81.3.4.3.1.4.1.1 |
xfRAUChannelModulationThis object shows the modulation. Values: cqpsk(2) CQPSK qam16(3) 16-QAM qam128(4) 128-QAM qam32(5) 32-QAM qam64(6) 64-QAM qam4(7) 4-QAM qam8(8) 8-QAM qam256(9) 256-QAM qam512(10) 512-QAM qam1024(11) 1024-QAMro RAUModulation .1.3.6.1.4.1.193.81.3.4.3.1.4.1.2 |
xfRAUSpectrumEfficiencyClassSpectrum Efficiency Class: other(1), unknown sec2(2), Spectrum eff. Class 2 sec3(3), Spectrum eff. Class 3 sec4L(4), Spectrum eff. Class 4L sec4H(5), Specturm eff. Class 4H sec5A(6), Spectrum eff. Class 5A sec5B(7), Spectrum eff. Class 5B sec6A(8), Spectrum eff. Class 6A sec6B(9) Spectrum eff. Class 6Bro RauSec .1.3.6.1.4.1.193.81.3.4.3.1.4.1.3 |
xfRAUCarrierModeRadio carrier mode.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.4.1.4 |
xfRAUSubBandTableTable for RAU Sub-Band index capability. Table indexed with entPhysicalIndex and xfRAUSubBandIndex. SEQUENCE OF XfRAUSubBandEntry .1.3.6.1.4.1.193.81.3.4.3.1.5 |
xfRAUSubBandEntryAn entry in xfRAUSubBandTable. XfRAUSubBandEntry .1.3.6.1.4.1.193.81.3.4.3.1.5.1 |
xfRAUSubBandIndexAn index for the specific RAU Sub-Band available index range.ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.5.1.1 |
xfRAUSubBandRangeThis object shows the RAU Sub-Band available index range [0..255].ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.5.1.2 |
xfRFSpectrumDiagTableTable for RF Spectrum Diagnostics control and status SEQUENCE OF XfRFSpectrumDiagEntry .1.3.6.1.4.1.193.81.3.4.3.1.6 |
xfRFSpectrumDiagEntryAn entry in xfRFSpectrumDiagTable XfRFSpectrumDiagEntry .1.3.6.1.4.1.193.81.3.4.3.1.6.1 |
xfRFSpectrumDiagAdminStatusRF Spectrum Diagnostics Admin Statusrw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.6.1.1 |
xfRFSpectrumDiagOperStatusRF Spectrum Diagnostics Oper Statusro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.6.1.2 |
xfRFSpectrumDiagChannelScanEstTimeEstimated time in seconds for scanning one Channel Spacing at current RX frequencyro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.6.1.3 |
xfRFSpectrumDiagSubBandScanEstTimeEstimated time in seconds for scanning full Sub Band of connected RAUro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.6.1.4 |
xfRFSpectrumDiagScanDateDate and time when scan (channel or sub-band) is completed, format: [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss]ro DisplayString .1.3.6.1.4.1.193.81.3.4.3.1.6.1.5 |
xfRFSpectrumDiagChannelSpacingChannel width measured by Spectrum Diagnosticsro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.6.1.6 |
xfRFSpectrumDiagCurrRxFrequencyCurrent value of Rx frequencyro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.6.1.7 |
xfRFSpectrumDiagMinRxFrequencyMinimum sub-band Rx frequency (RAU lower edge)ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.6.1.8 |
xfRFSpectrumDiagMaxRxFrequencyMaximum sub-band Rx frequency (RAU upper edge)ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.6.1.9 |
xfRFSpectrumDiagIdxCompanion1RF IF index for 1st companion carrier (0 if no companion)ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.6.1.10 |
xfRFSpectrumDiagIdxCompanion2RF IF index for 2nd companion carrier (0 if no companion)ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.6.1.11 |
xfRFSpectrumDiagIdxCompanion3RF IF index for 3rd companion carrier (0 if no companion)ro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.6.1.12 |
xfRFSpectrumDiagProgressCompleted percentage of Spectrum Diagnostics scanro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.6.1.13 |
xfRFSpectrumDiagResultTableTable of Spectrum Diagnostics scan results SEQUENCE OF XfRFSpectrumDiagResultEntry .1.3.6.1.4.1.193.81.3.4.3.1.7 |
xfRFSpectrumDiagResultEntryAn entry in xfRFSpectrumDiagResultTable XfRFSpectrumDiagResultEntry .1.3.6.1.4.1.193.81.3.4.3.1.7.1 |
xfRFSpectrumDiagResultIndexSpectrum Diagnostics Scan Result Indexro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.7.1.1 |
xfRFSpectrumDiagResultRxFrequencySpectrum Diagnostics Scan Result Rx frequency in kHzro Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.7.1.2 |
xfRFSpectrumDiagResultRxPowerSpectrum Diagnostics Scan Result Rx Power value/10 dBm Domain: [-99.9 .. -20.0 dBm]ro Integer32 (-999..-200) .1.3.6.1.4.1.193.81.3.4.3.1.7.1.3 |
xfRfIfPowerTableTable for Radio Link RAU managed objects. Table indexed with ifIndex. SEQUENCE OF XfRfIfPowerEntry .1.3.6.1.4.1.193.81.3.4.3.1.8 |
xfRfIfPowerEntryAn entry in the xfRfIfPowerTable. XfRfIfPowerEntry .1.3.6.1.4.1.193.81.3.4.3.1.8.1 |
xfRfSelectedMinOutputPowerMinimum output power in dBm (selected by operator). Default value: 10 dBm.rw RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.1 |
xfRfSelectedMaxOutputPowerMaximum output power in dBm (selected by operator). Default value: 10 dBm.rw RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.2 |
xfRfCurrentOutputPowerCurrent output power in dBm. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.3 |
xfRfMinOutputPowerMinimum output power in dBm (provided by RAU). 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.4 |
xfRfMaxOutputPowerMaximum output power in dBm (provided by RAU). 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.5 |
xfRfAtpcTargetInputPowerFEATPC target input power on Far End side. Default value: -30.rw Integer32 (-99..-30) .1.3.6.1.4.1.193.81.3.4.3.1.8.1.6 |
xfRfCurrentInputPowerRF input level. Value is in 1/10 dBm. Domain: [-20.0 .. -99.9 dBm].ro RfInputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.7 |
xfRfMaxInputPowerLast7DaysMaximum RF input level in the last 7 days. Value is in 1/10 dBm. Domain: [-99.9 ... -20.0 dBm]. 0 (zero) indicates an invalid value.ro RfInputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.8 |
xfRfMinInputPowerLast7DaysMinimum RF input level in the last 7 days. Value is in 1/10 dBm. Domain: [-99.9 ... -20.0 dBm]. 0 (zero) indicates an invalid value.ro RfInputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.9 |
xfRfMaxInputPowerSinceResetMaximum RF input level since reset. Value is in 1/10 dBm. Domain: [-99.9 ... -20.0 dBm]. 0 (zero) indicates an invalid value.ro RfInputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.10 |
xfRfMinInputPowerSinceResetMinimum RF input level since reset. Value is in 1/10 dBm. Domain: [-99.9 ... -20.0 dBm]. 0 (zero) indicates an invalid value.ro RfInputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.11 |
xfRfInputPowerResetThis object resets the registers for: - RF input power levels - input levels (i.e. RF power, MSE and XPI) in the next 7 days period of time.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.8.1.12 |
xfRfInputAlarmThresholdRF input level threshold. Default value: -93.rw Integer32 (-99..-30) .1.3.6.1.4.1.193.81.3.4.3.1.8.1.13 |
xfRfOutputPower4QAMOutput power for 4QAM. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.14 |
xfRfOutputPower16QAMOutput power for 16QAM. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.15 |
xfRfOutputPower32QAMOutput power for 32QAM. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.16 |
xfRfOutputPower64QAMOutput power for 64QAM. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.17 |
xfRfOutputPower128QAMOutput power for 128QAM. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.18 |
xfRfOutputPower256QAMOutput power for 256QAM. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.19 |
xfRfOutputPower512QAMOutput power for 512QAM. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.20 |
xfRfOutputPower1024QAMOutput power for 1024QAM. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.21 |
xfRfOutputPower2048QAMOutput power for 2048QAM. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.22 |
xfRfOutputPower4096QAMOutput power for 4096QAM. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.23 |
xfRfMaxOutputPowerNotLimitedMax output power in dBm that the RAU can give if it is not power supply limited. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.24 |
xfRfMaxOutputPowerPossiblepossible(2): max output power is possible. notPossible(3): max output power is not possible, due to power supply limitations.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.8.1.25 |
xfRfMeanInputPower1mThis object shows RF input mean level for last minute. RF input level = value/10 dBm. Domain: [-99.9 ... -20.0 dBm] 0 (zero) indicates invalid value.ro Integer32 (-999..-200|0) .1.3.6.1.4.1.193.81.3.4.3.1.8.1.26 |
xfRfMaxOutputPowerLast7DaysThis object shows maximum RF output level last 7 days. RF output level = value dBm. Domain: [-100 ... 45 dBm] 255 indicates invalid value.ro Integer32 (-100..45|255) .1.3.6.1.4.1.193.81.3.4.3.1.8.1.27 |
xfRfMinOutputPowerLast7DaysThis object shows minimum RF output level last 7 days. RF output level = value dBm. Domain: [-100 ... 45 dBm] 255 indicates invalid value.ro Integer32 (-100..45|255) .1.3.6.1.4.1.193.81.3.4.3.1.8.1.28 |
xfRfMaxOutputPowerSinceResetThis object shows maximum RF output level since reset RF output level = value dBm. Domain: [-100 ... 45 dBm] 255 indicates invalid value.ro Integer32 (-100..45|255) .1.3.6.1.4.1.193.81.3.4.3.1.8.1.29 |
xfRfMinOutputPowerSinceResetThis object shows minimum RF output level since reset RF output level = value dBm. Domain: [-100 ... 45 dBm] 255 indicates invalid value.ro Integer32 (-100..45|255) .1.3.6.1.4.1.193.81.3.4.3.1.8.1.30 |
xfRfOutputPowerResetThis object reset the registers for the RF output level and All Time High level this seven days period and counters for the next seven days period of time.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.8.1.31 |
xfRfAvailableOutputPowerTypeThis object reports the output power capability of the RAU: - standardPower - highPowerro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.8.1.32 |
xfRfSelectedOutputPowerTypeThis object allows setting the output power type: - standardPower - highPower default: standardPower(2) When the type is set to highPower(3) a HP license key is required. If the license key is not present the capacity is limited to Basic Capacity. The output power can be configured as 'normal' without any impact from the HP license key (present or not). When the mode is standardPower(2) the availableMaxOutputPower is limited to 'max power' - 4 dB per modulation.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.8.1.33 |
xfRfTapsThis object allows setting the Traffic Aware Power Saving. Default: disabled(3)rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.8.1.34 |
xfRfCurrentInputPowerSdcMainThis object shows RF input level for SDC Main path = value/10 dBm. Domain: [-20.0 .. -99.9 dBm]. 0 (zero) indicates invalid value (e.g. SDC not available).ro RfInputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.35 |
xfRfCurrentInputPowerSdcDivThis object shows RF input level for SDC Diversity path = value/10 dBm. Domain: [-20.0 .. -99.9 dBm]. 0 (zero) indicates invalid value (e.g. SDC not available).ro RfInputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.36 |
xfRfOutputPower8192QAMOutput power for 8192QAM. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.37 |
xfRfOutputPower16384QAMOutput power for 16384QAM. 255 indicates invalid value.ro RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.38 |
xfRfAtpcFallbackOutputPowerThis object sets output power (in dBm) in ATPCFallback mode, for radio contained in the Carrier Termination. 255 indicates invalid value.rw RfOutputPower .1.3.6.1.4.1.193.81.3.4.3.1.8.1.39 |
xfRfAtpcFallbackEnableEnable/disable ATPCFallback.rw ATPCFallbackEnable .1.3.6.1.4.1.193.81.3.4.3.1.8.1.40 |
xfRfAtpcFallbackTimerThis object specifies how long the output power can be at (ATPC, MAX) before ATPC fallback is triggered. Default value: ETSI 15 min, ANSI 5 min.rw Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.8.1.41 |
xfRFIFCableMonitoringTableTable for Radiolink point-to-point radios RF IF Cable Monitoring managed objects. Table indexed with ifIndex. SEQUENCE OF XfRFIFCableMonitoringEntry .1.3.6.1.4.1.193.81.3.4.3.1.9 |
xfRFIFCableMonitoringEntryAn entry in the xfRFIFCableMonitoringTable. XfRFIFCableMonitoringEntry .1.3.6.1.4.1.193.81.3.4.3.1.9.1 |
xfRFIFCMStatusThis object manage IfCable Monitoring Status. Default value: disable(2). Near end access: read-write. Far end access: no access.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.9.1.1 |
xfRFOutlierAgcThis object manage IfCable Outlier Alarm. Default value: disable(2). Near end access: read-write. Far end access: no access.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.9.1.2 |
xfRFOutlierSetThThis object handles Set Threshold for Outlier Alarm. 3 = Default value (0.3). - To calculate threshold use the following formula: SetTh/10. Default value: 3 Near end access: read-write. Far end access: no access.rw Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.9.1.3 |
xfRFOutlierCeaseThThis object handles Cease Threshold for Outlier Alarm. 2 = Default value (0.2). - To calculate threshold use the following formula: SetTh/10. Default value: 2 Near end access: read-write. Far end access: no access.rw Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.9.1.4 |
xfRFRangeAgcThis object manage IfCable Range Alarm. Default value: disable(2). Near end access: read-write. Far end access: no access.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.9.1.5 |
xfRFRangeSetThThis object handles Set Threshold for Range Alarm. 30 = Default value (3). - To calculate threshold use the following formula: SetTh/10. Default value: 30 (dB/10) Near end access: read-write. Far end access: no access.rw Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.9.1.6 |
xfRFRangeCeaseThThis object handles Cease Threshold for Range Alarm. 20 = Default value (2). - To calculate threshold use the following formula: SetTh/10. Default value: 20 (dB/10) Near end access: read-write. Far end access: no access.rw Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.9.1.7 |
xfRFStddevAgcThis object manage IfCable Stddev Alarm. Default value: disable(2). Near end access: read-write. Far end access: no access.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.9.1.8 |
xfRFStddevSetThThis object handles Set Threshold for Stddev Alarm. 50 = Default value (5). - To calculate threshold use the following formula: SetTh/10. Default value: 50 (dB/10) Near end access: read-write. Far end access: no access.rw Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.9.1.9 |
xfRFStddevCeaseThThis object handles Cease Threshold for Stddev Alarm. 20 = Default value (2). - To calculate threshold use the following formula: SetTh/10. Default value: 20 (dB/10) Near end access: read-write. Far end access: no access.rw Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.9.1.10 |
xfRFDegradationAgcThis object manage IfCable Degradation Alarm. Default value: disable(2). Near end access: read-write. Far end access: no access.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.9.1.11 |
xfRFDegradationSetThThis object handles Set Threshold for Degradation Alarm. 2 = Default value (0.2). - To calculate threshold use the following formula: SetTh/10. Default value: 2 (dB/10) Near end access: read-write. Far end access: no access.rw Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.9.1.12 |
xfRFDegradationCeaseThThis object handles Cease Threshold for Degradation Alarm. 1 = Default value (0.1). - To calculate threshold use the following formula: SetTh/10. Default value: 1 (dB/10) Near end access: read-write. Far end access: no access.rw Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.9.1.13 |
xfRFMarginAgcThis object manage IfCable Margin Alarm. Default value: disable(2). Near end access: read-write. Far end access: no access.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.9.1.14 |
xfRFMarginSetThThis object handles Set Threshold for Margin Alarm. 30 = Default value (3). - To calculate threshold use the following formula: SetTh/10. Default value: 30 (dB/10) Near end access: read-write. Far end access: no access.rw Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.9.1.15 |
xfRFMarginCeaseThThis object handles Cease Threshold for Margin Alarm. 60 = Default value (6). - To calculate threshold use the following formula: SetTh/10. Default value: 60 (dB/10) Near end access: read-write. Far end access: no access.rw Unsigned32 .1.3.6.1.4.1.193.81.3.4.3.1.9.1.16 |
xfRFOutlierValueThis object handles the value calculated on 24h for Outlier Alarm. 0 = Default value (0). - To calculate value use the following formula: Value/100. Default value: 0 Near end access: read-write. Far end access: no access.ro Integer32 (-2147483647..2147483647) .1.3.6.1.4.1.193.81.3.4.3.1.9.1.17 |
xfRFRangeValueThis object handles the value calculated on 24h for Range Alarm. 0 = Default value (0). - To calculate value use the following formula: Value/100. Default value: 0 (dB/100) Near end access: read-write. Far end access: no access.ro Integer32 (-2147483647..2147483647) .1.3.6.1.4.1.193.81.3.4.3.1.9.1.18 |
xfRFStddevValueThis object handles the value calculated on 24h for Stddev Alarm. 0 = Default value (0). - To calculate value use the following formula: Value/100. Default value: 0 (dB/100) Near end access: read-write. Far end access: no access.ro Integer32 (-2147483647..2147483647) .1.3.6.1.4.1.193.81.3.4.3.1.9.1.19 |
xfRFDegradationValueThis object handles the value calculated on 24h for Degradation Alarm. 0 = Default value (0). - To calculate value use the following formula: Value/100. Default value: 0 (dB/100) Near end access: read-write. Far end access: no access.ro Integer32 (-2147483647..2147483647) .1.3.6.1.4.1.193.81.3.4.3.1.9.1.20 |
xfRFMarginValueThis object handles the value calculated on 24h for Margin Alarm. 0 = Default value (0). - To calculate value use the following formula: Value/100. Default value: 0 (dB/100) Near end access: read-write. Far end access: no access.ro Integer32 (-2147483647..2147483647) .1.3.6.1.4.1.193.81.3.4.3.1.9.1.21 |
xfRFOutlierTriggerThis object manage IfCable Outlier Trigger. Default value: noSetThreshold(2). Near end access: read-write. Far end access: no access.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.9.1.22 |
xfRFRangeTriggerThis object manage IfCable Range Trigger. Default value: noSetThreshold(2). Near end access: read-write. Far end access: no access.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.9.1.23 |
xfRFStddevTriggerThis object manage IfCable Stddev Trigger. Default value: noSetThreshold(2). Near end access: read-write. Far end access: no access.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.9.1.24 |
xfRFDegradationTriggerThis object manage IfCable Degradation Trigger. Default value: noSetThreshold(2). Near end access: read-write. Far end access: no access.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.9.1.25 |
xfRFMarginTriggerThis object manage IfCable Margin Trigger. Default value: noSetThreshold(2). Near end access: read-write. Far end access: no access.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.9.1.26 |
xfSdcTableTable for SDC capabilities, setting and status. SEQUENCE OF XfSdcEntry .1.3.6.1.4.1.193.81.3.4.3.1.10 |
xfSdcEntryAn entry in the xfSdcTable. XfSdcEntry .1.3.6.1.4.1.193.81.3.4.3.1.10.1 |
xfSdcCapabilitySDC capability, including both MMU and ODU.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.10.1.1 |
xfSdcAdminStatusSDC Admin Status.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.10.1.2 |
xfSdcOperStatusSDC Oper Status.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.10.1.3 |
xfSdcDadeControlSDC DADE procedure control.rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.10.1.4 |
xfSdcDadeStatusSDC DADE procedure status.ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.10.1.5 |
xfSdcPathSDC selected path (desired value).rw Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.10.1.6 |
xfSdcOduDateTimeCalibrationDate and time of the SDC DADE calibration for the ODU with serial number in xfSdcOduSerialNumber. Format: [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss] (ISO 8601).ro DisplayString .1.3.6.1.4.1.193.81.3.4.3.1.10.1.7 |
xfSdcOduSerialNumberSerial number of the ODU the current value of xfSdcOduDateTimeCalibration is referred to.ro DisplayString .1.3.6.1.4.1.193.81.3.4.3.1.10.1.8 |
xfSdcGainSDC gain in dB/10. Domain: [0.0 .. 3.0 dB].ro Integer32 .1.3.6.1.4.1.193.81.3.4.3.1.10.1.9 |
xfSdcActualPathSDC actual path (current value).ro Enumeration .1.3.6.1.4.1.193.81.3.4.3.1.10.1.10 |
xfSdcDadeDelayDADE delay in nsec.ro Integer32 (-2147483647..2147483647) .1.3.6.1.4.1.193.81.3.4.3.1.10.1.11 |
xfRadioLinkPtpRadioConformance OBJECT IDENTIFIER .1.3.6.1.4.1.193.81.3.4.3.2 |
xfRadioLinkPtpRadioCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.193.81.3.4.3.2.1 |
xfRADIOLINKPTPRADIOFullComplianceThe compliance statement for SNMP entities which implement everything. Unknown .1.3.6.1.4.1.193.81.3.4.3.2.1.1 |
xfRadioLinkPtpRadioGroups OBJECT IDENTIFIER .1.3.6.1.4.1.193.81.3.4.3.2.2 |
xfRadioLinkPtpRadioCompleteGroupA collection of all current objects in this MIB module. Unknown .1.3.6.1.4.1.193.81.3.4.3.2.2.1 |