cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
698
Views
0
Helpful
2
Replies

Can Etherchannel be moved from the default VLAN?

stellarc69
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

lucasfreitas83
Level 1
Level 1

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

View solution in original post

2 Replies 2

Mark Elsen
Hall of Fame
Hall of Fame

 

 - 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.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

lucasfreitas83
Level 1
Level 1

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