Tested in VyOS 1.3.0-epa1 & VyOS 1.4-rolling-202109190558
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Oct 16 2021
https://github.com/vyos/vyos-1x/pull/1028 — though probably needs some tests developed?
Tested on VyOS 1.3.0-epa1.
Confirm IBGP reflection to non-RR-Client
Lab Topology:
RR1 & RR2 -route reflectors
P 3 - RR-Client for RR1 & RR2
P1 - IBGP peering with RR1 only
OSPF-core router - only for core network
Result: P1 gets P 3 routes fron RR1:
vyos@VyOS-P1:~$ sh ip bgp neighbors 10.0.0.1 received-routes
*> 10.0.0.201/32 10.0.0.3 0 100 100 i
*> 10.0.0.202/32 10.0.0.3 0 100 100 i
*> 192.168.3.0/24 10.0.0.3 0 100 100 i
Oct 15 2021
@artooro Will be available in the next rolling release
Let us know, if you want some other capabilities
Sorry for the late reply, I've been waiting for a maintenance window to test this in. Again as this is a production device I only have limited debug info before having to roll back to the working version. I installed 1.4-rolling-202110150613 and on booting show interfaces does indeed show all the interfaces. The igb driver interfaces were showing as up (u/u). The i40e interfaces were showing as down (u/D).
In the real-world to avoid it they used cluster-id / a session BGP between them , it's the idea of RR :
Maybe be added to gether with T1229
@francis Sorry, I don't understand the problem.
Agree that route received from one IBGP peer should not be forwarded to another IBGP peer. Except for the RR client.
@NikolayP The concern here is solely this: IBGP neighbors that do not have route-reflector-client set should not received learned routes. Currently, they do. If this in intentional, then the docs should be updated to clarify this.
@maznu Can you create a PR?
Initial bug was Fixed, VyOS 1.4-rolling-202110130217
vyos@r1-roll# compare
[edit container]
+name dns02 {
+ image ubuntu:focal
+ network dnsnet {
+ address 10.0.72.253
+ }
+}
+network dnsnet {
+ prefix 10.0.72.0/24
+}
-network net01 {
- prefix 10.0.72.0/24
-}If Cluster ID is not used, full IBGP mesh must be used. Exception is RR client, they should only have peering with RR.
Router 10.0.0.21 has no peering with 10.0.0.3.
This is incorrect IBGP design.
Why not always move to decimal output and detect on demand if colons are present or not and adjust the string? Ne need for the user to take any action at all?
Oct 14 2021
Yes, closing this ...
@c-po Is it already implemented with commit https://github.com/vyos/vyos-1x/commit/ae2dc55aa68679e828d4bb133fc515172c081d0f ?
Fixed, VyOS 1.4-rolling-202110130217
vyos@r1-roll:~$ show nat source rules Rule Source Translation Outbound Interface ---- ------ ----------- ------------------ 3 192.168.0.0/24 masquerade eth0
Is a double task, it looks like the package is not update upstream.
Maybe, but if the effort is made in order to be able to configure log level, it would be good that it can be set in different levels.
I'm thinking in a mix scenario, where majority of rules may log with info/debug level (for example default accept rules), while other rules may need a warning/error level (some drop rules).
As for me, it should be configured in the global firewall log level, not per rule.
set firewall log-level x
The real bug is it shouldn't allow port-range values as it is not implemented.
Or just add this feature T2798
For this we create text files as the group-config includes (they contain route and other per group config directives, generally around security).
Oct 13 2021
In T3008#78303, @jack9603301 wrote:
If I change the double-quotes to single-quotes for all the rules in that firewall, I get this (no changes detected):
Oct 12 2021
@foxbox Will be fixed in the next rolling release.
Messaged
@BiMW Can you re-check it?
Not reproducible, VyOS 1.4-rolling-202109300217
set service ipoe-server authentication radius dynamic-author key 'ssss' set service ipoe-server authentication radius dynamic-author server '192.168.122.11' set service ipoe-server authentication radius nas-ip-address '192.168.122.11' set service ipoe-server authentication radius server 192.168.122.11 key 'ciscoradiuskey' set service ipoe-server interface eth1 client-subnet '192.0.2.0/24'
@FileGo Can you replace double-quotes with single-quotes?
Fixed
sever@sever:~$ ssh vyosuser@192.168.122.11
In T3896#107997, @Viacheslav wrote:@SquirePug Can you share more details, which templates and parameters did you edit?
Oct 11 2021
Present in 1.4 and 1.3.0-epa1
set service pppoe-server authentication radius server 192.0.2.1 acct-port Possible completions: <1-65535> Numeric IP port (default: 1813)
@c-po in 1.3.0-epa1 works fine.
What about 1.3.0-epa1?
Re-opened, the same bug in VyOS 1.4-rolling-202109300217
sever@sever:~/docker$ ssh user@192.168.122.11
@SquirePug Can you share more details, which templates and parameters did you edit?


