cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
720
Views
0
Helpful
1
Replies

Cisco Redundancy Topology

azam1977us
Level 1
Level 1

Hi

Can you please check this config and see if this will work for redundancy in case the switch 1 Sup on slot 1 fails.

Thanks and much appreciated

Switch 1

interface GigabitEthernet1/1
description HSRP Trunk to Switch-2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,2,3,4
switchport mode trunk
!
interface GigabitEthernet1/2
shutdown
!
interface GigabitEthernet2/1
!
interface GigabitEthernet2/2
!


Switch 2

interface GigabitEthernet1/1
description HSRP Trunk to Switch-1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,2,3,4
switchport mode trunk
!
interface GigabitEthernet1/2
shutdown
!
interface GigabitEthernet2/1
!
interface GigabitEthernet2/2
!

1 Accepted Solution

Accepted Solutions

samavedula_rama
Level 1
Level 1

I would suggest a port-channel config with one of the ports on Sup2 on both switches.

View solution in original post

1 Reply 1

samavedula_rama
Level 1
Level 1

I would suggest a port-channel config with one of the ports on Sup2 on both switches.