-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
VyOS 1.3 #169
Comments
i use type=vyos and change quangga.php as follow: Before:
Change to:
the old code will generate following command: The valid command should be: |
VyOS 1.3 is deprecated now, so no need to add support for lg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On VyOS 1.3, with
type=vyatta
, theshow route ...
commands does not work.I investigated a bit and found out that the vyatta module is supposed to run commands in operator mode. Due to the fact that Vyatta inherits from Quagga the wrong commands are being used:
Command: vtysh -c " show ipv6 bgp regexp ^17990_ "
Command: vtysh -c " show ipv4 bgp unicast 1.1.1.1 "
Command: vtysh -c " show ipv6 bgp unicast 2600:: "
I fixed the problem by setting
type=frr
, this way I'm using the vtysh instead of the vyatta operator mode commands.Maybe it would be a good idea to adjust the documentation regarding how to setup looking-glass for vyos.
The text was updated successfully, but these errors were encountered: