@cleopold73 Do you have any ideas for CLI?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 29 2024
It is more of an upstream issue.
In addition, the PR already exists https://github.com/vyos/vyos-build/pull/438
Jan 28 2024
Related to FRR logic
Won’t fix
Add a bug report on their repo
Jan 27 2024
Jan 26 2024
Jan 25 2024
XDP was dropped
The task is not an actual
Jan 24 2024
I have another result
vyos@r1# set protocols static route 203.0.113.22/32 dhcp-interface eth2 [edit] vyos@r1# commit [edit] vyos@r1# [edit] vyos@r1# vtysh -c "show run" | match 203.0.113 ip route 203.0.113.22/32 192.168.100.1 eth2 [edit] vyos@r1#
PR for policy https://github.com/vyos/vyos-1x/pull/2890
PR for traffic-policy https://github.com/vyos/vyos-1x/pull/2892
WLB is another feature and not related to protocols failover route
Update:
It is completely different issue
@devon Could you share the example of "set" commands before migration?
It is a good practice to have "set" of commands. It makes the lives of developers easy and is one of the requirements of creating bug reports.
Thanks.
In T1237#174506, @Harliff wrote:BTW, do you have any plans to use this mechanism for WAN failover?
Jan 23 2024
Also, issues with the input
vyos@r4# set firewall ipv4 input filter rule 10 action accept [edit] vyos@r4# set firewall ipv4 input filter rule 10 ipsec match-ipsec [edit] vyos@r4# [edit] vyos@r4# commit [ firewall ] Failed to apply firewall: /run/nftables.conf:19:17-27: Error: No such file or directory; did you mean table ‘vyos_filter’ in family ip? delete table ip vyos_filter ^^^^^^^^^^^ /run/nftables.conf:47:18-28: Error: No such file or directory; did you mean table ‘vyos_filter’ in family ip? delete table ip6 vyos_filter ^^^^^^^^^^^ /run/nftables.conf:75:21-31: Error: No such file or directory; did you mean table ‘vyos_filter’ in family ip? delete table bridge vyos_filter ^^^^^^^^^^^
Jan 22 2024
The cause could be due to wrong calculations for bandwidth/ceil class default T5974
Looks good:
vyos@r1# tc class show dev eth1 class htb 1:1 root rate 1Gbit ceil 1Gbit burst 1375b cburst 1375b class htb 1:64 parent 1:1 leaf 8005: prio 0 rate 100Mbit ceil 100Mbit burst 15337b cburst 1600b class htb 1:65 parent 1:1 leaf 8006: prio 7 rate 750Mbit ceil 900Mbit burst 130968b cburst 1462b [edit] vyos@r1#
@exp Add "set" of the commands to reproduce.
Jan 21 2024
@trae32566 Thanks for confirming
It could be priority https://github.com/vyos/vyos-1x/pull/2703 or another fix. I can't say exactly.
How will it looks like if we have for example 100.64.0.0/24
R1 should announce 100.64.0.0/25
Will we add 128 entries or there better solution?
Jan 20 2024
Did you try those?
vyos@r4:~$ ls /usr/share/snmp/mibs/ | grep -i "TC\." HCNUM-TC.txt IPV6-TC.txt NET-SNMP-TC.txt SNMPv2-TC.txt vyos@r4:~$
Merged