routingRulesetCatalogOrigin
MX-SBC-MIB ·
.0.4400.1.100.350.1.400
Object
column Enumeration
Origin
Origin of the Ruleset.
* Factory: Read only Ruleset delivered with the
application.
* Custom: User defined Ruleset.
A custom Ruleset has priority over a factory Ruleset. If a
custom Ruleset is created with the same name as a factory
Ruleset, it is the custom Ruleset that will be shown and
used. Once the custom Ruleset is deleted, the factory Ruleset
will be reactivated.
Cloning, editing and saving a factory Ruleset will create a
custom Ruleset without modifying the factory Ruleset.
Context
- MIB
- MX-SBC-MIB
- OID
.0.4400.1.100.350.1.400- Type
- column
- Access
- readonly
- Status
- current
- Parent
- routingRulesetCatalogEntry
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::routingRulesetCatalogOrigin'
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::routingRulesetCatalogOrigin.<routingRulesetCatalogId>'
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::routingRulesetCatalogOrigin'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | factory |
200 | custom |