netportIfgMode
NETAPP-MIB ·
.1.3.6.1.4.1.789.1.22.2.1.19
Object
column Enumeration
If the port type is if-group, this field shows the if-group's policy. It can be either multimode(0), multimode-lacp(1), or single-mode(2). Otherwise, it shows an empty string. The multimode policy uses the static link-aggregation, while the multimode-lacp uses the link-aggregation with lacp (Link Aggregate Control Protocol). The single mode does not use link-aggregation.
Context
- MIB
- NETAPP-MIB
- OID
.1.3.6.1.4.1.789.1.22.2.1.19- Type
- column
- Access
- readonly
- Status
- current
- Parent
- netportEntry
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 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETAPP-MIB::netportIfgMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETAPP-MIB::netportIfgMode.<netportNode>.<netportPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETAPP-MIB::netportIfgMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | none |
0 | multimode |
1 | multimode-lacp |
2 | singlemode |