[mpls-linux-general] another question about OSPF
Status: Beta
Brought to you by:
jleu
From: <dad...@gm...> - 2007-09-21 04:53:34
|
Thanks for your answering, I deal with it. But now I meet another problem, when I execute ospfd daemon on computer A and B, A and B both will send Hello packet to each other. But!!!!!! The OSPF packet send without 'native-nighbor' !!! In other word, computer A and B can not communicate by OSPF packet each other. I wonder why about this question..... My quagga version is 0.99.6, and has patched by ldp-portable. Following is my ospfd configure: ospfd.conf: hostname ospfd password zebra enable password zebra interface eth0 interface eth1 router ospf network 192.168.1.0/24 area 0 network 192.168.2.0/24 area 0 line vty Does someone also meet this problem? How can I deal with it? |