4. Enter the
neighbor
peer-group-name
peer-group
command to create a peer group.
device(config-bgp-router)# neighbor mypeergroup1 peer-group
5. Enter the
neighbor
peer-group-name
remote-as
command to specify the ASN of the peer group.
device(config-bgp-router)# neighbor mypeergroup1 remote-as 11
6. Enter the
neighbor
ipv6-address
peer-group
command to associate a neighbor with the peer group.
device(config-bgp-router)# neighbor 2001:2018:8192::125 peer-group mypeergroup1
7. Enter the
neighbor
ipv6-address
peer-group
command to associate a neighbor with the peer group.
device(config-bgp-router)# neighbor 2001:2018:8192::124 peer-group mypeergroup1
8. Enter the
address-family
command and specify the
ipv6
and
unicast
keywords to enter IPv6 address family configuration
mode.
device(config-bgp-router)# address-family ipv6 unicast
9. Enter the
neighbor
peer-group-name
activate
command to establish an IPv6 BGP session with the peer group.
device(config-bgp-ipv6u)# neighbor mypeergroup1 activate
The following example creates a peer group, specifying two neighbors to belong to the peer group, and activates the peer group.
device# configure terminal
device(config)# router bgp
device(config-bgp-router)# local-as 1000
device(config-bgp-router)# neighbor mypeergroup1 peer-group
device(config-bgp-router)# neighbor mypeergroup1 remote-as 11
device(config-bgp-router)# neighbor 2001:2018:8192::125 peer-group mypeergroup1
device(config-bgp-router)# neighbor 2001:2018:8192::124 peer-group mypeergroup1
device(config-bgp-router)# address-family ipv6 unicast
device(config-bgp-ipv6u)# neighbor mypeergroup1 activate
Configuring a peer group with IPv4 and IPv6 peers
A peer group that contains both IPv4 and IPv6 peers can be configured.
1. Enter the
configure terminal
command to access global configuration mode.
device# configure terminal
2. Enter the
router bgp
command to enable BGP routing.
device(config)# router bgp
3. Enter the
local-as
command to configure the autonomous system number (ASN) in which your device resides.
device(config-bgp-router)# local-as 1000
4. Enter the
neighbor
peer-group-name
peer-group
command to create a peer group.
device(config-bgp-router)# neighbor p1 peer-group
5. Enter the
neighbor
peer-group-name
remote-as
command to specify the ASN of the peer group.
device(config-bgp-router)# neighbor p1 remote-as 11
Configuring BGP4+
FastIron Ethernet Switch Layer 3 Routing
486
53-1003627-04
Summary of Contents for FastIron SX 1600
Page 2: ...FastIron Ethernet Switch Layer 3 Routing 2 53 1003627 04 ...
Page 16: ...FastIron Ethernet Switch Layer 3 Routing 16 53 1003627 04 ...
Page 20: ...FastIron Ethernet Switch Layer 3 Routing 20 53 1003627 04 ...
Page 142: ...FastIron Ethernet Switch Layer 3 Routing 142 53 1003627 04 ...
Page 150: ...FastIron Ethernet Switch Layer 3 Routing 150 53 1003627 04 ...
Page 200: ...FastIron Ethernet Switch Layer 3 Routing 200 53 1003627 04 ...
Page 214: ...FastIron Ethernet Switch Layer 3 Routing 214 53 1003627 04 ...
Page 350: ...FastIron Ethernet Switch Layer 3 Routing 350 53 1003627 04 ...
Page 476: ...FastIron Ethernet Switch Layer 3 Routing 476 53 1003627 04 ...
Page 588: ...FastIron Ethernet Switch Layer 3 Routing 588 53 1003627 04 ...