vtysh
network routing daemons (metapackage)
Install
- All systems
-
curl cmd.cat/vtysh.sh
- Debian
-
apt-get install quagga
- Ubuntu
-
apt-get install quagga
- Alpine
-
apk add quagga
- Arch Linux
-
pacman -S quagga
- Kali Linux
-
apt-get install quagga-core
- CentOS
-
yum install quagga
- Fedora
-
dnf install quagga
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install quagga
- Raspbian
-
apt-get install quagga
- Dockerfile
- dockerfile.run/vtysh
- Docker
-
docker run cmd.cat/vtysh vtysh
powered by Commando
quagga
network routing daemons (metapackage)
GNU Quagga is free software which manages TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, and RIPng as well as the IPv6 versions of these. As the predecessor Zebra has been considered orphaned, the Quagga project has been formed by members of the zebra mailing list and the former zebra-pj project to continue developing. Quagga uses threading if the kernel supports it, but can also run on kernels that do not support threading. Each protocol has its own daemon. It is more than a routed replacement, it can be used as a Route Server and a Route Reflector. This metapackage depends on the full suite of Quagga routing daemons.
quagga-core
network routing daemons (core abstraction layer)
GNU Quagga is free software which manages TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, and RIPng as well as the IPv6 versions of these. As the predecessor Zebra has been considered orphaned, the Quagga project has been formed by members of the zebra mailing list and the former zebra-pj project to continue developing. Quagga uses threading if the kernel supports it, but can also run on kernels that do not support threading. Each protocol has its own daemon. It is more than a routed replacement, it can be used as a Route Server and a Route Reflector. This package provides the zebra daemon, vtysh shell, and framework used by the protocol-specific daemons.
quagga-dbg
BGP/OSPF/RIP routing daemon (debug symbols)
This package provides debugging symbols for all binary packages built from quagga source package. It's highly recommended to have this package installed before reporting any Quagga crashes to either Quagga developers or Debian package maintainers.