<div>Hello everybody,</div>
<div> </div>
<div>I have a few simple questions about using a prefixes list (cisco) in RtConfig.</div>
<div> </div>
<div>Q1) How can I change the name of a prefix list?</div>
<div>I can only change the number of a prefix list : @RtConfig set cisco_prefix_acl_no = 220, as result it looks like: ip prefix-list pl100 etc.</div>
<div>I wish to use something like:  ip prefix-list CUSTOMERS-AS1286 permit ....</div>
<div> </div>
<div>Q2) How can I change the style of the prefix list from: ip prefix-list pl100 permit ....   to: ip prefix-list pl100 seq 15 permit .... ip prefix-list pl100 seq 20 permit ....</div>
<div>it will be useful to numerate the strings into a prefix list...</div>
<div> </div>
<div>Q3) How to get the aggregated the prefexes instead of using all prefixes from RIPE route-object?</div>
<div>for example:</div>
<div>RtConfig> @RtConfig access_list filter AS-EDPNET<br>!<br>no ip prefix-list pl220<br>...</div>
<div>ip prefix-list pl220 permit <a href="http://77.109.64.0/18">77.109.64.0/18</a><br>ip prefix-list pl220 permit <a href="http://77.109.64.0/20">77.109.64.0/20</a><br>ip prefix-list pl220 permit <a href="http://77.109.64.0/21">77.109.64.0/21</a><br>
ip prefix-list pl220 permit <a href="http://77.109.80.0/21">77.109.80.0/21</a><br>ip prefix-list pl220 permit <a href="http://77.109.90.0/23">77.109.90.0/23</a><br>ip prefix-list pl220 permit <a href="http://77.109.93.0/24">77.109.93.0/24</a><br>
ip prefix-list pl220 permit <a href="http://77.109.94.0/23">77.109.94.0/23</a> ge 24 le 24<br>ip prefix-list pl220 permit <a href="http://77.109.96.0/19">77.109.96.0/19</a><br>...</div>
<div>I wish to get ip prefix-list pl220 permit <a href="http://77.109.64.0/18">77.109.64.0/18</a>.</div>
<div>I am not sure about this idea, but I am trying to make the prefixes lists shorter...</div>
<div> </div>
<div>--</div>
<div>Thank you in advance,</div>
<div>Dmitry </div>
<div> </div>