...
The set protocols bgp table-map command is used to apply a route-map on route updates from BGP to Zebra. All the applicable match operations are allowed, such as match on prefix, next-hop, communities, etc. Set operations for this attach-point are limited to metric and next-hop only. Any operation of this feature does not affect BGPs internal RIB.
Supported for ipv4 and ipv6 address families. It works on multi-paths as well, however, metric setting is based on the best-path only.
The delete protocols bgp table-map command disables this feature.
...
Example
• This example applies a route-map on route updates from BGP to Zebra.
Code Block |
---|
admin@XorPlus# set protocols bgp ipv4-unicast table-map map1 admin@XorPlus# commit |
...