我看到这个文章:
user@host>监控流量匹配“端口22”无解析
可以匹配一个port
我也可以匹配arp:
user@host> monitor traffic matching “arp” no-resolve但是,如何匹配IP地址呢?
如果我匹配
user@host> monitor traffic matching “192.0.2.22” no-resolve 会出现语法错误。
发布于 2019-12-19 17:02:30
添加主机关键字。如:
user@host> monitor traffic matching "host 192.0.2.22” no-resolve 发布于 2021-01-04 08:16:15
这完全取决于你正在使用的设备。
通过配置带有源和目标地址的筛选器,可以监视ip地址流量。
交通可以单一使用"souce Ip地址“。&*目标ip地址“。甚至使用服务端口流量也可以被监视。
在juniper防火墙中配置用于监视流量的过滤器的示例是
Show security flow session "source -prefix" 12.14.X.X destionation destionation destionation -prefix 14.76.X.X
发布于 2020-01-01 06:52:20
user@host>监控流量匹配"net 192.168.1.0/24“
https://networkengineering.stackexchange.com/questions/64139
复制相似问题