In T5125#146162, @neilmckee wrote:I think there should be one more metric - the number of packet-drop-events sent. I just checked in a change that adds to the example telemetry.py script:
https://github.com/sflow/host-sflow/commit/5b01779abf21a7553e07188ff2f54850c568f786But we should also expose the number of drops that were suppressed by the mod_dropmon rate limit. I'll check in 2.0.50-4 later today to add that option too.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Apr 1 2023
Apr 1 2023
Mar 31 2023
Mar 31 2023
Viacheslav changed the status of T5125: Add op-mode commands for hsflowd based sflow, a subtask of T5086: Integrate hsflowd for sflow accounting, from In progress to Needs testing.
Viacheslav changed the status of T5125: Add op-mode commands for hsflowd based sflow from In progress to Needs testing.
PR https://github.com/vyos/vyos-1x/pull/1927
Formatted output:
vyos@r14:~$ show sflow -------------------------- ----------------------------------- Agent address 192.168.122.14 sFlow interfaces ['eth0', 'eth1'] sFlow servers ['192.168.122.1', '192.168.122.11'] Datagrams sent 306 Packet samples sent 18 Packet samples dropped 0 Counter samples sent 917 Flow samples suppressed 0 Counter samples suppressed 0 -------------------------- ----------------------------------- vyos@r14:~$
Raw output:
vyos@r14:~$ sudo /usr/libexec/vyos/op_mode/sflow.py show --raw
{
"agent_address": "192.168.122.14",
"sflow_interfaces": [
"eth0",
"eth1"
],
"sflow_servers": [
"192.168.122.1",
"192.168.122.11"
],
"counter_samples_sent": 1077,
"datagrams_sent": 359,
"packet_samples_dropped": 0,
"packet_samples_sent": 19,
"rtmetric_samples": 0,
"flow_samples_suppressed": 0,
"counter_samples_suppressed": 0,
"hsflowd_version": "2.0.50"
}
vyos@r14:~$Viacheslav changed the status of T5125: Add op-mode commands for hsflowd based sflow, a subtask of T5086: Integrate hsflowd for sflow accounting, from Open to In progress.
Viacheslav changed the status of T5125: Add op-mode commands for hsflowd based sflow from Open to In progress.
Viacheslav changed the status of T4173: Wan Load Balancing - Error on firewall NAT rules from Confirmed to Needs testing.
Viacheslav changed the status of T5131: Operational command "show isis segment-routing prefix-sids" isn't working from In progress to Needs testing.
Mar 30 2023
Mar 30 2023
There also additional bugs relates iptables-nft as chain WANLOADBALANCE_OUT is not exist
https://github.com/vyos/vyatta-wanloadbalance/blob/70ee1319c20e083ab407d8a11faa44c74d05f084/src/lbdecision.cc#L312
vyos@r14# sudo nft list table ip mangle
# Warning: table ip mangle is managed by iptables-nft, do not touch!
table ip mangle {
chain PREROUTING {
type filter hook prerouting priority mangle; policy accept;
counter packets 851 bytes 179376 jump WANLOADBALANCE_PRE
}Mar 29 2023
Mar 29 2023
bump hsflowd version to v2.0.50-3
Viacheslav changed the subtype of T5121: Incorrect "architecture" config loaded from "Task" to "Bug".
Viacheslav changed the status of T5122: Move "archive-areas" to defaults.toml to support "non-free-firmware" repository from Open to Needs testing.
Viacheslav changed the status of T5110: Show frr op-mode vtysh_pam: Failed in account validation, a subtask of T5100: Update FRR to 8.5, from In progress to Needs testing.
Viacheslav changed the status of T5110: Show frr op-mode vtysh_pam: Failed in account validation from In progress to Needs testing.
Viacheslav changed the status of T5110: Show frr op-mode vtysh_pam: Failed in account validation, a subtask of T5100: Update FRR to 8.5, from Open to In progress.
Viacheslav changed the status of T5110: Show frr op-mode vtysh_pam: Failed in account validation from Open to In progress.
Viacheslav changed the status of T5118: Cleanup vestigial ntp completion script from Open to Needs testing.
Viacheslav changed the subtype of T5117: wide-dhcpv6 prefix delegation & router adverts for prefixes not working with decrement-lifetimes from "Task" to "Bug".
Mar 28 2023
Mar 28 2023
Mar 27 2023
Mar 27 2023
The site-to-site mode shows that tunnel not configured
Config:
set interfaces openvpn vtun52 description 'Site-to-Site' set interfaces openvpn vtun52 local-address xxx.xxx.0.1 set interfaces openvpn vtun52 local-port '1152' set interfaces openvpn vtun52 mode 'site-to-site' set interfaces openvpn vtun52 persistent-tunnel set interfaces openvpn vtun52 protocol 'udp' set interfaces openvpn vtun52 remote-address 'xxx.xxx.0.2' set interfaces openvpn vtun52 remote-host 'xxx.xxx.41.117' set interfaces openvpn vtun52 remote-port '1152' set interfaces openvpn vtun52 shared-secret-key 's2s'
interface:
vyos@vyos:~$ show int openvpn Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down Interface IP Address S/L Description --------- ---------- --- ----------- vtun52 10.52.0.1/32 u/u Site-to-Site
Output show openvpn
vyos@vyos:~$ show openvpn site-to-site No OpenVPN interfaces configured vyos@vyos:~$
Viacheslav raised the priority of T4737: FRRouting/zebra 7.5.1 does not redistribute routes to other protocols from Normal to High.
The required patch is not included in builds and they have the same bug.
Version: VyOS 1.3-stable-202303270442 Release train: equuleus
Viacheslav changed the status of T5113: PDNS: Support custom port for DNS forwarders from Open to Needs testing.
Mar 26 2023
Mar 26 2023
Viacheslav changed the status of T5112: Enable support for Network Time Security (NTS) for chrony, a subtask of T3008: Migrate from ntpd to chronyd, from Open to Needs testing.
Viacheslav changed the status of T5112: Enable support for Network Time Security (NTS) for chrony from Open to Needs testing.
Mar 25 2023
Mar 25 2023
Viacheslav added a project to T5112: Enable support for Network Time Security (NTS) for chrony: VyOS 1.4 Sagitta.
Mar 24 2023
Mar 24 2023
Mar 23 2023
Mar 23 2023
Viacheslav added a parent task for T5110: Show frr op-mode vtysh_pam: Failed in account validation: T5100: Update FRR to 8.5.
Viacheslav updated the task description for T5110: Show frr op-mode vtysh_pam: Failed in account validation.
Viacheslav renamed T5110: Show frr op-mode vtysh_pam: Failed in account validation from Show version frr vtysh_pam: Failed in account validation to Show frr op-mode vtysh_pam: Failed in account validation.
Viacheslav changed the status of T5108: Get rate limit for L2TP/PPTP/SSTP/IPoE in raw format from Open to In progress.
Mar 21 2023
Mar 21 2023
Viacheslav changed the status of T5099: IPoE server add option 'next-pool' for named ip pools from Open to In progress.
PR https://github.com/vyos/vyos-1x/pull/1901
set service ipoe-server authentication mode 'noauth' set service ipoe-server client-ip-pool name first-pool gateway-address '192.0.2.1' set service ipoe-server client-ip-pool name first-pool next-pool 'second-pool' set service ipoe-server client-ip-pool name first-pool subnet '192.0.2.0/25' set service ipoe-server client-ip-pool name second-pool gateway-address '203.0.113.1' set service ipoe-server client-ip-pool name second-pool next-pool 'third-pool' set service ipoe-server client-ip-pool name second-pool subnet '203.0.113.0/25' set service ipoe-server client-ip-pool name third-pool gateway-address '198.51.100.1' set service ipoe-server client-ip-pool name third-pool subnet '198.51.100.0/24' set service ipoe-server interface eth1
Viacheslav changed the status of T5050: Firewall - Add options for logging packets from In progress to Needs testing.
Viacheslav edited projects for T5098: PPPoE client holdoff configuration, added: VyOS 1.3 Equuleus (1.3.3); removed VyOS 1.3 Equuleus (1.3.4).
Viacheslav moved T5098: PPPoE client holdoff configuration from Open to Backport Candidates on the VyOS 1.4 Sagitta board.
Mar 20 2023
Mar 20 2023
Viacheslav updated the task description for T5099: IPoE server add option 'next-pool' for named ip pools.
Viacheslav updated the task description for T5099: IPoE server add option 'next-pool' for named ip pools.
Viacheslav updated the task description for T5099: IPoE server add option 'next-pool' for named ip pools.
Viacheslav renamed T5099: IPoE server add option 'next-pool' for named ip pools from IPoE server add option 'next-pool' to IPoE server add option 'next-pool' for named ip pools.
Mar 17 2023
Mar 17 2023
Viacheslav closed T5092: IPoE-server named pool must not rely on the authentication type as Resolved.
As DROP_MONITOR merged we can extend configuration to
set system sflow drop-monitor-limit 50
hsflowd.conf
dropmon { limit=50 start=on sw=on hw=off }Viacheslav renamed T5091: IPoE server with RADIUS authentication does not verify radius configuration from IPoE server with RADIUS authentication does not check radius configuration to IPoE server with RADIUS authentication does not verify radius configuration.
Viacheslav changed the status of T5092: IPoE-server named pool must not rely on the authentication type from In progress to Needs testing.
Viacheslav changed the status of T5086: Integrate hsflowd for sflow accounting from In progress to Needs testing.
Mar 16 2023
Mar 16 2023
Viacheslav moved T5063: IPoE-server ethX vlan must not be used with client-subnet from Open to Finished on the VyOS 1.4 Sagitta board.
Viacheslav moved T3083: Add feature event-handler from Backlog to Finished on the VyOS 1.4 Sagitta board.
Viacheslav changed the status of T5091: IPoE server with RADIUS authentication does not verify radius configuration from Open to In progress.
Viacheslav renamed T5091: IPoE server with RADIUS authentication does not verify radius configuration from IPoE server with RARIUS authentication does not check radius configuration to IPoE server with RADIUS authentication does not check radius configuration.