Evil_TTL> show | s

DF Bit

Category:Cisco Systems -> Routing and Switching

route-map DF_Bit_Clear permit 10 
 match ip address UDP
 match length 1400 1500
 set ip df 0
 
ip access
-list extended UDP
 permit udp any any

interface TenGigabitEthernet0/0
 description South
 ip address x
.x.x.x
 ip policy route
-map DF_Bit_Clear 
By privilege15