Question: After I've added in Layer 3 switching & Etherchannel, I'm looking for solution of adding HSRP afterward. I have already added in the commands as
After I've added in Layer 3 switching & Etherchannel, I'm looking for solution of adding HSRP afterward. I have already added in the commands as well. I need help for this

| Cat2950 | Cat3560 |
! VLAN Configs vlan 100 name mgt vlan 101 name cust1
int range f0/1-2 switchport access vlan 100
int range f0/3-4 switchport access vlan 101
! Trunk Config int f0/23 switchport mode trunk
! create trunk link on port 24 int f0/24 switchport mode trunk
! Ensure Cloud9_Tst01-03 ! configs are complete
! Setup Etherchannel Links on ! f0/23 & f0/24 int range f0/23-24 channel-group 1 mode on | ! VLAN Configs
vlan 100 name mgt
vlan 101 name cust1
int range f0/1-2 (or g0/1-2) switchport access vlan 100
int range f0/3-4 (or g0/3-4) switchport access vlan 101
! Trunk Config int f0/23 (or g0/23) switchport trunk encap dot1q switchport mode trunk
! Create Vlan 99 vlan 99 name p2p
int f0/5 switchport access vlan 99
! enable routing ip routing
! L3 interfaces int vlan 99 ip add 10.0.99.1 255.255.255.0
int vlan 101 ip add 10.0.101.1 255.255.255.0
! Ensure Cloud9_Tst01-03 ! configs are complete
! create trunk link on port 24 int range f0/24 switchport trunk encap dot1q switchport mode trunk
! Setup Etherchannel Links on ! f0/23 & f0/24 (or g0/23 & g0/24) int range f0/23-24 channel-group 1 mode on |
Cat3560 L3 Switching int vlan101 VLAN100 int vlan99 VLAN100 Trunk Cat2950 VLAN99 VLAN101 FO/23 FO/23 VLAN101 F0/3 Laptop3 FO/5 Laptop5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
