a3ComSysAtInterfaceStatus

A3COM-SWITCHING-SYSTEMS-MIB · .1.3.6.1.4.1.43.29.4.17.2.2.1.24

Object

column mandatory r/w RowStatus
The status column for this IP interface.  This object can be set to:
createAndGo(4)
createAndWait(5)
destroy(6)
              
The following value may be read:
active(1)
notInService(2)
              
Setting this object to createAndGo(4) causes the agent to
attempt to create and commit the row based on the contents
of the object in the row.  If all necessary information is
present in the row and the values are acceptable to the
agent, the agent will change the status to active(1).  If any
of the necessary objects are not available the agent
will reject the request.
              
Setting this object to createAndWait(5) causes the agent to
create an entry which has the value notInService(2).  Only three
notInService(2) entries are permitted at any one time.
Setting a row with status notInService(2) to active(1) 
will cause this entry to change to active(1) if the
appropriate columns have been set.
              
Setting this object to destroy(6) will remove this entry.

Context

MIB
A3COM-SWITCHING-SYSTEMS-MIB
OID
.1.3.6.1.4.1.43.29.4.17.2.2.1.24
Type
column
Access
readwrite
Status
mandatory
Parent
a3ComSysAtInterfaceEntry

Walk 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 'A3COM-SWITCHING-SYSTEMS-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM-SWITCHING-SYSTEMS-MIB::a3ComSysAtInterfaceStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3COM-SWITCHING-SYSTEMS-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM-SWITCHING-SYSTEMS-MIB::a3ComSysAtInterfaceStatus.<a3ComSysAtInterfaceAtStackIndex>.<a3ComSysAtInterfaceIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM-SWITCHING-SYSTEMS-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM-SWITCHING-SYSTEMS-MIB::a3ComSysAtInterfaceStatus'

Syntax

Source
RowStatus
Base type
Enumeration

Values & Constraints

Type Values
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy