Woohoo.

Nov 06, 2009 14:45



shadur@test-maestro:~$ ip route ls
192.168.30.1 via 192.168.45.20 dev eth1 proto zebra metric 20
192.168.30.0/24 proto zebra metric 20
nexthop via 192.168.45.10 dev eth1 weight 1
nexthop via 192.168.45.20 dev eth1 weight 1
192.168.45.0/24 dev eth1 proto kernel scope link src 192.168.45.1
192.168.40.0/24 via 192.168.45.20 dev eth1 proto zebra metric 20
192.168.8.0/24 dev eth0 proto kernel scope link src 192.168.8.150
default via 192.168.8.254 dev eth0

----

test-maestro> show ip ospf route
============ OSPF network routing table ============
N 192.168.45.0/24 [10] area: 0.0.0.1
directly attached to eth1

============ OSPF router routing table =============
R 192.168.45.10 [10] area: 0.0.0.1, ASBR
via 192.168.45.10, eth1
R 192.168.45.20 [10] area: 0.0.0.1, ASBR
via 192.168.45.20, eth1

============ OSPF external routing table ===========
N E2 192.168.30.0/24 [10/20] tag: 0
via 192.168.45.10, eth1
via 192.168.45.20, eth1
N E2 192.168.30.1/32 [10/20] tag: 0
via 192.168.45.20, eth1
N E2 192.168.40.0/24 [10/20] tag: 0
via 192.168.45.20, eth1

*does the ninja sysadmin victory dance*
Previous post Next post
Up