[FROG] OSPF, FreeBSD and aliases

Eugene Grosbein eugen at grosbein.net
Sun Jul 18 13:42:03 UTC 2021


18.07.2021 20:19, Donald Sharp wrote:
> Can we also see `vtysh -c "show ip route connected"` for Quagga and FRR?

For one of peers named col02 (192.168.49.1) that still has Quagga installed,
vm-public is internal bridge0 ethernet-like interface renamed,
ngX and gifX are p2p-interfaces, igb0 is external ethernet interface with public IP:

# vtysh

Hello, this is Quagga (version 1.2.4).
Copyright 1996-2005 Kunihiro Ishiguro, et al.

col02.u.asl.local# show ip route connected
Codes: K - kernel route, C - connected, S - static, R - RIP,
       O - OSPF, I - IS-IS, B - BGP, P - PIM, A - Babel, N - NHRP,
       > - selected route, * - FIB route

C>* X.X.X.X/26 is directly connected, igb0
C>* 127.0.0.0/8 is directly connected, lo0
C>* 192.168.49.0/24 is directly connected, vm-public
C>* 192.168.49.10/32 is directly connected, vm-public
C>* 192.168.49.11/32 is directly connected, vm-public
C>* 192.168.49.150/32 is directly connected, ng0
C>* 192.168.49.151/32 is directly connected, ng1
C>* 192.168.49.153/32 is directly connected, ng3
C>* 192.168.50.0/30 is directly connected, gif0
C>* 192.168.50.4/30 is directly connected, gif1
C>* 192.168.50.8/30 is directly connected, gif2
C>* 192.168.50.12/30 is directly connected, gif3
C>* 192.168.50.16/30 is directly connected, gif4

For another peer named col03 (192.168.49.3) that is being setup
and has FRR installed instead of Quagga already.
For the moment it has only external igb0 interface
and internal vm-public facing same segment (switch) that first peer is connected to:

# vtysh

Hello, this is FRRouting (version 7.5.1).
Copyright 1996-2005 Kunihiro Ishiguro, et al.

col03.u.asl.local# show ip route connected
Codes: K - kernel route, C - connected, S - static, R - RIP,
       O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
       T - Table, v - VNC, V - VNC-Direct, A - Babel, D - SHARP,
       F - PBR, f - OpenFabric,
       > - selected route, * - FIB route, q - queued, r - rejected, b - backup

C>* Y.Y.Y.Y/26 [0/1] is directly connected, igb0, 00:00:40
C>* 192.168.49.0/24 [0/1] is directly connected, vm-public, 00:00:40
C>* 192.168.49.13/32 [0/1] is directly connected, vm-public, 00:00:40
C>* 192.168.49.17/32 [0/1] is directly connected, vm-public, 00:00:40




More information about the frog mailing list