[Xorp-users] OSPF4 neighbor shown in only one machine not on the other two
bhavin81 at iitb.ac.in
bhavin81 at iitb.ac.in
Tue Apr 28 22:48:56 PDT 2009
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
More information about the Xorp-users
mailing list