registrationCacheSearchSort
MX-SIPPROXY-MIB ·
.0.4600.1.400.400.200
Object
scalar Enumeration
Registration Cache Search Sort
The sort order applied to RegistrationCacheSearchResult table
when using the SearchRegistration command.
* Aor: Address of record in the REGISTER.
* Contact: Contact in the REGISTER.
* ReceivedTime: Time at which the registration was received.
* EndpointExpiration: Time at which the endpoint-side
registration expires.
* RegistrarExpiration: Time at which the registrar-side
registration expires.
* Unsorted: Internal cache order.
Context
- MIB
- MX-SIPPROXY-MIB
- OID
.0.4600.1.400.400.200- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- registrationCacheGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::registrationCacheSearchSort.0'
More examples
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::registrationCacheSearchSort'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | aor |
200 | contact |
300 | receivedTime |
400 | endpointExpiration |
500 | registrarExpiration |
1000 | unsorted |