family
Syntax
family(inet | inet6 | inet-vpn | inet6-vpn | l2-vpn){(any | multicast | unicast) {
prefix-limit{maximumnumber;
teardown<percentage><idle-timeout(forever|time-in-minutes)>;
}
rib-grouprouting-table-group-name;
}labeled-unicast{prefix-limit{maximumnumber;
teardown<percentage> <idle-timeout(forever|time-in-minutes)>;
}resolve-vpn;
rib-grouprouting-table-group-name;}
}Hierarchy Level
[edit protocols bgp],[edit protocols bgpgroupgroup-name],[edit protocols bgp groupgroup-nameneighboraddress],
[edit routing-instancesrouting-instance-nameprotocols bgp],[edit routing-instancesrouting-instance-nameprotocols bgpgroupgroup-name],[edit routing-instancesrouting-instance-nameprotocols bgp groupgroup-name
neighboraddress]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.The remaining statements are explained separately in this chapter.
Usage Guidelines
Required Privilege Level
routing—To view this statement in the configuration.
routing-control—To add this statement to the configuration.