W tym artykule opisano proces tworzenia nowego kanału portu lub grupy agregacji łączy (LAG) i zezwalania na wiele sieci VLAN w przełącznikach sieciowych Dell Networking z systemem OS9. W tym przykładzie użyto protokołu LACP (Link Aggregation Control Protocol).
Najpierw usuń aktualną konfigurację z portu, a następnie dodaj nowy kanał portu. Aby uzyskać więcej informacji na temat statycznych kanałów portów, zobacz Rozwiązania sieciowe firmy Dell: Konfigurowanie sieci VLAN i kojarzenie portów z sieciami VLAN w systemie OS9 FTOS.
W przypadku oprogramowania sprzętowego 9.9 lub nowszego:
Polecenie | Parametr |
FTOS> enable |
Aktywuj tryb włączania. |
FTOS# configure |
Uruchom tryb konfiguracji |
FTOS(conf)# default interface te 0/10 |
Usuń wszystkie konfiguracje interfejsu |
FTOS(conf)# default interface te 0/11 |
Usuń wszystkie konfiguracje interfejsu |
FTOS(conf)# interface range te 0/10-0/11 |
Wybierz zakres portów, które mają być używane dla kanału portów. |
FTOS(conf-if-range-te-0/10-11)# no shutdown |
Włącz porty |
FTOS(conf-if-range-te-0/10-11)# port-channel-protocol lacp |
Przejdź do trybu konfiguracji LACP zakresu interfejsu |
FTOS(conf-if-range-te-0/10-11-lacp)# port-channel 5 mode active |
Dodaj kanał portu 5, użyj "active", aby określić protokół LACP. |
FTOS(conf-if-range-te-0/10-11-lacp)# end |
Wyjdź z trybu konfiguracji |
Polecenie:
default interface te 0/10
wyczyści konfigurację portu, w tym konfigurację VLAN na porcie, zamiast konieczności ręcznego usuwania każdego ustawienia. Do korzystania z tego polecenia wymagane jest oprogramowanie wewnętrzne 9.9 lub nowsze.
W przypadku oprogramowania sprzętowego 9.8 i starszych:
Polecenie | Parametr |
FTOS> enable |
Aktywuj tryb włączania. |
FTOS# configure |
Uruchom tryb konfiguracji |
FTOS(conf)# interface range te 0/10-0/11 |
Wybierz zakres portów, które będą używane dla kanału portów. |
FTOS(conf-if-range-te-0/10-11)# no portmode hybrid |
Usuwanie bieżącej konfiguracji, w razie potrzeby |
FTOS(conf-if-range-te-0/10-11)# no switchport |
Usuwanie bieżącej konfiguracji, w razie potrzeby |
FTOS(conf-if-range-te-0/10-11)# port-channel-protocol lacp |
Przejdź do trybu konfiguracji LACP zakresu interfejsu |
FTOS(conf-if-range-te-0/10-11-lacp)# port-channel 5 mode active |
Dodaj kanał portu 5, użyj "active", aby określić protokół LACP. |
FTOS(conf-if-range-te-0/10-11-lacp)# end |
Wyjdź z trybu konfiguracji |
Error: Te 0/10 Port is part of a non-default VLANistnieje konfiguracja sieci VLAN, która musi zostać usunięta. W poniższym przykładzie przedstawiono sposób usuwania oznaczonych konfiguracji VLAN 2 z portu 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 5Aby dodać sieć VLAN oznaczoną jako 802.1Q do kanału portu, wprowadź następujące polecenia:
FTOS(conf)# interface vlan 200 FTOS(conf-if-vl-100)# tagged port-channel 5
copy running-configuration startup-configurationlub
writepo zakończeniu.
Przykład konfiguracji długiego limitu czasu LACP:
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