The local route generation has three variables: generate from static, import, export.
Each has a place to filter. What happens if the route:
Not only the export statement be modified, an modification of policy can occur on the import statement. This allows a user to attach the IDRP policy to specific routes, and then run export policy on a combine set of routes.
This set of tests filters in routes, and then attaches various additional policy to routes that match the filter. The path attributes that can be added to a particular route that is imported is the following:
import proto idrp rdi 0x490130
idrp-ps-att
{
(policy-statments)
}
Example on export
export proto idrp rdi 0x490130
idrp-ps-att
{
(policy-statments)
}
{
proto idrp rdi 0x490129;
{
all;
}
}
idrp_ps_route_option grouprouteserver yes/no; ext-info null/restrict hierarch_rec null/restrict multiexit null/restrict/
idrp_ps_pref_calc group/ value hopcount_offset (idrp_preference)
idrp_ps_dist_optionprohibit-dist {rdi1 rdi2 ... rdin } allow-dist { rdi1 rdi2 .. rdin }
idrp_ps_QOS_optiondelay value rdle value expense value priority value capacity value For version 2.0 only the capacity portion is valid
For each of the attributes above add the condition to the attribute, and then transmit it out.