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


group

Syntax

group group-name {
    
advertise-inactive;
    
allow [ network/mask-length ];
    
authentication-key key;
    
cluster cluster-identifier;
    
damping;
    
description text-description;
    
export [ policy-names ];
    
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;
        }
    }
    
hold-time seconds;
    
import [ policy-names ];
    
ipsec-sa ipsec-sa;
    
keep (all | none);
    
local-address address;
    
local-as autonomous-system <private>;
    
local-preference local-preference;
    
log-updown;
    
metric-out metric;
    
multihop <ttl-value>;
    
multipath;
    
no-aggregator-id;
    
no-client-reflect;
    
out-delay seconds;
    
passive;
    
peer-as autonomous-system;
    
preference preference;
    
protocol protocol;
    
remove-private;
    
traceoptions {
        file
name <replace> <size size> <files number> <no-stamp>
            <(world-readable | no-world-readable)>;
        flag
flag <flag-modifier> <disable>;
    }
    
type type;
    
neighbor address {
        
numerous peer-specific options;
    }
}

Hierarchy Level

[edit protocols bgp],
[edit routing-instances
routing-instance-name protocols 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 group statements.

By default, the group's options are identical to the global BGP options. To override the global options, include group-specific options within the group statement.

The group statement 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 group statement 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.


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