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


Usage

<configuration>
    <interfaces>
        <interface>
            <unit>
                <family>
                    <inet>
                        <address>
                            <name>name</name> <!-- identifier -->
                            <destination>destination</destination>
                            <destination-profile>destination-profile</destination-profile>
                            <broadcast>broadcast</broadcast>
                            <primary/>
                            <preferred/>
                            <master-only/>
                            <multipoint-destination>...</multipoint-destination>
                            <arp>...</arp>
                            <web-authentication>...</web-authentication>
                            <vrrp-group>...</vrrp-group>
                        </address>
                    </inet>
                </family>
            </unit>
        </interface>
    </interfaces>
</configuration>

Description

Interface address/destination prefix.

Contents

<arp>—Static Address Resolution Protocol entries.

<broadcast>—Broadcast address.

<destination>—Destination address.

<destination-profile>—Profile to use for destination address.

<master-only>—Master management IP address for router.

<multipoint-destination>—Multipoint NBMA destination.

<name>—Interface address/destination prefix.

<preferred>—Preferred address on interface.

<primary>—Candidate for primary address in system.

<vrrp-group>—VRRP group.

<web-authentication>—Parameters for web-based firewall-user authentication.


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