programEntryControlChCmd
CISCO-DMN-DSG-PRGMENTRY-MIB ·
.1.3.6.1.4.1.1429.2.2.5.4.2.1.1.4
Object
column r/w
Enumeration
Command used to change channel. Setting switch( 1 ) switches to the channel specified by programEntryControlChNum ( not used ). Setting up( 2 ) displays the next immediate channel available . Setting down( 3 ) displays the previous immediate channel available. Setting last( 4 ) displays the channel selected last.
Context
- MIB
- CISCO-DMN-DSG-PRGMENTRY-MIB
- OID
.1.3.6.1.4.1.1429.2.2.5.4.2.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- programEntryControlEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-DMN-DSG-PRGMENTRY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DMN-DSG-PRGMENTRY-MIB::programEntryControlChCmd'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-DMN-DSG-PRGMENTRY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DMN-DSG-PRGMENTRY-MIB::programEntryControlChCmd.<programEntryControlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DMN-DSG-PRGMENTRY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DMN-DSG-PRGMENTRY-MIB::programEntryControlChCmd'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | switch |
2 | up |
3 | down |
4 | last |
5 | writeOnly |