MIB Viewer

loadDistribution

OBJECT-TYPE
1.3.6.1.4.1.890.1.5.12.49.27.6
Access
read-write
Status
current
Sub-identifiers
0
The fields in packets that will be used as load sharing mechanism. src-mac(1): load distribution will be based on source MAC address of the incoming packets. dst-mac(2): load distribution will be based on destination MAC address of the incoming packets. src-dst-mac(3): load distribution will be based on both source and destination MAC address of the incoming packets. src-ip(4): load distribution will be based on source IP address of the incoming packets. dst-ip(5): load distribution will be based on destination IP address of the incoming packets. src-dst-ip(6): load distribution will be based on both source and destination IP address of the incoming packets. src-dst-ipmac(7): load distribution will be based on both source and destination IP and MAC address of the incoming packets.
INTEGER { src-mac(1), dst-mac(2), src-dst-mac(3), src-ip(4), dst-ip(5), src-dst-ip(6), src-dst-ipmac(7) }