![Brocade Communications Systems ICX 7250 series Configuration Manual Download Page 415](http://html1.mh-extra.com/html/brocade-communications-systems/icx-7250-series/icx-7250-series_configuration-manual_2817203415.webp)
The following example configures ORF in send mode.
device# configure terminal
device(config)# router bgp
device(config-bgp-router)# address-family ipv6 unicast
device(config-bgp-ipv6u)# neighbor 2001:db8:e0ff:783a::4 activate
device(config-bgp-ipv6u)# neighbor 2001:db8:e0ff:783a::4 prefix-list myprefixlist in
device(config-bgp-ipv6u)# neighbor 2001:db8:e0ff:783a::4 capability orf prefixlist send
The following example configures ORF in both send and receive modes.
device# configure terminal
device(config)# router bgp
device(config-bgp-router)# address-family ipv6 unicast
device(config-bgp-ipv6u)# neighbor 2001:db8:e0ff:783a::4 activate
device(config-bgp-ipv6u)# neighbor 2001:db8:e0ff:783a::4 prefix-list myprefixlist in
device(config-bgp-ipv6u)# neighbor 2001:db8:e0ff:783a::4 capability orf prefixlist
Configuring BGP4+ confederations
BGP4+ confederations, composed of multiple subautonomous systems, can be created.
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 65520
4. Enter the
confederation identifier
command and specify an ASN to configure a BGP confederation identifier.
device(config-bgp-router)# confederation identifier 100
5. Enter the
confederation peers
command and specify as many ASNs as needed to list all BGP peers that will belong to the
confederation.
device(config-bgp-router)# confederation peers 65520 65521 65522
The following example creates a confederation with the confederation ID “100” and adds three subautonomous systems to the
confederation.
device# configure terminal
device(config)# router bgp
device(config-bgp-router)# local-as 65520
device(config-bgp-router)# confederation identifier 100
device(config-bgp-router)# confederation peers 65520 65521 65522
Defining a community ACL
A BGP community ACL can be configured, and BGP community attributes set in a route map instance.
1. Enter the
configure terminal
command to access global configuration mode.
device# configure terminal
Configuring BGP4+
Brocade FastIron Layer 3 Routing Configuration Guide
53-1003903-04
415
Summary of Contents for ICX 7250 series
Page 2: ...Brocade FastIron Layer 3 Routing Configuration Guide 2 53 1003903 04...
Page 16: ...Brocade FastIron Layer 3 Routing Configuration Guide 16 53 1003903 04...
Page 20: ...Brocade FastIron Layer 3 Routing Configuration Guide 20 53 1003903 04...
Page 36: ...Brocade FastIron Layer 3 Routing Configuration Guide 36 53 1003903 04...
Page 124: ...Brocade FastIron Layer 3 Routing Configuration Guide 124 53 1003903 04...
Page 174: ...Brocade FastIron Layer 3 Routing Configuration Guide 174 53 1003903 04...
Page 188: ...Brocade FastIron Layer 3 Routing Configuration Guide 188 53 1003903 04...
Page 202: ...Brocade FastIron Layer 3 Routing Configuration Guide 202 53 1003903 04...
Page 470: ...Brocade FastIron Layer 3 Routing Configuration Guide 470 53 1003903 04...