我有队列树名称int-up_bw_duyungoffice和int-down_bw_duyungoffice. 我可以 grep 这些词吗都容办事处在 MikroTik CLI 中?因此,打印结果是 int-向上_bw_duyungoffice 和 int-向下_bw_duyungoffice。
我所知道的默认脚本如下:
> queue tree print where name=int-down_bw_duyungoffice
Flags: X - disabled, I - invalid
0 name="int-down_bw_duyungoffice"
parent=TOTAL INTL DOWN - 1Mbps - Blok 1 (1:16)
packet-mark=packet-down_bw_duyungoffice limit-at=64k
queue=pcq-down-client-1Mbps(1:16) priority=8 max-limit=1M burst-limit=0
burst-threshold=0 burst-time=0s
但该脚本仅显示int-down_bw_duyungoffice。
答案1
当然可以。~
像这样使用:
queue tree print where name~"duyungoffice"