cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

PBR doesn't work on Catalyst 9300 ( VLAN Interface)

Ryan YC
Level 1
Level 1

Hi Guys,

 

I'm suffering a problem that about PBR and VLAN Interface on the Catalyst C9300-24UX, Cisco IOS XE Software, Version 16.06.03.

 

My question is, I created a route-map and access-list as my PBR configuration, and then applied on VLAN 1, but the PBR seems doesn't work, I even didn't see any hit count when I show route-map and didn't see the relative messages from the 'debug ip policy'

 

---------------The following is the part of configurations -----------------

 

!
interface Vlan1
description Server network subnet
ip address 10.99.99.10 255.255.255.240 secondary
ip address 192.168.34.252 255.255.255.0
ip policy route-map PBR_testing
!

!

access-list 110 permit ip 10.99.99.0 0.0.0.255 192.168.56.0 0.0.0.255
!
route-map PBR_testing permit 10
match ip address 110
set ip next-hop 192.168.34.245

!

!

!

---------------The following is my topology -----------------

PBR.jpg

 

The purpose that I want to make the client (on the left bottom side) can access the server (on the right bottom side). I'm sure the routing table has the PBR's next-hop existing.

 

Please help me if you have any idea, please. I spent almost two days trying to solve this issue.

Who Me Too'd this topic