sincerywaing
sincerywaing
I recently got a similar use case so circirling back on this one. I mean for junos it's fine we can use key to filter table name if we want...
I guess the difficult part for ios is that you need parse everything!@mirceaulinic I'll start looking into this :)
I spent some time looking into this and found it is really complicated to list every attribute for ios - ``` def get_route_to(self, vrf='', destination=''): """ Returns a dictionary of...
so a better implementation would be separate the output to two parts - Part I start from beginning to 'last update' to parse protocol, distance, metric, routing_table; Part II strat...