Bug (unassigned variable) in show ip route parser, version 21.10
See original GitHub issue/lib/python3.9/site-packages/genie/libs/parser/iosxe/show_routing.py", line 454, in cli
route_dict['active'] = active
UnboundLocalError: local variable 'active' referenced before assignment
Also reported in the pyats repo (dulicate): https://github.com/CiscoTestAutomation/pyats/issues/136
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Issues · CiscoTestAutomation/genieparser - GitHub
sub-component of Genie that parse the device output into structured ... Bug (unassigned variable) in show ip route parser, version 21.10.
Read more >16.4. Static Routes and the Default Gateway
Configuring Static Routes Using the Command Line. If static routes are required, they can be added to the routing table by means of...
Read more >Oracle Digital Assistant Known Issues - Cloud
Setting userScope variable to a map fails with javaException:Can't find a variable type for variable value class 'class java.util.HashMap' . Web SDK: Not ......
Read more >Advanced ASR 9000 - Operation and Troubleshooting
Use Telemetry or SNMP to check on power population and status ... Cisco IOS XR Software, Version 5.3.3[Default] ... Allows for variable number...
Read more >VPC-DI System Administration Guide, Release 21.10 - Cisco
VPC-DI System Administration Guide, Release 21.10. ... Any examples, command display output, network ... Configuring a Static Route for an Interface 137.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A fix has been pushed and is in the process of being merged in. Thank you @maercu for pointing out the issue.
seems th issue is fixed could you update to latest version and check again