-
Notifications
You must be signed in to change notification settings - Fork 735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arista and show int status #410
Comments
I am confused as to what issue you are reporting. I am assuming that the type of the object being returned is not really the issue, but that the data is not being parsed by TextFSM. What is actually returned? Is it a message, is it the contents of the command output from the device, or is it something else? Have you tried using this project with the command output? Have you tried CliTable or TextFSM with the command output? |
Basically the show int status is not returning structured data but instead is returning just text string. I brought the issue up to a co-worker and it appears the newer Arista code integrated a flags field in the output of show int status. This is probably why the returned data does not match the template. We are going to play around with the template file and see if we can get it work properly. If we do I will post the changes. |
@jshively37 Just wanted to see if there was an update on your end? |
@jshively37 I'm going to go ahead and close this issue. If you guys fixed the issue and would like to share the changes to to the template then you're more than welcome to submit a PR back for this or you can post the output and we can help figure out a fix for your issue. |
ISSUE TYPE
TEMPLATE USING
SAMPLE COMMAND OUTPUT
The text was updated successfully, but these errors were encountered: