On 27/03/18 16:47, Brian J. Murrell wrote:
> How does zebra know what ip address/netmask/etc. to assign?  I actually
> didn't know Zebra would do full interface management.

Look here http://www.nongnu.org/quagga/docs/quagga.html#Interface-Commands

Commands in zebra like

interface enp2s0
  ip address 10.75.22.252/24
  link-detect


Has the advantage that the routes disappear when the ethernet cable
falls out or the switch powers off.


Can you check the default route exists in ospf (rather than just in zebra)


telnet localhost 2604    / vtsh

and

show ip ospf route



and you are looking for 0.0.0.0/0, probably under OSPF external routing
table

Tim
_______________________________________________
Quagga-users mailing list
Quagga-users@lists.quagga.net
https://lists.quagga.net/mailman/listinfo/quagga-users

Reply via email to