cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
552
Views
0
Helpful
2
Replies

how to configureHSRP on addition vlans on primary and secondary router in a cluster

jomo frank
Level 1
Level 1

Hello Expert,

I have two cisco router in HSRP configuration.

On each router I have a 4 port card.

The vlans configured on the card (both primary and secondary router) are Production Telephone,Security vlan.

I am to configure an use HSRP on the production vlan but Iunsure how to incorpoate Telephone and the  Security vlan in the configruation on the primary router is shown below:

For the production vlan I am using the 172.16.98.4 as the physical address and 172.16.98.1 as the virtual address.

How can I impleament same for the Telephone and Security vlan.

I trying to make the fail over seemless if the primary router should fail.

 

interface Vlan1
description Production Vlan
ip address 172.16.98.4 255.255.254.0
no ip redirects
standby 10 ip 172.16.98.1
standby 10 priority 120
standby 10 preempt

 

interface Vlan25
description AboveSecurity Vlan
ip address 10.189.10.1 255.255.255.0
!

!
interface Vlan91
description Digital Telephone Vlan
ip address 10.145.10.1 255.255.255.0
!

Regard

2 Replies 2

jomo frank
Level 1
Level 1

Hello Moderator,

Could you place this discussion under Routing or Networking It is currently under Other SD-WAN.

Regards

Simon Ko
Level 1
Level 1

Did you try following?

Primary router

 

int vlan25

  ip address 10.89.10.2 255.255.255.0

 standby 25 ip 10.89.10.1

 prio 110

int vlan 91

  ip address 10.145.10.2 255.255.255.0

 standby 30 ip 10.145.10.1

 prio 110

 

 

Secondary router

int vlan25

  ip address 10.89.10.3 255.255.255.0

 standby 25 ip 10.89.10.1

int vlan 91

  ip address 10.145.10.3 255.255.255.0

 standby 30 ip 10.145.10.1

Review Cisco Networking for a $25 gift card