Script to pull "show ip route" from devices and parse output as a table containing subnet and next hop.
Currently present features:
- Create table with ['SUPERNET', 'SUBNET', 'NEXT_HOP'] given show ip route output.
Refer repo for sample input file and template.
Features to add:
- Add SSH login given device to pull output.