port-mirroring
구문: MX 시리즈 및 PTX 시리즈 라우터, M120 및 M320
port-mirroring { input { maximum-packet-length bytes; rate number; run-length number; } family (any | ccc | inet | inet6 | vpls) { output { interface interface-name { next-hop address; } next-hop-group group-name{ group-type inet6; interface interface-name { next-hop ipv6-address; } next-hop-subgroup group-name{ interface interface-name { next-hop ipv6-address; } } } no-filter-check; } } instance { instance-name { input { maximum-packet-length bytes; rate number; run-length number; } family (any | ccc | inet | inet6 | vpls) { output { interface interface-name { next-hop address; } no-filter-check; server-profile server-profile-name; } } } } mirror-once; traceoptions { file filename <files number> <size bytes> <world-readable | no-world-readable>; } }
구문: QFX 시리즈(QFX10000 제외) 및 EX4600 스위치와 NFX 시리즈 디바이스
port-mirroring { 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 { } } } 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 { } } } } } }
구문: OCX1100
port-mirroring { family { inet output { ip-address address { } routing-instance instance-name { ip-address address { } } } instance instance-name { family inet output { ip-address address { } routing-instance instance-name { ip-address address { } } } } } }
구문: QFX10000 스위치
port-mirroring { instance instance-name { input { rate number; run-length number; } output { dscp value; forwarding-class class-name; ip-destination-address address; ip-source-address address; policer policer-name; } }
계층 수준
[edit forwarding-options]
설명
포트 미러링 구성을 생성합니다. 분석기로 패킷 사본을 전송하기 위한 주소 패밀리, 속도, 실행 길이, 인터페이스 및 다음 홉 주소를 지정합니다.
나머지 진술은 별도로 설명됩니다. CLI 탐색기를 참조하십시오.
필요한 권한 수준
interface - 구성에서 이 명령문을 볼 수 있습니다.
interface-control - 구성에 이 명령문을 추가할 수 있습니다.
routing - 구성에서 이 명령문을 볼 수 있습니다.routing-control - 구성에 이 명령문을 추가할 수 있습니다.
릴리스 정보
Junos OS 릴리스 7.4 전에 소개된 명령문입니다.
family vpls
Junos OS 릴리스 9.3에서 소개된 명령문.
instance instance-name
Junos OS 릴리스 9.3에서 소개된 명령문입니다.
mirror-once
Junos OS 릴리스 9.3에서 소개된 명령문입니다.
family ccc
Junos OS 릴리스 9.6에서 소개된 명령문입니다.
family inet6
Junos OS 릴리스 14.2에서 소개된 및 next-hop-group
명령문.