g9982PortCapBacpSupported
G9982-MIB ·
.1.3.6.1.2.1.264.1.1.2.1.2
Object
column SNMPv2-TCTruthValue
Indicates whether the Bonding Aggregation Control Protocol
(BACP) -- the frame-based discovery, aggregation, and link
management protocol specified in [G.998.2-Amd2]) is supported
by the G.Bond/Ethernet port.
A value of true(1) indicates that BACP is supported.
A value of false(2) indicates that BACP is unsupported.
The BACP functionality, if supported, can be enabled or
disabled via g9982AdminCP, while g9982OperCP
reflects the current BACP operating mode.
This object maps to the TR-159 attribute aEthBACPSupported.
Context
- MIB
- G9982-MIB
- OID
.1.3.6.1.2.1.264.1.1.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- g9982PortCapEntry
- Groups
- 1
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 'G9982-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'G9982-MIB::g9982PortCapBacpSupported'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'G9982-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'G9982-MIB::g9982PortCapBacpSupported.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'G9982-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'G9982-MIB::g9982PortCapBacpSupported'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |
Conformance
Member of
Compliance refinements
g9982Compliance
SNMPv2-TC::TruthValue
Support for BACP is OPTIONAL; therefore, a value of false(2)
SHALL be supported.
SHALL be supported.