12-14-2018 05:34 AM
Hello All ,
We have scenario where we want to have redundancy on Routers on which SIP is terminating via ITSP on Ethernet. The ITSP is giving us traffic on an our IP and we are handing over them to their IP a /28 subnet.
Just wanted to know if we run HSRP on both routers to have redundancy on router level as link is only one. Is this ok or a better design can be made . Attached is diagram for your reference
Router A
interface GigabitEthernet0/0/0
Desc inside interface
ip address yyyyy /24
duplex auto
speed auto
standby 0 ip yyyyyy.A
standby priority 150
standby preempt
!
interface GigabitEthernet0/0/1
Desc out side interface
ip address XXXXXXXXXXX.A /28
duplex auto
speed auto
standby 1 ip YYYYYYY. B
standby 1 priority 150
standby 1 preempt
.
Router B :
interface GigabitEthernet0/0/0
Desc inside interface
ip address
duplex auto
speed auto
standby 0 yyyyyy.B
!
interface GigabitEthernet0/0/1
Desc out side
ip address
duplex auto
speed auto
standby 1 ip YYYYYYY. A
Thanks in anticipation
ADNAN
Solved! Go to Solution.