ifIpIntfStatsEnable
ARICENT-CFA-MIB ·
.1.3.6.1.4.1.2076.27.1.5.1.9
Object
This object specifies whether statistics collection is enabled on the IP
interface.
When the status is set to True, statistics collection will be started on the IP interface.
Retrieval of statistics on the L3 interface is possible only when the status is
set to True.
When the status is set to False, statistics collection will be stopped on the IP interface.
Retrieval of statistics on the L3 interface is not be possible when the status is
set to False.
Context
- MIB
- ARICENT-CFA-MIB
- OID
.1.3.6.1.4.1.2076.27.1.5.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ifIpEntry
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 'ARICENT-CFA-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-CFA-MIB::ifIpIntfStatsEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-CFA-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-CFA-MIB::ifIpIntfStatsEnable.<ifMainIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-CFA-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-CFA-MIB::ifIpIntfStatsEnable'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |