smfStateNeighborIpAddrType
SMF-MIB ·
.1.3.6.1.3.126.1.3.3.1.1
Object
column Enumeration
The one-hop neighbor IP address type.
Only the values 'ipv4(1)' and
'ipv6(2)' are supported.
Context
- MIB
- SMF-MIB
- OID
.1.3.6.1.3.126.1.3.3.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- smfStateNeighborEntry
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 'SMF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SMF-MIB::smfStateNeighborIpAddrType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SMF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SMF-MIB::smfStateNeighborIpAddrType.<smfStateNeighborIpAddrType>.<smfStateNeighborIpAddr>.<smfStateNeighborPrefixLen>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SMF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SMF-MIB::smfStateNeighborIpAddrType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ipv4 |
2 | ipv6 |