laPortChannelMode
DGS-1210-28XME-BX ·
.1.3.6.1.4.1.171.10.76.43.1.8.1.3.1.3
Object
Current Operating Channel Mode of the port channel
Lacp(1) - forcing the port to negotiate with the
partner.
manual(2) - force the port to enable channeling (Manual).
disable(3) - channeling is disabled.
Context
- MIB
- DGS-1210-28XME-BX
- OID
.1.3.6.1.4.1.171.10.76.43.1.8.1.3.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- laPortChannelEntry
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 'DGS-1210-28XME-BX' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DGS-1210-28XME-BX::laPortChannelMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DGS-1210-28XME-BX' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DGS-1210-28XME-BX::laPortChannelMode.<laPortChannelIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DGS-1210-28XME-BX' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DGS-1210-28XME-BX::laPortChannelMode'
Syntax
- Source
- PortLaMode
- Base type
Enumeration
Type Description
Defines how a Port Channel does channeling.
lacp(1) - place the port into passive
negotiation state, in which the
port waits for its peer to
initiate negotiation.
static(2) - force the port to enable
channeling.
disable(3) - channeling is disabled.
Values & Constraints
Type Values
1 | lacp |
2 | static |
3 | disable |