ciapPoolType

CISCO-IP-ADDRESS-POOL-MIB · .1.3.6.1.4.1.9.9.748.1.2.2.1.5

Object

column r/w Enumeration
This object specifies the how the system uses this IP address
pool:
              
    'other'
        The implementation of the MIB module does not recognize
        this IP address pool's type.
              
    'shared'
        The system uses this IP address pool regardless of the
        entity (e.g., IPCP, IPsec, DHCP) allocating IP
        addresses from this IP address pool.  Sometimes we use
        the term 'untyped pool' to refer to an IP address pool
        used in this manner.
              
    'local'
        The system restricts the use this IP address pool to
        assign IP addresses to peers when establishing a
        connection (e.g., PPP and IPsec) to the system.
              
    'dhcp'
        The system restricts the use of this IP address pool
        to a DHCP server.

Context

MIB
CISCO-IP-ADDRESS-POOL-MIB
OID
.1.3.6.1.4.1.9.9.748.1.2.2.1.5
Type
column
Access
readwrite
Status
current
Parent
ciapPoolEntry
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 'CISCO-IP-ADDRESS-POOL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IP-ADDRESS-POOL-MIB::ciapPoolType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-IP-ADDRESS-POOL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IP-ADDRESS-POOL-MIB::ciapPoolType.<ciapPoolId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IP-ADDRESS-POOL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IP-ADDRESS-POOL-MIB::ciapPoolType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2shared
3local
4dhcp

Conformance

Member of
Compliance refinements
An implementation must at least provide read-only access to
this object.