BGP: Difference between revisions

303 bytes added ,  3 years ago
Line 282:
R2(config)#router ospf 1
R2(config-router)#network 2.2.2.2 0.0.0.0 area 0
 
R2(config)#router bgp 24
R2(config-router)#bgp confederation identifier 2
Line 295:
R3(config)#router ospf 1
R3(config-router)#network 3.3.3.3 0.0.0.0 area 0
 
R3(config)#router bgp 35
R3(config-router)#bgp confederation identifier 2
Line 302:
R3(config-router)#neighbor 2.2.2.2 update-source loopback 0
R3(config-router)#neighbor 2.2.2.2 ebgp-multihop 2
 
;Verification
 
R2(config)#interface loopback 5
R2(config-if)#ip address 55.55.55.55 255.255.255.255
R2(config)#router bgp 35
R2(config-router)#network 55.55.55.55 mask 255.255.255.255
 
R3#show ip bgp 55.55.55.55
~
Origin IGP, metric 0, localpref 100, valid, '''confed-internal''', best
 
= Route Aggregation =