Aggregating Routes Advertised To Bgp Neighbors; Enabling Load-Balancing Across Different Paths - Brocade Communications Systems FastIron SX 800 Configuration Manual

Hide thumbs Also See for FastIron SX 800:
Table of Contents

Advertisement

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
FastIron Ethernet Switch Layer 3 Routing
53-1003627-04
Configuring BGP4+
491

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents