binFileEntPublic
BIANCA-BRICK-BINARY-MIB ·
.1.3.6.1.4.1.272.4.26.66.1.3
Object
column mandatory
Enumeration
This object specifies, if the contents of the file should be
included in the configuration and readable via SNMP.
Possible values:
false(1), -- entry is not public, i.e. its contents are in
-- the binTable and not accessible
true(2) -- entry is public, i.e. its contents are in the
-- binPublicTable and accessible.
Context
- MIB
- BIANCA-BRICK-BINARY-MIB
- OID
.1.3.6.1.4.1.272.4.26.66.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- binFileEntry
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 'BIANCA-BRICK-BINARY-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-BINARY-MIB::binFileEntPublic'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-BINARY-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-BINARY-MIB::binFileEntPublic.<binFileEntSetId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-BINARY-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-BINARY-MIB::binFileEntPublic'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | false |
2 | true |