Any suggestions on how to accomplish this if it is possible ? (translating from Cisco world).
Code:Select all
ip prefix-list our-cidr permit 68.142.0.0/19 le 24 route-map static-bgp permit 10 match ip address prefix-list our-cidr set origin igp set community 11280:115
The above in cisco world will actually add the bgp community to the local static routes as well, so that one was to query the local routing table for all routes included in the community 115 the local routes will also show up.
Many thanks in advance..
Faisal