nbsSysSerialLineMode
NBASE-G1-MIB ·
.1.3.6.1.4.1.629.1.3.15
Object
scalar mandatory
r/w
Enumeration
The mode in which the serial line is used: by the local Administrative Interface, or as a SLIP line. Note that setting this object to adminIf(1) value while in SLIP mode will abort the serial connection between the SNMP Manager and the device. Setting this object to slipIf(2) while in Administrative Interface Mode will abort the local terminal connection.
Context
- MIB
- NBASE-G1-MIB
- OID
.1.3.6.1.4.1.629.1.3.15- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- nbsSysSnmpCfg
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 'NBASE-G1-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBASE-G1-MIB::nbsSysSerialLineMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBASE-G1-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBASE-G1-MIB::nbsSysSerialLineMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | adminIf |
2 | slipIf |