We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, i just upgrade from 1.0.0 to 1.0.3 and on JunOS 19.4R3-S2.2 it seems like the XML cant be parsed anymore.
expected:
Giving Table output like in 1.0.0
reproduce:
Install Hyperglass 1.0.3 on JunOS 19.4R3-S2.2 and try to check any bgp route
Jul 02 19:42:15 hyperglas hyperglass[20576]: [INFO] 20210702 19:42:15 | scrapli.driver.base.base_driver:949 | _post_open_closing_log → connection to 'somerouterip' on port '22' closed successfully Jul 02 19:42:15 hyperglas hyperglass[20576]: [DEBUG] 20210702 19:42:15 | hyperglass.execution.drivers._common:34 | parsed_response → Pre-parsed responses: Jul 02 19:42:15 hyperglas hyperglass[20576]: ('<rpc-reply xmlns:junos="http://xml.juniper.net/junos/19.4R0/junos">\n <route-information xmlns="http://xml.juniper.net/junos/19.4R0/junos-routing">\n <route-table>\n <table-name>inet.0</table-name>\n Jul 02 19:42:15 hyperglas hyperglass[20576]: [DEBUG] 20210702 19:42:15 | hyperglass.parsing.juniper:65 | parse_juniper → Initially Parsed Response: Jul 02 19:42:15 hyperglas hyperglass[20576]: OrderedDict([('rpc-reply', OrderedDict([('@xmlns:junos', 'http://xml.juniper.net/junos/19.4R0/junos'), ('route-information', OrderedDict([('@xmlns', 'http://xml.juniper.net/junos/19.4R0/junos-routing'), ('route-table', Orde Jul 02 19:42:15 hyperglas hyperglass[20576]: [DEBUG] 20210702 19:42:15 | hyperglass.models.parsing.juniper:200 | serialize → Serialized Juniper response: vrf='default' count=8 routes=[ParsedRouteEntry(prefix='8.8.8.0/24', active=True, age=508377, weight=170, med=0, lo Jul 02 19:42:15 hyperglas hyperglass[20576]: [DEBUG] 20210702 19:42:15 | hyperglass.parsing.juniper:65 | parse_juniper → Initially Parsed Response: Jul 02 19:42:15 hyperglas hyperglass[20576]: OrderedDict([('rpc-reply', OrderedDict([('@xmlns:junos', 'http://xml.juniper.net/junos/19.4R0/junos'), ('xnm:error', OrderedDict([('@xmlns', 'http://xml.juniper.net/xnm/1.1/xnm'), ('@xmlns:xnm', 'http://xml.juniper.net/xnm/ Jul 02 19:42:15 hyperglas hyperglass[20576]: [CRITICAL] 20210702 19:42:15 | hyperglass.parsing.juniper:93 | parse_juniper → 'route-information' was not found in the response Jul 02 19:42:15 hyperglas hyperglass[20576]: [CRITICAL] 20210702 19:42:15 | hyperglass.exceptions:40 | __init__ → [DANGER] Error parsing response data
Downgrade to 1.0.0
/etc/hyperglass
3.7.3
Linux-4.19.0-17-amd64-x86_64-with-debian-10.10
2
Firefox 89 - Windows 10 1809
Thanks!
Regards
The text was updated successfully, but these errors were encountered:
78571ed
Closes thatmattlove#151: Fix issue with Junos parsing from d1160fe
7fa492a
No branches or pull requests
Hello, i just upgrade from 1.0.0 to 1.0.3 and on JunOS 19.4R3-S2.2 it seems like the XML cant be parsed anymore.
expected:
Giving Table output like in 1.0.0
reproduce:
Install Hyperglass 1.0.3 on JunOS 19.4R3-S2.2 and try to check any bgp route
Logs
Possible Solution
Downgrade to 1.0.0
Environment
Server
/etc/hyperglass
3.7.3
Linux-4.19.0-17-amd64-x86_64-with-debian-10.10
2
2
Client
Firefox 89 - Windows 10 1809
Thanks!
Regards
The text was updated successfully, but these errors were encountered: