5. Enter the
neighbor
ipv6-address
route-reflector-client
command to configure a specified neighbor to be a route reflector
client.
device(config-bgp-ipv6u)# neighbor 2001:db8:e0ff:783a::4 route-reflector-client
The following example configures a neighbor with the IPv6 address 2001:db8:e0ff:783a::4 to be a route reflector client.
device# configure terminal
device(config)# router bgp
device(config-bgp-router)# local-as 1000
device(config-bgp-router)# address-family ipv6 unicast
device(config-bgp-ipv6u)# neighbor 2001:db8:e0ff:783a::4 route-reflector-client
Aggregating routes advertised to BGP neighbors
A device can be configured to aggregate routes in a range of networks into a single IPv6 prefix.
The route-map should already be defined.
You can aggregate BGP4+ routes, for example 2001:db8:0001:0000::/64, 2001:db8:0002:0000::/64, 2001:db8:0003:0000::/64
into a single network prefix: 2001:db8::/24.
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
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
4. Enter the
aggregate-address
command to aggregate the routes from a range of networks into a single network prefix.
device(config-bgp-ipv6u)# aggregate-address 2001:db8::/32
The following example enables a BGP4+ device to advertise the default route and send the default route to a specified neighbor.
device# configure terminal
device(config)# router bgp
device(config-bgp-router)# address-family ipv6 unicast
device(config-bgp-ipv6u)# aggregate-address 2001:db8::/32
Enabling load-balancing across different paths
The BGP4+ multipath feature can be configured, enabling load-balancing across different paths.
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
Configuring BGP4+
FastIron Ethernet Switch Layer 3 Routing
53-1003627-04
491
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 ...