Skip to content
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

PR for adding functionality to parse additional interface configuration using ShowRunInterface #765

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

akanxap
Copy link

@akanxap akanxap commented Jun 27, 2023

Description

Added functionality in show_run.py ShowRunInterface class to parse additional lines of config - dot1x timeouts (supp_timeout, ratelimit_period), dot1x source template, ipv6_nd_raguard, spanning_tree_guard, and switchport for voice vlan.

Motivation and Context

This change helps us parse the additional lines using genieparser, and helps us get complete characteristics of an interface configuration. Previously, we weren't able to use this parser to check whether an interface is dot1x (802.1x) configured or not, now we can.

Impact (If any)

No negative impact

Screenshots:

genieparser_pytest genienew_complied_output

Checklist:

  • I have updated the changelog.
  • I have updated the documentation (If applicable).
  • I have added tests to cover my changes (If applicable).
  • All new and existing tests passed.
  • All new code passed compilation.

@akanxap akanxap requested a review from a team as a code owner June 27, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant