Quagga is a network routing software suite providing implementations of Open Shortest Path First (OSPF), Routing Information Protocol (RIP), Border Gateway Protocol (BGP) and IS-IS for Unix-like platforms, particularly Linux, Solaris, FreeBSD and NetBSD.
Questions tagged [quagga]
46 questions
1
vote
0 answers
ISIS router adjacency issue
I'm trying to setup a basic ISIS routing policy for a network with the following configurations:
Server A:
router1.home.domain1.net# show running-config
Current configuration:
!
hostname router1.domain1.net
password abcdefg
!
interface…

adalal
- 80
- 1
- 7
1
vote
0 answers
Centos 7.3 Quagga (ospf) configuration changes after reboot
I have configured ospf as shown below:
cat /etc/quagga/ospfd.conf
!
! Zebra configuration saved from vty
! 2017/05/31 10:13:20
!
...
...
...
!
interface foo1
description Tunnel foo1
ip ospf cost 250
ip ospf dead-interval minimal…

Vini7
- 131
- 5
1
vote
0 answers
ripd ospfd and bgpd all with syntax error on line 1
I'm using an OpenBSD 5.9 VM and installed quagga recently.
I'm unable to run any dynamic routing protocol (ripd -d, ospfd -d or bgpd -d) and I get always the same error message,
example for RIP
#ripd -d
/etc/ripd.conf:1: syntax error
I've copied…

OpenSourcery
- 11
- 1
1
vote
1 answer
no writting permition for quagga to write config files / CentOS 7
config:
cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
sestatus
SELinux status: enabled
SELinuxfs mount: /sys/fs/selinux
SELinux root directory: /etc/selinux
Loaded policy name: …

Zaza
- 127
- 1
- 7
1
vote
1 answer
Routing with Quagga and OpenVPN
We plan to connect servers in two racks with each other. Let's assume we have 5 servers in each rack, connected with a fast switch. Each server has a 1 GBit Internet uplink.
The following might be very stupid, but networking is not my area of…

lbenedix
- 13
- 3
1
vote
0 answers
Quagga OSPF not updating
TL;DR: routing daemon not updating tables. Help!
Consider two different Linux vm's configured for routing, R1 and R2, which are directly connected on 10.0.0.0/24. Each has other networks on their other interfaces. They probably want to advertise the…

user349251
- 53
- 1
- 8
1
vote
1 answer
BGP redistribute connected
I used the quagga package to learn BGP in my test Network. So i used the command redistribute connected that sends the Router UPDATE message as expected with all the links. However my task is to prevent it from advertising a particular subnet. I…

Ankur Bhatia
- 113
- 5
1
vote
1 answer
Issues with quagga and zebra in virtual machine
I'm trying to use quagga and zebra in a virtual machine with debian. I installed and configured quagga, the deamon file and configured the zebra.conf file. When I try to start quagga (service quagga restart) I get the following message:
Loading…

Alhar
- 11
- 1
1
vote
1 answer
Site-To-Site VPN with Quagga
Can Quagga broadcast a statically configured routes to all the computers in that network.
Say for example I have network 10.0.1.0/16. In one of the PC in this network I am running Quaaga server and have configured a route there. Can this route be…

peter_selva1
- 21
- 4
1
vote
1 answer
Inactive router on quagga
Im trying to connect 5 virtual machines using quagga but for some reason one of my virtual routers appears as inactive, when I use "show ip route" my router with IP "192.168.2.2" is inactive https://i.stack.imgur.com/ejj0I.jpg
How can I activate my…

erick
- 11
- 2
1
vote
1 answer
How to redistribute connected /32 with quagga ospfd?
I have a VM host which acts as a quagga router. It announces routes to its hosted VM's (I don't use bridges, only routed VM's)
It works well when tun interface is configured with a /30 ; for example :
$ ip a
4: gentoo:…

Bastien Durel
- 380
- 1
- 5
- 11
1
vote
2 answers
BGP preferred outbound peer for given prefix when none of my peers directly announce the prefix (it's handled by the Default route)
I'm connected to 2 BGP peers; They both give me a filtered table that includes a default + about 30K prefixes each (not a full table). For prefixes that I do receive, I simply let BGP use it's prefix-length algorithm to select the best route. For…

Cosmin Prund
- 252
- 2
- 7
1
vote
1 answer
Multihomed multi-router setup with Quagga BGP
I'm doing some labs with Quagga on Ubuntu 10.04 LTS as a BGP router in a multihomed and multi router setup.
Currently I have setup a fake "ISP" router in my lab and have my two Quagga routers behind it sharing routes
with iBGP and I have ran into…

Andreas Falck
- 56
- 1
- 6
1
vote
3 answers
using bgp without owning ASN
Is it possible to use BGP to announce serving IP addresses without owning an AS number? Aim is to adding another WAN provider and increase redundancy with the ability to announce IP addreess from to healthy link.
If not, what can you suggest me for…

seaquest
- 698
- 2
- 12
- 25
1
vote
2 answers
Redistribute RIP tables in quagga
Apparently the command for that is redistribute connected. Where do I input it? I tried it in the telnet interface, but it's not recognised.

Czarn
- 25
- 3