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


Usage

<configuration>
    <protocols>
        <bgp>
            <family>
                <inet6>
                    <labeled-unicast>
                        <prefix-limit>...</prefix-limit>
                        <accepted-prefix-limit>...</accepted-prefix-limit>
                        <rib-group>...</rib-group>
                        <aggregate-label>...</aggregate-label>
                        <per-group-label/>
                        <traffic-statistics>...</traffic-statistics>
                        <explicit-null>explicit-null</explicit-null> <!-- mandatory -->
                    </labeled-unicast>
                </inet6>
            </family>
        </bgp>
    </protocols>
</configuration>

Description

Include labeled unicast NLRI.

Contents

<accepted-prefix-limit>—Limit maximum number of prefixes accepted from a peer.

<aggregate-label>—Aggregate labels of incoming routes with the same FEC.

<explicit-null>—Advertise explicit null.

<per-group-label>—Advertise prefixes with unique labels per group.

<prefix-limit>—Limit maximum number of prefixes from a peer.

<rib-group>—Routing table group.

<traffic-statistics>—Collect statistics for BGP label-switched paths.


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