group
Syntax
groupgroup-name{
advertise-inactive;
allow[network/mask-length];
authentication-keykey;
clustercluster-identifier;
damping;
descriptiontext-description;
export[policy-names];
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;}}
hold-timeseconds;
import[policy-names];
ipsec-saipsec-sa;
keep(all | none);
local-addressaddress;
local-asautonomous-system<private>;
local-preferencelocal-preference;
log-updown;
metric-outmetric;
multihop<ttl-value>;
multipath;
no-aggregator-id;
no-client-reflect;
out-delayseconds;
passive;
peer-asautonomous-system;
preferencepreference;
protocolprotocol;
remove-private;
traceoptions{
filename<replace> <sizesize> <filesnumber> <no-stamp>
<(world-readable | no-world-readable)>;
flagflag<flag-modifier> <disable>;
}
typetype;
neighboraddress{
numerous peer-specific options;
}
}Hierarchy Level
[edit protocols bgp],
[edit routing-instancesrouting-instance-nameprotocols bgp]Description
Define a BGP peer group. BGP peer groups share a common type, peer autonomous system (AS) number, and cluster ID, if present. To configure multiple BGP groups, include multiple
groupstatements.By default, the group's options are identical to the global BGP options. To override the global options, include group-specific options within the
groupstatement.The
groupstatement is one of the statements you must include in the configuration to run BGP on the router. See Minimum BGP Configuration.Options
group-name—Name of the BGP group.The remaining statements within the
groupstatement are explained separately in this chapter.Usage Guidelines
See Define BGP Groups and Peers.
Required Privilege Level
routing—To view this statement in the configuration.
routing-control—To add this statement to the configuration.