bcmStaticTargetsRowStatus
IBM-BCM-MIB ·
.1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1.5
Object
This object is used to create or
activate and inactivate entries in the bcmStaticTargetsTable.
Note: in order to set RowStatus active
bcmStaticTargetsProtocol and bcmStaticTargetsAtmAddress
must be set to in the same SET bindings. If
the optional object bcmStaticTargetsMacAddress is
desired it must also be SET in the same bindings.
Once the RowStatus is set to active, objects maybe individually
set.
Only values of active(1) and inActive(2) are supported for
this table.
Context
- MIB
- IBM-BCM-MIB
- OID
.1.3.6.1.4.1.2.6.118.1.2.1.3.1.3.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- bcmStaticTargetsEntry
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 'IBM-BCM-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-BCM-MIB::bcmStaticTargetsRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM-BCM-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-BCM-MIB::bcmStaticTargetsRowStatus.<bcmStaticTargetsIndex>.<busConfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-BCM-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-BCM-MIB::bcmStaticTargetsRowStatus'
Syntax
- Source
- SNMPv2-TC-v1RowStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |