Hi,
1. I need to do a traffic capture on an interface, I see the "capture-packet" tool, but I can't see the live capture on the console. What I would like to know is if there is something similar to the Linux command: tcpdump -i [interface] [filter] -qnvv.
======When using the command 'capture-packet' feature, you can assign the destination of the capturing result, for example to the terminal monitor or to a specified file. And there is no command could dump the stored files, you can use the FTP to export that.
2. I need live traffic monitoring from an interface. At the moment I use the command:
[~ HUAWEI] display interface Eth-Trunk3 | include Last 300
I would like to be able to see it in real-time, similar in juniper to "monitorinterface"
======Unfortunately, there is no way to view the real-time result by the device itself, if you need that result strongly, you can use the NMS, such as eSight, to monitor the real-time traffic.