prefixBasedRoutingConfigStatus
MX-SBC-MIB ·
.0.4400.1.150.100.1.1000
Object
column Enumeration
Configuration Status
Configuration status of the row.
Indicates if the PrefixBasedRouting entry is valid and ready
to be applied.
* Valid: The current content of the row is valid.
* InvalidCa: The Call Agent is not defined.
* NoPrefix: The prefix is not defined.
* InvalidDestination: The destination is not valid.
* DestinationOverrideMandatory: The destination override is
missing.
* PrefixDuplicate: The prefix is already used by an other
entry.
* InvalidConfig: The configuration is not valid.
Context
- MIB
- MX-SBC-MIB
- OID
.0.4400.1.150.100.1.1000- Type
- column
- Access
- readonly
- Status
- current
- Parent
- prefixBasedRoutingEntry
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::prefixBasedRoutingConfigStatus'
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::prefixBasedRoutingConfigStatus.<prefixBasedRoutingRuleId>'
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::prefixBasedRoutingConfigStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | valid |
200 | invalidCa |
300 | noPrefix |
400 | invalidDestination |
500 | destinationOverrideMandatory |
600 | prefixDuplicate |
700 | invalidConfig |