FRRouting (FRR)

v0.1.0

Query the local FRRouting daemons via vtysh — BGP summary + neighbors, BFD peers, IP route summary, and interface state. Read-only `show` commands.

Pack ID
frr
Vendor
emisar
OS
linux
Actions
5
Required binaries: vtysh. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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

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