11-07-2012 11:51 AM
Hi
Any one knows hows to clear df bit in IOS-XR from interface.. we used to do it in IOS as follows:
interface xxxx
ip policy route-map CLEAR_DF
route-map clear-df-bit permit 10
match any
set ip df 0
We need to apply same for ASR running IOS-XR 4.2.1
This is not about PBR support on ASR, We need to know option of clearing DF bit from IPv4 packet
Sameer
11-07-2012 01:21 PM
hi Sameer,
PBR is not currently supported on the ASR9K. Have a look at ABF alternatively:
What is the use-case on the ASR9K as it doesn't do PBR ?
regards,
david
11-09-2012 09:37 AM
E-PBR will be supported starting 4.3.1(March/April)
10-24-2013 06:08 AM
Hi
I tried looking for this feature on IOS-XR and still couldn't able to locate it? Is it possible for you to send me link where detail of the same being discussed?
Regards
Sameer Shah
10-24-2013 07:32 AM
Sameer,
This is supported in 5.1.0. Here is an example of the config:
ipv4 access-list allow_acl
10 permit ipv4 any any (cfg)
class-map type traffic match-any df_class
match access-group ipv4 allow_acl
end-class-map
policy-map type pbr df_bit_policy
class type traffic df_class
set ipv4 df 1
Bryan
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