<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div style="color: rgb(33, 33, 33); background-color: rgb(255, 255, 255); text-align: left;" dir="auto">
Show run will list the prefix list in the wrong order. Shows up on mine like that too. Version 7.2 and 7.1</div>
<div id="ms-outlook-mobile-signature" dir="auto" style="text-align: left;">
<div><br>
</div>
Thanks</div>
<div id="ms-outlook-mobile-signature" dir="auto" style="text-align: left;">Travis</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> frog <frog-bounces@lists.frrouting.org> on behalf of Patrick Boutilier <boutilpj@ednet.ns.ca><br>
<b>Sent:</b> Saturday, January 25, 2020 7:02:53 AM<br>
<b>To:</b> frog@lists.frrouting.org <frog@lists.frrouting.org><br>
<b>Subject:</b> Re: [FROG] Display in wrong order for prefix-list</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On 1/25/20 6:46 AM, Sébastien 65 wrote:<br>
> Hi,<br>
> <br>
> I note that the display of a prefix-list AND bgp as-path access-list is <br>
> not in the correct order, the sequences are mixed and this is not easily <br>
> readable ...<br>
> <br>
> ip prefix-list LIST1 seq 10 deny X<br>
> ip prefix-list LIST1 seq 100 deny X<br>
> ip prefix-list LIST1 seq 105 deny X<br>
> ip prefix-list LIST1 seq 15 deny X<br>
> ip prefix-list LIST1 seq 20 deny X<br>
> ip prefix-list LIST1 seq 200 permit X<br>
> ip prefix-list LIST1 seq 25 deny X<br>
> ip prefix-list LIST1 seq 30 deny X<br>
> ip prefix-list LIST1 seq 35 deny X<br>
> ip prefix-list LIST1 seq 40 deny X<br>
> ip prefix-list LIST1 seq 45 deny X<br>
> ip prefix-list LIST1 seq 5 deny X<br>
> <br>
> How to display the sequences in the right order <br>
> (10,15,20,25,...,100,105,200,...)?<br>
> <br>
> Thank you !<br>
> <br>
<br>
What command is giving you that listing? When I run "show ip <br>
prefix-list" I get the output grouped together in the correct order. For <br>
example:<br>
<br>
ZEBRA: ip prefix-list test: 2 entries<br>
seq 5 permit any<br>
seq 10 permit 1.1.1.1/32<br>
OSPF: ip prefix-list test: 2 entries<br>
seq 5 permit any<br>
seq 10 permit 1.1.1.1/32<br>
BGP: ip prefix-list test: 2 entries<br>
seq 5 permit any<br>
seq 10 permit 1.1.1.1/32<br>
<br>
<br>
> <br>
> <br>
> _______________________________________________<br>
> frog mailing list<br>
> frog@lists.frrouting.org<br>
> <a href="https://lists.frrouting.org/listinfo/frog">https://lists.frrouting.org/listinfo/frog</a><br>
> <br>
<br>
</div>
</span></font></div>
</body>
</html>