adGenVoipSPREPatternEntryIndex
ADTRAN-GENVOIP-MIB ·
.1.3.6.1.4.1.664.5.70.20.1.3.3.1.1
Object
column OctetString
The SPRE Pattern table index. This must be in the form of a SPRE code or
dialing pattern containing wildcards. Available wildcards for this index
are: N=2-9, M=1-8, X=0-9, [abc]=Any digit contained in the bracketed list.
Ending the pattern with '&' will cause the unit to also look for a valid
dial-plan pattern following the SPRE code, however ending it with '$' will
cause the unit to stop attempting to match further input.
The following rules must be observed:
1. Template must begin with a * or #. * and # are not allowed
elsewhere in the template.
2. Templates MUST have at least one NUMBER.
3. ( ) and - are allowed, but not inside braces []
4. Wildcards (MNX) are not allowed inside braces [], only numbers - order
of numbers is not enforced, but ranges are not allowed.
5. & or $ is allowed but MUST be the last character. Cannot be standalone.
Context
- MIB
- ADTRAN-GENVOIP-MIB
- OID
.1.3.6.1.4.1.664.5.70.20.1.3.3.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- adGenVoipSPREPatternProvEntry
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 'ADTRAN-GENVOIP-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENVOIP-MIB::adGenVoipSPREPatternEntryIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GENVOIP-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENVOIP-MIB::adGenVoipSPREPatternEntryIndex.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GENVOIP-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GENVOIP-MIB::adGenVoipSPREPatternEntryIndex'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.