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


Usage

<configuration>
    <interfaces>
        <interface>
            <unit>
                <family>
                    <inet>
                        <targeted-broadcast/>
                        <receive-options-packets/>
                        <receive-ttl-exceeded/>
                        <accounting>...</accounting>
                        <mac-validate>mac-validate-choice</mac-validate>
                        <rpf-check>...</rpf-check>
                        <mtu>mtu</mtu>
                        <no-redirects/>
                        <no-arp-learn/>
                        <multicast-only/>
                        <primary/>
                        <ipsec-sa>ipsec-sa</ipsec-sa>
                        <demux-source>...</demux-source>
                        <demux-destination>...</demux-destination>
                        <filter>...</filter>
                        <simple-filter>...</simple-filter>
                        <policer>...</policer>
                        <sampling>...</sampling>
                        <service>...</service>
                        <next-hop-tunnel>...</next-hop-tunnel>
                        <address>...</address>
                        <unnumbered-address>...</unnumbered-address>
                        <negotiate-address/>
                    </inet>
                </family>
            </unit>
        </interface>
    </interfaces>
</configuration>

Description

IPv4 parameters.

Contents

<accounting>—Configure interface-based accounting options.

<address>—Interface address/destination prefix.

<demux-destination>—Demux based on destination prefix.

<demux-source>—Demux based on source prefix.

<filter>—Packet filtering.

<ipsec-sa>—Name of security association.

<mac-validate>—Validate source MAC address.

<mtu>—Protocol family maximum transmission unit.

<multicast-only>—Allow only multicast traffic (tunnels only).

<negotiate-address>—Negotiate address with remote.

<next-hop-tunnel>—One or more next-hop tunnel tables.

<no-arp-learn>—Disable ARP learning on interface.

<no-redirects>—Do not redirect traffic.

<policer>—Interface policing.

<primary>—Candidate for primary interface in system.

<receive-options-packets>—Receive IP options packets (don't send to Routing Engine).

<receive-ttl-exceeded>—Receive IP TTL-exceeded packets (don't send to Routing Engine).

<rpf-check>—Enable reverse-path-forwarding checks on this interface.

<sampling>—Interface sampling.

<service>—Service operations.

<simple-filter>—Filter for doing multifield classification.

<targeted-broadcast>—Allow packets to network broadcast destinations.

<unnumbered-address>—Unnumbered interface address/destination prefix.


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