Page MenuHomeVyOS Platform

fernando (maidana)
User

Projects

User Details

User Since
May 11 2021, 12:36 PM (167 w, 3 d)

Recent Activity

Thu, Jul 25

fernando closed T6591: Deprecate the net30 topology option in OpenVPN as Resolved.

tested and resolved : VyOS 1.5-rolling-202407251105

Thu, Jul 25, 3:47 PM · VyOS 1.5 Circinus, Restricted Project
fernando closed T2145: openvpn: server default topology net30 is incompatible with static client IPs for Windows clients, a subtask of T6591: Deprecate the net30 topology option in OpenVPN, as Resolved.
Thu, Jul 25, 3:46 PM · VyOS 1.5 Circinus, Restricted Project
fernando closed T2145: openvpn: server default topology net30 is incompatible with static client IPs for Windows clients as Resolved.
Thu, Jul 25, 3:46 PM · VyOS 1.4 Sagitta (1.4.1)
fernando added a comment to T2145: openvpn: server default topology net30 is incompatible with static client IPs for Windows clients.

tested and resolved, we've added this change in our cli to fix this deprecate option in opnvpn :

[edit]
vyos@vyos-ser-win# set interfaces openvpn vtun10 server topology
Possible completions:
   subnet               Subnet topology (recommended) (default)
   point-to-point       Point-to-point topology
   net30                net30 topology (deprecated)
Thu, Jul 25, 3:45 PM · VyOS 1.4 Sagitta (1.4.1)
fernando claimed T2145: openvpn: server default topology net30 is incompatible with static client IPs for Windows clients.
Thu, Jul 25, 3:44 PM · VyOS 1.4 Sagitta (1.4.1)

Sat, Jul 13

fernando changed the status of T2145: openvpn: server default topology net30 is incompatible with static client IPs for Windows clients from Open to Confirmed.
Sat, Jul 13, 8:04 PM · VyOS 1.4 Sagitta (1.4.1)
fernando added a comment to T2145: openvpn: server default topology net30 is incompatible with static client IPs for Windows clients.

I've tested in the new version , the problem with default net30 , it is already there .however , when the new version started show a warning message that migrating from net30 to subnet because is going to be deprecated :

Sat, Jul 13, 7:28 PM · VyOS 1.4 Sagitta (1.4.1)

Fri, Jul 5

fernando added a comment to T6211: kea DHCP server not vrf aware.

Probably the best way will be moving the config to the vrf section (not implemented)
For example:

set vrf name foo service dhcp-server shared-network-name eth1 option default-router '192.168.1.1'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 lease '300'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 range default start '192.168.1.10'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 range default stop '192.168.1.100'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 subnet-id '1'
Fri, Jul 5, 7:42 PM · VyOS 1.5 Circinus

Thu, Jul 4

fernando changed the status of T6555: OpenVPN - mode server-bridge interfaces TAP from Open to Confirmed.
Thu, Jul 4, 2:35 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando added a comment to T6555: OpenVPN - mode server-bridge interfaces TAP .

task related : https://vyos.dev/T4025

Thu, Jul 4, 1:35 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando created T6555: OpenVPN - mode server-bridge interfaces TAP .
Thu, Jul 4, 1:34 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Wed, Jul 3

fernando raised the priority of T4025: OpenVPN server with TAP interface, client didn’t see network from Low to Normal.
Wed, Jul 3, 5:28 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1), Restricted Project, openvpn
fernando changed the status of T4025: OpenVPN server with TAP interface, client didn’t see network from Needs testing to Confirmed.

I've checked this bug , it's still present the vesion 1.4./1.5 and the 1.3.x , this problem is related to the update of the new version (openvpn) where the syntax to create a tunnel tap (layer2) is changed , this command allow to transport frame and it's needed when you want to bridge a vtun :

Wed, Jul 3, 5:20 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1), Restricted Project, openvpn

Mon, Jul 1

fernando changed the status of T6516: ISIS - advertise-passive-only not install route in the RIB from Open to Confirmed.

I've created the FRR bug report :

Mon, Jul 1, 8:24 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Thu, Jun 27

fernando added a comment to T2326: Migrate NHRP(DMVPN) to FRR.

confirm that it works as well , spoke to spoke connection adding authentication. :

Thu, Jun 27, 6:43 PM · VyOS 1.5 Circinus

Jun 27 2024

fernando added a comment to T2326: Migrate NHRP(DMVPN) to FRR.

@volodymyr.huti I've checked a hub & spoke with Cisco nhrp and opennhrp , it works ,although, it has some issues related to establish spoke to spoke tunnel or when removing the password , here is my environment (it was merged for the master branch, not backport to stable) .

Jun 27 2024, 1:09 AM · VyOS 1.5 Circinus

Jun 25 2024

fernando created T6516: ISIS - advertise-passive-only not install route in the RIB .
Jun 25 2024, 12:27 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Jun 13 2024

fernando added a comment to T6369: Cannot change BGP peer-group local-role.

here we can add some prevention to raise error, to avoid that someone uses in EBGP a profile to IBGP, because, the problem is under FRR which syntax brakes the frr-cli.

Jun 13 2024, 10:06 PM · VyOS 1.5 Circinus
fernando closed T6369: Cannot change BGP peer-group local-role as Resolved N/A.

I've tested it, the problem here is because you change a wrong local role , in your configuration is a rs-client ( IBGP relationship) but when you move to rs-server ( only works with EBGP , this attribute reflect EBGP routes to bgp router clients ) , so, that it's reason why you are not allowed to change :
VyOS :

vyos@vyos# run show configuration commands | match bgp
set protocols bgp neighbor 10.88.88.255 address-family ipv4-unicast
set protocols bgp neighbor 10.88.88.255 peer-group 'FAST'
set protocols bgp peer-group FAST capability dynamic
set protocols bgp peer-group FAST graceful-restart 'enable'
set protocols bgp peer-group FAST local-role rs-client
set protocols bgp peer-group FAST password 'F@st123!'
set protocols bgp peer-group FAST remote-as '211186'
set protocols bgp peer-group FAST update-source '10.88.88.2'
set protocols bgp system-as '211186'
[edit]
vyos@vyos# delete protocols bgp peer-group FAST local-role rs-client
[edit]
vyos@vyos# commit
[edit]
Jun 13 2024, 6:27 PM · VyOS 1.5 Circinus

Jun 12 2024

fernando closed T5307: QoS - traffic-class-map services as Resolved.
Jun 12 2024, 8:36 PM · VyOS 1.5 Circinus
fernando added a comment to T5307: QoS - traffic-class-map services .

documentation : https://github.com/vyos/vyos-documentation/pull/1479

Jun 12 2024, 8:36 PM · VyOS 1.5 Circinus
fernando updated subscribers of T1229: Add support for unencrypted L2TPv2 client connections.

@a.apostoliuk

Jun 12 2024, 1:05 PM · VyOS 1.5 Circinus

Jun 8 2024

fernando added a comment to T6460: Showing DHCPv6 leases can fail due to DUID parsing issues.

please , Could you share configuration on how to replicate it ? it's also here the guideline about report a bug :

Jun 8 2024, 9:19 PM · VyOS 1.4 Sagitta (1.4.1)

Jun 5 2024

fernando closed T6429: bug - isis metric-style not applied configuration as Resolved.
Jun 5 2024, 5:24 PM · VyOS 1.4 Sagitta (1.4.1)

Jun 3 2024

fernando added a comment to T6441: Huawei NE8000 / NE40 / NE20 - GRE Issues (IPv4 over IPv6).

please, read the guidelines that I shared, the point here if it works with our system , is not error in cli structure o functionality you should open a forum topic or support case (in case you have an active subscription), before opening a task here that is not clear.(without configuration ,debug attached or packet capture)

Jun 3 2024, 5:34 PM
fernando added a comment to T6441: Huawei NE8000 / NE40 / NE20 - GRE Issues (IPv4 over IPv6).

please , read the guidelines on this post . it doesn't see a bug if not a support task:

Jun 3 2024, 3:44 PM

May 31 2024

fernando changed the status of T6429: bug - isis metric-style not applied configuration from Open to In progress.
May 31 2024, 7:53 PM · VyOS 1.4 Sagitta (1.4.1)
fernando added a comment to T6429: bug - isis metric-style not applied configuration.

PR : https://github.com/vyos/vyos-1x/pull/3571

May 31 2024, 7:53 PM · VyOS 1.4 Sagitta (1.4.1)
fernando claimed T6429: bug - isis metric-style not applied configuration.
May 31 2024, 4:12 PM · VyOS 1.4 Sagitta (1.4.1)
fernando created T6429: bug - isis metric-style not applied configuration.
May 31 2024, 4:12 PM · VyOS 1.4 Sagitta (1.4.1)
fernando changed the status of T5307: QoS - traffic-class-map services from In progress to Needs testing.
May 31 2024, 12:36 PM · VyOS 1.5 Circinus

May 29 2024

