BGP conditional advertisement
Posted: 15 Oct 2015 09:04
Hi,
i have a situation where i need to send the full BGP table to our customer under specific conditions/specific route seen in the BGP table/.
Does ALU supports this?
thanks for help
This is Cisco config
i have a situation where i need to send the full BGP table to our customer under specific conditions/specific route seen in the BGP table/.
Does ALU supports this?
thanks for help
This is Cisco config
Code: Select all
router bgp xx
neighbor 10.10.10.1 remote-as 1
neighbor 10.10.10.1 advertise-map ADVERTISE exist-map CHECK
!--- Advertises the routes matched in the route-map ADVERTISE (complete BGP table) !--- only if the routes matched in route-map CHECK (xx.xx.xx.xx/30) !--- do exist in the BGP table.
route-map ADVERTISE permit 10
ip prefix-list LOOP seq 5 permit xx.xx.xx.xx/30
route-map CHECK permit 10
match ip address prefix-list LOOP