差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

juniper:junos:link-agg [2012/11/08 03:55] – 建立 jaljuniper:junos:link-agg [2012/11/11 03:45] (目前版本) jal
行 1: 行 1:
 +====== JUNOS Link Aggregation ======
 +
 +===== Command =====
 +  * Static Link Aggregation(without lacp)<code>
 +set chassis aggregated-devices ethernet device-count 10
 +set interfaces ge-0/0/0 ether-options 802.3ad ae0
 +set interfaces ge-0/0/1 ether-options 802.3ad ae0
 +</code>
 +  * LACP/802.3ad, this mode can compatible with VMware ESXi Route based on IP hash<code>
 +set chassis aggregated-devices ethernet device-count 10
 +set interfaces ge-0/0/0 ether-options 802.3ad lacp force-up
 +set interfaces ge-0/0/0 ether-options 802.3ad ae0
 +set interfaces ge-0/0/1 ether-options 802.3ad lacp force-up
 +set interfaces ge-0/0/1 ether-options 802.3ad ae0
 +set interfaces ae0 aggregated-ether-options lacp active
 +</code>
 +
  
juniper/junos/link-agg.txt · 上一次變更: 2012/11/11 03:45 由 jal
上一頁 | 下一頁 | 回首頁 | RSS Feed | Facebook