差異處
這裏顯示兩個版本的差異處。
| extreme:xos:mlag [2012/06/20 09:39] – 建立 jal | extreme:xos:mlag [2012/06/20 09:47] (目前版本) – jal | ||
|---|---|---|---|
| 行 11: | 行 11: | ||
| ===== Config Example ===== | ===== Config Example ===== | ||
| - | <code config | + | <code config |
| create vlan " | create vlan " | ||
| configure vlan vMLAG_ISC tag 3999 | configure vlan vMLAG_ISC tag 3999 | ||
| 行 17: | 行 17: | ||
| configure vlan vMLAG_ISC add ports 19 tagged | configure vlan vMLAG_ISC add ports 19 tagged | ||
| configure vlan vMLAG_ISC ipaddress 192.168.255.1 255.255.255.252 | configure vlan vMLAG_ISC ipaddress 192.168.255.1 255.255.255.252 | ||
| + | |||
| + | configure mlag ports convergence-control fast | ||
| create mlag peer " | create mlag peer " | ||
| + | configure mlag peer " | ||
| + | enable mlag port 1 peer " | ||
| + | |||
| + | create vlan " | ||
| + | configure vlan data_vlan tag 1001 | ||
| + | configure vlan data_vlan add ports 19 tagged | ||
| + | |||
| + | configure vlan data_vlan add ports 1 | ||
| </ | </ | ||
| - | <code config | + | <code config |
| create vlan " | create vlan " | ||
| configure vlan vMLAG_ISC tag 3999 | configure vlan vMLAG_ISC tag 3999 | ||
| 行 26: | 行 36: | ||
| configure vlan vMLAG_ISC add ports 19 tagged | configure vlan vMLAG_ISC add ports 19 tagged | ||
| configure vlan vMLAG_ISC ipaddress 192.168.255.2 255.255.255.252 | configure vlan vMLAG_ISC ipaddress 192.168.255.2 255.255.255.252 | ||
| + | |||
| + | configure mlag ports convergence-control fast | ||
| create mlag peer " | create mlag peer " | ||
| + | configure mlag peer " | ||
| + | enable mlag port 1 peer " | ||
| + | |||
| + | create vlan " | ||
| + | configure vlan data_vlan tag 1001 | ||
| + | configure vlan data_vlan add ports 19 tagged | ||
| + | |||
| + | configure vlan data_vlan add ports 1 | ||
| </ | </ | ||