From: Eric Taylor (etaylor10@tampabay.rr.com)
Date: Wed Mar 23 2005 - 21:59:43 GMT-3
Hey Group,
Anyone ever implement or test this feature?
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122
t/122t4/ftbgporf.htm
From what I gather from the link above, this is used to tell a remote router
to stop sending you updates of specific prefixes. This way you don't have to
filter them and waste cycles on them at your router with filters.
Do you always use the prefix-list named FILTER?
In the bgp configuration, I can't tell how they are actually referencing
that particular prefix-list.
Router-A Configuration (Sender)
The following example creates an outbound route filter and configures
Router-A (10.1.1.1) to advertise the filter to Router-B (172.16.1.2). An IP
prefix list named FILTER is created to specify the 192.168.1.0/24 subnet for
outbound route filtering. The ORF send capability is configured on Router-A
so that Router-A can advertise the outbound route filter to Router-B.
ip prefix-list FILTER seq 10 permit 192.168.1.0/24
!
router bgp 100
address-family ipv4 unicast
neighbor 172.16.1.2 remote-as 200
neighbor 172.16.1.2 ebgp-multihop
neighbor 172.16.1.2 capability orf prefix-list send
exit
Router-B Configuration (Receiver)
The following example configures Router-B to advertise the ORF receive
capability to Router-A. Router-B will install the outbound route filter,
defined in the FILTER prefix list, after ORF capabilities have been
exchanged. An inbound soft reset is initiated on Router-B at the end of this
configuration to activate the outbound route filter.
router bgp 200
address-family ipv4 unicast
neighbor 10.1.1.1 remote-as 100
neighbor 10.1.1.1 ebgp-multihop 255
neighbor 10.1.1.1 capability orf prefix-list receive
end
TIA,
Eric
This archive was generated by hypermail 2.1.4 : Sun Apr 03 2005 - 17:56:51 GMT-3