DESCRIPTION:
NE20 has a VPN configured for management, using it its possible to collect SNMP and terminal access to the equipment.
Now its necessary to export flows through this interface.
All the configuration is performed but the flows do not reach the server. After debbuging, we can confirm that the packages are generated, but it seems that they are not being sent by this interface.
ROOT CAUSE:
The route outbound interface of the netstream sample export host is g0/0/0. The NetStream sampling function is used when traffic is forwarded on the forwarding board, packets are periodically or quantitatively collected. after the outbound interface information is queried, the forwarding chip directly sends sampled data flows. but the g0/0/0 interface is an interface directly connected to the
CPU of the MPU but not interface on LPU, it could not been used as a traffic forwarding port, and the result is no netstream sample stream output from interface g0/0/0.
SOLUTION:
Configure other interface, different from g0/0/. For example in slot 3: 0/3/6
You can check Netstream configuration with command: display netstream all.
Also you can check in your own server collector (NMS) that flows are arriving correctly.