home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

policy route route-map <map-name> rule <rule-num> set aggregator

Modifies the BGP aggregator attribute of a route.

set policy route route-map map-name rule rule-num set aggregator { as asn | ip ipv4 }
delete policy route route-map map-name rule rule-num set aggregator
show policy route route-map map-name rule rule-num set
map-name
The name of a defined route map.
rule-num
The number of a defined route map rule.
as asn
Modifies the autonomous system number of the BGP aggregator in the route to the specified value. The range is 1 to 65535.
ip ipv4
Modifies the IP address of the BGP aggregator in the route to the specified IPv4 address.

Configuration mode


policy {
    route-map map-name {
        rule rule-num {
            set {
                aggregator {
                    as asn
                    ip ipv4
                }
            }
        }
    }
}

Use the set form of this command to modify the aggregator attribute of a route. When all the match conditions in the route map rule succeed, the aggregator attribute is modified as specified.

Use the delete form of this command to delete this statement from the route map rule.

Use the show form of this command to display set statement configuration for route maps.