dcxSMConfigFileStatus
ARRIS-C3-SM-MIB ·
.1.3.6.1.4.1.4115.1.4.3.4.1.5.1.1.6
Object
column r/w
Enumeration
Status of config file may be currrent, alt or inactive current -> alt allowed config files swapped alt -> current allowed config files swapped inactive -> current allowed config files swapped inactive -> alt allowed config files swapped current -> inactive not allowed alt -> inactive not allowed deleted -> inactive only change allowed on deleted deleted files remain available until the cmts is rebooted
Context
- MIB
- ARRIS-C3-SM-MIB
- OID
.1.3.6.1.4.1.4115.1.4.3.4.1.5.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dcxSMConfigFileEntry
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 'ARRIS-C3-SM-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-C3-SM-MIB::dcxSMConfigFileStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARRIS-C3-SM-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-C3-SM-MIB::dcxSMConfigFileStatus.<dcxSMConfigFileIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-C3-SM-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-C3-SM-MIB::dcxSMConfigFileStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | curconfig |
2 | alt |
3 | inactive |
4 | deleted |