callAgentRulesetConfigStatus
MX-SBC-MIB ·
.0.4400.1.100.200.1.600
Object
column Enumeration
Configuration Status
Configuration status of the Ruleset.
Indicates whether this Ruleset is valid and ready to be
applied.
* Valid: The current content of the row is valid.
* UnknownRuleset: The ruleset file is not found.
* InvalidConfig: The configuration is not valid.
Context
- MIB
- MX-SBC-MIB
- OID
.0.4400.1.100.200.1.600- Type
- column
- Access
- readonly
- Status
- current
- Parent
- callAgentRulesetEntry
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 'MX-SBC-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SBC-MIB::callAgentRulesetConfigStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-SBC-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SBC-MIB::callAgentRulesetConfigStatus.<callAgentRulesetId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-SBC-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-SBC-MIB::callAgentRulesetConfigStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | valid |
200 | unknownRuleset |
300 | invalidConfig |