All MIBs › NBS-CMMC-MIB › nbsCmmcSysLoaderAbort
nbsCmmcSysLoaderAbort
Module: NBS-CMMC-MIB
OID (symbolic): NBS-CMMC-MIB::nbsCmmcSysLoaderAbort
OID (numeric): 1.3.6.1.4.1.629.200.2.1011.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This object allows users to prematurely halt this loader session.
If this loader session can not be aborted, the agent will report notSupported(1).
If nbsCmmcSysLoaderStatus is transferring(2) and this feature is supported, the agent will report supported(2).
When a GET on this object returns supported(2), a user may set this object to abort(3). Doing so will cause the agent to stop the transfer and change nbsCmmcSysLoaderStatus to aborted(4). The agent should report the values of nbsCmmcSysLoaderFileId and nbsCmmcSysLoaderProgress as the state they were in at the time of the abort.
Please note that aborting a loader session will leave the destination memory bank with a corrupted, unusable firmware image. It is important for users to correct this promptly, by (re)transferring a good and complete firmware image.
What is nbsCmmcSysLoaderAbort?
This object allows an operator to prematurely halt an ongoing firmware or software loader session on an NBS device. It reports whether abort is supported, and the operator can set it to 'abort' to stop the current transfer. An operator would use this to cancel a failed or unwanted file transfer without waiting for timeout or reboot.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.629.200.2.1011.1.5 snmpwalk -v2c -c public <target> NBS-CMMC-MIB::nbsCmmcSysLoaderAbort
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.629.200.2.1011.1.5.1 snmpget -v2c -c public <target> NBS-CMMC-MIB::nbsCmmcSysLoaderAbort.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.629.200.2.1011.1.5.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> nbsCmmcSysLoaderAbort.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.2 | nbsCmmcSystemGrp | NBS-CMMC-MIB |
| 1.3.6.1.4.1.629.200.2.1011 | nbsCmmcSysLoaderTable | NBS-CMMC-MIB |
| 1.3.6.1.4.1.629.200.2.1011.1 | nbsCmmcSysLoaderEntry | NBS-CMMC-MIB |
| 1.3.6.1.4.1.629.200.2.1011.1.5 | nbsCmmcSysLoaderAbort | NBS-CMMC-MIB |