[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <forwarding-options>
                    <port-mirroring>
                        <instance>
                            <family>
                                <inet>
                                    <output>
                                        <interface>
                                            <name>name</name> <!-- identifier -->
                                            <next-hop>...</next-hop>
                                        </interface>
                                    </output>
                                </inet>
                            </family>
                        </instance>
                    </port-mirroring>
                </forwarding-options>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Interfaces through which to send sampled traffic.

Contents

<name>—Interface through which to send sampled traffic.

<next-hop>—Address of next hop through which to send sampled traffic.


[Contents] [Prev] [Next] [Index] [Report an Error]