12-13-2012 12:52 AM - edited 03-07-2019 10:34 AM
Can not set route map on interface vlan. which in non default vrf on Cisco 3750.
IOS c3750-ipservicesk9-mz.122-55.SE.bin
sdm prefer route in enable
ip vrf users
rd 200:0
route-target export 200:0
route-target import 200:0
interface Vlan201
description Users 1
ip vrf forwarding users
ip address 10.31.76.1 255.255.252.0
ip helper-address 10.31.4.57
route-map fromuser permit 10
match ip address fromuser
set ip next-hop 10.31.128.155
When I enter "ip policy route-map fromuser" to interface Vlan 201 I heve the message:
% Remove VRF configuration from interface Vlan201 first
12-13-2012 02:24 AM
I'm no VRF ot PBR expert, but let me see your ACL for the PBR and the interface VLAN 202 please.
12-13-2012 03:49 AM
I'm sorry, I've made a mistake.
The right message is:
When I enter "ip policy route-map fromuser" to interface Vlan 201 I heve the message:
% Remove VRF configuration from interface Vlan201 first
12-13-2012 04:14 AM
does that help?
Otherwise I will shut up first from my side
The VRF Selection Using Policy Based Routing feature can coexist with the VRF Selection Based on Source IP address feature on the same router, but these features cannot be configured together on the same interface. This is designed behavior to prevent VRF table selection conflicts that could occur if these features were misconfigured together
http://www.cisco.com/en/US/docs/ios/12_2s/feature/guide/fs_pbrsv.html
12-13-2012 04:17 AM
Hi,
"
VRF and PBR are mutually exclusive on a switch interface. You cannot enable VRF when PBR is enabled on an interface. The reverse is also true, you cannot enable PBR when VRF is enabled on an interface. "
Regards.
Alain
Don't forget to rate helpful posts.
12-13-2012 06:04 AM
It's a pity
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