fernando closed T6332: IPv6-only ISIS (or, in general, dual topology) is not working with other devices running frr as Resolved.
May 29 2024, 5:57 PM · VyOS 1.4 Sagitta (1.4.1)
fernando added a comment to T6332: IPv6-only ISIS (or, in general, dual topology) is not working with other devices running frr.

@mersl thanks for confirm.

May 29 2024, 5:57 PM · VyOS 1.4 Sagitta (1.4.1)
fernando added a comment to T6332: IPv6-only ISIS (or, in general, dual topology) is not working with other devices running frr.

we've added this ability to configure the topology on isis :

May 29 2024, 11:16 AM · VyOS 1.4 Sagitta (1.4.1)
fernando changed the subtype of T6332: IPv6-only ISIS (or, in general, dual topology) is not working with other devices running frr from "Bug" to "Feature Request".
May 29 2024, 11:14 AM · VyOS 1.4 Sagitta (1.4.1)
fernando changed the status of T6332: IPv6-only ISIS (or, in general, dual topology) is not working with other devices running frr from Open to Needs testing.
May 29 2024, 11:14 AM · VyOS 1.4 Sagitta (1.4.1)
fernando added a comment to T6332: IPv6-only ISIS (or, in general, dual topology) is not working with other devices running frr.

agree ,it's more a feature than a bug : PR https://github.com/vyos/vyos-1x/pull/3537

May 29 2024, 11:11 AM · VyOS 1.4 Sagitta (1.4.1)
fernando added a comment to T6332: IPv6-only ISIS (or, in general, dual topology) is not working with other devices running frr.

the problem here is that MT options is enable by default when the RIB has ipv4, if not not-MT is enable by default on IPv4 .So, you need to add additional topologies (ipv6-unicast , ipv6-multicast,etc)

May 29 2024, 12:56 AM · VyOS 1.4 Sagitta (1.4.1)

May 28 2024

fernando claimed T6332: IPv6-only ISIS (or, in general, dual topology) is not working with other devices running frr.
May 28 2024, 3:55 PM · VyOS 1.4 Sagitta (1.4.1)

May 27 2024

fernando added a comment to T5307: QoS - traffic-class-map services .

tested new cli structure, it combine the new mach-group and old syntax :

May 27 2024, 8:44 PM · VyOS 1.5 Circinus

May 12 2024

fernando closed T6303: Allow configuring system MAC address on bonding interfaces with LACP as Resolved.
May 12 2024, 11:53 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

May 11 2024

fernando added a comment to T6306: EVPN-MH - missing options in uplink ports .

I've tested and now is working correctly :

May 11 2024, 7:52 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
fernando added a comment to T6303: Allow configuring system MAC address on bonding interfaces with LACP.

add documentation : https://github.com/vyos/vyos-documentation/pull/1444

May 11 2024, 5:42 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

May 4 2024

fernando changed the status of T6306: EVPN-MH - missing options in uplink ports from Open to Confirmed.
May 4 2024, 7:18 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
fernando created T6306: EVPN-MH - missing options in uplink ports .
May 4 2024, 7:15 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
fernando added a comment to T6303: Allow configuring system MAC address on bonding interfaces with LACP.

PR https://github.com/vyos/vyos-1x/pull/3410

May 4 2024, 5:36 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

May 3 2024

fernando changed the status of T6303: Allow configuring system MAC address on bonding interfaces with LACP from Open to In progress.
May 3 2024, 2:04 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
fernando claimed T6303: Allow configuring system MAC address on bonding interfaces with LACP.
May 3 2024, 2:04 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
fernando created T6303: Allow configuring system MAC address on bonding interfaces with LACP.
May 3 2024, 2:03 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

Apr 20 2024

fernando closed T6252: GRE tunnels don't allow configuring MTU larger than 8024 as Resolved.
Apr 20 2024, 12:03 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
fernando added a comment to T6252: GRE tunnels don't allow configuring MTU larger than 8024.

PR: https://github.com/vyos/vyos-1x/pull/3333

Apr 20 2024, 12:01 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

Apr 19 2024

fernando claimed T6252: GRE tunnels don't allow configuring MTU larger than 8024.
Apr 19 2024, 9:10 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
fernando created T6252: GRE tunnels don't allow configuring MTU larger than 8024.
Apr 19 2024, 9:10 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

Apr 2 2024

fernando closed T6151: BGP VRF route-leaking does not work when the next-hop is a recursive route as Resolved.
Apr 2 2024, 12:37 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
fernando added a comment to T6151: BGP VRF route-leaking does not work when the next-hop is a recursive route.

this new command was merge in order to solved this problem :

