rbLldpPortIpIndex
RADIO-BRIDGE-MIB ·
.1.3.6.1.4.1.31926.19.1.1.5
Object
column r/w
Enumeration
first-forth choose the configured ip to send to the other side. lowest is the lower configured ip address. highest the the highest configured ip address. In rbLldpPortAddrType we choose to use ipv4 or ipv6 addresses
Context
- MIB
- RADIO-BRIDGE-MIB
- OID
.1.3.6.1.4.1.31926.19.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rbLldpPortExtensionEntry
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 'RADIO-BRIDGE-MIB' -M '/opt/observium/mibs/siklu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADIO-BRIDGE-MIB::rbLldpPortIpIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADIO-BRIDGE-MIB' -M '/opt/observium/mibs/siklu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADIO-BRIDGE-MIB::rbLldpPortIpIndex.<rbLldpPortIfIndex>.<rbLldpPortDestAddressIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADIO-BRIDGE-MIB' -M '/opt/observium/mibs/siklu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADIO-BRIDGE-MIB::rbLldpPortIpIndex'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | lowest |
1 | first |
2 | second |
3 | third |
4 | forth |
5 | highest |