...
| Блок кода |
|---|
wlc# configure wlc(config)# interface port-channel 1 wlc(config-port-channel)# ip firewall disable wlc(config-port-channel)# ip address 192.0.2.1/24 wlc(config-port-channel)# exit wlc(config)# intinterface tengigabitethernet 1/0/1 wlc(config-if-te)# mode switchport wlc(config-if-te)# channel-group 1 mode auto wlc(config-if-te)# exit wlc(config)# intinterface tengigabitethernet 1/0/2 wlc(config-if-te)# mode switchport wlc(config-if-te)# channel-group 1 mode auto wlc(config-if-te)# do commit comm wlc(config-if-te)# do confirm |
В выводе статуса физические интерфейсы и агрегированный в статусе down.
| Блок кода |
|---|
wlc# shshow intinterfaces ststatus Interface Admin Link MTU MAC address Last change Mode State State (d,h:m:s) -------------------- ---------- ----- ----- ----------------- ------------- ------------ te1/0/1 Up Down 1500 a8:f9:4b:ab:0e:39 00,00:00:26 switchport te1/0/2 Up Down 1500 a8:f9:4b:ab:0e:39 00,00:00:27 switchport po1 Up Down 1500 a8:f9:4b:ab:0e:39 00,00:00:23 routerport |
...
Проблема 2: Физический интерфейс не добавляется в port-channel.
| Блок кода |
|---|
wlc(config)# intinterface port-channel 3 wlc(config-if-port-channel)# mode routerport wlc(config-if-port-channel)# exexit wlc(config)# intinterface gigigabitethernet 1/0/5 wlc(config-if-gi)# channel-group 3 mode auto error - Can not set channel-group on interface gigabitethernet 1/0/5, set mode switchport or hybrid first |
...
| Блок кода |
|---|
wlc# configure
wlc(config)# interface tengigabitethernet 1/0/1-4
wlc(config-if-te)# speed 1000M
wlc(config-if-te)# do commit
wlc(config-if-te)# do confirm
wlc(config-if-gi)# end
wlc# reload system
Do you really want to reload system now? (y/N): y |
...