BGP–ORF Outbound Route Filtering
ORF is a BGP capability that would help customers that want to filter some BGP routes from their SP doing this filter in more efficient way. In our traditional ways of inbound filtering (route-maps, prefix lists, distribute lists..etc.) we have to receive the routes from the peer and then filter them form entering our routing table, this can be ok if you don’t have a large number of updates but the current 400K + routes in the global routing table this might not be the most efficient way of doing it since you will be receiving the 400K routes, process them and then accept the routes that you need from the SP, a better way of doing this is using the ORF capability which simply means that one peer instructs (send) the other peer the routes that it needs before that peer even sending it so we will both save on our routers processes and our bandwidth let’s see what happens with and without the ORF configuration R1 interface Loopback0 ip address 1.1.0.1 255.255.255.0 ...