arrisMtaDevDefaultReasonNoCIDName
ARRIS-MTA-DEVICE-MIB ·
.1.3.6.1.4.1.4115.1.3.3.1.2.3.23
Object
scalar r/w
Enumeration
This MIB object determines what reason is sent to the CPE when the Caller ID Name is not included in the signal request. The default value for this MIB object is 'O' for unavailable or outofarea(0). If the value of the MIB is set to private(1) then 'P' is sent to the CPE. The value of sendnothing(2) tells the MTA to send NULL reason for the missing name. The value of sdmf(3) sends the number only in NA SDMF format. The value of excludeName(4) tells the MTA to not include any name parameters or reason for missing name.
Context
- MIB
- ARRIS-MTA-DEVICE-MIB
- OID
.1.3.6.1.4.1.4115.1.3.3.1.2.3.23- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- arrisMtaDevOperationalSetup
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 'ARRIS-MTA-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-MTA-DEVICE-MIB::arrisMtaDevDefaultReasonNoCIDName.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-MTA-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-MTA-DEVICE-MIB::arrisMtaDevDefaultReasonNoCIDName'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unavailable |
1 | private |
2 | sendnothing |
3 | sdmf |
4 | excludeName |