nbsRoadmCommonStagingCommit
NBS-ROADM-MIB ·
.1.3.6.1.4.1.629.235.10.2.1.20
Object
Impulse object used to rewrite the entire WSS configuration.
In order to protect users against accidentally dropping traffic
streams, a two-step process is used.
In the first step, users 'stage' a WSS configuration. The
nbsRoadmStagingTable is like a scratchpad where users can
build and modify the entire WSS configuration without affecting
the live network. Here users assign channels to WSS ports, and
for flex-grids, define the channels.
The second step is to replace the existing WSS configuration
(which can be read from the nbsRoadmCommittedTable). To replace
the existing setup with the configuration specified in the
nbsRoadmStagingTable, users set this object to apply(4).
To discard all changes done to nbsRoadmStagingTable, users
set this object to revertToCommitted(3), which will synchronize
the Staging table to the Staged configuation.
When read, this object will report the action last requested
until that action is completed, after which it will report
supported(2).
Context
- MIB
- NBS-ROADM-MIB
- OID
.1.3.6.1.4.1.629.235.10.2.1.20- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- nbsRoadmCommonEntry
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 'NBS-ROADM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-ROADM-MIB::nbsRoadmCommonStagingCommit'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-ROADM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-ROADM-MIB::nbsRoadmCommonStagingCommit.<nbsRoadmCommonIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-ROADM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-ROADM-MIB::nbsRoadmCommonStagingCommit'
Syntax
- Source
- NBS-MIBNbsTcStagingCommit
- Base type
Enumeration
Values & Constraints
Type Values
1 | notSupported |
2 | supported |
3 | revertToCommitted |
4 | apply |