[Xorp-users] OSPF4 neighbor shown in only one machine not on the other two

Syed Khalid syed.khalid at xorp.net
Wed Apr 29 08:58:25 PDT 2009


Hello Bhavin
  Can you open a bug on this and we will replicate in the lab?
Syed

On Tue, Apr 28, 2009 at 10:48 PM, <bhavin81 at iitb.ac.in> wrote:

> Hello Friends,
>
>      I have tried to configure ospf4 in xorp. I have configured
> 3 machines for this purpose. When i use the command show ospf4
> neighbor on one machine(fedora 8) out of three then it shows neighbor
> correclty but when i use the same command on other two machines (suse
> 10.3) then it does not show neighbors on the those machines.
> Following is my configuration files on fedora and suse machines:
> (1) configuration file for fedora machine
> interfaces {
>    interface eth0 {
>        description: "Ethernet Interface"
>        disable: false
>
>        vif eth0 {
>        disable: false
>            address 10.10.10.60 {
>                prefix-length: 24
>                broadcast: 10.10.10.255
>                disable: false
>                                }
>                }
>        vif vlan1{
>        vlan{
>          vlan-id:1
>            }
>            address 10.10.10.70{
>                prefix-length:24
>                broadcast: 10.10.10.255
>                disable: false
>                                }
>                }
>
>                  }
> }
>
> fea {
>    unicast-forwarding4 {
>        disable: false
>                        }
>    }
>
> protocols {
>    ospf4 {
>        router-id: 10.10.10.60
>        area 0.0.0.0 {
>            interface eth0 {
>               vif eth0{
>                address 10.10.10.60 {
>                       }
>                }
>            }
>        }
>    }
> }
> (2)configuration file on suse machine1:
> interfaces {
>    interface eth4 {
>        description: "Ethernet Interface"
>        disable: false
>
>        vif eth4 {
>        disable: false
>            address 10.10.10.80 {
>                prefix-length: 24
>                broadcast: 10.10.10.255
>                disable: false
>                                }
>                }
>        vif vlan1{
>        vlan{
>          vlan-id:1
>            }
>            address 10.10.10.90{
>                prefix-length:24
>                broadcast: 10.10.10.255
>                disable: false
>                                }
>                }
>
>                  }
> }
>
> fea {
>    unicast-forwarding4 {
>        disable: false
>                        }
>    }
>
> protocols {
>    ospf4 {
>        router-id: 10.10.10.80
>        area 0.0.0.0 {
>            interface eth4 {
>               vif eth4{
>                address 10.10.10.80 {
>                       }
>                }
>            }
>        }
>    }
> }
>
> (3)configuration file for susemachine 2:
> interfaces {
>    interface eth5 {
>        description: "Ethernet Interface"
>        disable: false
>
>        vif eth5 {
>        disable: false
>            address 10.10.10.110 {
>                prefix-length: 24
>                broadcast: 10.10.10.255
>                disable: false
>                                }
>                }
>        vif vlan1{
>        vlan{
>          vlan-id:1
>            }
>            address 10.10.10.120{
>                prefix-length:24
>                broadcast: 10.10.10.255
>                disable: false
>                                }
>                }
>
>                  }
> }
>
> fea {
>    unicast-forwarding4 {
>        disable: false
>                        }
>    }
>
> protocols {
>    ospf4 {
>        router-id: 10.10.10.10
>        area 0.0.0.0 {
>            interface eth5 {
>               vif eth5{
>                address 10.10.10.110 {
>                       }
>                }
>            }
>        }
>    }
> }
>
>      Can anyone please tell me what is the problem?
> Thanks in advance for help.
>
> Regards,
> Bhavin,
> Comm Student
>
> _______________________________________________
> Xorp-users mailing list
> Xorp-users at xorp.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users<http://mailman.icsi.berkeley.edu/mailman/listinfo/xorp-users>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20090429/6b70c053/attachment.html 


More information about the Xorp-users mailing list