Page MenuHomeVyOS Platform

BGP peer group VPNv4 & VPNv6 Address Family Support
Closed, ResolvedPublicFEATURE REQUEST

Description

Add configuration support for VPNv4 and VPNv6 AFIs within peer-groups:

protocols {
  bgp {
    }
    peer-group TEST {
      ipv4-vpn {
      }
      ipv6-vpn {
      }
    }
  }
}

FRR seems to support this configuration identically to how neighbors are configured:

router bgp 65000
  neighbor TEST peer-group
  neighbor TEST remote-as internal
  neighbor TEST update-source lo
  !
  address-family ipv4 vpn
    neighbor TEST activate
    neighbor TEST route-reflector-client
  exit-address-family
  !
  address-family ipv6 vpn
    neighbor TEST activate
    neighbor TEST route-reflector-client
  exit-address-family
  !
!

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Improvement (missing useful functionality)

Revisions and Commits

Event Timeline

jvoss added a commit: Restricted Diffusion Commit.Jul 6 2023, 4:36 PM
Viacheslav changed the task status from Open to Needs testing.Jul 8 2023, 5:07 PM
Viacheslav assigned this task to jvoss.
Viacheslav moved this task from Need Triage to Finished on the VyOS 1.4 Sagitta board.