A network engineer must manually configure a routed (Layer 3) Link Aggregation Control Protocol (LACP) EtherChannel bundle on a Cisco Catalyst switch using physical member interfaces GigabitEthernet1/0/1 and GigabitEthernet1/0/2. The EtherChannel must use Port-channel 20 and be configured with IP address 10.20.20.1/30. Arrange the CLI configuration commands into the correct execution sequence from top to bottom.
- 1interface range GigabitEthernet1/0/1 - 2
- 2no switchport
- 3channel-group 20 mode active
- 4interface Port-channel 20
- 5ip address 10.20.20.1 255.255.255.252
Cevap
The correct CLI sequence is: 1) interface range GigabitEthernet1/0/1 - 2, 2) no switchport, 3) channel-group 20 mode active, 4) interface Port-channel 20, and 5) ip address 10.20.20.1 255.255.255.252.
To successfully deploy a routed (Layer 3) LACP EtherChannel, physical interfaces must first be selected, configured with 'no switchport' to disable Layer 2 switching, and bound to a channel group using an active LACP mode. Afterwards, the administrator enters the logical port-channel interface context to configure the IP address parameters.
Adım Adım Çözüm
Anahtar Kavram
Layer 3 EtherChannel (LACP) Configuration Sequence