vyos@vrf-test:~$ show configuration commands | match disable
set protocols bgp parameters disable-ebgp-connected-route-check
Apr 2 2024, 12:36 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

Mar 29 2024

fernando added a comment to T6151: BGP VRF route-leaking does not work when the next-hop is a recursive route.

PR:https://github.com/vyos/vyos-1x/pull/3212

Mar 29 2024, 6:33 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
fernando claimed T6151: BGP VRF route-leaking does not work when the next-hop is a recursive route.
Mar 29 2024, 12:57 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

Mar 21 2024

fernando changed the status of T6151: BGP VRF route-leaking does not work when the next-hop is a recursive route from Open to Confirmed.
Mar 21 2024, 3:46 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

Feb 22 2024

fernando created T6054: load-balancing wan - doesn't configure a list of ports .
Feb 22 2024, 10:40 PM · VyOS 1.4 Sagitta (1.4.0-epa2)

Jan 31 2024

fernando added a comment to T5997: Support ssl backends on reverse-proxy.

it think that we can use also something similar to what we use ocserv to generate ssl certificates:

Jan 31 2024, 6:10 PM · VyOS 1.5 Circinus

Jan 30 2024

fernando added a comment to T5930: vrf - route-leak not work using route-target both command..

it makes seens , agree with add a Config Error to do not allow both options simultaneously ,.

Jan 30 2024, 6:21 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Jan 29 2024

fernando added a comment to T6001: Add option to enable resolve-via-default.

as I mentioned , it was added in 9.1 as default behavior :

Jan 29 2024, 6:53 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
fernando added a comment to T6001: Add option to enable resolve-via-default.

this command was added by default in FRR , but it's supported on lasted version (9.1):

Jan 29 2024, 5:46 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus

Jan 12 2024

fernando created T5930: vrf - route-leak not work using route-target both command..
Jan 12 2024, 3:33 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Jan 10 2024

fernando added a comment to T1369: GCP Networking Failure.

i've re-checked with the new image from GCP and new cloud-init version , it seems to be working as expexted :

Jan 10 2024, 8:27 PM · VyOS 1.3 Equuleus (1.3.6), test

Dec 27 2023

fernando added a comment to T5715: IPSec VPN: restart vpn is not working.

this fix is not merge yet : https://github.com/vyos/vyatta-op-vpn/pull/37

Dec 27 2023, 8:12 PM · VyOS 1.3 Equuleus (1.3.6)

Dec 15 2023

fernando added a comment to T5796: Openconnect - HTTPS security headers are missing.

some improvements were added in this task , enable or disable the http security headers in the openconnect configuration :

Dec 15 2023, 6:55 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Dec 13 2023

fernando added a comment to T4163: [BMP-BGP] Routing monitoring feature.

when it's merge , I will test with the controller to see if we are able to get BMP with the new FRR version.

Dec 13 2023, 10:26 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
fernando changed the status of T4163: [BMP-BGP] Routing monitoring feature from Open to Needs testing.
Dec 13 2023, 10:08 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Dec 4 2023

fernando added a comment to T5796: Openconnect - HTTPS security headers are missing.

PR 1.3 : https://github.com/vyos/vyos-1x/pull/2572

Dec 4 2023, 8:01 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando added a comment to T5796: Openconnect - HTTPS security headers are missing.

tested on 1.5/1.4 :

Dec 4 2023, 6:46 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando changed the status of T5796: Openconnect - HTTPS security headers are missing from In progress to Needs testing.
Dec 4 2023, 6:45 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Dec 2 2023

fernando added a comment to T5796: Openconnect - HTTPS security headers are missing.

PR 1.5/1.4 : https://github.com/vyos/vyos-1x/pull/2564

Dec 2 2023, 5:56 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando changed the status of T5796: Openconnect - HTTPS security headers are missing from Open to In progress.
Dec 2 2023, 12:36 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando claimed T5796: Openconnect - HTTPS security headers are missing.
Dec 2 2023, 12:01 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Dec 1 2023

fernando created T5796: Openconnect - HTTPS security headers are missing.
Dec 1 2023, 2:57 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Nov 17 2023

fernando changed the status of T5754: Update to StrongSwan 5.9.11 from Open to Needs testing.

Do you tested it ? using our current rolling-release

Nov 17 2023, 6:01 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
fernando triaged T5754: Update to StrongSwan 5.9.11 as Normal priority.
Nov 17 2023, 5:42 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus

Nov 13 2023

fernando closed T5563: container: Container environment variable cannot be set as Resolved.
Nov 13 2023, 2:53 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
fernando added a comment to T5595: Multicast - PIM bfd feature enable .

