Project

General

Profile

Actions

Bug #11373

closed

FRR: BGP neighbor remote-as external doesn't work

Added by Joel Gallun about 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
FRR
Target version:
-
Start date:
02/06/2021
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
amd64

Description

if you put `external` in the web GUI as the remote-as the generated configuration doesn't include a `neighbor <ip-address> remote-as external` statement. If you use a numeric ASN the config is generated correctly. Example below.

partial /var/etc/frr/frr.cfg with remote-as external:

frr defaults traditional
hostname pfSense.home
log syslog
service integrated-vtysh-config
!
router bgp 65076
bgp router-id 192.168.142.76
no bgp ebgp-requires-policy
neighbor 192.168.142.11 description vyos-11 on VLAN 142

Partial /var/etc/frr/frr.cfg with remote-as numeric:

frr defaults traditional
hostname pfSense.home
log syslog
service integrated-vtysh-config
!
router bgp 65076
bgp router-id 192.168.142.76
no bgp ebgp-requires-policy
neighbor 192.168.142.11 remote-as 65011
neighbor 192.168.142.11 description vyos-11 on VLAN 142

This is running a fresh install of 2.5-DEVELOPMENT

Version details:
cat /etc/version*
2.5.0-DEVELOPMENT
Thu Feb 04 22:53:51 CST 2021
b102db1249417227529620c01264277e134d4424
0

Actions

Also available in: Atom PDF