Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

Version 1 Current »


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

Command Syntax

set routing route-map <route-map-name> <NUMBERaction aggregator as <as-number> <ipv4-address>

delete routing route-map <route-map-name> <NUMBER> action aggregator as <as-number> <ipv4-address>


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.

as <as-number>

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

<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 10 action aggregator as 100 200.200.200.1
admin@Xorplus# commit
  • No labels