rlTimeBasedPortActive
MARVELL-TIMEBASED-PORT-SHUTDOWN-MIB ·
.1.3.6.1.4.1.89.208.2.1.3
Object
column SNMPv2-TCTruthValue
This field indicates if the time-range is active or not .
Context
- MIB
- MARVELL-TIMEBASED-PORT-SHUTDOWN-MIB
- OID
.1.3.6.1.4.1.89.208.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlTimeBasedPortEntry
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 'MARVELL-TIMEBASED-PORT-SHUTDOWN-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MARVELL-TIMEBASED-PORT-SHUTDOWN-MIB::rlTimeBasedPortActive'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MARVELL-TIMEBASED-PORT-SHUTDOWN-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MARVELL-TIMEBASED-PORT-SHUTDOWN-MIB::rlTimeBasedPortActive.<ifIndex>.<rlTimeBasedPortTimeRangeName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MARVELL-TIMEBASED-PORT-SHUTDOWN-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MARVELL-TIMEBASED-PORT-SHUTDOWN-MIB::rlTimeBasedPortActive'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |