Hi.
Thank you for the information.
Original Message:
Sent: 04-28-2025 01:34
From: blackmetal
Subject: QFX10002 sflow not working from mgmt
Hi,
I have qfx5100 and qfx5200 they are working without any issue and sflow is working on inet.0 on qfx1k but it does not work on mgmt-junos,
i just want to ensure everything is fine and this is only asic limitation on qfx1k
Original Message:
Sent: 04-28-2025 01:28
From: RYOTA KOSAKA
Subject: QFX10002 sflow not working from mgmt
Hi.
Have you tried it on another platform like qfx5120?
And, have you tried using inet.0 instead of mgmt_junos.inet.0?
I have only QFX5k series, so I can try them only with QFX5k .
I'll try it when I have time.
------------------------------
RYOTA KOSAKA
Original Message:
Sent: 04-28-2025 00:52
From: blackmetal
Subject: QFX10002 sflow not working from mgmt
Hi,
We already added them, i just forgot to add them in the first reply.
I think this is not possible in QFX1k series.
Original Message:
Sent: 04-27-2025 21:23
From: RYOTA KOSAKA
Subject: QFX10002 sflow not working from mgmt
Hi.
Comparing with the information in the article, it seems that the following four lines are missing. Have you set them?
--
set interfaces em0 unit 0 family inet address 10.x.x.246/yy
set system management-instance
set routing-instances mgmt_junos routing-options static route 0.0.0.0/0 next-hop 10.x.x.x
(10.x.x.x is default GW for em0 subnet.)
set protocols sflow interfaces xe-0/0/0.0
------------------------------
RYOTA KOSAKA
Original Message:
Sent: 04-26-2025 04:29
From: blackmetal
Subject: QFX10002 sflow not working from mgmt
Hi,
I have a QFX10002-36Q, and I configured sFlow with the following commands:
set protocols sflow polling-interval 20
set protocols sflow sample-rate ingress 10000
set protocols sflow source-ip 10.x.x.246
set protocols sflow collector 172.x.x.210
set routing-options static route 172.x.x.x/32 next-table mgmt_junos.inet.0
However, it seems that it cannot use the em0 interface to send flows.
According to this Juniper article (https://supportportal.juniper.net/s/article/QFX-Example-How-to-send-sFlow-packets-using-mgmt-junos-non-default-routing-instance?language=en_US), it should be possible when using em0.
Any ideas?