[Xorp-users] OSPF route export

Dan Moormann dmoormann at meccorp.mec.edu
Thu Feb 17 06:35:11 PST 2011


I've been working with xorp in the lab and I'm having trouble getting OSPF to export any routes.
I have it neighbor'd up and receiving routes without a problem, but it won't export any.
 I have set up a basic policy to export static and connected but neither works.  Am I missing something?

  policy-statement static {
        term export {
            from {
                protocol: "static"
            }
        }
        then {
            accept {
            }
        }
    }
    policy-statement connected {
        term export {
            from {
                protocol: "connected"
            }
        }
        then {
            accept {
            }
        }
    }

    router-id: 216.20.1.76
    area 0.0.0.0 {
        interface eth0 {
            vif eth0 {
                address 216.20.1.76 {
                }
            }
        }
    }
    export: "static,connected"






More information about the Xorp-users mailing list