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 版中引入的语句。