[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 at the [edit interfaces interface-name unit logical-unit-number] hierarchy level, specifying the selected family. To configure more than one protocol family on a logical interface, include multiple family statements. Following is the minimum configuration:

[edit interfaces interface-name unit logical-unit-number]
family family { 
    mtu size;
    multicasts-only; 
    no-redirects;
    primary;
    address address {
        destination address;
        broadcast address;
        preferred;
        primary;
    }
}

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