Trinnene i denne artikel gælder for Force OS10-switche, der understøtter Virtual Link Trunking. Denne artikel indeholder ikke kravene til VLT, som f.eks. kørsel af samme softwareversion. Det anbefales at kontrollere kravene til VLT, før disse trin implementeres.
For OS9-konfiguration henvises til Sådan konfigurerer du Virtual Link Trunking (VLT) på Dell Networking OS9 Force10-switche.
Spanning tree er aktiveret som standard og anbefales for at forhindre loops i VLT-domænet. Tilstandene Rapid pr-vlan spanning-tree (RPVST) (standard) og RSTP (Rapid spanning-tree Protocol) understøttes på VLT-porte.
OS10# configure terminal OS10(config)# spanning-tree mode rstp [or] rapid-pvst
OS10# configure terminal |
Gå til konfigurationstilstand. |
OS10(config)# interface range ethernet 1/1/1-1/1/2 |
Åbn grænsefladens konfigurationstilstand |
OS10(conf-range-eth1/1/1-1/1/2)# no switchport |
Fjern switchport fra VLTi-portene. |
OS10(config)# vlt-domain 1 |
Opret et VLT-domæne ved at konfigurere det samme domæne-ID på hver peer. |
OS10(conf-vlt-1)# discovery-interface ethernet 1/1/1 |
Indstil VLTi-grænseflader. |
OS10(conf-vlt-1)# discovery-interface ethernet 1/1/2 |
Indstil VLTi-grænseflader. |
OS10# configure terminal |
Gå til konfigurationstilstand. |
OS10(config)# vlt-domain 1 |
Åbn VLT-domænets konfigurationstilstand. |
OS10(conf-vlt-1)# primary-priority 4096 (primary peer) OS10(conf-vlt-1)# primary-priority 8192 (secondary peer) |
Angiv VLT-prioriteten for hver peer-switch. |
OS10(conf-vlt-1)# vlt-mac 00:11:22:33:44:55 |
Angiv VLT MAC-adressen med en unik MAC-adresse. |
OS10(conf-vlt-1)# backup destination 1.1.1.2 (primary peer) OS10(conf-vlt-1)# backup destination 1.1.1.1 (secondary peer) |
Angiv administrations-IP-adressen for peer-switchen. Dette konfigurerer det HeartBeat, der overvåger, at systemet er tændt. |
OS10# configure terminal |
Gå til konfigurationstilstand. |
OS10(config)# interface port-channel 5 |
Angiv LAG til slutenheden. Brug samme LAG-nummer på begge peers. |
OS10(conf-if-po-5)# vlt-port-channel 5 |
Angiv LAG som VLT. |
OS10(conf-if-po-5)# exit |
Afslut. |
OS10(config)# interface ethernet 1/1/10 |
Gå til brugergrænsefladens konfigurationstilstand. |
OS10(conf-if-eth1/1/10)# channel-group 5 mode active |
Angiv LAG på porten. |
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