...
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 | 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. |
...
Code Block |
---|
admin@XorPlus# set protocols bgp ipv4 -unicast table-map map1 admin@XorPlus# commit |
...