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


Define Group Properties

To define group-specific properties, include one or more of the following statements. For more information, see Summary of BGP Configuration Statements.

[edit protocols bgp group group-name] 
advertise-inactive; 
allow [ network/mask-length ]; 
as-override;
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 group-name;
    }
    labeled-unicast {
        prefix-limit {
            maximum number;
            teardown <percentage> <idle-timeout (forever | time-in-minutes)>;
        }
        resolve-vpn;
        rib inet.3;
        rib-group group-name;
    }
}
graceful-restart {
    disable;
    restart-time seconds;
    stale-routes-time seconds;
}
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 | minimum-igp <offset> | igp <offset>); 
multihop <ttl-value>; 
multipath; 
neighbor address { 
    peer-specific options;
} 
no-aggregator-id;
no-client-reflect;
out-delay seconds;
outbound-route-filtering {
    extended-community {
        accept;
        no-accept;
        vrf-filter;
    }
}
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; 
vpn-apply-export;

For a list of hierarchy levels at which you can configure these statements, see the statement summary sections for these statements.


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