ctStatsIfEnable
CTIF-EXT-MIB ·
.1.3.6.1.4.1.52.4.3.3.8.1.1.2
Object
column mandatory
r/w
Enumeration
This allows the interface to pass Token Ring MAC frames to the HOST for processing. When disabled, stats will not be gathered on the interface. Default is Enabled. For devices that do not support this capability any write attempt will return BADVALUE.
Context
- MIB
- CTIF-EXT-MIB
- OID
.1.3.6.1.4.1.52.4.3.3.8.1.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ctStatsEntry
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 'CTIF-EXT-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTIF-EXT-MIB::ctStatsIfEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTIF-EXT-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTIF-EXT-MIB::ctStatsIfEnable.<ctStatsIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTIF-EXT-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTIF-EXT-MIB::ctStatsIfEnable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |