本文的步驟適用於執行 OS10 且支援虛擬連結中繼的交換器。本文不包含 VLT 的需求,例如執行相同的軟體版本等。建議您在實施這些步驟之前驗證 VLT 的需求。
如需 OS9 組態,請參閱如何在 Dell Networking OS9 Force10 交換器上設定虛擬連結中繼 (VLT)。
生成樹預設為啟用,建議使用它來防止 VLT 網域中出現迴圈。VLT 連接埠支援快速每 VLAN 生成樹 (RPVST) (預設) 和快速生成樹通訊協定 (RSTP) 模式。
OS10# configure terminal OS10(config)# spanning-tree mode rstp [or] rapid-pvst
OS10# configure terminal |
進入組態模式。 |
OS10(config)# interface range ethernet 1/1/1-1/1/2 |
進入介面組態模式 |
OS10(conf-range-eth1/1/1-1/1/2)# no switchport |
從 VLTi 連接埠移除 switchport。 |
OS10(config)# vlt-domain 1 |
在每個同儕上設定相同的網域 ID,以建立 VLT 網域。 |
OS10(conf-vlt-1)# discovery-interface ethernet 1/1/1 |
設定 VLTi 介面。 |
OS10(conf-vlt-1)# discovery-interface ethernet 1/1/2 |
設定 VLTi 介面。 |
OS10# configure terminal |
進入組態模式。 |
OS10(config)# vlt-domain 1 |
進入 VLT 網域組態模式。 |
OS10(conf-vlt-1)# primary-priority 4096 (primary peer) OS10(conf-vlt-1)# primary-priority 8192 (secondary peer) |
為每個同儕交換器指定 VLT 優先順序。 |
OS10(conf-vlt-1)# vlt-mac 00:11:22:33:44:55 |
將 VLT MAC 位置指定為唯一的 MAC 位址。 |
OS10(conf-vlt-1)# backup destination 1.1.1.2 (primary peer) OS10(conf-vlt-1)# backup destination 1.1.1.1 (secondary peer) |
指定同儕交換器的管理 IP 位址。 這會設定監視系統運作的活動訊號。 |
OS10# configure terminal |
進入組態模式。 |
OS10(config)# interface port-channel 5 |
指定末端裝置的 LAG。為兩個同儕使用相同的 LAG 號碼。 |
OS10(conf-if-po-5)# vlt-port-channel 5 |
將 LAG 指定為 VLT。 |
OS10(conf-if-po-5)# exit |
退出 |
OS10(config)# interface ethernet 1/1/10 |
進入介面組態模式。 |
OS10(conf-if-eth1/1/10)# channel-group 5 mode active |
指定連接埠上的 LAG。 |
OS10# show vlt 1 vlt-port-detail VLT port channel ID : 5 VLT Unit ID Port-Channel Status Configured ports Active ports ---------------------------------------------------------------------------------- *1 port-channel5 up 1 1 2 port-channel5 up 1 1
OS10# show vlt 1 Domain ID : 1 Unit ID : 1 Role : primary Version : 1.0 Local System MAC address : 90:b1:1c:f4:xx:xx VLT MAC address : 00:11:22:33:44:55 IP address : fda5:74c8:xxxx:1::1 Delay-Restore timer : 1000 seconds Peer-Routing : Disabled Peer-Routing-Timeout timer : 0 seconds VLTi Link Status port-channel1000 : up VLT Peer Unit ID System MAC Address Status IP Address Version -------------------------------------------------------------------------- 2 90:b1:1c:f4:xx:xx up fda5:74c8:xxxx:1::2 1.0 OS10# show vlt 1 mismatch Peer-routing mismatch: No mismatch VLAN mismatch: No mismatch VLT VLAN mismatch: No mismatch OS10# show running-configuration vlt ! vlt domain 1 discovery-interface ethernet 1/1/1 discovery-interface ethernet 1/1/2 primary-priority 4096 vlt-mac 00:11:22:33:44:55 backup destination 1.1.1.2 ! interface port-channel 5 vlt-port-channel 5