In dit artikel wordt het proces voor het maken van een nieuw poortkanaal of Link Aggregation Group (LAG) beschreven, en het toestaan van meerdere VLAN's op Dell Networking switches met OS9. In dit voorbeeld wordt gebruik gemaakt van het Link Aggregation Control Protocol (LACP).
Verwijder eerst de huidige configuratie uit de poort en voeg vervolgens het nieuwe poortkanaal toe. Ga naar Dell Networking voor meer informatie over kanalen voor statische poorten: VLAN's configureren en poorten koppelen aan VLAN's op OS9 FTOS.
Voor firmware 9.9 of hoger:
Opdracht | Parameter |
FTOS> enable |
Ga naar de inschakelmodus. |
FTOS# configure |
Configuratiemodus activeren |
FTOS(conf)# default interface te 0/10 |
Alle configuratie van de interface verwijderen |
FTOS(conf)# default interface te 0/11 |
Alle configuratie van de interface verwijderen |
FTOS(conf)# interface range te 0/10-0/11 |
Selecteer het poortbereik dat moet worden gebruikt voor het poortkanaal. |
FTOS(conf-if-range-te-0/10-11)# no shutdown |
Schakel de poorten in |
FTOS(conf-if-range-te-0/10-11)# port-channel-protocol lacp |
LACP-configuratiemodus activeren voor het interfacebereik |
FTOS(conf-if-range-te-0/10-11-lacp)# port-channel 5 mode active |
Voeg poortkanaal 5 toe, gebruik "active" om LACP op te geven. |
FTOS(conf-if-range-te-0/10-11-lacp)# end |
Verlaat de configuratiemodus |
De opdracht:
default interface te 0/10
zal de poortconfiguratie wissen, inclusief de VLAN-configuratie op de poort, in plaats daarvan moet u elke instelling handmatig verwijderen. Firmware 9.9 of nieuwer is vereist om deze opdracht te gebruiken.
Voor firmware 9.8 en ouder:
Opdracht | Parameter |
FTOS> enable |
Ga naar de inschakelmodus. |
FTOS# configure |
Configuratiemodus activeren |
FTOS(conf)# interface range te 0/10-0/11 |
Selecteer het poortbereik dat voor het poortkanaal wordt gebruikt. |
FTOS(conf-if-range-te-0/10-11)# no portmode hybrid |
Verwijder de huidige configuratie, indien nodig |
FTOS(conf-if-range-te-0/10-11)# no switchport |
Verwijder de huidige configuratie, indien nodig |
FTOS(conf-if-range-te-0/10-11)# port-channel-protocol lacp |
LACP-configuratiemodus activeren voor het interfacebereik |
FTOS(conf-if-range-te-0/10-11-lacp)# port-channel 5 mode active |
Voeg poortkanaal 5 toe, gebruik "active" om LACP op te geven. |
FTOS(conf-if-range-te-0/10-11-lacp)# end |
Verlaat de configuratiemodus |
Error: Te 0/10 Port is part of a non-default VLANer is een VLAN-configuratie die moet worden verwijderd. Het onderstaande voorbeeld toont het verwijderen van VLAN 2 gelabeld van poort Te 0/10:
FTOS# config FTOS(conf)# Interface VLAN 2 FTOS(conf-if-vl-2)# no tagged te 0/10
FTOS(conf)# interface port-channel 5 FTOS(conf-if-po-5)# portmode hybrid FTOS(conf-if-po-5)# switchport
FTOS# show lacp 5 Port-channel 5 admin up, oper up, mode lacp LACP Fast Switch-Over Disabled Actor System ID:Priority 32768, Address 0001.e800.a12b Partner System ID:Priority 32768, Address 0001.e801.45a5 Actor Admin Key 1, Oper Key 1, Partner Oper Key 1 LACP LAG 5 is a normal LAG A - Active LACP, B - Passive LACP, C - Short Timeout, D - Long Timeout E - Aggregatable Link, F - Individual Link, G - IN_SYNC, H - OUT_OF_SYNC I - Collection enabled, J - Collection disabled, K - Distribution enabled L - Distribution disabled, M - Partner Defaulted, N - Partner Non-defaulted, O - Receiver is in expired state, P - Receiver is not in expired state Port Te 0/10 is enabled, LACP is enabled and mode is lacp Actor Admin: State ACEHJLMP Key 1 Priority 128 Oper: State ACEGIKNP Key 1 Priority 128 Partner Admin: State BDFHJLMP Key 0 Priority 0 Oper: State BCEGIKNP Key 1 Priority 128 Port Te 0/11 is enabled, LACP is enabled and mode is lacp Actor Admin: State ACEHJLMP Key 1 Priority 128 Oper: State ACEGIKNP Key 1 Priority 128 Partner Admin: State BDFHJLMP Key 0 Priority 0 Oper: State BCEGIKNP Key 1 Priority 128
FTOS(conf)# interface vlan 100 FTOS(conf-if-vl-100)# untagged port-channel 5Als u een VLAN met 802.1Q-tag aan een poortkanaal wilt toevoegen, voert u de volgende opdrachten in:
FTOS(conf)# interface vlan 200 FTOS(conf-if-vl-100)# tagged port-channel 5
copy running-configuration startup-configurationof
writeals je klaar bent.
Voorbeeld van een LACP Long Timeout-configuratie:
Dell(conf)# interface port-channel 32 Dell(conf-if-po-32)# no shutdown Dell(conf-if-po-32)# switchport Dell(conf-if-po-32)# lacp long-timeout Dell(conf-if-po-32)# end