-
family {
-
- (inet | inet6 | inet-mvpn | inet6-mpvn | inet-vpn | inet6-vpn
| iso-vpn | l2-vpn) {
-
- (any | flow | labeled-unicast | multicast | unicast | signaling)
{
-
-
prefix-limit {
- maximum number;
- teardown <percentage> <idle-timeout
(forever | minutes)>;
- }
-
-
accepted-prefix-limit {
- maximum number;
- teardown <percentage> <idle-timeout
(forever | minutes)>;
- }
-
rib-group group-name;
- }
-
- flow {
- no-validate policy-name;
- }
-
- labeled-unicast {
-
- aggregate-label {
- community community-name;
- }
-
- explicit-null {
- connected-only;
- }
-
- prefix-limit {
- maximum number;
- teardown <percentage> <idle-timeout
(forever | minutes)>;
- }
- resolve-vpn;
- rib inet.3;
-
rib-group group-name;
- }
- }
-
- route-target {
- advertise-default;
- external-paths number;
-
-
prefix-limit {
- maximum number;
- teardown <percentage> <idle-timeout
(forever | minutes)>;
- }
-
-
accepted-prefix-limit {
- maximum number;
- teardown <percentage> <idle-timeout
(forever | minutes)>;
- }
- }
- }
- [edit logical-systems logical-system-name protocols bgp],
- [edit logical-systems logical-system-name protocols bgp group group-name],
- [edit logical-systems logical-system-name protocols bgp group group-name neighbor address],
- [edit logical-systems logical-system-name routing-instances routing-instance-name protocols
bgp],
- [edit logical-systems logical-system-name routing-instances routing-instance-name protocols
bgp group group-name],
- [edit logical-systems logical-system-name routing-instances routing-instance-name protocols
bgp group group-name neighbor address],
- [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]
Statement introduced before JUNOS Release 7.4.
inet-mvpn and inet6-mpvn introduced in JUNOS Release 8.4. Only the signaling option is supported with these statements.
Enable multiprotocol BGP (MP-BGP) by configuring BGP to carry network layer reachability information (NLRI) for address families other than unicast IPv4, to specify MP-BGP to carry NLRI for the IPv6 address family, or to carry NLRI for VPNs.
any—Configure the family type to be both unicast and multicast.
labeled-unicast—Configure the family type to be labeled-unicast. This means that the BGP peers are being used only to carry the unicast routes that are being used by labeled-unicast for resolving the labeled-unicast routes. This statement is supported only with inet and inet6
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.
See Enabling Multiprotocol BGP.
routing—To view this statement in the configuration.
routing-control—To add this statement to the configuration.