Resolved! pyATS - Not capturing all output
I'm running "show run interface ethX/X" on multiple interfaces using pyATS on a Nexus9000 C9508, and the only fields in the response for each interface is description and shutdown. # command response = device.parse("show run interface eth1/1") # e...