registrationCacheSearchResultRegisteredTo
MX-SIPPROXY-MIB ·
.0.4600.1.400.400.300.1.600
Object
column Enumeration
Registered To
Registrar that handled the registration.
* Normal: The registration was forwarded to the normal
registrar.
* Local: The registration was handled by the local
registrar.
Context
- MIB
- MX-SIPPROXY-MIB
- OID
.0.4600.1.400.400.300.1.600- Type
- column
- Access
- readonly
- Status
- current
- Parent
- registrationCacheSearchResultEntry
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-SIPPROXY-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPPROXY-MIB::registrationCacheSearchResultRegisteredTo'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-SIPPROXY-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPPROXY-MIB::registrationCacheSearchResultRegisteredTo.<registrationCacheSearchResultId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-SIPPROXY-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-SIPPROXY-MIB::registrationCacheSearchResultRegisteredTo'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | normal |
200 | local |