h323AttributesCalledPartyNumberTypeOfNumber

MX-H323-ATTRIBUTES-MIB · .1.3.6.1.4.1.4935.20.30.5.1.1.15.1.15

Object

column r/w Enumeration
This variable is related to the 'called party number' information element
(Q.931 header of the SETUP message).
              
This variable indicates the 'type of number' value associated with a digit map.
              
internationalNumber : indicates that the call destination is an international
                      number. An international number consists of a Country Code
                      (CC), an optional National Destination Code (NDC) followed
                      by a Subscriber Number (SN). For this value, the
                      'type of number' field is set to 'International number' and
                      the 'numbering plan identification' field is set to
                      'ISDN/telephony numbering plan'.
              
nationalNumber      : indicates that the call destination is a national number.
                      A national number consists of a National Destination Code
                      (NDC) followed by a Subscriber Number (SN). For this value,
                      the 'type of number' field is set to 'National number' and
                      the 'numbering plan identification' field is set to
                      'ISDN/telephony numbering plan'.
              
subscriberNumber    : indicates that the call destination is a local number. A
                      subscriber number identifies a unique subscriber in a
                      network or a numbering area. For this value, the
                      'type of number' field is set to 'Subscriber number' and
                      the 'numbering plan identification' field is set to
                      'ISDN/telephony numbering plan'.
                                    
privateNumber       : indicates that the call destination is a private number. 
                      For this value, the 'type of number' field is set to 
                      'Unknown' and the 'numbering plan identification' field 
                      is set to 'Private numbering plan'.
              
unknown             : indicates that the call destination is a number specific to
                      a network. The number is part of a dialing plan specific to
                      some network. For this value, the 'type of number' and the
                      'numbering plan identification' fields are set to 'Unknown'.
              
Please refer to ITU-T Recommendation E.164 for more information on
international, national and subscriber numbers.
              
Please refer to ITU-T Recommendation Q.931 for more information on the
'called party number' information element.

Context

MIB
MX-H323-ATTRIBUTES-MIB
OID
.1.3.6.1.4.1.4935.20.30.5.1.1.15.1.15
Type
column
Access
readwrite
Status
current
Default
nationalNumber
Parent
h323AttributesQ931CalledPartyNumberEntry
Groups
1

Walk 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-H323-ATTRIBUTES-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-H323-ATTRIBUTES-MIB::h323AttributesCalledPartyNumberTypeOfNumber'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-H323-ATTRIBUTES-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-H323-ATTRIBUTES-MIB::h323AttributesCalledPartyNumberTypeOfNumber.<h323AttributesCalledPartyNumberIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-H323-ATTRIBUTES-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-H323-ATTRIBUTES-MIB::h323AttributesCalledPartyNumberTypeOfNumber'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0internationalNumber
1nationalNumber
2subscriberNumber
3privateNumber
4unknown

Conformance