signalingPropertiesPrivacy
MX-CROUT-MIB ·
.0.1750.1.1200.1.570
Object
column r/w
Enumeration
Privacy
Sets the privacy level of the call.
* Disable: No privacy is used.
* None: Use P-Asserted Identity privacy.
* Id: Use P-Preferred Identity privacy.
* Rpid: Use Remote-Party-ID privacy.
Context
- MIB
- MX-CROUT-MIB
- OID
.0.1750.1.1200.1.570- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- signalingPropertiesEntry
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-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CROUT-MIB::signalingPropertiesPrivacy'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CROUT-MIB::signalingPropertiesPrivacy.<signalingPropertiesIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-CROUT-MIB::signalingPropertiesPrivacy'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | disable |
200 | none |
300 | id |
400 | rpid |