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


Configure the Protocol Family

For each logical interface, you can configure one or more of the following protocols that run on the interface:

To configure the logical interface's protocol family, include the family statement, specifying the selected family. To configure more than one protocol family on a logical interface, include multiple family statements. Following is the minimum configuration:

family family { 
    mtu size;
    multicasts-only; 
    no-redirects;
    primary;
    address address {
        destination address;
        broadcast address;
        preferred;
        primary;
    }
}

You can configure these statements at the following hierarchy levels:


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