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


Usage

<configuration>
    <logical-systems>
        <interfaces>
            <interface>
                <unit>
                    <family>
                        <inet6>
                            <address>
                                <ndp>
                                    <name>name</name> <!-- identifier -->
                                    <l2-interface>l2-interface</l2-interface>
                                    <mac>mac</mac>
                                    <multicast-mac>multicast-mac</multicast-mac>
                                    <publish/>
                                </ndp>
                            </address>
                        </inet6>
                    </family>
                </unit>
            </interface>
        </interfaces>
    </logical-systems>
</configuration>

Description

Static Neighbor Discovery Protocol entries.

Contents

<l2-interface>—Layer 2 interface name for NDP entry.

<mac>—MAC address.

<multicast-mac>—Multicast MAC address.

<name>—Destination IP address.

<publish>—Reply to NDP requests for this entry.


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