Open mupchu opened 3 years ago
I'm seeing the same issue with " show ip bgp {address_family} vrf {vrf} neighbors {neighbor} advertised-routes" command.
Does anyone have any solution for this bug? For us it's happening with
show ip bgp neighbors {neighbor} advertised-routes
well I just started running it natively in pyats and it works there, I just don't have the ansible wrapper to go with it.
When running this parser (show bgp all neighbors advertised-routes) directly, or just parsing the output (ios device) I get an error:
fatal: [192.168.86.202]: FAILED! => {"msg": "Unable to parse output for command 'show bgp all neighbors 192.168.100.5 advertised-routes' ('Device' object has no attribute 'execute')"}
playbooks.txt ansible output.txt