= HARDWARE = *BORDERS - 7206VXR-NPE-G2 *CORE/ACCESS - 3750G (Stack) = ROUTING INFORMATION = * BGP between borders and provider (receiving full routes) * BGP between border1 and border2 (receiving full routes) * OSPF on L3 links between borders and core/access -core/access redistribute static and connected subnets -borders redistribute connected subnets & default-information originate always * Additional Note, Provider B is directly connected to Provider A (the two isp's peer with eachother) = DESIGN = -------------- -------------- -------------- | PROVIDER A | | PROVIDER B | | PROVIDER C | -------------- -------------- -------------- | | | | |__________ | | | | | | | | __________________ | | | | | | | gi0/2 gi0/3 gi0/3 gi0/2 gi2/0 -------------- --------------------- | BORDER1 | | BORDER2 | -------------- --------------------- gi0/1 gi0/1 | | |____ ____| | | | | gi1/0/1 gi2/0/1 -------------------------- | ACCESS/CORE | -------------------------- *BORDER1 router bgp xxxxx no synchronization bgp log-neighbor-changes network xxx.xxx.xxx.xxx mask 255.255.240.0 neighbor border2 peer-group neighbor border2 remote-as xxxxx neighbor border2 update-source Loopback0 neighbor border2 next-hop-self neighbor border2 send-community neighbor border2 soft-reconfiguration inbound neighbor providerA peer-group neighbor providerA remote-as xxxxx neighbor providerA update-source GigabitEthernet0/2 neighbor providerA send-community neighbor providerA soft-reconfiguration inbound neighbor xxx.xxx.xxx.xxx peer-group providerA neighbor xxx.xxx.xxx.xxx peer-group border2 no auto-summary *BORDER2 router bgp xxxxx no synchronization bgp log-neighbor-changes network xxx.xxx.xxx.xxx mask 255.255.240.0 neighbor border1 peer-group neighbor border1 remote-as xxxxx neighbor border1 update-source Loopback0 neighbor border1 next-hop-self neighbor border1 send-community neighbor border1 soft-reconfiguration inbound neighbor providerB peer-group neighbor providerB remote-as xxxxx neighbor providerB ebgp-multihop 4 neighbor providerB update-source GigabitEthernet0/2 neighbor providerB send-community neighbor providerB soft-reconfiguration inbound neighbor providerC peer-group neighbor providerC remote-as xxxxx neighbor providerC update-source GigabitEthernet2/0 neighbor providerC send-community neighbor providerC soft-reconfiguration inbound neighbor xxx.xxx.xxx.xxx peer-group border1 neighbor xxx.xxx.xxx.xxx peer-group providerB neighbor xxx.xxx.xxx.xxx peer-group providerC no auto-summary