zyAggregationGroupCriteria
ZYXEL-LAG-MIB ·
.1.3.6.1.4.1.890.1.15.3.42.1.3.1.4
Object
column r/w
Enumeration
Outgoing traffic distribution type. Packets from the same source and/or to the same destination are sent over the same link within the trunk. By default, the switch uses the srcDstMac distribution type. If the switch is behind a router, the packet's destination or source MAC address will be changed. In this case, set the switch to distribute traffic based on its IP address to make sure port trunking can work properly.
Context
- MIB
- ZYXEL-LAG-MIB
- OID
.1.3.6.1.4.1.890.1.15.3.42.1.3.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zyxelAggregationGroupEntry
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 'ZYXEL-LAG-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-LAG-MIB::zyAggregationGroupCriteria'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-LAG-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-LAG-MIB::zyAggregationGroupCriteria.<zyAggregationGroupIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-LAG-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-LAG-MIB::zyAggregationGroupCriteria'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | srcMac |
2 | dstMac |
3 | srcDstMac |
4 | srcIp |
5 | dstIp |
6 | srcDstIp |