hey sonny,

On Thu, 5 Aug 2004 [EMAIL PROTECTED] wrote:

> I tried using 'show ip route' inside zebra but no such command can be found so 
> I use MRLG mentioned in this URL
> http://www-106.ibm.com/developerworks/linux/library/l-emu/ but when I
> tried to execute 'show ip route' nothing appeared in the web console.

connect to the main zebra router process and issue 'show ip route' there.
if you connect to the rip router process, the command will not be found.
the main zebra router process consolidates all routes received from the
dynamic routing protocols it handles such as RIP.

> 
> Here's the result of the 'route' command in the linux box (router1):
> 
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 192.168.3.0     *               255.255.255.0   U     0      0        0 eth1
> 192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
> 192.168.0.0     *               255.255.252.0   U     0      0        0 eth2
> 169.254.0.0     *               255.255.0.0     U     0      0        0 eth2
> 127.0.0.0       *               255.0.0.0       U     0      0        0 lo
> 
> Here's the result of the route command in the linux box (router2):
> 
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 172.16.0.0      *               255.255.255.0   U     0      0        0 eth0
> 192.168.0.0     *               255.255.252.0   U     0      0        0 eth1
> 169.254.0.0     *               255.255.0.0     U     0      0        0 eth1
> 127.0.0.0       *               255.0.0.0       U     0      0        0 lo
> 
> 

based on your linux routes,  
the reason why router2 will not be able to reach the subnets
192.168.3.0/24 and 192.168.1.0/24 is because it will not forward
the packets to router1 due to the fact that it thinks those 2 subnets
are directly attached via its route to 192.168.0.0/22 --> eth1.

pong

--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to