Owner's Manual

Chapter 26. BGP | 707
NETGEAR 8800 User Manual
Figure 81. Routing Confederation
In this example, AS 200 has five BGP speakers. Without a confederation, BGP would require
that the routes in AS 200 be fully meshed. Using the confederation, AS 200 is split into two
sub-ASs: AS65001 and AS65002. Each sub-AS is fully meshed, and IBGP is running among
its members. EBGP is used between sub-AS 65001 and sub-AS 65002. Router B and router
D are EBGP peers. EBGP is also used between the confederation and outside ASs.
To configure router A, use the following commands:
create vlan ab
configure vlan ab add port 1
configure vlan ab ipaddress 192.1.1.6/30
enable ipforwarding vlan ab
configure ospf add vlan ab area 0.0.0.0
create vlan ac
configure vlan ac add port 2
configure vlan ac ipaddress 192.1.1.17/30
enable ipforwarding vlan ac
configure ospf add vlan ac area 0.0.0.0
enable ospf
configure bgp as-number 65001
configure bgp routerid 192.1.1.17
configure bgp confederation-id 200
enable bgp
EX_043
EBGP
SubAS 65001
SubAS 65002
EBGP
AS 200
IBGP
IBGP
A
192.1.1.6/30 192.1.1.5/30 192.1.1.9/30
192.1.1.17/30
192.1.1.18/30 192.1.1.21/30
192.1.1.22/30
E
192.1.1.13/30
192.1.1.10/30
192.1.1.14/30
EBGP
D
C
B