instance (Port Mirroring)
语法:MX、M 和 T 系列路由器和 SRX 系列防火墙
instance instance-name { disable; input { rate number; maximum-packet-length bytes } family (any | inet | inet6 | vpls) { output { (next-hop-group group-name | interface interface-name); } } }
语法:QFX 系列 (但非 QFX10000)和 EX4600 交换机 和 NFX 系列设备
instance instance-name{ family ethernet-switching { output { interface interface-name { } no-filter-check; } vlan vlan-name { no-tag; } } inet output { ip-address address { } routing-instance instance-name { ip-address address { } } } }
语法:QFX10000 交换机
instance instance-name { input { rate number; run-length value; } output { dscp dscp-value; forwarding-class class-name; ip-destination-address address; ip-source-address address; policer policer-name; } }
层次结构级别
[edit forwarding-options port-mirroring]
说明
指定端口镜像配置(实例)。您不会为此实例指定输入。相反,您可以创建一个防火墙过滤器,用于指定所需流量并将其定向到镜像。这对于控制应镜像哪些类型的流量非常有用。
其余语句将单独解释。请参阅 CLI 浏览器。
必需的权限级别
接口 — 在配置中查看此语句。
接口控制 — 将此语句添加到配置中。
路由 — 在配置中查看此语句。路由控制 — 将此语句添加到配置中。
发布信息
在 Junos OS 9.6 版中引入的语句。