07-16-2009 07:14 AM - edited 03-04-2019 05:27 AM
Hi all,
I would like have web traffic to be directed towrds a default gateway 1.1.1.1 and SMTP traffic towards a different gateway 1.1.1.2.
I know I need apolicy based routing.
Is it possibile to configure PBR in catalyst 3560?
if it is, what image do I need: the base or the enhanced one?
Thank you very much
Solved! Go to Solution.
07-16-2009 07:23 AM
Lorenzo
Yes the 3560 does support PBR and you will need the Enhanced Image - IP services.
You also need to enable to the routing template, "sdm prefer routing".
And there are some unsupported PBR commands on the 3560 -
Jon
07-16-2009 07:23 AM
Lorenzo
Yes the 3560 does support PBR and you will need the Enhanced Image - IP services.
You also need to enable to the routing template, "sdm prefer routing".
And there are some unsupported PBR commands on the 3560 -
Jon
07-16-2009 07:45 AM
Thank you jon.
Do you think it could work the following way?
route-map PBR permit 10
match ip address PBRACL
set IP next hop 1.1.1.2
access-list PBRACL permit tcp host 1.1.1.30 any eq 25
ip route 0.0.0.0 0.0.0.0 1.1.1.1
int vlan 1
ip address 1.1.1.254 255.255.255.0
ip policy route-map PBRACL
on a catalyst 3560 with IP service Image
in order to send SMTP from server 1.1.1.30 to 1.1.1.2 and all the lan traffic (included 1.1.1.30 apart from tcp 25) to 1.1.1.1?
THhank you very much
Johnny
07-16-2009 08:35 AM
Johnny
Yes that config looks fine.
Jon
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