rbForwardingUnknownAddrPolicy
RAINBOW-SERVICES-MIB ·
.1.3.6.1.4.1.12394.1.2.100.6.2.1.8
Object
column r/w
Enumeration
Applicable only to Layer II and VoIP Service Types (not applicable to PPPoE Service Type). Unknown Address Forwarding Policy: Reject: The AU/Micro Base Station will transmit packets only to those addresses that the AU knows to exist on the wireless link side. Forward: Enables the transmission of all packets, except those sent to addresses that the AU/Micro Base Station recognizes as being on its wired backbone side.
Context
- MIB
- RAINBOW-SERVICES-MIB
- OID
.1.3.6.1.4.1.12394.1.2.100.6.2.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rbForwardingRuleConfigEntry
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 'RAINBOW-SERVICES-MIB' -M '/opt/observium/mibs/alvarion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAINBOW-SERVICES-MIB::rbForwardingUnknownAddrPolicy'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAINBOW-SERVICES-MIB' -M '/opt/observium/mibs/alvarion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAINBOW-SERVICES-MIB::rbForwardingUnknownAddrPolicy.<rbForwardingRuleType>.<rbForwardingRuleIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAINBOW-SERVICES-MIB' -M '/opt/observium/mibs/alvarion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAINBOW-SERVICES-MIB::rbForwardingUnknownAddrPolicy'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | reject |
2 | forward |