02-09-2011 08:45 AM - edited 03-04-2019 11:22 AM
I am trying to configure my 2921 router to route 2 diffrent ISP's subnets (1 t1 and 1 fiber) they both have diffrent subnets, i have a /28 on both connections
1 is ethernet based attached to ge/01
the other is serial on seiral 0/0/0:0
Both nets terminate to one interface on my router ge0/0.99
on that net are my various firewalls and routers for diffrent routable subnets each with their own fail over policys and routing prefrences
I have tried a route-map but that does not seam to be working as everything goes out the t1 line. regardless of the settings
My question is their an easy way to do this?
I created a route-map that looks like this
route-map setnexthop permit 50
match ip address 50
set ip next-hop ISP-B Router
the access list looks like
access-list 50 permit 24.xxx.xxx.240 0.0.0.15 (this is my ISP-B subnet a /28)
at this point everything still ends up going via ISP-A and works with the ISP-B subnet not sure how this is working
Message was edited by: Steven Peterson
I have attached a small diagram to explain the network a little better
Message was edited by: Steven Peterson
Solved! Go to Solution.
02-09-2011 07:23 PM
Hi,
Can you confirm where this route-map is applied.
I did not see this applied on interface
int
ip policy route-map setnexthop
Regards
Mahesh
02-09-2011 07:23 PM
Hi,
Can you confirm where this route-map is applied.
I did not see this applied on interface
int
ip policy route-map setnexthop
Regards
Mahesh
02-10-2011 11:04 AM
that fixed the main issue...
but now i have another intresting issue,
only the first address of isp-b range gets packets the others do not, i would expect that to be a mask issue but my syntax looks ok..
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