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


Usage

<configuration>
    <protocols>
        <bgp>
            <group>
                <neighbor>
                    <family>
                        <inet>
                            <unicast>...</unicast>
                            <multicast>...</multicast>
                            <flow>...</flow>
                            <any>...</any>
                            <labeled-unicast>...</labeled-unicast>
                        </inet>
                    </family>
                </neighbor>
            </group>
        </bgp>
    </protocols>
</configuration>

Description

IPv4 NLRI parameters.

Contents

<any>—Include unicast or multicast NLRI.

<flow>—Include flow NLRI.

<labeled-unicast>—Include labeled unicast NLRI.

<multicast>—Include multicast NLRI.

<unicast>—Include unicast NLRI.


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