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

PBR on IE-3400 not working

 

Hello Team, 

I hope you are doing well!

I'm trying to implement PBR on Industrial switch IE-3400. I used the how to below, but the result was not ok.



https://www.cisco.com/c/en/us/td/docs/switches/lan/cisco_ie3X00/software/17_3/b_ip_routing_17-3_iot_switch_cg/m_configuring-ipv4-policy-based-routing.html

Here are my configuration:

interface Vlan51
description SCs_SPV01
ip address 10.40.51.1 255.255.255.0
ip policy route-map SPV1
!
interface Vlan52
description SCs_SPV02
ip address 10.40.52.1 255.255.255.0
!
interface Vlan1074
description Interconnection_01
ip address 10.40.34.234 255.255.255.252
!
interface Vlan1075
description Interconnection_02
ip address 10.40.34.238 255.255.255.252
!
interface Vlan1076
description Interconnection_03
ip address 10.40.34.242 255.255.255.252
!
interface Vlan1077
description Interconnection_03
ip address 10.40.34.246 255.255.255.252
!
ip access-list extended LINK1
10 permit ip 10.40.51.0 0.0.0.255 any

route-map SPV01 permit 10
match ip address LINK1
set ip next-hop 10.40.34.233

I applied this config on the SVI vlan 51 (ingress interface), but there isn't worked well and there no matches on the route-map.

I would like to know if someone has facing this problem before.

Thank you in advanced for all support.

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

First i would like to know what License you have as per i know on IE switch PBR required network advantage License.

show version also help here.

I see your Route-map not matching :

 

interface Vlan51
ip policy route-map SPV1

route-map SPV01 permit 10
match ip address LINK1
set ip next-hop 10.40.34.233

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

5 Replies 5

Share 

Debug ip policy 

Here when you generate traffic 

MHM

I have looked at your config and do not see any obvious issues. Is it possible that the device at 10.40.34.233 is not prepared to handle the traffic that you should be forwarding to it? Can you post the output of show ip interface brief? Are there any log messages generated when you attempt to use PBR for this?

HTH

Rick

balaji.bandi
Hall of Fame
Hall of Fame

First i would like to know what License you have as per i know on IE switch PBR required network advantage License.

show version also help here.

I see your Route-map not matching :

 

interface Vlan51
ip policy route-map SPV1

route-map SPV01 permit 10
match ip address LINK1
set ip next-hop 10.40.34.233

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

@balaji.bandi Good catch about the route map name mismatch. I looked at the config and missed this detail. I am glad that you caught it.

HTH

Rick

Thank you @balaji.bandi . 

I adjusted the route-map name on the SVI VLAN 51 and solved my problem.

Thank you so much for all support team. 

Review Cisco Networking for a $25 gift card