User Details
- User Since
- Nov 28 2018, 6:59 AM (330 w, 3 d)
Nov 25 2022
Oct 14 2021
For this we create text files as the group-config includes (they contain route and other per group config directives, generally around security).
Oct 8 2021
Nov 8 2019
So testing done so far:
Sep 16 2019
[ protocols bgp 132394 ]
%BGP: No IPv4 Unicast peer configured
%BGP: No IPv6 Unicast peer configured
% Unknown command: bgp scan-time 5
Error configuring routing subsystem. See log for more detailed information
We did an update from 1.2.1-S2 to 1.2.3-epa1.
Jul 9 2019
The protocols BGP being missing, I believe is the bug in https://phabricator.vyos.net/T1490 and actively being worked on.
This is frr show run, immediately after an upgrade to 1.2.1
Jun 27 2019
Jun 26 2019
protocols {
bgp 132394 { address-family { ipv4-unicast { network 0.0.0.0/0 { } network 103.20.20.0/24 { } network 103.232.159.0/24 { } network 103.232.216.0/23 { } network 202.0.150.0/24 { } } ipv6-unicast { network 2402:7b80::/32 { } } } maximum-paths { ibgp 6 } neighbor 103.232.216.229 { address-family { ipv4-unicast { nexthop-self route-map { export DENY-EBGP-IBGP } soft-reconfiguration { inbound } } } advertisement-interval 1 remote-as 132394 update-source 103.232.216.226 } neighbor 103.232.216.230 { address-family { ipv4-unicast { nexthop-self route-map { export DENY-EBGP-IBGP } soft-reconfiguration { inbound } } } advertisement-interval 1 remote-as 132394 update-source lo } neighbor 203.20.64.242 { address-family { ipv4-unicast { prefix-list { export BGP-OUT } route-map { export AS132394-OUT import AS132394-IN } soft-reconfiguration { inbound } } } description "TRANSIT: VIRTUALNODE (AS137273)" ebgp-multihop 2 remote-as 137273 timers { holdtime 30 keepalive 10 } update-source 103.232.216.226 } parameters { default { local-pref 125 } log-neighbor-changes router-id 103.232.216.226 scan-time 5 } timers { holdtime 10 keepalive 3 } }
Nov 28 2018
So exploring some wider thoughts.
So how do i do this officially? Or get the work done for this to be official?
Having lifted the hood and bent a few rules....