cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1285
Views
0
Helpful
1
Replies

HSRP H323 Gateway

chouaib
Level 1
Level 1

Hello world,

I've a problem and i need some solutions to resolve it.

I have an H323 Gateway (cisco 2821), and i have just one Gigaethernet card configured on the router connected to Catalyst Cisco, i need to configure two interfaces gigaethernet on the router for backup.

I need a solution to configure this, i don't know how to configure this solution, i tried HSRP with VRF but he doesn't work with the H323 Gateway when the Gigaethernet 0/0 is shutdown.

thanks in advance

1 Reply 1

hadbou
Level 5
Level 5

Try this:

ACTIVE GW

=========

!

interface Ethernet0/0

ip address 10.6.0.21 255.255.0.0

ip helper-address 10.5.0.1

no ip route-cache

no ip mroute-cache

half-duplex

standby timers 3 7

standby priority 200 preempt

standby ip 10.6.0.199

standby track Se0/0 101

h323-gateway voip interface

h323-gateway voip id gk-2 ipaddr 10.16.19.2 1719

h323-gateway voip h323-id 3640-1-A

h323-gateway voip tech-prefix 2#

h323-gateway voip bind srcaddr 10.6.0.21

!

STANDBY GW

===========

!

interface FastEthernet0/0

ip address 10.6.0.20 255.255.0.0

ip helper-address 10.5.0.1

duplex auto

speed auto

standby priority 100 preempt

standby ip 1.6.0.199

h323-gateway voip interface

h323-gateway voip id gk-2 ipaddr 10.16.19.2 1719

h323-gateway voip h323-id 3640-1-B

h323-gateway voip tech-prefix 2#

h323-gateway voip bind srcaddr 10.6.0.20