g9982PortConfAdminCp

G9982-MIB · .1.3.6.1.2.1.264.1.1.1.1.2

Object

column r/w G9982CpType
Administrative (desired) bonding control protocol of a
G.Bond/Eth port (GBS).  Possible values are:
  cpHS(1)    - use G.hs-based protocol (default)
  cpBACP(2)  - use frame-based BACP
              
Note that G.hs-based protocol support is mandatory, according to
[G.998.2].  Attempts to set a port to a non-supported bonding
control protocol (e.g., BACP if the value of
g9982PortCapBacpSupported is false) SHALL be rejected
(with the error inconsistentValue).
              
Changing g9982PortConfAdminCp is a traffic-disruptive
operation and as such SHALL be done when the link (GBS) is
administratively 'down', as indicated by the ifAdminStatus
object in the IF-MIB.
Attempts to change this object SHALL be rejected (with the error
inconsistentValue) if the link is 'up' or initializing.
              
This object maps to the TR-159 attribute aEthAdminCP.

Context

MIB
G9982-MIB
OID
.1.3.6.1.2.1.264.1.1.1.1.2
Type
column
Access
readwrite
Status
current
Parent
g9982PortConfEntry
Groups
1

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 'G9982-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'G9982-MIB::g9982PortConfAdminCp'
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::g9982PortConfAdminCp.<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::g9982PortConfAdminCp'

Syntax

Source
G9982CpType
Base type
Enumeration

Values & Constraints

Type Values
0unknown
1cpHS
2cpBACP

Conformance

Member of
Compliance refinements
Write access is not required (needed only for GBS
supporting BACP in addition to mandatory G.hs-based bonding
discovery and aggregation protocol).