-
Notifications
You must be signed in to change notification settings - Fork 55
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
genie.metaparser.util.exceptions.SchemaMissingKeyError: Show Command: show spanning-tree #110
Comments
Hi, i think the pattern is matched from the device output is not matching the output schema. You can start investigating from there, or you can share the device output with us and the commands you used. |
Hi, I can reproduce with the following command: This is the beginning of the exception file (it's very long, I can send it to you in private if you prefer).
I can also provide you the full command output in private if desired. Please find a sample:
|
Hi, can you send me the testbed file via [email protected]? |
Done! |
Hi sorry for the late response, so far the issue relates to the parser show spanning-tree detail, as the parser library is community-driven, we recommend you to try modifying this parser to match your needs. |
Hi,
I encounter some missing key exceptions on the 'stp' model (Stp.Learn) for IOS-XE (running 17.3.4)
Missing keys: [['rapid_pvst', 'vlans', 2135, 'interfaces'], ['rapid_pvst', 'vlans', 2140, 'interfaces'], ['rapid_pvst', 'vlans', 2145, 'interfaces'], ['rapid_pvst', 'vlans', 2151, 'interfaces'], ['rapid_pvst', 'vlans', 2157, 'interfaces'], ['rapid_pvst', 'vlans', 2160, 'interfaces'], ['rapid_pvst', 'vlans', 3346, 'interfaces']]
Caught error while executing target in child process-4:
The text was updated successfully, but these errors were encountered: