[FROG] Display in wrong order for prefix-list
Patrick Boutilier
boutilpj at ednet.ns.ca
Sat Jan 25 08:02:53 EST 2020
On 1/25/20 6:46 AM, Sébastien 65 wrote:
> Hi,
>
> I note that the display of a prefix-list AND bgp as-path access-list is
> not in the correct order, the sequences are mixed and this is not easily
> readable ...
>
> ip prefix-list LIST1 seq 10 deny X
> ip prefix-list LIST1 seq 100 deny X
> ip prefix-list LIST1 seq 105 deny X
> ip prefix-list LIST1 seq 15 deny X
> ip prefix-list LIST1 seq 20 deny X
> ip prefix-list LIST1 seq 200 permit X
> ip prefix-list LIST1 seq 25 deny X
> ip prefix-list LIST1 seq 30 deny X
> ip prefix-list LIST1 seq 35 deny X
> ip prefix-list LIST1 seq 40 deny X
> ip prefix-list LIST1 seq 45 deny X
> ip prefix-list LIST1 seq 5 deny X
>
> How to display the sequences in the right order
> (10,15,20,25,...,100,105,200,...)?
>
> Thank you !
>
What command is giving you that listing? When I run "show ip
prefix-list" I get the output grouped together in the correct order. For
example:
ZEBRA: ip prefix-list test: 2 entries
seq 5 permit any
seq 10 permit 1.1.1.1/32
OSPF: ip prefix-list test: 2 entries
seq 5 permit any
seq 10 permit 1.1.1.1/32
BGP: ip prefix-list test: 2 entries
seq 5 permit any
seq 10 permit 1.1.1.1/32
>
>
> _______________________________________________
> frog mailing list
> frog at lists.frrouting.org
> https://lists.frrouting.org/listinfo/frog
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: boutilpj.vcf
Type: text/x-vcard
Size: 286 bytes
Desc: not available
URL: <http://lists.frrouting.org/pipermail/frog/attachments/20200125/39b59778/attachment.vcf>
More information about the frog
mailing list