Page MenuHomeVyOS Platform

Add route-map for bgp aggregate-address
Closed, ResolvedPublicFEATURE REQUEST

Description

FRR allows to use route-map for aggregate-address

!
router bgp 65002
 neighbor 192.0.2.1 remote-as 65001
 !
 address-family ipv4 unicast
  aggregate-address 203.0.113.0/24 route-map FOO
  redistribute connected
 exit-address-family
!

Add this feature to VyOS
Proposed syntax for CLI

set protocols bgp 65002 address-family ipv4-unicast aggregate-address 203.0.113.0/24 route-map XXX

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)

Related Objects

Mentioned In
1.2.9

Event Timeline

Viacheslav renamed this task from Add route-map for aggregate-address to Add route-map for bgp aggregate-address.Oct 26 2021, 7:47 PM
Viacheslav changed the task status from Open to Needs testing.Oct 26 2021, 8:42 PM
Viacheslav claimed this task.
Viacheslav moved this task from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.9) board.
Viacheslav moved this task from Backport Candidates to Finished on the VyOS 1.3 Equuleus board.