- Posts: 13
- Thank you received: 0
Secondary IP and HSRP in VLAN
13 years 8 months ago #36476
by big_g
Secondary IP and HSRP in VLAN was created by big_g
Hi Guys,
I have implemented HSRP across our internal vlans - the problem I have now is that there is a secondary subnet which is operatiing in our main LAN/ VLAN this totals two subnets in this VLAN - My question is can I run HSRP and the secondary IP address and subsequent subnet in this VLAN concurrently?
I dont want to try this live without knowing 100% as I have only the resouces in live environment to test and this VLAN is carrying all essential traffic
I've tried looking this up but dont seem to be able to word this query correctly for the answer im looking
Cheers for any help
I have implemented HSRP across our internal vlans - the problem I have now is that there is a secondary subnet which is operatiing in our main LAN/ VLAN this totals two subnets in this VLAN - My question is can I run HSRP and the secondary IP address and subsequent subnet in this VLAN concurrently?
I dont want to try this live without knowing 100% as I have only the resouces in live environment to test and this VLAN is carrying all essential traffic
I've tried looking this up but dont seem to be able to word this query correctly for the answer im looking
Cheers for any help
13 years 8 months ago #36496
by krik
Christophe Lemaire
www.exp-networks.be/blog/
Replied by krik on topic Re: Secondary IP and HSRP in VLAN
Hi,
Running multiple subnets on the same HSRP instance is done exactly the same way as you do it for the interface IP addresses the the "secondary" keyword...
[code:1]interface FastEthernet0/0
ip address 20.20.20.1 255.255.255.0 secondary
ip address 10.10.10.1 255.255.255.0
standby 10 ip 10.10.10.3
standby 10 ip 20.20.20.3 secondary[/code:1]
Regards,
Christophe
Running multiple subnets on the same HSRP instance is done exactly the same way as you do it for the interface IP addresses the the "secondary" keyword...
[code:1]interface FastEthernet0/0
ip address 20.20.20.1 255.255.255.0 secondary
ip address 10.10.10.1 255.255.255.0
standby 10 ip 10.10.10.3
standby 10 ip 20.20.20.3 secondary[/code:1]
Regards,
Christophe
Christophe Lemaire
www.exp-networks.be/blog/
Time to create page: 0.115 seconds