cadCmtsExportImportWithLineNums
CADANT-CMTS-EXPORTIMPORT-MIB ·
.1.3.6.1.4.1.4998.1.1.100.1.1.5
Object
If set to true(1) at the time when CadCmtsExportImportAction causes output to be generated, then each line of the output will be prepended with its line number. Note that this output cannot then be put back into the CLI and processed. The line numbers are not valid CLI syntax. Otherwise, if false(2), then output is normal without numbers.
Context
- MIB
- CADANT-CMTS-EXPORTIMPORT-MIB
- OID
.1.3.6.1.4.1.4998.1.1.100.1.1.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- cadCmtsExportImportGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CADANT-CMTS-EXPORTIMPORT-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CADANT-CMTS-EXPORTIMPORT-MIB::cadCmtsExportImportWithLineNums.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CADANT-CMTS-EXPORTIMPORT-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CADANT-CMTS-EXPORTIMPORT-MIB::cadCmtsExportImportWithLineNums'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |