bug-zebra
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ripd do not install default route


From: Andrey
Subject: ripd do not install default route
Date: Wed, 28 Nov 2001 14:22:31 +0200
User-agent: Mutt/1.2.5i

Hi !

We use zebra (cvs 28 Nov 2001) with freebsd 4.4.
zebra and ripd daemons are run.
zebra was compiled with options --enable-vtysh --disable-ipv6

ripd do not install default route in roting table in presence of static
default route. When I delete static default route, default route
received by RIP bacame visible.

Router# sh ip route static
Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
       B - BGP, > - selected route, * - FIB route

 S>* 0.0.0.0/0 [200/0] via 10.0.0.1 fxp0

Router# sh ip route 0.0.0.0
Routing entry for 0.0.0.0/0
  Known via "static", distance 200, metric 0, best
  * 10.0.0.1 via fxp0

Router(config)# no ip route 0.0.0.0/0 10.0.0.1 200

Router# sh ip route 0.0.0.0
Routing entry for 0.0.0.0/0
  Known via "rip", distance 120, metric 2, best
  Last update 00:00:03 ago
  * 10.0.0.1 via fxp0

-- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]