Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

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

...

set routing route-map <route-map-name> order <NUMBERset-action comm-list-list delete <community-list> delete

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


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.

comm-list-list delete<community-list>

Specifies the name of the community-list.

...

Code Block
admin@Xorplus# set routing route-map GlobalMap order 10 set-action comm-list-delete Comlst delete
admin@Xorplus# commit