a3ComTrunkIfStatus
GENERIC-3COM-TRUNK-MIB ·
.1.3.6.1.4.1.43.10.1.15.1.1.1.5
Object
The status column for this TRUNK interface.
This OBJECT can be set to:
createAndGo(4)
destroy(6)
The following values may be read:
active(1)
notReady(3).
Setting this object to createAndGo(4) causes the agent
to attempt to create and commit the row based on
the contents of the objects in the row. If all necessary
information is present in the row and the values are
acceptible to the agent, the agent will change the
status to notReady(3). If any of the necessary objects
are not available, the agent will reject the creation
request.
The state of the row transits to active(1) if and only
if MAC(s) has/have been added to this entry through
ifStackTable and system is ready.
Setting this object to destroy(6) will remove the corresponding
TRUNK interface and remove the entry in this table.
In order for a set of this object to destroy(6) to succeed,
all dependencies on this row must have been removed. These
will include any stacking dependencies in the ifStackTable.
Context
- MIB
- GENERIC-3COM-TRUNK-MIB
- OID
.1.3.6.1.4.1.43.10.1.15.1.1.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComTrunkIfEntry
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 'GENERIC-3COM-TRUNK-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GENERIC-3COM-TRUNK-MIB::a3ComTrunkIfStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'GENERIC-3COM-TRUNK-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GENERIC-3COM-TRUNK-MIB::a3ComTrunkIfStatus.<a3ComTrunkIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'GENERIC-3COM-TRUNK-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'GENERIC-3COM-TRUNK-MIB::a3ComTrunkIfStatus'