Requirements for Link Aggregations
Your link aggregation configuration is bound by the following requirements:
- You must use the dladm command to configure aggregations.
- An interface that has been plumbed cannot become a member of an
aggregation.
- Interfaces must be of the GLDv3 type: xge, e1000g, and bge.
- All interfaces in the aggregation must run at the same speed and in
full-duplex mode.
You must set the value for MAC addresses to true in the EEPROM parameter
local-mac-address?
Example:
1. dladm show-link
2. ifconfig -a
3. dladm create-aggr -d e1000g0 -d e1000g1 1
4. dladm create-aggr -d e1000g2 -d e1000g3 2
5. dladm create-aggr -d e1000g4 -d e1000g5 3
6. ifconfig aggr1 plumb 10.0.0.11 up
7. ifconfig aggr2 plumb 10.0.0.12 up
8. ifconfig aggr3 plumb 10.0.0.13 up
9. dladm show-aggr
10. echo "10.0.0.11" >> /etc/hostname.aggr1
11. echo "10.0.0.12" >> /etc/hostname.aggr2
12. echo "10.0.0.13" >> /etc/hostname.aggr3
13. init 6
Leave a comment