06-01-2015 03:30 AM - edited 03-05-2019 01:35 AM
Hi Guys,
Can any one help to configure route-map on 4510 series Layer 3 switch. am able to create route-map but not able to apply on VLAN.
Cisco WS-C4510R-E
Supervisor 6-E
IOS: cat4500e-ipbase-mz.122-40.SG.bin
ROM: 12.2(44r)SG
06-01-2015 03:34 AM
Hi,
can you paste the relevant config?
What do you mean with not being able to apply to the VLAN? Doesn't accept the configuration in the SVI?
06-01-2015 06:50 AM
As far as I know you don't have the right license to run PBR ie. it is not supported with IP Base.
You would need to upgrade your license to be able to use it.
Edit - I'm assuming you are talking about PBR ?
Jon
06-01-2015 07:05 PM
Yes jon i want to use PBR. can you please suggest PBR supporting licence which can i upgrade
06-01-2015 07:39 PM
Actually it's not just the license you have an issue with.
I just checked the configuration guide for your switch and IOS version and it says PBR is not supported with the sup 6-E. See this link -
I don't know whether later releases of the software would support PBR on that supervisor.
I did a quick check on some of the newer configuration guides and they don't mention the sup not being supported so maybe it is.
It's late where I am so I am logging off but I'll do a bit more checking tomorrow.
Jon
04-11-2018 01:30 AM
Just to add, is it possible for you to run a debug - debug ip policy ?
This is to be done on your HSRP primary switch for VLAN 10.
Attempt to access from the host 10.4.28.60 to any of those specified destinations in your ACL.
As you are running OSPF between 4500 & Router. Being that the next hop is not seen as a directly connected network, you may need to change your configs to have it look something like this
access-list 110 permit ip host 10.4.28.60 10.1.0.0 0.0.255.255
access-list 110 permit ip host 10.4.28.60 10.3.0.0 0.0.255.255
access-list 110 permit ip host 10.4.28.60 10.5.0.0 0.0.255.255
access-list 110 permit ip host 10.4.28.60 10.6.0.0 0.0.255.255
!
route-map Corebank_policy permit 20
match ip address 110
set ip next-hop recursive 10.4.30.20
!
interface Vlan10
ip address 10.4.30.11 255.255.255.248
ip policy route-map Corebank_policy
standby 10 ip 10.4.30.9
standby 10 priority 200
standby 10 preempt.
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