All MIBs › NBS-CMMC-MIB › nbsCmmcSysSerialLineMode
nbsCmmcSysSerialLineMode
Module: NBS-CMMC-MIB
OID (symbolic): NBS-CMMC-MIB::nbsCmmcSysSerialLineMode
OID (numeric): 1.3.6.1.4.1.629.200.3.1.13
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
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.
What is nbsCmmcSysSerialLineMode?
This object specifies how the device's serial port is currently configured: either for local administrator terminal access or as a SLIP (Serial Line Internet Protocol) connection for remote management. Changing this value switches the serial port between these two modes, disrupting whichever connection is currently active. Network administrators configure this when setting up initial device access and remote management connections.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.629.200.3.1.13 snmpwalk -v2c -c public <target> NBS-CMMC-MIB::nbsCmmcSysSerialLineMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.629.200.3.1.13.1 snmpget -v2c -c public <target> NBS-CMMC-MIB::nbsCmmcSysSerialLineMode.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.629.200.3.1.13.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> nbsCmmcSysSerialLineMode.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.629 | nbs | NBS-CMMC-MIB |
| 1.3.6.1.4.1.629.200 | nbsCmmcMib | NBS-CMMC-MIB |
| 1.3.6.1.4.1.629.200.3 | nbsCmmcIpSnmpGrp | NBS-CMMC-MIB |
| 1.3.6.1.4.1.629.200.3.1 | nbsCmmcIpCfg | NBS-CMMC-MIB |
| 1.3.6.1.4.1.629.200.3.1.13 | nbsCmmcSysSerialLineMode | NBS-CMMC-MIB |