Llukman1 wrote: » I know that you have to create Vlans in order for one vlan to use one router and the other vlan to use the other router for load balancing per subnet. My question is why do we have to create VLAN's can't we just create 2 Hsrp groups with 2 different virtual IP addresses and set a virtual IP address on half of the hosts and the other virtual IP address on the other half without having to use VLAN's and just letting it be one subnet.Why must we use VLAN's?
dmarcisco wrote: » @hurracain Think we hit send at the same time lol@LLukman I am not sure how deep does the HSRP section go into for the CCNA exam but have you got to the configuration portion yet? HSRP groups are assigned on a SVI. To get a SVI to come online you have to have a vlan configured and assigned to a trunk or an access port for the SVI to come online. ex: switch A interface vlan 20 ip add 10.1.1.2 255.255.255.0 standby 20 ip 10.1.1.1 switch B interface vlan 20 ip add 10.1.1.3 255.255.255.0 standby 20 ip 10.1.1.1 standby 20 priority 150 You don't just create any vlans and assign the hsrp groups under those SVI's. Generally the vlans that you would use would be ones already in place for production for example vlan 10 for sales and vlan 20 for marketing. You design hsrp based on STP as well to take the forwarding path. If SWITCH A will be the gateway for vlan 10 then you have to tune spanning tree with a lower priority to take that pathway. Also, if SWITCH B is the gateway for vlan 20 then you lower the priority for spanning tree to take make SWITCH B more desirable.