cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
925
Views
0
Helpful
21
Replies

HSRP with Vlan

hii

Here i am attached my Network Diagram.in this diagram i have shown that we are having Two valn and we are reqired HSRP so how it's possible and how it configure??

21 Replies 21

thanks Andrew my last que. is R3 also connecting with Trunk port ?

If you have seperate SVI interfaces for VLAN 1 and VLAN 2 - then the config is the same. SVI interfaces can take part on HSRP.

Trunks are Layer 2 - what you are doing is Layer 3.

You might have to config trunk port on R3 as well

R2

int g0/0.1

ip address 10.60.2.100 255.255.255.0

standby 1 ip 10.60.2.x

standby 1 prio 150

standby 1 preempt

standby 1 track serialx

int g0/0.2

ip address 10.60.5.x 255.255.255.0

standby 2 ip 10.60.5.y

standby 2 preempt

standby 2 track serialx

R3

int g0/0.1

ip address 10.60.2.101 255.255.255.0

standby 1 ip 10.60.2.x

standby 1 preempt

standby 1 track serialx

int g0/0.2

ip address 10.60.5.z 255.255.255.0

standby 2 ip 10.60.5.y

standby 2 pri 150

standby 2 preempt

standby 2 track serialx

Just one more little thing..... if you are tracking another interface - you need to configure a decrement value, by default it's 10. So if you set the priority to 150 and track an interface, when that interface goes down - it decrements by that value = 150 - 10 = 140. The Default HSRP priority on an interface is 100....so the interface that is connected to the failed circuit still has the highest priority :o(

absolutely...an oversight on my part...

R3 has no presence in vlan2 so I am assuming that you would only setup HSRP for VLAN1 since that is present in both R2 and R3. but the setup is pretty straight forward once you have all the addresses that you need on both routers.

Hii,

Dear i am not understaning what you are talling is ther R3 connected with trunk port ?is ther required creat sub interdface in R3 router??

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card