01-07-2020 06:13 AM
Due to the obvious security reasons, I would like to be able to move Etherchannel from the default VLAN (VLAN 1). Is this possible? If so, what would be the neccessary step to do so? I have tried without success.
Solved! Go to Solution.
01-07-2020 06:24 AM
Hello,
In trunk ports, including EtherChannel, it is possible to change de default vlan to another with command switchport trunk native VLAN.
Bellow the example:
sw(config)#interface fa0/1
sw(config-if)#switchport mode trunk
sw(config-if)#switchport trunk native vlan x
01-07-2020 06:22 AM
- An ether-channel is not necessarily bound to VLANs or can can multiple. If you write about obvious security reasons that enlighten us. You may get more elaborate answers.
M.
01-07-2020 06:24 AM
Hello,
In trunk ports, including EtherChannel, it is possible to change de default vlan to another with command switchport trunk native VLAN.
Bellow the example:
sw(config)#interface fa0/1
sw(config-if)#switchport mode trunk
sw(config-if)#switchport trunk native vlan x
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide