fsMIStdIpv4InterfaceEnableStatus
ARICENT-MISTD-IPVX-MIB ·
.1.3.6.1.4.1.29601.2.37.5.1.3
Object
column r/w
Enumeration
The indication of whether IPv4 is enabled (up) or disabled (down) on this interface. This object does not affect the state of the interface itself, only its connection to an IPv4 stack. The IF-MIB should be used to control the state of the interface.
Context
- MIB
- ARICENT-MISTD-IPVX-MIB
- OID
.1.3.6.1.4.1.29601.2.37.5.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsMIStdIpv4InterfaceEntry
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-MISTD-IPVX-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-MISTD-IPVX-MIB::fsMIStdIpv4InterfaceEnableStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-MISTD-IPVX-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-MISTD-IPVX-MIB::fsMIStdIpv4InterfaceEnableStatus.<fsMIStdIpv4InterfaceIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-MISTD-IPVX-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-MISTD-IPVX-MIB::fsMIStdIpv4InterfaceEnableStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |