tpIpv6BindingSource
TPLINK-IPV6MACBINDING-MIB ·
.1.3.6.1.4.1.11863.6.69.1.1.1.1.7
Object
column Enumeration
Source of the binding entry. manual: the entry comes from manual binding. dhcp-snooping: the entry comes from DHCPv6 Snooping. nd-snooping: the entry comes from ND Snooping.
Context
- MIB
- TPLINK-IPV6MACBINDING-MIB
- OID
.1.3.6.1.4.1.11863.6.69.1.1.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tpIpv6MacBindingEntry
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 'TPLINK-IPV6MACBINDING-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-IPV6MACBINDING-MIB::tpIpv6BindingSource'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPLINK-IPV6MACBINDING-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-IPV6MACBINDING-MIB::tpIpv6BindingSource.<tpIpv6BindingIp>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPLINK-IPV6MACBINDING-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPLINK-IPV6MACBINDING-MIB::tpIpv6BindingSource'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | manual |
2 | dhcp-snooping |
3 | nd-snooping |