ifAutoProfileIpAddrAllocMethod
SUPERMICRO-CFA-MIB ·
.1.3.6.1.4.1.10876.101.1.27.1.7.1.3
Object
column deprecated
r/w
Enumeration
The mechanism to be used for allocation of IP
address for this interface.
The value negotiation can be used only if PPP
or MLPPP interfaces are to run over the automatic
circuits.
The localAddressPool(3) option takes an IP
address dynamically from the IP address pool
specified by the ifAutoProfileIpAddrPoolIndex.
If the method specified is other(1) then either
the IP address is not required or is obtained
by some other method.
Context
- MIB
- SUPERMICRO-CFA-MIB
- OID
.1.3.6.1.4.1.10876.101.1.27.1.7.1.3- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- ifAutoProfileEntry
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 'SUPERMICRO-CFA-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-CFA-MIB::ifAutoProfileIpAddrAllocMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-CFA-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-CFA-MIB::ifAutoProfileIpAddrAllocMethod.<ifAutoProfileIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-CFA-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-CFA-MIB::ifAutoProfileIpAddrAllocMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | negotiation |
3 | localAddressPool |