rc2kBootConfigEnableDvrLeafMode
RC-2K-MIB ·
.1.3.6.1.4.1.2272.1.100.5.1.54
Object
DVR can be configured as controller or leaf. IP related configuration and show commands are not allowed on leaf. dvr-leaf-mode flag has to be enabled first before user can configure as DVR leaf. When boot up with this flag enabled, IP related configuration and show commands are hidden. All non DVR leaf configurations will not be saved.
Context
- MIB
- RC-2K-MIB
- OID
.1.3.6.1.4.1.2272.1.100.5.1.54- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rc2kBootConfigEntry
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 'RC-2K-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-2K-MIB::rc2kBootConfigEnableDvrLeafMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-2K-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-2K-MIB::rc2kBootConfigEnableDvrLeafMode.<rc2kBootConfigSlot>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-2K-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-2K-MIB::rc2kBootConfigEnableDvrLeafMode'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |