set routing route-map set-action aggregator


The set routing route-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-action aggregator command removes the configurations.

Command Syntax

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

delete routing route-map <route-map-name> order <NUMBER> 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. It is a 4-byte AS number in asplain format (z), or asdot format (x.y), where z is a number from 1 to 4294967295 and x and y are 16-bit numbers in the range 0 to 65535.

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


Usage Guidelines

ATOMIC_AGGREGATE is a warning that routing information is missing, and the AGGREGATOR attribute complements 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. When performing route aggregation, the AGGREGATOR attribute is added at the same time as the ATOMIC-AGGREGATE attribute for the aggregated route information.


Example

  •  Configure the ATOMIC_AGGREGATE attribute.
admin@Xorplus# set routing route-map GlobalMap order 10 set-action aggregator as 100
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.