The following Upstream Triggered Spectrum Capture configuration MIB objects are supported for PNM:
The following Upstream Triggered Spectrum Capture configuration MIBs are supported. SNMP walk is supported for all the MIB
objects.
-
docsPnmCmtsUtscCfgTriggerMode
- This attribute indicates which of the upstream triggered spectrum capture function trigger modes is supported. Only FreeRun
is supported. The following are the enumerated values for trigger mode for PNM.
-
D_docsPnmCmtsUsSpecAnTrigMode_other 1
-
D_docsPnmCmtsUsSpecAnTrigMode_freeRunning 2
-
D_docsPnmCmtsUsSpecAnTrigMode_miniSlotCount 3
-
D_docsPnmCmtsUsSpecAnTrigMode_sid 4
-
D_docsPnmCmtsUsSpecAnTrigMode_idleSid 5
-
D_docsPnmCmtsUsSpecAnTrigMode_minislotNumber 6
-
D_docsPnmCmtsUsSpecAnTrigMode_cmMac 7
-
D_docsPnmCmtsUsSpecAnTrigMode_quietProbeSymbol 8
-
For FreeRun mode, the CCAP initiates sampling and continues sampling until the time duration configured in the attribute FreeRunDuration
has transpired. Sampling terminates when the time duration configured in FreeRunDuration has elapsed or when FFT is disabled.
The interval between captures is RepeatPeriod, or the minimum period supported by the CCAP, whichever is greater.
-
Trigger mode set and get examples:
-
snmpr commands:
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.3.<ifIndex>.1 -i 2
clabProjDocsis.27.1.3.10.2.1.3.<ifIndex>.1 = 2
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.3.<ifIndex>.1
clabProjDocsis.<ifIndex> = 2
-
net-snmp commands:
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.3.<ifIndex>.1 i 2
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.3.<ifIndex>.1 = INTEGER: 2
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.3.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.3.<ifIndex>.1 = INTEGER: 2
-
docsPnmCmtsUtscCfgCenterFreq
- This attribute specifies the center frequency of the upstream spectrum to be sampled for analysis.
-
snmpr commands:
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.8.<ifIndex>.1 –g 102400000
clabProjDocsis.27.1.3.10.2.1.8.<ifIndex> = 102400000
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.8.<ifIndex>.1
clabProjDocsis.27.1.3.10.2.1.8.<ifIndex>.1 = 102400000
-
net-snmp commands:
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.8.<ifIndex>.1 u 102400000
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.8.<ifIndex>.1 = Gauge32: 102400000
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.8.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.8.<ifIndex>.1 = Gauge32: 102400000
-
docsPnmCmtsUtscCfgSpan
- This attribute determines the frequency span of the upstream spectrum sample capture. When this attribute is read, it
provides the actual span, which may be different from the requested (configured) span due to implementation effects.
-
snmpr commands:
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.9.<ifIndex>.1 –g 204800000
clabProjDocsis.27.1.3.10.2.1.9.<ifIndex>.1 = 204800000
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.9.<ifIndex>.1
clabProjDocsis.27.1.3.10.2.1.9.<ifIndex>.1 = 204800000
-
net-snmp commands:
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.9.<ifIndex>.1 u 204800000
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.9.<ifIndex>.1 = Gauge32: 204800000
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.9.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.9.<ifIndex>.1 = Gauge32: 204800000
 Note |
