Hi all,
I have an output as below:
Thu Sep 1 19:33:06.333 UTC VRF: vrf1 Route Source Routes Backup Deleted Memory (bytes) connected 1 0 0 136 local 1 0 0 136 dagr 0 0 0 0 bgp 65000 3000 0 0 408000 Total 3002 0 0 408272 VRF: vrf1006 Route Source Routes Backup Deleted Memory (bytes) local 1 0 0 136 connected 1 0 0 136 static 1 0 0 136 dagr 0 0 0 0 bgp 65000 0 0 0 0 Total 3 0 0 408
As you can see, the two tables are in different format. One of that starts with local, the other one with connected. One of them has static, the other one doesn't...
However all I care is the VRF# and BGP routes. So I want to use VRF as key and get the BGP routes for each table and it should handle both syntax.
I have attached the ffrm that I have created as well as a sample output but it is not working and not sure how to fix it. Any help would be appreciated.
Thanks,
Alper