a3ComTrunkTcmpMacState
GENERIC-3COM-TRUNK-MIB ·
.1.3.6.1.4.1.43.10.1.15.1.2.1.3
Object
column mandatory
Enumeration
The state column for this MAC TRUNK entry if
TCMP is enabled. The following values may be
read:
notInUse: corresponding MAC has not been selected
for active participation in trunk. No
LLC frames will be transmitted or
received.
selected: corresponding MAC is selected for active
participation in the trunk, but it has not
transited to active use.
inUse: corresponding MAC is in active use on the
trunk.
The following values may be read if TCMP is disabled:
undefined: corresponding MAC is undefined
down: corresponding MAC is selected
as a trunk port but is down
up: corresponding MAC is selected
and in use
configured: corresponding MAC is
configured as TRUNK MAC
Context
- MIB
- GENERIC-3COM-TRUNK-MIB
- OID
.1.3.6.1.4.1.43.10.1.15.1.2.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- a3ComTrunkMacEntry
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::a3ComTrunkTcmpMacState'
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::a3ComTrunkTcmpMacState.<a3ComTrunkMacTrunkIfIndex>.<a3ComTrunkMacIndex>'
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::a3ComTrunkTcmpMacState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notInUse |
2 | selected |
3 | inUse |
4 | undefined |
5 | down |
6 | up |
7 | configured |