...
set protocol bgp [vrf <text>] [{ipv4 unicast|ipv6 unicast] } table-map <route-map-name>
delete protocol bgp [vrf <text>] [ {ipv4 unicast|ipv6 unicast] } table-map <route-map-name>
Parameter
Parameter | Description |
vrf <vrf-name> | Optional. Specifies a VRF name. The value is a string. It’s a user-defined VRF set by the command set ip vrf <vrf-name> [description <string>]. |
{ipv4 unicast|ipv6 unicast} | Specifies the IP address family type. |
table-map <route-map-name> | Specifies the name of the route map. |
Example
• This example applies a route-map on route updates from BGP.
Code Block |
---|
admin@XorPlus# set protocols bgp ipv4 unicast routetable-map map1 admin@XorPlus# commit |
...