tpIpv6BindingProtectType
TPLINK-IPV6MACBINDING-MIB ·
.1.3.6.1.4.1.11863.6.69.1.1.1.1.6
Object
column r/w
Enumeration
Protect type of the binding entry. none: Do not apply the entry to any one of network security functions. nd-detection: Apply the entry to ND Detetion function. ipv6-source-guard: Apply the entry to IPv6 Source Guard function. both: Apply the entry to both ND Detection and IPv6 Source Guard.
Context
- MIB
- TPLINK-IPV6MACBINDING-MIB
- OID
.1.3.6.1.4.1.11863.6.69.1.1.1.1.6- Type
- column
- Access
- readwrite
- 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::tpIpv6BindingProtectType'
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::tpIpv6BindingProtectType.<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::tpIpv6BindingProtectType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | nd-detection |
2 | ipv6-source-guard |
3 | both |