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


Usage

<configuration>
    <protocols>
        <bgp>
            <family>
                <inet>
                    <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>
                        <rib>...</rib>
                        <explicit-null>...</explicit-null>
                        <resolve-vpn/>
                    </labeled-unicast>
                </inet>
            </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.

<resolve-vpn>—Install received NLRI in inet.3 also.

<rib>—Select table used by labeled unicast routes.

<rib-group>—Routing table group.

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


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