Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

family (Port Mirroring)

date_range 19-Nov-23

MX, M, T Series Routers, EX Series Switches and SRX Series Firewalls

content_copy zoom_out_map
family (inet | inet6) {
    output {
        interface interface-name {
            next-hop address;
        }
        no-filter-check;
    }
}

Syntax: QFX Series (but not QFX10000) and EX4600 Switches and NFX Series Devices

content_copy zoom_out_map
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 {
            }
        }

Hierarchy Level

content_copy zoom_out_map

Description

Specify the type of interface that will be used to forward port mirrored packet to an analyzer device. Configure the protocol family to be sampled. Only IPv4 (inet) and IPv6 (inet6) are supported.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

routing—To view this statement in the configuration.routing-control—To add this statement to the configuration.

Release Information

Statement introduced before Junos OS Release 7.4 .

footer-navigation