Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
FRRouting (FRR)
v0.1.0Query the local FRRouting daemons via vtysh — BGP summary + neighbors, BFD peers, IP route summary, and interface state. Read-only `show` commands.
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:b4a1c60b9b594b054c2f80d4c7541bf9ffa20ba5ead31271d1f26740f241e970
sudo emisar pack install frr \ --hash sha256:b4a1c60b9b594b054c2f80d4c7541bf9ffa20ba5ead31271d1f26740f241e970 \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 5 total
View on GitHub-
vtysh -c "show bfd peers"
-
vtysh -c "show bgp neighbors"
-
vtysh -c "show bgp summary"
-
vtysh -c "show interface brief"
-
vtysh -c "show ip route summary"