ipInterfaceNetbiosRebroadcast
CROUTE-MIB ·
.1.3.6.1.4.1.81.31.1.2.1.12
Object
column r/w
Enumeration
inbound - netbios received from the
interface are rebarodcasted,
outbound - netbios are rebraodcasted
to this interface,
both - netbios are rebroadacsted both
from and to this interface,
disable - netbios is not rebraodcasted
neither from nor to this interface.
mandatoryly only both and disable are
supported
Context
- MIB
- CROUTE-MIB
- OID
.1.3.6.1.4.1.81.31.1.2.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipInterfaceEntry
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 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CROUTE-MIB::ipInterfaceNetbiosRebroadcast'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CROUTE-MIB::ipInterfaceNetbiosRebroadcast.<ipInterfaceAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CROUTE-MIB::ipInterfaceNetbiosRebroadcast'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inbound |
2 | outbound |
3 | both |
4 | disable |