cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
502
Views
0
Helpful
5
Replies

Route-Map Conifg on 4510

itsd.na01
Level 1
Level 1

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

 

 

5 Replies 5

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?

Jon Marshall
Hall of Fame
Hall of Fame

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

itsd.na01
Level 1
Level 1

Yes jon i want to use PBR. can you please suggest PBR supporting licence which can i upgrade

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 -

http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/12-2/40sg/configuration/guide/Wrapper-40SG/pbroute.html

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

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.

Review Cisco Networking for a $25 gift card