Specifications
bgp create peer-group
102 SSR Command Line Interface Reference Manual
bgp create peer-group
Purpose
Create a BGP Group based on type or the autonomous system of the peers. You can create
any number of groups, but each group must have a unique combination of type and peer
autonomous system.
Format
bgp create peer-group <number-or-string> type external|internal|igp|routing
[autonomous-system <number>]
[proto any|rip|ospf|static]
[interface <interface-name-or-ipaddr> |all]
Mode
Configure
Description
The bgp create peer-group command creates a BGP peer group.
Parameters
peer-group <number-or-string>
Is a group ID, which can be a number or a character string.
type Specifies the type of BGP group you are adding. Specify one of the following:
external In the classic external BGP group, full policy checking is applied to all
incoming and outgoing advertisements. The external neighbors must be
directly reachable through one of the machine's local interfaces.
internal An internal group operating where there is no IP-level IGP, for example
an SMDS network. Type internal groups expect all peers to be directly
attached to a shared subnet so that, like external peers, the next hops
received in BGP advertisements may be used directly for forwarding.All
internal group peers should be L2 adjacent.
igp An internal group operating where there is no IP-level IGP, for example
an SMDS network.










