I have some problem with ospf.
I am running zebra/ospfd.
(151.100.37.149/24)
(151.100.37.142/24)
hostname
ospfte_xxx
password
****
enable password
****
router ospf
compatible rfc1583
network 151.100.37.0/24 area 0
ospf opaque-lsa
mpls-te
mpls-te router-address 0.0.0.1
line vty
Machine 2----->
ospfd.conf:
the same of machine1 except for the hostname
and "mpls-te router 0.0.0.6"
This is the ospfd.log:
2003/01/31 14:31:30 OSPF: OSPFd (0.92a) starts
2003/01/31 14:31:30 OSPF: interface 151.100.37.149 join AllSPFRouters
Multicast group.
2003/01/31 14:32:10 OSPF: DR-Election[1st]: Backup
151.100.37.149
2003/01/31 14:32:10 OSPF: DR-Election[1st]: DR
151.100.37.149
2003/01/31 14:32:10 OSPF: DR-Election[2nd]: Backup
0.0.0.0
2003/01/31 14:32:10 OSPF: DR-Election[2nd]: DR
151.100.37.149
2003/01/31 14:32:10 OSPF: interface 151.100.37.149 join AllDRouters
Multicast group.
2003/01/31 14:32:17 OSPF: DR-Election[1st]: Backup
151.100.37.142
2003/01/31 14:32:17 OSPF: DR-Election[1st]: DR
151.100.37.149
2003/01/31 14:32:17 OSPF: Packet[DD]: Negotiation fails, packet
discarded.
2003/01/31 14:32:22 OSPF: Packet[DD]: Negotiation fails, packet
discarded.
2003/01/31 14:32:27 OSPF: Packet[DD]: Negotiation fails, packet
discarded.
2003/01/31 14:32:32 OSPF: Packet[DD]: Negotiation fails, packet
discarded.
2003/01/31 14:32:37 OSPF: Packet[DD]: Negotiation fails, packet
discarded.
2003/01/31 14:32:42 OSPF: Packet[DD]: Negotiation fails, packet
discarded.
2003/01/31 14:32:47 OSPF: Packet[DD]: Negotiation fails, packet
discarded.
2003/01/31 14:32:52 OSPF: Packet[DD]: Negotiation fails, packet
discarded.
2003/01/31 14:32:57 OSPF: Packet[DD]: Negotiation fails, packet
discarded.
2003/01/31 14:33:02 OSPF: Packet[DD]: Negotiation fails, packet
discarded.
2003/01/31 14:33:07 OSPF: Packet[DD]: Negotiation fails, packet
discarded.
.
. . . .
.
.
. . . .
.
After the election DR and DR backup, the machine
are stalled in the EXSTART phase
Why do it happen?
In what I'm making a mistake?
Can you help me??
Tanks!