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


family

Syntax

family family { 

    accounting {
        destination-class-usage;
        source-class-usage {
            (input | output | [input output]);
        }
    }
    bundle (ml-fpc/pic/port | ls-fpc/pic/port);

    filter {

        input filter-name;

        output filter-name;

        group filter-group-number;

    }

    ipsec-sa sa-name;

    mtu bytes;

    multicasts-only;

    no-redirects:

    policer { 

        arp policer-template-name; 

        input policer-template-name;

        output policer-template-name;

    }

    primary;
    proxy inet-address address;
    remote (inet-address address | mac-address address);
    rpf-check <fail-filter filter-name>;

    address address {

        arp ip-address (mac | multicast-mac) mac-address <publish>;

        destination destination-address;

        eui-64;

        broadcast address;

        multipoint-destination destination-address dlci dlci-identifier;

        multipoint-destination destination-address {

            epd-threshold cells;

            inverse-arp;

            oam-liveness {

                up-count cells;

                down-count cells;

            }

            oam-period seconds; 

            shaping { 

                (cbr rate | rtvbr peak rate sustained rate burst length | 

                              vbr peak rate sustained rate burst length); 

                queue-length number;

            } 

            vci vpi-identifier.vci-identifier; 

        }
        primary;

        preferred;

        vrrp-group group-number {

            virtual-address [ addresses ];

            priority number;

            (accept-data | no-accept-data);

            advertise-interval seconds;

            authentication-type authentication;

            authentication-key key;

            (preempt | no-preempt); 

            track {

                interface interface-name priority-cost cost;

            }

        }

    }

}

Hierarchy Level

[edit interfaces interface-name unit logical-unit-number]

Description

Configure protocol family information for the logical interface.

Options

family—Protocol family:

The remaining statements are explained separately.

Usage Guidelines

See Configure the Protocol Family.

Required Privilege Level

interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.


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