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

quagga discontinued - modify scripts for bgp commands via vtysh #9

Open
vEDW opened this issue Mar 23, 2023 · 1 comment
Open

quagga discontinued - modify scripts for bgp commands via vtysh #9

vEDW opened this issue Mar 23, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vEDW
Copy link
Contributor

vEDW commented Mar 23, 2023

As quagga is discontinued, in order to transition to FRR, review all scripts that manipulate bgp by directly editing the /etc/quagga/bgp.conf file an dreplace it by vtysh commands to achieve same result.

As vtysh is also used to configure FRR, it should help transition to FRR in a second phase.

@vEDW vEDW added the enhancement New feature or request label Mar 23, 2023
@vEDW vEDW self-assigned this Mar 23, 2023
@vEDW
Copy link
Contributor Author

vEDW commented Mar 28, 2023

some vtysh commands:

to remove bgp neighbor:

  • vtysh -c "show bgp summary"
  • vtysh -c "configure terminal" -c "router bgp 65800" -c "no neighbor 172.50.0.136 remote-as 65936"
  • vtysh -c "write memory"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant