Versions Compared

Key

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

...

The set routing route-map action aggregator map set-action aggregator command is a complement to the ATOMIC_AGGREGATE attribute where routing information is missing - it contains the AS number that initiated the route aggregation and the IP address of the BGP publisher that formed the aggregated route.

The delete routing route-map set-map action aggregator action aggregator command removes the configurations.

...

set routing route-map <route-map-name> order <NUMBERaction aggregator > set-action aggregator {as <as-number>|ip <ipv4-address>}

delete routing route-map <route-map-name> name> order <NUMBER> action aggregator set-action aggregator {as <as-number>|ip <ipv4-address>}


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.

as <as-number>

Specifies the AS number that initiated the route aggregation. The value is an integer that ranges from 1 to 4294967295.

ip <ipv4-address>Specifies the IPv4 address of the BGP publisher that formed the aggregated route.

...

Code Block
admin@Xorplus# set routing route-map GlobalMap order 10 set-action aggregator as 100 200.200.200.1
admin@Xorplus# commit