[Xorp-users] help, about OSPF configuration

Jeff Mitchell jmitchell at ll.mit.edu
Thu Sep 9 06:45:55 PDT 2010


On 09/08/2010 09:26 PM, wubaochuan wrote:
> Hello Jeff Mitchell,
>       I am sorry for not reply. After sending the mail tiled "help, about OSPF configuration", we redesigned our topology, bought interface card, installed fedora12,
> so we did not solve the problem yet. But today, we face the problem again. We are trying to figure it out.

The policy below worked for me, in conjunction with this ospf4 
configuration:

     ospf4 {
         router-id: 128.1.1.3
         rfc1583-compatibility: false
         ip-router-alert: false
         area 0.0.0.0 {
             area-type: "normal"
             interface rtrs1 {
                 link-type: "broadcast"
                 vif rtrs1 {
                     address 128.1.1.3 {
                         priority: 128
                         hello-interval: 10
                         router-dead-interval: 40
                         interface-cost: 1
                         retransmit-interval: 5
                         transit-delay: 1
                         disable: false
                     }
                 }
             }
         }
         export: "blah"
     }



>>> policy {
>>>        policy-statement blah {
>>>            term blah {
>>>                from {
>>>                    protocol: "connected"
>>>                }
>>>                to {
>>>                    network4: 128.0.0.0/8
>>>                }
>>>                then {
>>>                    accept {
>>>                    }
>>>                }
>>>            }
>>>        }
>>> }
>>>



More information about the Xorp-users mailing list