The center frequency and span captures parameters are set to zero as per OSSI specification on capture configuration entry
create. For freerun trigger mode, these values must be set in the valid range by the user in order to run capture tests on
the port.
|
-
docsPnmCmtsUtscCfgNumBins
- This attribute determines the number of frequency bins or samples per span when sampling the upstream spectrum. When this
attribute is read, it provides the actual number of bins, which may be different from the requested (configured) number of
bins due to implementation effects.
-
snmpr commands
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.10.<ifIndex>.1 –g 4096
clabProjDocsis.27.1.3.10.2.1.10.<ifIndex>.1 = 4096
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.10.<ifIndex>.1
clabProjDocsis.27.1.3.10.2.1.10.<ifIndex>.1 = 4096
-
net-snmp commands
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.10.<ifIndex>.1 u 4096
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.10.<ifIndex>.1 = Gauge32: 4096
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.10.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.10.<ifIndex>.1 = Gauge32: 4096
-
docsPnmCmtsUtscCfgAveraging
- This attribute specifies whether the CCAP is to average spectral frequency domain sample power to remove spurious spectral
peaks and troughs, and the number of samples to use to calculate the average power. The CCAP MUST NOT calculate the average
of the upstream spectrum samples when the value of Averaging is zero. The CCAP MUST calculate the average power of upstream
spectrum samples, over the number of samples specified, when the value of the Averaging attribute is non-zero.
-
snmpr commands
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.11.<ifIndex>.1 –g 245
clabProjDocsis.27.1.3.10.2.1.11.<ifIndex>.1 = 245
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.11.<ifIndex>.1
clabProjDocsis.27.1.3.10.2.1.11.<ifIndex>.1 = 245
-
net-snmp commands
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.11.<ifIndex>.1 u 245
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.11.<ifIndex>.1 = Gauge32: 245
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.11.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.11.<ifIndex>.1 = Gauge32: 245
-
docsPnmCmtsUtscCfgQualifyCenterFreq
- This attribute specifies the center frequency of a band that is used to qualify a spectrum for upload. The average of the
FFT linear power values in this band is computed and compared to a threshold. If the average power in the band is below the
threshold, the spectrum is discarded. If the power average is greater than or equal to the threshold, the spectrum is considered
qualified.
-
snmpr commands
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.13.<ifIndex>.1 –g 102400000
clabProjDocsis.27.1.3.10.2.1.13.<ifIndex>.1 = 102400000
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.13.<ifIndex>.1
clabProjDocsis.27.1.3.10.2.1.13.<ifIndex>.1 = 102400000
-
net-snmp commands
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.13.<ifIndex>.1 u 102400000
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.13.<ifIndex>.1 = Gauge32: 102400000
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.13.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.13.<ifIndex>.1 = Gauge32: 102400000
-
docsPnmCmtsUtscCfgQualifyBw
- This attribute specifies the bandwidth of a band that is used to qualify a spectrum for upload. The average of the FFT
linear power values in this band is computed and compared to a threshold. If the average power in the band is below the threshold,
the spectrum is discarded. If the power average is greater than or equal to the threshold, the spectrum is considered qualified.
-
snmpr commands:
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.14.<ifIndex>.1 –g 25600000
clabProjDocsis.27.1.3.10.2.1.14.<ifIndex>.1 = 25600000
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.14.<ifIndex>.1
clabProjDocsis.27.1.3.10.2.1.14.<ifIndex>.1 = 25600000
-
net-snmp commands:
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.14.<ifIndex>.1 u 25600000
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.14.<ifIndex>.1 = Gauge32: 25600000
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.14.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.14.<ifIndex>.1 = Gauge32: 25600000
-
docsPnmCmtsUtscCfgQualifyThrshld
- This attribute specifies the threshold applied to qualify a spectrum for upload. The average of the FFT linear power values
in the specified band is computed and compared to this threshold. If the average power in the band is below the threshold,
the spectrum is discarded. If the power average is greater than or equal to the threshold, the spectrum is considered qualified.
-
snmpr commands
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.15.<ifIndex>.1 –i 200
clabProjDocsis.27.1.3.10.2.1.15.<ifIndex> = -200
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.15.<ifIndex>.1
clabProjDocsis.27.1.3.10.2.1.15.<ifIndex>.1 = -200
-
net-snmp commands
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.15.<ifIndex>.1 i -200
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.15.<ifIndex>.1 = INTEGER: -200
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.15.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.15.<ifIndex>.1 = INTEGER: -200
-
docsPnmCmtsUtscCfgWindow
- This attribute indicates which of the upstream triggered spectrum capture function window formats are supported by the
CCAP. Currently cBR supports rectangular (default), blackmann harris, hann and hamming. The following are the enumerated values
for window mode for PNM.
-
D_docsPnmCmtsUtscCfgWindow_other 1
-
D_docsPnmCmtsUtscCfgWindow_rectangular 2
-
D_docsPnmCmtsUtscCfgWindow_hann 3
-
D_docsPnmCmtsUtscCfgWindow_blackmanHarris 4
-
D_docsPnmCmtsUtscCfgWindow_hamming 5
-
D_docsPnmCmtsUtscCfgWindow_flatTop 6
-
D_docsPnmCmtsUtscCfgWindow_gaussian 7
-
D_docsPnmCmtsUtscCfgWindow_chebyshev 8
-
Window mode set and get examples:
-
snmpr commands:
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.16.<ifIndex>.1 -i 3
clabProjDocsis.27.1.3.10.2.1.16.<ifIndex>.1= 3
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.16.<ifIndex>.1
clabProjDocsis.27.1.3.10.2.1.16.<ifIndex>.1 = 3
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.16.<ifIndex>.1 -i 6
Error code set in packet - COMMIT_FAILED_ERROR: 1.
-
net-snmp commands:
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.16.<ifIndex>.1 i 3
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.16.<ifIndex>.1 = INTEGER: 3
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.16.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.16.<ifIndex>.1 = INTEGER: 3
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.16.<ifIndex>.1 i 6
Error in packet.
Reason: commitFailed
Failed object: SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.16.<ifIndex>.1
 Note |
