mpIpsgBindingType
MPIPSG ·
.1.3.6.1.4.1.5651.6.3.23.11.1.5
Object
column Enumeration
The configuration type of binding entry. static: the binding entry is configured by management dynamic: the binding entry is acquried from DHCP database both: the binding entry is both configured by management and acquried from DHCP database
Context
- MIB
- MPIPSG
- OID
.1.3.6.1.4.1.5651.6.3.23.11.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mpIpsgBindingEntry
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 'MPIPSG' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIPSG::mpIpsgBindingType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPIPSG' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIPSG::mpIpsgBindingType.<mpIpsgBindingPortId>.<mpIpsgBindingMacAddress>.<mpIpsgBindingIpAddress>.<mpIpsgBindingVlanId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPIPSG' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPIPSG::mpIpsgBindingType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | static |
3 | dynamic |
4 | both |