Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »


The set routing route-map action comm-list delete command removes communities value from BGP communities attribute.

When BGP route’s communities value matches to the community list name, the communities value is removed. When all of communities value is removed eventually, the BGP update’s communities attribute is completely removed.

The delete routing route-map action comm-list delete command restores the default behavior of not deleting the community number attribute of the route.

Command Syntax

set routing route-map <route-map-name> <NUMBERaction comm-list <community-list> delete

delete routing route-map <route-map-name> <NUMBER> action comm-list <community-list> delete


Parameter

Parameter

Description

route-map <route-map-name>

Specifies the name of the route map. Required.

<NUMBER>

Specifies the sequence number of the entry. Required. The value is an integer that ranges from 1 to 65535.

comm-list <community-list>

Specifies the name of the community-list.


Example

  •  Configure to remove communities value from BGP communities attribute.
admin@Xorplus# set routing route-map GlobalMap 10 action comm-list Comlst delete
admin@Xorplus# commit
  • No labels