cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1434
Views
0
Helpful
1
Replies

DF bit and route map

davidKamal2000
Level 1
Level 1

Hi All,

i have issue with 


Switch Ports Model SW Version SW Image Mode
------ ----- ----- ---------- ---------- ----
* 1 56 WS-C3850-48P 03.07.04E cat3k_caa-universalk9 INSTALL

 

when i add:

interface Vlan261
ip address 10.158.20.126 255.255.255.128
ip policy route-map POC  <<<<<<this line disappear after adding the DF bit to the route map>>>

 

 

route-map POC, permit, sequence 10
Match clauses:
ip address (access-lists): ACL-LTY
Set clauses:
ip df 0 <<<<<< this line make the route map disappear from the vlan interface>>>>>
ip next-hop 10.154.31.1

this make the PBR not working 

any solution ?

thanks

 %PLATFORM_PBR-3-UNSUPPORTED_RMAP: Route-map POC has unsupported options for Policy-Based Routing. It has been removed from interface, if applied.

1 Accepted Solution

Accepted Solutions

Hello,

 

it is a limitation on the 3850 platform. Check the link below:

 

--> Only set ip next-hop command can be used under route-map configuration mode when you configure policy-based routing.

 

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_pi/configuration/xe-3se/3850/iri-xe-3se-3850-book/iri-pbr.html#GUID-5CDCF70B-8D30-48E0-893A-1361A9EFDEB7

View solution in original post

1 Reply 1

Hello,

 

it is a limitation on the 3850 platform. Check the link below:

 

--> Only set ip next-hop command can be used under route-map configuration mode when you configure policy-based routing.

 

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_pi/configuration/xe-3se/3850/iri-xe-3se-3850-book/iri-pbr.html#GUID-5CDCF70B-8D30-48E0-893A-1361A9EFDEB7