A network administrator is converting an existing Layer 2 switch port channel into a routed Layer 3 EtherChannel interface on a Cisco switch. Which interface configuration command must be executed on both the physical member interfaces and the logical Port-channel interface to enable Layer 3 IP address assignment?
- no switchportAnswer
- Bswitchport mode routed
- Cip routing
- Dswitchport trunk native vlan 0
Answer
The 'no switchport' command must be configured on both the physical interfaces and the Port-channel interface.
To create a routed (Layer 3) EtherChannel on a Cisco Catalyst switch, the interface must be changed from Layer 2 mode to Layer 3 mode using the 'no switchport' command. This command must be executed on both the physical member interfaces and the logical Port-channel interface before an IP address can be configured.
Step-by-Step Solution
Key Concept
Layer 3 EtherChannel Configuration