01-10-2019 12:57 PM
I would like to setup a site with a specific gateway of last resort if they are coming from a specific subnet. I am assuming the best way to do that is on our layer 3 switch with a PBR.
I am looking for an example of how to set that up.
Thanks
Tracy
01-22-2019 09:18 AM - edited 01-22-2019 09:19 AM
Yes it can change what memory is used for what.
Yes you usually need IP Services to run PBR (you could always check your switch model configuration guide for more details).
Jon
01-25-2019 01:19 PM
I am on a 3750 with the IPservices. The sdmo is routing.
The command policy works if the route map says
route-map z_last_resort permit 10
match ip address testz
set ip next-hop x.x.x.x
This works except is sends all traffic in the testz access-list to the next-hop so I need to you use following instead:
set ip default next-hop X.X.X.x
As soon as I do that the Policy command no longer shows under the interface. It seems like that is an issue with the 3750, what would be a different way to process a different gateway of last resort for a specific subnet? I think I can use this way on other models but I have seen that this is particular command does not work on the 3750.
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