|
-
docsPnmCmtsUtscCfgOutputFormat
- This attribute indicates the upstream triggered spectrum capture function data output formats that are supported by the
CCAP. The CCAP is capable of reporting upstream spectrum sample FFT output data in power format. The enumeration value for
power format is fftPower. Currently CCAP supports only fftPower output format. The following are the enumerated values for
output format mode for PNM.
-
D_docsPnmCmtsUtscCfgOutputFormat_timeIQ 1
-
D_docsPnmCmtsUtscCfgOutputFormat_fftPower 2
-
D_docsPnmCmtsUtscCfgOutputFormat_rawAdc 3
-
D_docsPnmCmtsUtscCfgOutputFormat_fftIQ 4
-
D_docsPnmCmtsUtscCfgOutputFormat_fftAmplitude 5
-
D_docsPnmCmtsUtscCfgOutputFormat_fftDb 6
-
Output format mode set and get examples:
-
snmpr commands:
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.17.<ifIndex>.1 -i 2
clabProjDocsis.27.1.3.10.2.1.16.<ifIndex>.1 = 2
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.17.<ifIndex>.1
clabProjDocsis.27.1.3.10.2.1.17.<ifIndex>.1 = 2
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.17.<ifIndex>.1 -i 4
Error code set in packet - COMMIT_FAILED_ERROR: 1.
-
net-snmp commands:
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.17.<ifIndex>.1 i 2
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.17.<ifIndex>.1 = INTEGER: 2
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.17.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.17.<ifIndex>.1 = INTEGER: 2
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.17.<ifIndex>.1 i 4
Error in packet.
Reason: commitFailed
Failed object: SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.17.<ifIndex>.1
 Note |
