Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
FRRouting (FRR)
v0.1.3Query the local FRRouting daemons via vtysh — BGP summary + neighbors, BFD peers, IP route summary, and interface state — plus one gated mutation: shut a BGP neighbor to drain a node from an anycast VIP. Reads are `show` commands; the drain is policy-gated (risk: high).
vtysh
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:10d44915dd07d4a57de04f06d5a780c98dd567260912c2a9359184a0084f3ea3
sudo emisar pack install frr \ --hash sha256:10d44915dd07d4a57de04f06d5a780c98dd567260912c2a9359184a0084f3ea3 \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 6 total
View on GitHub-
vtysh -c "show bfd peers"
-
vtysh -c "router bgp <asn>" -c "neighbor <peer> shutdown"
-
vtysh -c "show bgp neighbors"
-
vtysh -c "show bgp summary"
-
vtysh -c "show interface brief"
-
vtysh -c "show ip route summary"