-
Notifications
You must be signed in to change notification settings - Fork 741
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
Interface with "connected" in the description is incorrectly reported as as connected interface by cisco_ios_show_interfaces_status #1397
Comments
I was hoping this would be a really simple fix, but VLAN ID can't be made exclusively numeric due to trunk and routed showing up in the output. |
@classicmac This results in the below incorrect structured data.
Changing the VLAN ID to Worked up PR #1449 that fixes this |
…resulted from a fix for networktocode#1397
…resulted from a fix for networktocode#1397 (networktocode#1580)
This was merged, please close issue. |
Curious why these issues are not auto-closing like GH should be. |
ISSUE TYPE
TEMPLATE USING
SAMPLE COMMAND OUTPUT
SUMMARY
When an interface has the text "connected" in the interface description it is being reported as a connected interface even when the interface isn't connected.
EXPECTED RESULTS
Interface is only reported as connected when the status is connected.
ACTUAL RESULTS
Interface was reported as connected when it wasn't.
The text was updated successfully, but these errors were encountered: