rbnIcrAdminStatus
RBN-ICR-MIB ·
.1.3.6.1.4.1.2352.2.101.1.1.1.12
Object
column r/w
Enumeration
This object controls ICR node. Setting this object to 'up' will
enable the ICR node. The node will transition from 'initialize' state
to 'active' or 'standby' state depending on the value of
'rbnIcrPriority'. Setting this object to 'down' will disable the
ICR node. The node will transition from its current state to
'initialize'.
To modify other 'read-create' objects in the conceptual row, the
'rbnIcrAdminStatus' object must be set to 'down'. The value of
the 'rbnIcrRowStatus' object must be 'active' in order for this
object to be set to 'up'.
Context
- MIB
- RBN-ICR-MIB
- OID
.1.3.6.1.4.1.2352.2.101.1.1.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rbnIcrEntry
- Groups
- 1
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 'RBN-ICR-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-ICR-MIB::rbnIcrAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RBN-ICR-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-ICR-MIB::rbnIcrAdminStatus.<rbnIcrId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RBN-ICR-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RBN-ICR-MIB::rbnIcrAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
Conformance
Member of
Compliance refinements
rbnIcrMIBCompliance
readonly
Write access is not required.