I'll hava a lab with PIM SSM and BFD , I'll update our documentation with those feature with example.

Nov 13 2023, 11:57 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Nov 8 2023

fernando changed the status of T5563: container: Container environment variable cannot be set from Open to Needs testing.

I've tested this flag in both version 1.4 / 1.5 , it seems to work as expected :

Nov 8 2023, 7:52 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
fernando added a project to T5563: container: Container environment variable cannot be set: VyOS 1.5 Circinus.
Nov 8 2023, 7:50 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
fernando closed T5648: ldpd neighbour template errors as Resolved.
Nov 8 2023, 7:07 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando added a comment to T5648: ldpd neighbour template errors.

tested on 1.4-rolling-202311080309

Nov 8 2023, 7:07 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Nov 6 2023

fernando changed the subtype of T5717: ospfv3 - add allow to set metric-type to ospf redistribution while frr docs says its possible. from "Bug" to "Feature Request".
Nov 6 2023, 8:06 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
fernando renamed T5717: ospfv3 - add allow to set metric-type to ospf redistribution while frr docs says its possible. from Vyos 1.5-rolling-202310060022 doesnt allow to set metric-type to ospf redistribution while frr docs says its possible. to ospfv3 - add allow to set metric-type to ospf redistribution while frr docs says its possible..
Nov 6 2023, 8:02 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
fernando added a comment to T5717: ospfv3 - add allow to set metric-type to ospf redistribution while frr docs says its possible..

it's not a bug, this command are able in ospf :

Nov 6 2023, 7:59 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
fernando added a comment to T5648: ldpd neighbour template errors.

@devon

Nov 6 2023, 7:50 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando added a comment to T5648: ldpd neighbour template errors.

after merge this ldp bug fixed , I saw that now it's already working . Could you check it ? I've tested on a lab and it seems to work :

Nov 6 2023, 7:49 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando closed T5705: rsyslog - Not working when using facility=all as Resolved.
Nov 6 2023, 7:13 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
fernando added a comment to T5705: rsyslog - Not working when using facility=all.

tested /resolved

Nov 6 2023, 7:13 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Oct 27 2023

fernando added a comment to T5595: Multicast - PIM bfd feature enable .

PR : https://github.com/vyos/vyos-1x/pull/2411

Oct 27 2023, 11:54 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Oct 26 2023

fernando added a comment to T5357: Policy: BGP communities fail to apply when loaded from config file.

@jvoss thanks to confirm !

Oct 26 2023, 10:53 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Oct 25 2023

fernando changed the status of T5357: Policy: BGP communities fail to apply when loaded from config file from Open to Needs testing.
Oct 25 2023, 7:39 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
fernando added a comment to T5357: Policy: BGP communities fail to apply when loaded from config file.

I've tested this issues in our lasted rolling-realese , after last commit , it seems works without problems :

vyos@vyos# load test.conf
Loading configuration from 'test.conf'
Load complete. Use 'commit' to make changes effective.
[edit]
vyos@vyos# compare
[policy]
+ route-map TEST {
+     rule 10 {
+         action "permit"
+         set {
+             community {
+                 add "65001:1"
+             }
+             large-community {
+                 add "4200000000:100:1"
+             }
+         }
+     }
+ }
Oct 25 2023, 7:38 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Oct 24 2023

fernando added a project to T5307: QoS - traffic-class-map services : VyOS 1.5 Circinus.
Oct 24 2023, 8:40 PM · VyOS 1.5 Circinus
fernando added a comment to T5307: QoS - traffic-class-map services .

exactly , i'll give an example of what is the improving (or new cli) , we have a policy where we can mach different DSCPs associate with REAL TIME or VIOCE . Current in our cli , it would be something like this :

Oct 24 2023, 8:36 PM · VyOS 1.5 Circinus

Oct 23 2023

fernando added a comment to T5337: MPLS/BGP: Route leak does not happen from the VPNv4 table to specific vrf.

this case was resolved lasted configuration done .

Oct 23 2023, 7:51 PM · VyOS 1.4 Sagitta
fernando closed T5337: MPLS/BGP: Route leak does not happen from the VPNv4 table to specific vrf as Resolved.
Oct 23 2023, 7:51 PM · VyOS 1.4 Sagitta
fernando added a comment to T5307: QoS - traffic-class-map services .

this task is a re-definition from a traffic class , I think it could be more clear if we separate tc-filter in a class-map , so we can define different profiles in our cli based on services :

Oct 23 2023, 7:28 PM · VyOS 1.5 Circinus