mpGtsFRStatActive
MAIPU-GTS-MIB ·
.1.3.6.1.4.1.5651.6.2.3.5.1.2.2.1.7
Object
column SNMPv2-TCTruthValue
This object indicates the current traffic-shaping state. When traffic-shaping is enabled and the traffic rate exceeds the shape rate, traffic-shaping is considered to be active. Otherwise, it is considered inactive.
Context
- MIB
- MAIPU-GTS-MIB
- OID
.1.3.6.1.4.1.5651.6.2.3.5.1.2.2.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mpGtsFrameRelayVCStatEntry
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 'MAIPU-GTS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MAIPU-GTS-MIB::mpGtsFRStatActive'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MAIPU-GTS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MAIPU-GTS-MIB::mpGtsFRStatActive.<ifIndex>.<mpGtsFRCfgDLCI>.<mpGtsFRCfgRowIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MAIPU-GTS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MAIPU-GTS-MIB::mpGtsFRStatActive'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |