Skip to main content

FRRouting (FRR)

v0.1.3

Query 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).

5 allowed by default 1 need approval
Pack ID
frr
Vendor
emisar
OS
linux
Actions
6
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
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

on the runner host
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