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

Trunk Inter-Switch to EtherChannel

kevinmjames
Level 1
Level 1

Hello,

We have 2 4500X switches functioning as our iscsi network between storage arrays and vmware esx servers.  Currently the two switches just have a single trunk inter-switch connection between the two.  Our storage vendor is recommending we remove that and implement an EtherChannel.  Is there a way to do this without losing connection to the storage arrays.  And also enable jumbo frames on the EtherChannel.

Thanks

1 Accepted Solution

Accepted Solutions

  Configure  "interface port-channel 1" with the same configuration as the existing trunk port. on both switches.

then add "channel-group 1 mode on" on both trunk interfaces

then configure the new ports on each switch, same as existing ports. do not enable the new ports until the configuration is complete.

RE Jumbo frames please see this link

http://www.cisco.com/en/US/docs/switches/lan/catalyst4500/XE3.5.0E/15.21E/configuration/guide/sw_int.html

View solution in original post

2 Replies 2

  Configure  "interface port-channel 1" with the same configuration as the existing trunk port. on both switches.

then add "channel-group 1 mode on" on both trunk interfaces

then configure the new ports on each switch, same as existing ports. do not enable the new ports until the configuration is complete.

RE Jumbo frames please see this link

http://www.cisco.com/en/US/docs/switches/lan/catalyst4500/XE3.5.0E/15.21E/configuration/guide/sw_int.html

Thanks Richard, that worked perfectly!