[Xorp-users] Redistributing connected into OSPF

Alexandre Berto Nogueira berto at ccuec.unicamp.br
Tue Mar 17 10:55:50 PDT 2009


Hello All

I'm using a XORP 1.6 like as ASBR and I want to redistribute his
connected routes into a OSPF NSSA area. However the another  router is
running quagga 0.99 and not show the routes's XORP. Both are running
FreeBSD 7.1.

Here is my config:

protocols {
   ospf4 {
      router-id: 10.0.1.2
      area 0.0.0.1 {
            area-type: "nssa"
            interface de0 {
                link-type: "broadcast"
                vif de0 {
                   address 10.0.1.2 {
                   }
               }
            }
        }
        export connected
     }
}
interfaces {
   interface de0 {
     vif de0 {
       address 10.0.1.2 {
          prefix-lenght: 27
      }
    }
  }
  interface fxp1 {
     vif fxp1 {
        address 10.0.82.1 {
           prefix-lenght: 24
        }
      }
    }
}
policy {
  policy-statement connected {
     term 1 {
        from {
           protocol: "connected"
       }
       then {
          accept {
          }
      }
    }
  }
}

Thanks a lot!!

Berto


-- 
Alexandre Berto Nogueira e-mail: berto at ccuec.unicamp.br
Fone: (19) 3521-2212 FAX: (19) 3521-2251
SREDE - CCUEC - UNICAMP



More information about the Xorp-users mailing list