I have a lot of sites that need to have a new ACL added. Each site has a different network (10.x.x.x) but they all follow the same scheme for the last octet. I have a custom property that is the site prefix (10.x.x.) is there a way that I can set up the job in NCM to add the site prefix to the standard list that I will be using?
EX.
ip access-list extended MY_ACL
10 permit ip host CP_Prefix_List.254 10.111.6.0 0.0.0.255
20 permit ip host CP_Prefix_List.254 10.110.6.0 0.0.0.255
80 permit ip host CP_Prefix_List.254 host 72.x.x.x
90 permit ip host CP_Prefix_List.254 host 72.x.x.y
100 permit ip CP_Prefix_List.0 0.0.0.63 10.111.6.0 0.0.0.255
110 permit ip CP_Prefix_List.0 0.0.0.63 10.110.6.0 0.0.0.255
190 permit ip CP_Prefix_List.64 0.0.0.31 10.111.6.0 0.0.0.255
200 permit ip CP_Prefix_List.64 0.0.0.31 10.110.6.0 0.0.0.255
240 permit ip CP_Prefix_List.96 0.0.0.31 10.111.6.0 0.0.0.255
250 permit ip CP_Prefix_List.96 0.0.0.31 10.110.6.0 0.0.0.255
280 permit ip CP_Prefix_List.96 0.0.0.31 10.111.8.0 0.0.0.255
290 permit ip CP_Prefix_List.96 0.0.0.31 10.111.0.0 0.0.0.31
320 permit ip CP_Prefix_List.0 0.0.0.63 10.110.81.0 0.0.0.255
330 permit ip CP_Prefix_List.64 0.0.0.31 10.110.81.0 0.0.0.255
thanks