pdnMgmtIpConfigMode

PDN-MGMT-IP-MIB · .1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.6

Object

column r/w Enumeration
The IP configuration mode for the port.
              
In 'manual' mode, it is upto the user to provide
the IP address & IP subnet mask of the port.
              
In 'dhcp' or 'bootp' modes, the respective
protocols are resposible to obtain and populate
the IP address & IP subnet mask for the port.
              
Whenever the config mode is changed from 'manual'
mode, the IP address and the IP subnet mask for
the port would automatically be reset to 0.0.0.0.
              
The external agent (SNMP or others) SHOULD NOT
attempt to write the IP address or the IP subnet
mask of the port when this object is not in
'manual' mode.

Context

MIB
PDN-MGMT-IP-MIB
OID
.1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.6
Type
column
Access
readwrite
Status
current
Parent
pdnMgmtIpPortEntry
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 'PDN-MGMT-IP-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-MGMT-IP-MIB::pdnMgmtIpConfigMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-MGMT-IP-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-MGMT-IP-MIB::pdnMgmtIpConfigMode.<pdnMgmtIpPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-MGMT-IP-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-MGMT-IP-MIB::pdnMgmtIpConfigMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1manual
2dhcp
3bootp

Conformance

Member of
Compliance refinements
Write access is not required.