05-26-2007 07:55 AM - edited 03-05-2019 04:19 PM
Is it possible if I have a redundant link between 2 Cisco 2950G-12 and I will not encounter any timeout if the one uplink fail. S1 and S2 has host connected on it. HostA(S1) and HostB(S2), if I want to ping from HostA to HostB.
05-26-2007 08:03 AM
Hi Mahmoud,
It's been answered in your previous post. If you have any doubt lets dicuss the same in same previous post.
Regards,
Ankur
05-26-2007 12:09 PM
Hi,
Yes etherchennel is perfect in this scenario like ankbhasi posts.
And its configured like this:
!
interface Port-channel1
switchport trunk native vlan 99
switchport mode trunk
switchport nonegotiate
interface FastEthernet0/1
switchport mode trunk
switchport nonegotiate
no ip address
channel-group 1 mode on
!
interface FastEthernet0/2
switchport mode trunk
switchport trunk native vlan 99
switchport nonegotiate
no ip address
channel-group 1 mode on
!
HTH
BR,
Bjornarsb
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