bfcSerialConsoleMode
BRCM-BFC-MGMT-MIB ·
.1.3.6.1.4.1.4413.2.2.2.1.9.1.2.1
Object
scalar r/w
Enumeration
Controls the operation of the serial console on this device. If set to disabled(0), serial console input and output will be disabled. If set to readOnly(1), serial console output will be enabled but input will be disabled. If set to readWrite(2), both serial input and output will be enabled.
Context
- MIB
- BRCM-BFC-MGMT-MIB
- OID
.1.3.6.1.4.1.4413.2.2.2.1.9.1.2.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- bfcSystem
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRCM-BFC-MGMT-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-BFC-MGMT-MIB::bfcSerialConsoleMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCM-BFC-MGMT-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCM-BFC-MGMT-MIB::bfcSerialConsoleMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disabled |
1 | readOnly |
2 | readWrite |