I've testing this command , it works as we expected . At this point I think we should add PR in 1.4 with new section :
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 17 2023
it seems the issue is related no-preemt and interfaces bond , based on keepalived documentation :
Jan 16 2023
Jan 2 2023
Dec 27 2022
it looks good, maybe @zsdc could you help us ?
Dec 20 2022
I did some extra test , I've missed a command , this solution works as expected . FRR backport 8.4.1
Dec 19 2022
using 8.5-dev ....it doesn't work ...even is worgs than the initial case, it's not able to show any local prefix on l3vpn bgp :
Dec 16 2022
FRR fixed it , it seems the issues were associate with next-hop tracking protocol when a prefix is imported using network command (if we used redistributed connected next-hop tracking will not be done):
Dec 15 2022
yes, it's already configured , share here my full configuration on FRR :
Dec 14 2022
FRR issues regarding this incorrect behavior ,
Dec 12 2022
Dec 5 2022
Dec 2 2022
Nov 30 2022
Nov 28 2022
Nov 25 2022
I've made some tested, it seems works as we expected :
Nov 18 2022
as we talked , this behavior is the same on vyos1.3.x/frr7.5.x . the main difference is that on vyos-cli doesn't add this command .
Nov 17 2022
Nov 16 2022
Nov 14 2022
Nov 13 2022
Nov 11 2022
Nov 1 2022
normally, when I want to make an empty-base config, I save config.boot another place. So I load it when I need to restart the configuration. I was thinking that we can make something like it by cli, it should be saved in the first config.boot file and restored.
Oct 31 2022
Aug 29 2022
as I remember ... it has been working by this PR:
Jul 27 2022
Jul 11 2022
I've re-tested this issues with the initial configuration, nat source / mesquered/ destination , it seems to work as @Dmitry said. The conntrack doesn't show the connection as [UNREPLIED] , it's established :
Jun 28 2022
@Viacheslav thanks
Jun 27 2022
it's a common behavior when you want to set sysctl variable and bash-cli is used ( vyos-cli by default when restart the vm set this value in 0 ) . however , it's possible to configure it with this command :
Jun 16 2022
i've checked this issues, it seems to be solved . I think that it was solved for another task. I used the following vyos version :
May 31 2022
yes, it was added on this version vyos-1.4-rolling-202205311706, please check again
We've added this feature in our latest nightly building release, could you check it ?
May 27 2022
PR for 1.4 Sagitta branch https://github.com/vyos/vyos-1x/pull/1337
May 20 2022
Apr 28 2022
I've tried with a new spoke and I can't seem to register using `reload-or-restart', although it resolved the lost connectivity issues the opennhrp process needs a full restart. however, if you restart opennhrp daemon it causes different issues and usually the spoke loses connection.
## hub
Apr 27 2022
I did this change as you mentioned and it worked, , example:
Hub basic setting :
Yes ,you need to reload the services and it works , here's an basic example with the current configuration :
Apr 26 2022
Apr 21 2022
sorry for my late reply , I've been testing this case and I could replicate the same behavior
Apr 11 2022
regarding this behavior , I found a similar task where there was a bug with chain VYOS_PRE_SNAT_HOOK that jumps to WANLOADBALANCE ,although it was solved .
However , policy traffic rule seems to be affected with this issues(the main difference is that now there is a pass on this chain/ POSTROUTING) , below I'll share the task just to know where you can find the problem.
Apr 4 2022
I've been testing , the feature works as expected . IPOE assigns different ip by dhcp using ip-pool :
vyos@ipoe:~$ show ipoe-server sessions ifname | username | calling-sid | ip | rate-limit | type | comp | state | uptime ---------------+----------+-------------------+------------+------------+------+------+--------+---------- eth3.1000.140 | | aa:bb:cc:00:60:00 | 10.10.10.0 | | ipoe | | active | 00:03:44 eth3.1000.130 | | aa:bb:cc:00:50:00 | 10.10.10.2 | | ipoe | | active | 00:
Apr 2 2022
there is another possible to achieve the desired result , it's using this radius-option:
Mar 21 2022
# applied filter on area-ospf
Mar 19 2022
I've been testing , now we are able to configure BMP with load configuration .in latest version 8.2.2(they solved these issues)
Mar 17 2022
Mar 16 2022
Mar 15 2022
Mar 10 2022
Mar 8 2022
Feb 23 2022
this issue with frr.reload.py keeps happening with stable/8.1 , we'll try it when 8.2 is stable.
Feb 18 2022
Feb 14 2022
I think it is necessary to show this kind information . it should use tools/service as netflow/ipfix . for example:
Feb 9 2022
we found an error when we tried to upload the configuration using the frr.reload.py . I did an issues request to FRR with this problem ,here is the case:
Feb 4 2022
I think there is a bit of confusion here. nowadays 1.4 it's works as you mention , but 1.3 doesn't remove static (so we can see both static in the RIB) . however, In my personal opinion , it should show both static in our cli (same also on FRR) , because it's possible that you may need a different prefix ,it'll be installed with a different next-hop .