rlNbrBindingIntegrityActivePolicyAddressConfig
RADLAN-IPV6FHS-MIB ·
.1.3.6.1.4.1.89.215.4.9.1.19
Object
column Enumeration
Specify the allowed methods for address binding in Neighbor Binding Table. autoconfig(1) refers to stateless address autoconfiguration. autoconfigAndManual(3) allows manual and stateless address autoconfiguration. dhcp(4) permits binding only from DHCP. autoconfigAndDhcp(5) binds from DHCP and stateless address autoconfiguration. autoconfigManualAndDhcp(7) binds from Manual, DHCP and stateless address autoconfiguration.
Context
- MIB
- RADLAN-IPV6FHS-MIB
- OID
.1.3.6.1.4.1.89.215.4.9.1.19- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlNbrBindingIntegrityActivePolicyEntry
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 'RADLAN-IPV6FHS-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-IPV6FHS-MIB::rlNbrBindingIntegrityActivePolicyAddressConfig'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADLAN-IPV6FHS-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-IPV6FHS-MIB::rlNbrBindingIntegrityActivePolicyAddressConfig.<rlNbrBindingIntegrityActivePolicyIfIndex>.<rlNbrBindingIntegrityActivePolicyVlanTag>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-IPV6FHS-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-IPV6FHS-MIB::rlNbrBindingIntegrityActivePolicyAddressConfig'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | autoconfig |
3 | autoconfigAndManual |
4 | dhcp |
5 | autoconfigAndDhcp |
7 | autoconfigManualAndDhcp |