rlIpAddressType
RADLAN-IPv6 ·
.1.3.6.1.4.1.89.26.19.1.2
Object
column Enumeration
Extend standard field ipAddressType to multicast
Context
- MIB
- RADLAN-IPv6
- OID
.1.3.6.1.4.1.89.26.19.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlIpAddressEntry
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-IPv6' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-IPv6::rlIpAddressType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADLAN-IPv6' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-IPv6::rlIpAddressType.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-IPv6' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-IPv6::rlIpAddressType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unicast |
2 | anycast |
3 | broadcast |
4 | multicast |