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

Server that has 2 ports

Hi Guys,

 

I have a server that has 2 ports and i need to connect it to my Cisco 2960 layer 2 switch. Can someone please confirm if these are the correct commands:

 


int range GigabitEthernet1/0/43, GigabitEthernet2/0/43

channel-group 6 mode on


int port-channel6
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 1,2,3

 

Any help will be greatly appreciated.

 

Thanks,

Lake

1 Accepted Solution

Accepted Solutions

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Config looks correct.

You don't have to necessarily add vlan 1, as it is the native (default) vlan and will be on the trunk.

Also, verify by issuing "sh etherc summary"

HTH

 

 

 

View solution in original post

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Config looks correct.

You don't have to necessarily add vlan 1, as it is the native (default) vlan and will be on the trunk.

Also, verify by issuing "sh etherc summary"

HTH

 

 

 

Thank you very much Sir.