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


Usage

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

Description

IPv4 Layer 3 VPN NLRI parameters.

Contents

<any>—Include unicast or multicast NLRI.

<flow>—Include flow VPN NLRI.

<multicast>—Include multicast NLRI.

<unicast>—Include unicast NLRI.


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