...
The set routing route-map set-action large-comm-list-list delete delete command removes communities value from BGP large communities attribute.
...
The delete routing route-map set-action large-comm-list-delete command restores the default behavior of not deleting the large community number attribute of the route.
...
set routing route-map <route-map-name> order <NUMBER> set-action large-comm-list-list delete <large-community-list> deletelist>
delete routing route-map <route-map-name> order <NUMBER> set-action large-comm-list-list delete <large-community-list> deletelist>
Parameter
Parameter | Description |
route-map <route-map-name> | Specifies the name of the route map. Required. |
order <NUMBER> | Specifies the sequence number of the entry. Required. The value is an integer that ranges from 1 to 65535. |
large-comm-list <large-community-list> | Specifies the name of the large-community-list. |
...
Code Block |
---|
admin@Xorplus# set routing route-map GlobalMap order 10 set-action large-comm-list-delete LargeComlst delete admin@Xorplus# commit |