pdnMgmtIpNetMask
PDN-MGMT-IP-MIB ·
.1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.3
Object
The IP subnet mask assigned to this port.
If the pdnMgmtIpConfigMode is set to modes other than
'manual', then the MAX-ACCESS for this object is
read-only and the value of the object represents the
actual IP subnet mask assigned to the port by the DHCP
or BOOTP client (or 0.0.0.0, if none assigned).
A 0.0.0.0 for the this object indicates that no IP
subnet mask is assigned to the port.
Changes to this object could disrupt data flow
through the port as the IP port tears down the
IP stack first before instantiating the stack
again with the new IP subnet mask.
Context
- MIB
- PDN-MGMT-IP-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- pdnMgmtIpPortEntry
- Groups
- 1
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 '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::pdnMgmtIpNetMask'
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::pdnMgmtIpNetMask.<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::pdnMgmtIpNetMask'
Syntax
- Source
- SNMPv2-SMIIpAddress
- Base type
OctetString
Values & Constraints
Type Constraints
range: 4
Conformance
Member of
Compliance refinements
pdnMgmtIpConfigCompliance
readonly
Write access is not required.