Also, It can't check that cmd on hypervisor
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Mar 4 2021
Mar 3 2021
@linuxludo Can you share a link?
Mar 2 2021
It seems it some upstream issue
vyos@r-roll01# sudo ip tunnel add tun22 mode gre local 203.0.113.1 remote any [edit] vyos@r-roll01# sudo ip tunnel change tun22 mode gre local 203.0.113.1 remote 203.0.113.254 add tunnel "tun22" failed: Invalid argument [edit] vyos@r-roll01#
For 1.4 the same fail
Config
set interfaces tunnel tun1 address '10.20.30.1/30' set interfaces tunnel tun1 encapsulation 'gre' set interfaces tunnel tun1 source-address '192.168.122.11' set interfaces tunnel tun1 multicast 'disable' commit set interfaces tunnel tun1 remote 192.168.122.12 commit
Updated PR
I replace raw dhcpv6 global-parameters with leafNode.
@FileGo will be fixed in the next rolling release.
To reproduce, add one tunnel
I think it related T2651
Mar 1 2021
It seems a bug with your configuration. It is incorrect.
It used different scripts in 1.3 and 1.4.
show interfaces => run: ${vyos_op_scripts_dir}/show_interfaces.py --action=show-brief
show interfaces vrrp => run: ${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=show-brief
Frr doesn't provide such option for ipv4, only for ipv6
Try to place that rule after established, for example, number 25
Duplicate T3349
Update pr
PR https://github.com/vyos/vyos-1x/pull/755
@Dmitry Can you check/review PR?
Feb 28 2021
You can use <x.x.x.x>-<x.x.x.x>
Or you need "multi" addresses not in "range"? Something like
set nat destination rule 5 translation member 203.0.113.1 set nat destination rule 5 translation member 203.0.113.14 set nat destination rule 5 translation member 203.0.113.240
Feb 27 2021
@craterman Thanks.
Node "protocols" in 1.4 also doesn't have a description
PR https://github.com/vyos/vyos-1x/pull/753
Additional checks for "neighbor interface" configuration.
But only vrrp works
The neighbor can contain a string
set protocols bgp 64501 neighbor eth1 set protocols bgp 64501 neighbor eth1 remote-as 65001
Feb 26 2021
Something wrong with that check https://github.com/vyos/vyos-1x/blob/8732ebc46a2daddc6e4dfa05f3f70bf2ac9400af/src/conf_mode/protocols_bgp.py#L170-L171
Fail
set protocols bgp 64501 neighbor 203.0.113.1 remote-as 65001 set protocols bgp 64501 neighbor 203.0.113.1 peer-group FOO set protocols bgp 64501 peer-group FOO
PR https://github.com/vyos/vyos-1x/pull/748
Add checks for neighbor "is_addr_assigned"
Your rolling release so old. As I remember it was a bug with FRR, which was fixed.
Try more latest versions or vyos-1.3.0-rc1 https://community.vyos.net/get/snapshots/
Feb 25 2021
Feb 24 2021
@craterman can you check this feature in the latest rolling or beta?
PR for equuleus | extended smoketest
https://github.com/vyos/vyos-1x/pull/743
Feb 23 2021
PR https://github.com/vyos/vyatta-cfg-quagga/pull/71
Can be "cherry-picked" to equuleus
PR for equuleus for bgp and ospf https://github.com/vyos/vyatta-cfg-quagga/pull/70
PR for equuleus for rip https://github.com/vyos/vyos-1x/pull/741
I can't reproduce it
@tuxnet Can you describe the steps to reproduce?
Feb 22 2021
It seems it works now