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


family

Syntax

family (inet | inet6 | inet-vpn | inet6-vpn | l2-vpn) {
    (any | multicast | unicast) {
        
prefix-limit {
            maximum number;
            teardown <percentage> <idle-timeout (forever | time-in-minutes)>;
        }
        
rib-group routing-table-group-name;
    }
    labeled-unicast {
        prefix-limit {
            maximum number;
            teardown <percentage> <idle-timeout (forever | time-in-minutes)>;
        }
        resolve-vpn;
        rib-group routing-table-group-name;
    }
}

Hierarchy Level

[edit protocols bgp],
[edit protocols bgp group group-name],
[edit protocols bgp group group-name neighbor address],
[edit routing-instances
routing-instance-name protocols bgp],
[edit routing-instances routing-instance-name protocols bgp group group-name],
[edit routing-instances routing-instance-name protocols bgp group group-name
    
neighbor address]

Description

Enable multiprotocol BGP (MBGP) by configuring BGP to carry network layer reachability information (NLRI) for address families other than unicast IPv4, to specify MBGP to carry NLRI for the IPv6 address family, or to carry NLRI for VPNs.

Options

any—Configure the family type to be both unicast and multicast.

multicast—Configure the family type to be multicast. This means that the BGP peers are being used only to carry the unicast routes that are being used by multicast for resolving the multicast routes.

unicast—Configure the family type to be unicast. This means that the BGP peers only carry the unicast routes that are being used for unicast forwarding purposes.

Default: unicast

The remaining statements are explained separately in this chapter.

Usage Guidelines

See Enable Multiprotocol BGP.

Required Privilege Level

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


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