fsMIIpv6IfNDProxyMode
ARICENT-MIIPV6-MIB ·
.1.3.6.1.4.1.29601.2.35.1.2.1.27
Object
column r/w
Enumeration
This Object is used to enable or disable Neighbor Discovery (ND) Proxy feature in local subnet. This object takes effect only when ND Proxying is enabled on the interface. When this object is set to local (2), Router acts as ND proxy for target address which is in same subnet also. When this object is set to global (1), Router does not act as ND proxy for target address which is in same subnet.
Context
- MIB
- ARICENT-MIIPV6-MIB
- OID
.1.3.6.1.4.1.29601.2.35.1.2.1.27- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsMIIpv6IfEntry
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 'ARICENT-MIIPV6-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-MIIPV6-MIB::fsMIIpv6IfNDProxyMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-MIIPV6-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-MIIPV6-MIB::fsMIIpv6IfNDProxyMode.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-MIIPV6-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-MIIPV6-MIB::fsMIIpv6IfNDProxyMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | global |
2 | local |