All pastes #2120554 Raw Edit

Mine

public text v1 · immutable
#2120554 ·published 2012-02-21 23:43 UTC
rendered paste body
type external;
description RS;
family inet {
    unicast;
}
export TO-RS;
peer-as 26803;
neighbor 206.223.143.253;
neighbor 206.223.143.252;



term unicast-export {
    from {
        rib inet.0;
        prefix-list to-external;
    }
    then accept;
}
term end {
    then reject;
}