02-22-2006 08:23 AM - edited 03-03-2019 11:49 AM
I have 2 site and a data center (CCM and IPCC server) fully meshed Frame-relay network. The PVCs to the data center are 1.0 Mbps CIR and the PVCs between the sites is 320 kbps CIR. The EIGRP routing protocol would redirect the RTP via the data center. In order to force the RTP onto the PVC between site I created the following
route-map CGC permit 11
match ip address 151
set interface Serial0/2/1:0.382
access-list 151 permit ip 10.33.71.0 0.0.0.255 10.31.55.0 0.0.0.255
The subnets are voice subnets for the 2 sites. This route-map is applied to gigethernet voice subinterface.
It seems to be working properly from IP phone to IP phone, however from GW in one site to a phone in another site it goes via the data center.
I am using H.323 GW and it is configured on the voice subinterface.
Any suggestions,or better way of doing this?
Chris
02-22-2006 10:00 AM
Hi,
You can use the distance command on the spokes to minipulate the preference of the routes that you want traffic to go directly between the spokes.
i.e
router eigrp 1
distance 89 10.1.1.1 0.0.0.0
the above will set the distance for routes matched by the acl from neighbor 10.1.1.1 to 89 therefore preferred over the route learnt from the DC router.
HTH
E.
02-22-2006 12:24 PM
Chris,
I would suggest you use offset-list to change the metric of spoke2's LAN at spoke1 so that it does not prefer the route coming in via HQ.
You can set this to an interface (sub interface going from spoke 1 to spoke2)
HTH
Sankar.
PS: please rate the post if it helps!
02-22-2006 02:44 PM
Thanks Sankar, I thought about it, but felt the PBR would work better. I must have been doing my testing wrong as it appears to be working properly now. Thanks.
Chris
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide