@GallySoft could you please share your configuration commands?
Is S-VLAN 995 and C-VLAN 2092 as an example configured on the bond0 interface?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Dec 15 2021
Hi @Dmitry, thank you.
Hi @GallySoft, this fix is still not in 1.3. Try to test it on 1.4 fresh rollings.
On VyOS 1.3-beta-202112150443 seems not working:
I've also checked this behaviour on VyOS 1.3.0-epa3 an it seems similar, steps to reproduce:
In T4073#113759, @c-po wrote:Can you please provide a CLI config to reproduce this issue?
Dec 14 2021
Can you please provide a CLI config to reproduce this issue?
Dec 13 2021
@c-po Everything works well, thanks. I've checked on this version (VyOS 1.3-beta-202112120443).
I m going to check it on 1.4
Dec 12 2021
CLI nodes can be found under:
- set protocols bgp neighbor <ip> address-family <afi> conditional-advertisement
- set protocols bgp peer-group <p> address-family <afi> conditional-advertisement
Dec 11 2021
Not sure if we can migrate all old cluster CLI syntax, but create a new I think we can
Something like:
set cluster corosync name xxx set cluster corosync resource ip|systemd x.x.x.x set cluster corosync two-node enable|disable (default enable) set cluster corosync transport udpu|knet set cluster corosync node node01 address|name x.x.x.x|node01.local set cluster corosync node node01 node-id 1 set cluster corosync node node02 adderss|name x.x.x.x|node02.local set cluster corosync node node02 node-id 2
Still with issues, VyOS 1.4-rolling-202112090318:
vyos@r11-roll# set system config-management commit-archive location sftp://foo:foo@192.168.122.14/
[edit]
vyos@r11-roll# commit
Archiving config...
sftp://192.168.122.14/ Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3/dist-packages/vyos/remote.py", line 312, in upload
urlc(urlstring, *args, **kwargs).upload(local_path)
File "/usr/lib/python3/dist-packages/vyos/remote.py", line 202, in upload
with self._establish() as ssh, ssh.open_sftp() as sftp:
File "/usr/lib/python3/dist-packages/vyos/remote.py", line 189, in _establish
sock = socket.create_connection((self.hostname, self.port), socket.getdefaulttimeout(), self.source)
File "/usr/lib/python3.9/socket.py", line 830, in create_connection
sock.bind(source_address)
TypeError: str, bytes or bytearray expected, not NoneType
[edit]
vyos@r11-roll#
[edit]But save is working:
vyos@r11-roll# save sftp://foo:foo@192.168.122.14/ Saving configuration to 'sftp://foo:foo@192.168.122.14/'... Done [edit] vyos@r11-roll#
Dec 10 2021
Accel-PPP uses total number of CPUs / 2 for the number of internal threads. I personally like to have as less CLI commands as possible.
@m.korobeinikov please close if the current solution works for you!