cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4113
Views
0
Helpful
4
Replies

DF bit Clear

sameer.shah
Level 1
Level 1

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

4 Replies 4

dpothier
Cisco Employee
Cisco Employee

hi Sameer,

PBR is not currently supported on the ASR9K. Have a look at ABF alternatively:

http://www.cisco.com/en/US/docs/routers/asr9000/software/asr9k_r4.2/addr_serv/configuration/guide/b_ipaddr_cg42a9k_chapter_01.html#con_1158105

What is the use-case on the ASR9K as it doesn't do PBR ?

regards,

david

Neel Shah
Level 1
Level 1

E-PBR will be supported starting 4.3.1(March/April)

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

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