jamiecaesar / securecrt-tools

SecureCRT scripts, written in Python, for doing various tasks when connected to Cisco equipment.
Apache License 2.0
252 stars 77 forks source link

NextHopSummary doesn't recognize sub-ints #12

Closed jamiecaesar closed 9 years ago

jamiecaesar commented 9 years ago

If a router interface has multiple sub-interfaces (router on a stick install, dot1q), all the IPs get assigned to the physical interface in the script output. The script does not break out by sub-interface like it should.

jamiecaesar commented 9 years ago

Fixed