Only the fft-pwr output format is currently supported.
|
-
docsPnmCmtsUtscCfgRepeatPeriod
- This attribute specifies the length of time in milliseconds for which the CCAP continues to capture and return FFT results
when in free running mode. The CCAP is permitted to trigger at larger intervals if unable to support the requested interval.
Configuring a zero value indicates that the test is to run once only.
-
The Repeat Period is configured in microseconds and default is 50000 usec. The CCAP MUST reject an attempt to set RepeatPeriod
to a value greater than the current value of FreeRunDuration.
-
Repeat Period set and get examples:
-
snmpr commands:
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.18.<ifIndex>.1 -g 25000
clabProjDocsis.27.1.3.10.2.1.18.<ifIndex>.1 = 25000
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.18.<ifIndex>.1
clabProjDocsis.27.1.3.10.2.1.18.<ifIndex>.1 = 25000
-
net-snmp commands:
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.18.<ifIndex>.1 u 25000
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.18.<ifIndex>.1 = Gauge32: 25000
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.18.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.18.<ifIndex>.1 = Gauge32: 25000
-
docsPnmCmtsUtscCfgFreeRunDuration
- This attribute specifies the length of time in milliseconds for which the CCAP continues to capture and return FFT results
when in free running mode. Sample captures are expected to take a few microseconds, so if FreeRunDuration is set for longer
than a sample capture duration, the CCAP could potentially capture more sample data than it can store.
-
The CCAP MUST reject an attempt to set FreeRunDuration to a value less than the current value of RepeatPeriod. Freerun duration
is configured in millisec and the default value is 1000ms (1 second).The CCAP CLC currently captures 10 samples per second
stacked in a single file. With default freerun duration configuration, there will be 11 samples.
-
FreeRun Duration set and get examples:
-
snmpr commands
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.19.<ifIndex>.1 -g 5000
clabProjDocsis.27.1.3.10.2.1.19.<ifIndex>.1 = 5000
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.19.<ifIndex>.1
clabProjDocsis.27.1.3.10.2.1.19.<ifIndex>.1 = 5000
-
net-snmp commands
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.19.<ifIndex>.1 u 5000
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.19.<ifIndex>.1 = Gauge32: 5000
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.19.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.19.<ifIndex>.1 = Gauge32: 5000
-
docsPnmCmtsUtscCfgTriggerCount
- This attribute determines the number of times to trigger upstream spectrum sample capture when Enable and InitiateTest
are set to true and configured trigger conditions are met. The trigger count configuration does NOT apply and is ignored by
CCAP for captures in FreeRun trigger mode.
-
Trigger count set and get examples:
-
snmpr commands
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.20.<ifIndex>.1 -g 200
clabProjDocsis.27.1.3.10.2.1.20.<ifIndex>.1 = 200
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.20.<ifIndex>.1
clabProjDocsis.27.1.3.10.2.1.20.<ifIndex>.1 = 200
-
net-snmp commands
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.20.<ifIndex>.1 u 200
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.20.<ifIndex>.1 = Gauge32: 200
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.20.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.20.<ifIndex>.1 = Gauge32: 200
-
docsPnmCmtsUtscCfgStatus
- This attribute determines the creation or deletion and change of status of an actual capture configuration entry on any
port on the CCAP CLC. All capture entries must first be created by a client on a port before attempting to initiate any tests
on the port. Thereby the client ‘owns’ that port and its configuration after creation and no other client can run any tests
on the port till the currently active ‘destroys’ the configuration entry and thereby releases ownership of that port.
-
Any tests on a given port owned by a client can be run only when the capture configuration status is ’Active’. When a configuration
is created, it is created with certain default values and marked ‘Not Ready’. All capture parameters need to be configured
in valid range for the capture entry status to become ‘Active’. If the configuration values for various capture parameters
are modified by the user/client and not according to the OSSI specification, the configuration status of the entry will be
marked ‘NotReady’.
-
A capture configuration entry cannot be modified to any state unless created first. An entry cannot be recreated without destroying
the previous version first. An entry cannot be modified when capture tests are currently running on the port.
-
The following are the enumerated values for configuration entry status for PNM:
-
D_docsPnmCmtsUtscCfgStatus_active 1
-
D_docsPnmCmtsUtscCfgStatus_notInService 2
-
D_docsPnmCmtsUtscCfgStatus_notReady 3
-
D_docsPnmCmtsUtscCfgStatus_createAndGo 4
-
D_docsPnmCmtsUtscCfgStatus_createAndWait 5
-
D_docsPnmCmtsUtscCfgStatus_destroy 6
-
Utsc Configuration Entry
set/get example:
-
snmpr commands
-
server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.21.<ifIndex>.1 -i 4
clabProjDocsis.27.1.3.10.2.1.21.<ifIndex>.1 = 4
-
server > getone -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.21.<ifIndex>.1
clabProjDocsis.27.1.3.10.2.1.21.<ifIndex>.1 = 1
-
net-snmp commands
-
server > snmpset -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.21.<ifIndex>.1 i 4
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.21.<ifIndex>.1 = INTEGER: 4
-
server > snmpget -v2c -c <community_name> <cmts_ip> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.21.<ifIndex>.1
SNMPv2-SMI::enterprises.4491.2.1.27.1.3.10.2.1.21.<ifIndex>.1 = INTEGER: 3
 Note |
A configuration can be created with certain default values and is marked 'Not Ready'. It is only changed to 'Active' when
valid capture configuration parameters are configured by the user. Capture tests can only be run on configurations that are
'Active'.
|
-
Set multiple capture config parameters at the same time.
-
Server > setany -v2c <cmts_ip> <community_name> 1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.18.<ifIndex>.1 -g 45000
1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.20.<ifIndex>.1 -g 10
1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.8.<ifIndex>.1 -g 100000000
1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.10.<ifIndex>.1 -g 8092
1.3.6.1.4.1.4491.2.1.27.1.3.10.2.1.15.<ifIndex>.1 -i -100
clabProjDocsis.27.1.3.10.2.1.18.<ifIndex>.1 = 45000
clabProjDocsis.27.1.3.10.2.1.20.<ifIndex>.1 = 10
clabProjDocsis.27.1.3.10.2.1.8.<ifIndex>.1 = 100000000
clabProjDocsis.27.1.3.10.2.1.10.<ifIndex>.1 = 8092
clabProjDocsis.27.1.3.10.2.1.15.<ifIndex>.1 = -100 10.3.1.1.<ifIndex>.1 = 0
SNMP walk is supported for all the above MIB objects.